/*	This theme was designed and built by Charly Leetham,
	whose blog you will find at http://askcharlyleetham.com/        
	This theme is designed to allow bloggers to have a page for sales pages        
	etc, as well as a simple single right sidebar on the blog posts and is         
	optimized for Wordpres 2.6 and above.	The CSS, XHTML and design is released under GPL 3.0:	
	http://www.opensource.org/licenses/gpl-3.0.html*//* Begin Typography & charlie123#navColors */
	
/********* Page Structure - Start **********/

body {
        background:transparent url(http://closemoreclients.com/images/background.gif) repeat scroll 0 0;
        color:#202020;
        font-family: Tahoma,Verdana;
        font-size:12pt;
        line-height:1.5em;
        margin:0 auto;
        padding:0;
}

#tableborder {
        width:959px;
        border-right: 2px solid #000000;
        border-left: 2px solid #000000;
        margin:0px auto 0;
        text-align:center;
        width:955px;
}

#hedcontain {
        width: 959px
}

#topcorner {
        background:transparent url(http://closemoreclients.com/images/topcorn.gif) repeat scroll 0 0;
        height:15px;
        margin:0 auto 0;
        width:959px;
}

#aboveheader {
        background: #ffffff url(http://closemoreclients.com/images/top.jpg) no-repeat bottom;
        height: 36px;
}

#header {
	background-color: #d5d5ac;
	padding: 0;
	height: 143px;
	width: 955px;
        margin-top:10px;
	margin: 0px auto 0px
}

#headerimg {
	margin: 0;
	height: 118px;
	width: 795px;
}

#logoarea {
       width:115px; 
       height:88px; 
       float:left
}

.headerleft {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
        text-align:center;
       /* background: url(http://closemoreclients.com/images/mid.jpg) no-repeat bottom;	*/
}	

.headerleft h1 {
        padding:0px;
        color: #fff;
}

.headerleft h1 a, .headerleft h1 a:visited {
        padding:0px;
        color: #fff;
        text-decoration:none;
}

.headerleft img {
        height: 143px;
        width: 535px;
}

.headerright {
	width: 360px;
	float: right;
	margin: 0px;
	padding: 3px 23px 0px 0px;
	text-align: right;
        height:30px;
}	

.headerright a, .headerright a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}	

.headerright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.headerright a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;	
}	

.tableborder {
       bordercolor:#c28bb3
       border:1
       align:center
       width:800
       
}

#page {
	background-color: white;
	/*border: 1px solid #F7DB04;*/
        border-top:0px;
	border-bottom:0px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 955px;
/*The width changes to 791px when a custom header that requires borders is added */
	margin: 0px auto 0px; 
	}

#wrapper {
      /*  border-left: 5px solid #385D00;
        border-right: 5px solid #385D00;*/
        border-top: 0px;
	border-bottom: 0px;
}

#content {
	padding: 10px 10px;
	font: small;
	font-family: Tahoma,Verdana;
	color: black;
	margin-left: 30px;
        margin-right: 30px;
}

/* #contentleft {

} */

#footer {
        background-image:url(http://closemoreclients.com/images/bottom.gif);
        color:#666666;
        font-family:tahoma;
        font-size:10px;
        font-weight:bold;
        text-decoration:none;
        padding: 10px;
}

#footer p {
        margin-top: 0px
}

#bottemcorner {
       background: url(http://closemoreclients.com/images/bottomcorn.gif) no-repeat bottom;
       height:15px;
       width: 961px;
       margin: 0 auto;
}

.postmeta {	
	font-size: 11px;	
	font-weight: bold;	
	padding: 5px;	
	margin: 0px 0px 40px 0px;	
	border: 1px dashed #000;       
}	     

.postmeta a {
        color:#4C7CAA;       
}	
.postmeta a:link {
        color:#4C7CAA;       
}	

.postmeta a:visted {
        color:#4C7CAA;       
}	

.postmeta a:hover {	
    color: #40b0f4;	
    text-decoration: underline;	
}

.page-date {	
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}	

/********* Page Structure - End **********/	

/*************************************************	Hyperlinks									*************************************************/
a, a:visited {	
    color: #4C7CAA;	
    text-decoration: none;	
}

a:hover {	
    color: #40b0f4;	
    text-decoration: underline;	
}	

a img {
    border: none;
    vertical-align: top;	
}

/********* Hyperlinks - End **********/
	
/********* Navigation - Start ************/

#navbar {
	background: #BFC199;
	height: 30px;
	color: #000000;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
        width: 955px;
        font-size:10pt;
}	

#navbarleft {
	width: 660px;
	height: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
}	

#navbarright {
	width: 287px;
	height: 30px;
	float: right;
	margin: 0px;
	padding: 3px 5px 0 0;
        text-align: right;	
}	

#nav {
        margin: 0px;
	padding: 0px;
	list-style: none;
}	

#nav ul {
	margin: 0px;
	padding: 0px;
        list-style: none;
}

#nav a {
	color: #000000;
	display: block;
        font-weight: bold;
        margin: 0px 10px 0px 0px;
	padding: 3px 10px 3px 10px;
}

#nav a:hover {
	background: #4C7CAA;
	color: #ffffff;
	display: block;
	text-decoration: none; 
	margin: 0px 10px 0px 0px;
        padding: 3px 10px 3px 10px;	
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}	

#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
}	

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #BFC199;
	color: #000000;
	width: 140px;	
	float: none;	
	margin: 0px;	
	padding: 2px 10px 4px 10px;
	border: 1px solid #FFFFFF;	
	border-top: 0px;	
}	

#nav li li a:hover, #nav li li a:active {
	background: #4C7CAA;
	color: #ffffff;	
}

#nav li ul {
	position: absolute;	
	width: 10em;
	left: -999em;
}

#nav li:hover ul {	
	left: auto;	
	display: block;
}	

#nav li:hover ul, #nav li.sfhover ul {	
	left: auto;	
}