@charset "utf-8";
body {
	background: #ccc;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
}
a {
	color: #5C91BD;
}
p, h1, h2 , h3, div{
	margin:0;
	padding;0;
}

img {
	margin: 0px;
	padding: 0px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#outerwrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapperbackground.jpg);
	background-repeat: repeat-y;
	margin-bottom: 5px;
}

#container  {
	width: 960px;  /* 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;
}
#header  {
	background-color: #DDDDDD;
	background-image: url(images/headerbackground.jpg);
	background-repeat: no-repeat;
	height: 169px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #245075;
}
#header .taglines {
	text-align: right;
	margin-top: 35px;
	margin-right: 50px;
}
#header .taglines h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #245075;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 12px;
}
#header .taglines h2 {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 22px;
	padding-bottom: 12px;
}
#header .taglines h3 {
	color: #FFF;
	font-size: 24px;
	margin-right: 5px;
}



#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent .toppanel {
	background-color: #ececec;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainContent .toppanel .sideA {
	width: 450px;
	float: left;
	padding-top: 35px;
	padding-right: 5px;
	padding-left: 40px;
}




#mainContent .toppanel .sideA h1 {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	color: #245075;
	line-height: 140%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .toppanel .sideA h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #245075;
	padding-left: 25px;
	padding-right: 12px;
	margin-top: 20px;
	margin-bottom: 25px;
}
#mainContent .toppanel .sideA h3 {
	color: #C10000;
	text-align: center;
	font-size: 20px;
	float: left;
	line-height: 150%;
}
img.arrow  {
	float: left;
	padding-left: 20px;
}
#mainContent .toppanel .sideB {
	text-align: center;
	width: 420px;
	margin-left: 497px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 30px;
}
#mainContent .toppanel .sideB img {
	border: 5px solid #ddd;
}




#mainContent .bottompanel {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#mainContent .bottompanel .sideC {
	width: 500px;
	float: left;
	margin-left: 40px;
	margin-top: 40px;
}

#mainContent .bottompanel .sideC p {
	font-size: 1em;
	color: #245075;
	line-height: 200%;
	font-weight: normal;
}
#mainContent .bottompanel .sideC h1 {
	color: #245075;
	font-size: 20px;
	margin-top: 35px;
}
#mainContent .bottompanel .sideC h2 {
	font-size: 18px;
	margin-top: 10px;
	line-height: 150%;
	color: #245075;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#mainContent .bottompanel .sideC h3 {
	font-size: 16px;
	color: #245075;
	font-weight: normal;
	line-height: 100%;
	text-align: right;
	display: block;
	float: left;
	width: 405px;
	padding-top: 15px;
	padding-right: 10px;
}
#mainContent .bottompanel .sideD {
	float: right;
	width: 350px;
	background-image: url(images/specialtybackground.gif);
	background-repeat: no-repeat;
	height: 410px;
}
#mainContent .bottompanel .sideD h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	padding-left: 70px;
	padding-top: 70px;
	color: #245075;
}
#mainContent .bottompanel .sideD p {
	font-size: 14px;
	padding-left: 70px;
	padding-right: 30px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #245075;
	padding-top: 15px;
}
#mainContent .bottompanel .sideD h2 {
	color: #245075;
	font-size: 17px;
	line-height: 240%;
	padding-left: 70px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainContent .bottompanel .footnote  {
	font-size: .8em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	margin-left: 15px;
	padding-top: 10px;
}









#footer  {
	background-color: #245075;
	background-image: url(images/footerbkgrnd.jpg);
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#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 */
	color: #CCC;
	font-size: .8em;
}
#footer .copyright {
	width: 550px;
	float: left;
}
