
/* Template Styles */
BODY { 
	font-family: "Georgia", Times New Roman, Times, serif;
	background: #e8f1f6 url(/images/bg-body.gif) repeat;
	margin: 0;
	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: #70787a;
}

.template1 #container { 
	width: 930px;
	background: #FFF url(/images/bg-container.jpg) no-repeat left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #c2d4de;
	border-right: 1px solid #c2d4de;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.template1 #header { 
	background: #FFF url(/images/bg-header.jpg) no-repeat top; 
	padding: 0;
	height: 108px;
	width: 930px;
}

.template1 #topNav {
	margin: 0;
	padding-left: 250px;
	height: 40px;
	background: url(/images/bg-topnav.jpg) no-repeat;
}

.template1 #bottomNav {
	margin: 0;
	padding-left: 250px;
	height: 37px;
	/* border-bottom: 1px solid #9AC1D7; */
	background: url(/images/bg-bottomnav.jpg) no-repeat;
	vertical-align: bottom;
}

.template1 #navcontainer {
	padding: 0;
	height: 35px;
	margin: 0;
}

.template1 #navcontainer UL {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	display: inline;
}

.template1 #navcontainer UL LI {
	display: inline;
	float: left;
	text-align: center;
	margin: 0;
}

.template1 #topNav #navcontainer UL LI {
	background: url(/images/bg-navlist-topnav-off.jpg) repeat-x top !important;
	padding: 3px 0 5px;
}
.template1 #bottomNav #navcontainer UL LI {
	background: url(/images/bg-navlist-bottomnav-off.jpg) repeat-x top !important;
	padding: 7px 0 10px;
	margin: -5px 0 5px;
}

.template1 #navcontainer UL LI A {
	height: 38px;
	white-space: nowrap;
	margin: 0 0 0 -5px;
	padding: 5px 15px !important;
	color: #104b6c;
	font-size: 1.1em;
	text-decoration: none;
	display: inline;
	text-align: center;
}

.template1 #navcontainer UL LI A:hover {
	color: #a6625c;
	border: 0 !important;
}

.template1 #navcontainer LI#active A {
	color: #a6625c;
	border: 0 !important;
}

.template1 #topNav #navcontainer UL LI:hover {
	background: url(/images/bg-navlist-topnav-on.jpg) repeat-x top !important;
}
.template1 #bottomNav #navcontainer UL LI:hover {
	background: url(/images/bg-navlist-bottomnav-on.jpg) repeat-x top !important;
}

.template1 #topNav #navcontainer LI#active {
	background: url(/images/bg-navlist-topnav-on.jpg) repeat-x top !important;
}
.template1 #bottomNav #navcontainer LI#active {
	background: url(/images/bg-navlist-bottomnav-on.jpg) repeat-x top !important;
}

.template1 #sidebar {
	float: left; 
	width: 200px; 
	padding: 15px 10px 15px 50px;
}

.template1 #mainContent { 
	margin: 0 0 0 275px; /* 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: 10px 100px 20px 0; 
} 

.template1 #footer { 
	padding: 0;
	background: #FFF; 
} 

.template1 #footer P {
	margin: 0; 
	padding: 5px 0 25px;
	text-align: center;
	font-size: small; 
}

.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;
}



/* Content Styles */
H1, H1 A:link, H1 A:visited, H1 A:active {
	font-size: x-large;
	color: #9E423F !important;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
H2, H2 A:link, H2 A:visited, H2 A:active {
	color: #000 !important;
	font-size: 1.1em;
	font-weight: normal;
	padding: 4px;
	background-image: url(/images/bg_h2.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #cdd7d9;
	text-decoration: none;
}
H3, H3 A:link, H3 A:visited, H3 A:active  {
	color: #9E423F !important;
	background-color: White;
	font-size: .9em;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px dotted #b0c9fa;
	border-top: 1px dotted #b0c9fa;
	text-decoration: none;
}

H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: underline !important;
	border-bottom: none !important;
}

#sidebar #callout {
	background: #e8f1f6 url(/images/bg-callout.jpg) no-repeat;
	width: 191px;
	height: 148px;
	padding: 0;
	margin: 0;
}

#sidebar #callout P {
	font: medium;
	padding: 15px 0 0 15px;
	margin: 0;
	line-height: 1.5em;
}

#sidebar #callout P.phone {
	font-size: 24px !important;
	margin: 10px 0 0 10px;
	padding: 0;
	color: #9E423F;
}

#mainContent A, #sidebar A, #footer A {
	color: #09c;
}

#mainContent A:hover, #sidebar A:hover, #footer A:hover {
	text-decoration: none;
	border-bottom: 3px solid #09c;
}

#mainContent A:visited, #sidebar A:visited, #footer A:visited {
	color: #036;
}


#mainContent P {
	line-height: 1.6em;
	margin: 0 0 1em 0;
}

#mainContent P.tagline {
	font-weight: bold;
	border-bottom: 3px solid #cdd7d9;
}

#mainContent #services {
	margin-top: 40px;
	width: 550px;
}

#mainContent #column1 {
	float: left;
	width: 264px;
	background: url(/images/bg-column-orange.jpg) no-repeat top;
}

#mainContent #column2 {
	float: right;
	width: 264px;
	background: url(/images/bg-column-blue.jpg) no-repeat top;
}

#mainContent .columnPadding {
	padding: 15px;
}

.content2Col P, LI { font-size: .9em; color: #536E6A; line-height: 1.5em; }  
.content2Col A { color: #00639C; }

.content1Col { padding: 15px; width: 100%; background-image: url(/images/bg-content.gif); background-repeat: repeat-x;}
.content1Col P, LI { font-size: .9em; color: #536E6A;  line-height: 1.5em;  }  

LEGEND { font-weight: bold; }

.ccSubmit { font-size: 10px; }
.ccText { font-size: .8em; width: 75px; }

.required { font-weight: bold; }
.optional { color: #536E6A; }

TABLE.webform TD { padding: 1px; font-size: .8em; }

.staffpic {
	float: right; 
	padding: 5px;
	background-color: #385D97;
	border: 1px solid blue;
	margin: 10px;
}

.directions {
	padding: 5px;
	background-color: #76A75E;
	border: 1px solid #3AAF00;
	margin: 10px;
}

.breadcrumb {
	padding-bottom: 15px;
	border-bottom: 1px solid #F6F8F7;
	font-size: small;
}
.staffList {
	margin:10px 0;
	padding:0;
}
.staffList LI {
	list-style-type:none;
	padding:0 25px 50px 0;
	margin:0;
}
.staffList IMG {
	padding: 0;
	margin: 0;
	border: 2px solid #385D97;
	float: left; 
	margin: 0 15px 0 0;
	vertical-align: text-top;
}
#sidebar .staffList {
	margin: 0;
}
#sidebar .staffList LI, #sidebar .address{
	padding: 0;
	font-size: .7em;
	line-height: 1.5em;
}
