@charset "utf-8";
/* CSS Document */

/* --------general styles-------- */

/* This style is used to level out the playing field for the different browsers (they have default margins, padding and borders).*/
html,body,p,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,select,textarea,fieldset,dl,dd,dt,object,embed { 
		margin: 0;
		padding: 0;
		border: 0;
		}
	
 
body  {
	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: #333333;
	padding-top: 40px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/background_tile1.gif);
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 85%;
	padding-bottom: 40px;
}

.navigation  a {
	text-decoration: none;
	color: #333333;
}

.navigation a:hover {
	color: #FD5064;
	text-decoration: underline;
}
.navigation a:active {color: #006600;}

.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #A7ceaf;
	border-left-color: #A7CEAF;
} 

.thrColFixHdr #header {
	background-image: url(../images/drdave_header.jpg);
	height: 150px;
}

.thrColFixHdr #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 */
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	margin: 10px;
	font-size: 14px;
	
}
td {
	font-size: 12px;
	line-height: 16px;
	padding: 8px;
}
.table_header {
	background-color: #D1E7D6;
	color: #003300;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.tablestripe {
	background-color: #F6FAF6;
}
.lightblue_background {
	background-color: #E9F8FF;
}


.navigation h3 { /* for the text in the top part of the boxes */
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	font-size: 18px;
}


/* The following are for the styles for the navigation boxes (tho, these can be used elsewhere if desired */

.box1_hdr {
	background-color:#8ABF95;
}

.box2_hdr {
	background-color: #3E9ED2;
}

.box3_hdr {
	background-color:#39ACAC;
}


.box {
	margin-bottom: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.box1 {
	background-color: #F0F7F1;
}
.box2 { background-color: #E9F8FF;}
.box3 {
	background-color: #E7F8F8;
}
.box4 { background-color:#FFFF99;}


.navigation  li {
	list-style-position: outside;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 10px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	font-size: small;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 10px;
	background-color: #F0F7F1;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 202px;
	margin-bottom: 0;
	margin-left: 188px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;

}

#mainContent2 {  /* add another content area for full page template */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 188px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#mainContent h1, h2, h3, h4, h5, h6 {
	color: #3E9ED2;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#mainContent2 h1, h2, h3, h4, h5, h6 {
	color: #3E9ED2;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#mainContent h1 {
	font-size: 16pt;
	padding-top: 20px;
}

#mainContent2 h1 {
	font-size: 16pt;
	padding-top: 20px;
}

.thrColFixHdr #container #mainContent p {
	font-size: small;
}
.thrColFixHdr #container #mainContent2 p {
	font-size: small;
}

#mainContent h2 {
	font-size: 16px;
}

#mainContent h3 {
	font-size: 14px;
}

#mainContent2 h2 {
	font-size: 16px;
}

#mainContent2 h3 {
	font-size: 14px;
}

.thrColFixHdr #container #info_bar {
	padding: 5px;
	background-color: #F0F7F1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a8cfaf;
	border-bottom-width: 1px;
	border-bottom-color: #a8cfaf;
	border-bottom-style: solid;
}

#info_bar p {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
} 

.thrColFixHdr #footer {
	background-color: #F0F7F1;
	background-image: url(../images/children_border.jpg);
	background-repeat: repeat-x;
	padding-top: 47px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #a8cfaf;
} 

.thrColFixHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
hr {
	color: #A6CDAE;
}
.nopadding {
	padding: 0px;
}





.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;
}
#sidebar2 li {
	list-style-position: outside;
	list-style-image: none;
	padding-bottom: 15px;
}
.office_staff tr {
	margin-top: 20px;

}
.office_staff td {
	padding-top: 0px;
	padding-bottom: 0px;
}
.list_padding {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #F4F8F5;
	margin-bottom: 20px;
}
.info_box {
	font-size: small;
	padding: 5px;
	background-color: #F0F7F1;
}
.thumbnail {
	border: 1px solid #666666;
}
