﻿@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(../images/layout/bkg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	background-color: #909eb9;
}
li {
	list-style:none;
}

a:link,
a:visited,
a:active {
	color: #253D6B;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}

a:hover {
	border-bottom: #333 1px dotted;
	}


#content_container {
	margin: 0 auto;
	width: 769px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	border:none;
}
#header {
	margin-bottom: 5px;
}

#home_mission {
	height: 252px;
	background-image:url(../images/layout/mission-pic.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-size: 12px;
	color: #253D6B;
	padding: 25px 25px 25px 360px;
}

#home_mission h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #253D6B;
	font-size:16px;
	line-height: normal;
	margin-bottom: 10px;
	font-weight: normal;
}

#nav {
	background-image:url(../images/layout/header-btm.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #253d6b;
	height: 35px;
	padding: 0 25px;
}

#nav ul {
	margin:0;
	padding:0;
}


#nav li {
	float:left;
}

#nav li a:link,
#nav li a:visited,
#nav li a:active {
	display:block;
	list-style:none;
	list-style-image:none;
	color:#FFF;
	line-height: 35px;
	padding: 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

#nav li a:hover {
	border-bottom:none;
	background-color:#5D7091;

}


#footer {
	height: 65px;
	background-image:url(../images/layout/special-info-bottom.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 15px;
	color: #253D6B;
}

address {
	font-style:normal;
}

.content_sub {
	background-color:#FFF;
	padding:25px;
}

#press_release {
	background-image: url(../images/press-releases/stethoscope.jpg);
	height: 250px;
	background-position:right top;
	padding-right: 300px;
	background-repeat:no-repeat;
}

#home_content #content_area {
	background-color:#FFF;
	padding: 15px;
}
#home_content #thank_you {
	background-image:url(../images/thank-you.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#FFF;
	font-size:22px;
	padding: 55px;
	height: 125px;
}

.comments td {
	padding: 3px;
}

.comments th {
	font-size:16px;
	padding-bottom: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: #999 1px dotted;
	color: #253D6B;
}

.comments .first {
	padding-top: 12px;
}

.comments h2 {
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.comments p {
line-height: 20px;
margin-top: 20px;
}

.comments li {
	list-style:square;
	margin-left: 25px;
	padding: 4px 0;
}

.comments label {
	font-weight: bold;
}


#home_content_top {
	background-image:url(../images/layout/special-info-top.png);
	background-repeat:no-repeat;
	background-position:top;
	height: 33px;
	margin-top: 5px;
	padding-left: 15px;
	line-height: 33px;
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #253D6B;
}

.content_top {
	background-image:url(../images/layout/special-info-top.png);
	background-repeat:no-repeat;
	background-position:top;
	height: 40px;
	margin-top: 5px;
	padding-left: 35px;
	line-height: 40px;
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #253D6B;
}

.ErrorMessage {
	background-color:#DCE5ED;
	padding: 10px;
	color: #253D6B;
}

.design-alt a:link,
.design-alt a:visited,
.design-alt a:active,
.design-alt a:hover {
	border:none;
}

.design-alt td {
	text-align:center;
}

.design-alt {
	margin: 20px 0;
}

.design-alt h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #253D6B;
	font-size:20px;
	margin-top: 10px;
	font-weight: normal;
}

.box {
	padding: 4px 8px;
	background-color: #E0E7EE;
	border: 1px solid #CCC;
	width: 205px;
}

hr {
    border: none;
    background-color: #CCC;
    color: #CCC; /* Older versions of IE use the `color` attribute to style <hr> */
    height: 1px;
    line-height: 1px;
    margin-top: 15px;
    width: 100%;
}

.list {
	border-bottom: 1px solid #C1CAD9;
	
}