@charset "utf-8";
/* Home Page */

.home {
	background: url(../_images/bg.png) repeat-x #F0F1EC;
}
.homeContent {
	position:relative;
	display:block;
	float:left;
	top:105px;
	background:#FFFFFF;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:960px;
}

.home a 
{
    font-weight: 400 !important; /* overrides the styling in Print_content */
    color:#057080;
}

.home #introduction {
	position:relative;
	display:block;
	width:960px;
	height:auto;
	background:#00414F;
	border-bottom:1px solid #00414F;	
}
.home #col1 {
	position:relative;
	display:block;
	float:left;
	width:755px;
	margin:0px;
	padding:0px;
	margin:0px;
}
#col1 ul {
	width:255px;
	float:left;
}
.home #subIntroduction {
	position:relative;
	display:block;
	width:755px;
	height:240px;
	min-height: 230px;
	background-image: url(../_images/bg_subIntro.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.home #subIntroduction .title {
	margin: 5px 0px 15px 0px;
}
.home #subIntroduction #colA {
	position:relative;
	display:block;
	float:left;
	width:438px;
	border-right:1px dotted #028FAB;
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 23px;
}
.home #subIntroduction #colA .right{
	float:right;
	display:block;
	position:relative;
	margin-top: -20px; /* pulls it up closer to the list above*/
	padding:0px 35px 10px 0px;
	font-size:11px;
}

.rightHome { /* this should be able to be switched for the div above */
	float:right;
	font-size:11px;
	width:100px;
}


.home #subIntroduction #colA img {
	float:left;
}
.home #subIntroduction #colB {
	position:relative;
	display:block;
	float:left;
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 23px;
	width:200px;
	z-index:10;
}
.home #subIntroduction #colB ul {
	margin:0px 0px 0px 0px;
}
.home #subIntroduction #colB select {
	width:170px;
	margin-bottom:3px;
}
.home #subIntroduction #colB li.select {
	background:url(../_images/bullet1b.gif) no-repeat;	
}

.select 
{
	position:relative;

}

.home #features {
	margin:25px 0px 0px 50px !important;
	margin:25px 0px 0px 30px;
	display:block;
	position:relative;
	width:715px !important;
	width:710px;
}	
.home #features .feature {
	display:block;
	position:relative;
	width:139px !important;
	width:137px;
	float:left;
	margin:0px 0px 0px 20px;
}	
.home #features .feature.last{
	margin:0px 0px 0px 0px;
}	
.home #features .feature h2 {
	color:#6A6657;
	font-size:11px;
	margin:6px 0px 0px 0px;
}	
.home #features .feature p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0px;
	padding:0px;
}	
#col2Home {
	position:relative;
	display:block;
	float:left;
	width:193px;
	padding:10px 0px 0px 10px;
	border-left:1px dotted #A4B5C1;
	font-size:11px;	
}
#col2Home p.feed 
{
	font-size:10px;
	padding:0px 0px 0px 7px !important;
	padding:0px 0px 0px 0px;	
}
#col2Home p.feed img {
	vertical-align:top;
	width:32px;
}
#col2Home ul {
	position:relative;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#col2Home li {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px 0px 14px 0px;
	padding:0px 0px 0px 8px;
	text-decoration:none;
	list-style:none;
	background:url(../_images/bullet5.png) no-repeat;
	z-index:1000;
}
.home #quickLinks {
	position:relative;
	display:block;
	float:left;
	margin:0px 0px 15px 0px;
	padding:0px;
	width:182px;
	border-bottom:1px dotted #A4B5C1;		
}

#quickLinks a
{

	font-size:10px;
}

.home #browseDisease {
	background:none;
	position:relative;
	display:block;
	float:left;
	width:180px;
	height:178px;
	top:0px;
	left:0px !important;	
	left:-22px;
	margin:20px 0px 20px 0px;
	padding:0px;
}
.home #latestNews {
	position:relative;
	display:block;
	float:left;
	margin:0;
	padding:15px 0px 0px 0px;
	border-top:1px dotted #A4B5C1;	
	width:180px;

}

#latestNews img {
	float:none;
	margin:0px 0px 14px 0px;
	border:none;
}
#latestNews ul {
	margin:0px 0px 0px 0px;
}

.home #socialMedia {
	position:relative;
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:180px;

}


#footerHome {
	margin:0px 0px 0px 10px;
	padding:40px 0px 0px 0px !important;
	padding:40px 0px 0px 0px;
	width:940px;
}

