@charset "utf-8";
body  {
	font-family: Verdana, Geneva, sans-serif;
	background: #007468;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 949px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*=========================HEADER======================================*/
#header { 
	font-family: Verdana, Geneva, sans-serif;
	background-image:url(images/header.jpg); background-repeat:no-repeat; 
	width:949px; 
	height: 186px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:relative;
	margin:0;
	
}

.twoColFixLtHdr #header { 
	font-family: Verdana, Geneva, sans-serif;
	background-image:url(images/header.jpg); background-repeat:no-repeat; 
	width:949px; 
	height: 186px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:relative;
	margin:0;
	
}
 .twoColFixLtHdr #header a {
 	color:#1b3e6f;
	text-decoration:none;
	}
.twoColFixLtHdr #header h1 {
	margin-top:0px;
	}
.twoColFixLtHdr #header h1 a {
	float:left;
	font-size:33px;
	color:#1b3e6f;
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	
}
.twoColFixLtHdr #header h1 a:hover {
	color:#000000;
	}
	
#header-left {
	width:265px;
	position:relative;
	}
	
#logo-left a img {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image:url(images/logo-left.png); background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	width:250px;
	height:150px;
}

#logo-left a:hover img {
	background-position:-249px 0px;
	}
		
#phones {
	color:#1b3e6f;
	text-align:right;
	letter-spacing:1px;
	line-height:19pt;
	font-size:14px;
	}
	
#phones a {
	color:#007468 !important;
	}	
	
#phones a:hover{
	color:#1b3e6f !important;
	}	
		
.smallwhiteleft {
	text-align:left;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	}
	
#header-right {
	position: absolute;
	left: 260px;
	width: 426px;
	padding: 0px;
	top: 1px;
	}
	
#logo-right a img {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image:url(images/logo-right.png); background-repeat:no-repeat;
	background-position:0 0;
	float:right;
	width:250px;
	height:150px;
}

#logo-right a:hover img {
	background-position:-249px 0px;
	}	
	
#tollfree {
width:167px;
color:#007468;
font-size:20px;
position:absolute;
top:60px;
left:260px;
text-align:left;
line-height:22px;
	}
		
.tollfreesmall {
	font-size:14px;
	font-style:italic;
	}
	
.tollfreegreen {
	font-size:14px;
	letter-spacing:4px;
	}		
			
a img {
	border:none;
	}

/*==========================NAVIGATION=====================================*/
#nav {
	width:939px;
	height:34px;
	float:right;
	margin:0px 0 0 0;
	padding:0;
	}
#nav ul {
	color:#fff;
	float:left;
	height:34px;
	padding:0px;
	margin:0;	
	list-style-type:none;
	
}
#nav ul li {
	float:left;
	display:inline;
	text-align:center;
	letter-spacing:1px;
	line-height:36px;
	height:34px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url(images/nav-sep.jpg); 
	background-repeat:no-repeat; background-position:right;
	padding-right:3px;
	margin:0;
}
#nav ul li a {
	color:#fff !important;			
	text-decoration:none;
	background-image:url(images/nav-bg.jpg); background-repeat:repeat-x;
	display:block;
	margin:0;
	padding:0 13px 1px 12px;
	
	
}
#nav ul li a:hover {
	/*background-color:#1c5d73;*/
	background-image:url(images/nav-bg-hover.jpg); background-repeat:repeat-x;
	
}


#nav ul li.active a{
	color:#fff;
	background-image:url(images/nav-bg-hover.jpg); background-repeat:repeat-x;
	}
#nav ul li.active a:hover{
	color:#000;		
	}


/*============================HOME CONTAINERS=============================*/


.twoColFixLtHdr #sidebar1Home {
	float: left; /* since this element is floated, a width must be given */
	width: 361px; /* 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-image:url(images/dr-simpson.jpg); background-repeat:no-repeat;
	height:481px;
	padding: 0px;
	color:#fff;
}

#sidebar1Home h3{
	margin-top:300px;
	font-size:18px;
	font-weight:600;
	text-align:center;
	}
#sidebar1Home h3 a{	
	color:#35517e;
	font-size:17px;	
	text-decoration:none;
}
#sidebar1Home h3 a:hover {
	color:#000;
	}
#sidebar1Home p {
	margin-left:30px;
	width:300px;
	font-size:12px;
	color:#1b3e6f;
	font-family: Verdana, Geneva, sans-serif;
	}
#sidebar1Home p a {
	color:#35517e;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:600;
	}
#sidebar1Home p a:hover {
	color:#000;
	}	
.twoColFixLtHdr #mainContentHome { 
	width:548px;
	height:481px;
	float:right;
	background-image:url(images/home-right.jpg); background-repeat:no-repeat;
	/* margin: 0 0 0 250px; 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. */
	padding: 0px 0 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Geneva, sans-serif;
} 
.twoColFixLtHdr #mainContentHome h1 {
	margin-top:5px;
	}
