/*
Theme Name: Caldwell Theme
Theme URI: http://www.caldwellandassociatesinc.com/
Description: Caldwell Theme
Version: 1.6
Author: Niki Van
Author URI: http://van-studios.com/

*/



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5e3b73;
	margin: 0; 
	padding: 0;
	text-align: center; 
    font-size: 12px;
    color: #363636;  
}
#container { 
	width: 925px;  
	
		background: #5e3b73; 
	margin: 0 auto; 
	/* border: 1px solid #000000; */
	text-align: left; 
} 
#header { 
	background-image: url('http://www.caldwellandassociatesinc.com/layout/caldwell-management-logo.png');
	background-repeat: no-repeat; 
	width: 925px;
	height: 180px;
	margin:0 auto;
	padding: 0px;
	background-position: left top;
	vertical-align: top;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header p {
	padding-top: 18px;
	margin-right: 20px;
	
}

#menu { 
	background-image: url('http://www.caldwellandassociatesinc.com/layout/caldwell-management-menu20.png');
	background-repeat: no-repeat; 
	width: 925px;
	height: 20px;
	margin:0 auto;
	padding: 0px;
	background-position: left top;
	vertical-align: top;
} 

#spacer { 
	background-image: url('http://www.caldwellandassociatesinc.com/layout/caldwell-management-line.png');
	background-repeat: no-repeat; 
	width: 925px;
	height: 9px;
	margin:0 auto;
	padding: 0px;
	background-position: left top;
	vertical-align: top;
} 

#flash { 
	background-image: url('http://www.caldwellandassociatesinc.com/layout/caldwell-management-flash.png');
	background-repeat: no-repeat; 
	width: 925px;
	height: 220px;
	margin:0 auto;
	padding: 0px;
} 


#content { 
	background-image: url('http://www.caldwellandassociatesinc.com/layout/caldwell-management-bg.png');
	background-repeat: no-repeat; 
	width: 925px;
	margin:0 auto;
	padding: 0px;
	background-position: left top;
	vertical-align: top;
} 

#content2 { 
	width: 865px;
	margin-left: 30px;
	padding: 0px;
	background: #e0e1e1; 
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* 280 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e0e1e1; /* the background color will be displayed for the length of the content in the column, but no further */
    /* border: 1px solid #000000; */
}



#mainContent { 
	width: 570px;
	margin: 0 0 0 285px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background: #e0e1e1; 
	padding: 0;
} 

#mainContent h1 { margin-top: 16px; }



/* ********************* FOOTER **********************  */
#footer {
	background-image: url('http://www.caldwellandassociatesinc.com/layout/footer.png');
	background-repeat: no-repeat;
	width: 925px;
	height: 45px;
	margin:0 auto;
	padding: 0px;
	background-position: left top;
	vertical-align: top;	
}

.footerText { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#ffffff; text-align: center;  }

a.foot:link {color:#ffffff; text-decoration: none; } 
a.foot:visited {color:#ffffff; text-decoration: none; }
a.foot:active {color:#ffffff; text-decoration: none; }
a.foot:hover {color: #9169a1; background-color: #5e3b73; text-decoration: underline;}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    line-height: 0px;
}








 
h1  { font-size: 22px; color:#000000; line-height: 1.25em; font-weight: bold; font-family: "Trebuchet MS", Verdana, Arial, Helvetica;}
h2  { font-size: 16px;  color:#5e3b73; line-height: 1.25em; font-weight: bold; font-family:Verdana, Arial, Helvetica; }
#sidebar1 h2 { margin-top: 16px; }
h3  { font-size: 14px;  color:#000000; line-height: 1.25em; font-weight: bold; font-family:Verdana, Arial, Helvetica;  }
h4  { font-size: 14px;  color:#5e3b73; line-height: 1.25em; font-weight: bold; margin-bottom: 1px; font-family:Verdana, Arial, Helvetica;  }
h5  { font-size: 12px;  color:#000000; line-height: 1.25em; font-weight: bold; margin-bottom: 1px; font-family:Verdana, Arial, Helvetica;  margin-top: -5px; }
h6  { font-size: 12px;  color:#5e3b73; line-height: 1.25em; font-weight: bold; margin-bottom: 1px; font-family:Verdana, Arial, Helvetica;  }

p, th, td, ul, ol, li, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.25em;		
}

p.text11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.25em;		
}

.homePurple  { font-size: 14px;  color:#5e3b73; line-height: 1.25em; font-weight: bold; font-family:Verdana, Arial, Helvetica;  }
.homeblk  { font-size: 13px;  color:#000000; line-height: 1.25em; font-family:Verdana, Arial, Helvetica; border: 2px dotted #333399; padding: 20px; background-color: #ffffff; }


a:link {color: #5e3b73; text-decoration: underline;}
a:visited {color: #5e3b73; text-decoration: underline;}
a:active {color: #5e3b73; text-decoration: underline;}
a:hover { color: #000000; text-decoration: none;}
a {text-decoration: underline;}



a.blogL:link {color: #5e3b73; text-decoration: none;}
a.blogL:visited {color: #5e3b73; text-decoration: none;}
a.blogL:active {color: #5e3b73; text-decoration: none;}
a.blogL:hover { color: #000000; text-decoration: underline;}



/* ********************* MENU **********************  */    

#navcontainer {
	width: 915px;
	height: 20px;
	 /* border: 1px solid #333333;   */
}

#navlist { margin-top: 0px; margin-left: 0px; }

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 23px;
font-size: 16px;
color: #ffffff;
font-weight: 900px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica; 
}

#navlist li a:link, #navlist li a:visited, #navlist li a:active
{
font-size: 16px;
color: #ffffff;
font-weight: 900px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica; 
text-decoration: none;
padding: 1px 10px 2px 10px;
}

#navlist li a:hover
{
font-size: 16px;
color: #000000;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica; 
text-decoration: none;
background-color: #cccccc;
padding: 1px 10px 2px 10px;
}