.twoColFixLtHdr #mainContentHome h1 a {
	color:#fff;
	text-decoration:none;
	font-size:23px;
	}
.twoColFixLtHdr #mainContentHome h1 a:hover {
	color:#000;
	}

.twoColFixLtHdr #mainContentHome h2 {
	text-align:right;
	line-height:30px;
	}
.twoColFixLtHdr #mainContentHome h2 a {
	color:#c0c7d5;
	font-size:36px;
	text-decoration:none;
	margin-right:20px;
	}

.twoColFixLtHdr #mainContentHome h2 a:hover {
	color:#000;
	}

.twoColFixLtHdr #mainContentHome p a {
	color:#fff;
	text-decoration:none;
	}
.twoColFixLtHdr #mainContentHome p a:hover {
	color:#000;
	}

#locations {
	margin-top:95px;
	position:relative;
	font-size:14px;
	}
.callouthome {
	position:absolute;
	top:70px; 
	left:320px;
	color:#fff;
	}
.callouthome p {
	padding:0;
	margin:0;
	line-height:20px;
	}
.callouthome a {
	color:#1b3e6f !important;
	}	
.callouthome a:hover {
	color:#000 !important;
	}	

/*====================Inside template=========================*/
.twoColFixLtHdr #mainContent { 
	background-image:url(images/content-repeat.jpg); background-repeat:repeat-y;
	  min-height:500px;
  height:auto !important;
  height:500px;
	font-size:.8em;
	}
#content-top {
	background-image:url(images/content-top.jpg); background-repeat:no-repeat; background-position:top;
	height:123px;
	
	
	}
#content-bottom {
	background-image:url(images/content-bottom.jpg); background-repeat:no-repeat; background-position:bottom;
	height:43px;
	margin-top:-1px;
	}
.content-padding {
	margin-left:30px;
	margin-right:30px;

	
	}
.twoColFixLtHdr #mainContent p a, .twoColFixLtHdr #mainContent li a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#007468;
	text-decoration:none;
	font-weight:600;
	}
.twoColFixLtHdr #mainContent p a:hover, .twoColFixLtHdr #mainContent li a:hover {
	color:#000;
	}
ul li {
	padding-bottom:5px;
	}
#breadcrumbtree {
	padding-top:40px;
	color:#fff;
	font-size:10px;
	}
#breadcrumbtree a.breadcrumb {
	color:#fff;
	}
	
.twoColFixLtHdr #sidebar1 {
	float:right;
	width:250px;
	background-image:url(images/colorblock.jpg); background-repeat:repeat-y;
	background-position:left;
	padding-left:35px;
	padding-right:20px;
	margin:0 10px 20px 20px;
	}
	
	
.twoColFixLtHdr #mainContent a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}


/*======================= FOOTER ===============================*/

.twoColFixLtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/bottom.jpg); background-repeat:no-repeat;
	background-position:top;
	background-color:#007468;
	text-align:center;
	margin-top:-1px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	
}



#footer ul {
	padding-top:30px;
	margin:0;
}
#footer li {
	list-style-type:none;
	display:inline;
	padding-right:10px;
	text-align:center;
	
}
.twoColFixLtHdr #footer li a, .twoColFixLtHdr #footer a {
	color:#fff;	
	text-decoration:none;
	font-size:11px;
	font-weight:bold;	
}
.twoColFixLtHdr #footer li a:hover, .twoColFixLtHdr #footer a:Hover {
	color:#000;
	text-decoration:none;
}





.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.font-times {
	font-family: Verdana, Geneva, sans-serif;
	}
.screenonly {
	display:block;
	visibility:visible;
	}
.printonly {
	display:none;
	visibility:collapse;
	}
#printphone {
	float:right;
	width:250px;
	}
	
td {
	vertical-align:top;
	padding:5px;
	}
