
/* =General
-----------------------------------------------------------------------------*/
#homepage #container {
    position:relative;
}
#homepage h2 {
    border-bottom:1px solid #884400;
    padding:2px 0 3px 0;
    margin:0 0 10px;
    color:#353535;
    font-size:21px;
	font-weight: normal;
}
#healthCare, #practitioners {
    height:205px;
    width:495px;
    background:#fff;
    overflow:hidden;
}
#healthCare {
    position:absolute;
    top:198px;
    left:0;
    z-index:1000;
    background:#fff url(/images/home/heatlhcareOrg/1.jpg) no-repeat right 0;
}
#practitioners {
    position:absolute;
    top:198px;
    left:505px;
    z-index:999;
    background:#fff url(/images/home/practitioners/1.jpg) no-repeat 0 0;
}
#healthCare h2 {
    margin:22px 205px 0 30px !important;
    padding-bottom:3px !important;
}
#practitioners h2 {
    margin:22px 40px 0 240px !important;
    padding-bottom:3px !important;
}
#healthCare ul, #practitioners ul {
    margin-top:9px;
	list-style-image:url('/images/home/arrowOrange.gif');
}
#healthCare ul {
    margin-left:48px;
}
#practitioners ul {
    margin-left:257px;
}
#healthCare ul li, #practitioners ul li {
    margin-top:7px;
}
#healthCare ul li a, #practitioners ul li a {
    font-size:10pt;
   }
#healthCare ul li a:hover, #practitioners ul li a:hover {
    text-decoration:none;
    color:#884400;
 }
#divider {
    background:#005179;
    border-right:1px solid #005179;
    border-left:1px solid #005179;
    width:10px;
    height:210px;
    position:absolute;
    top:198px;
    left:495px;
    z-index:1001;
}
#hDivider {
    background:#005179;
    height:7px;
    position:absolute;
    top:403px;
    width:1000px;
}
#middleCurve {
    background:url(/images/home/middleCurves.png) no-repeat 0 0;
    height:70px;
    width:1000px;
    position:absolute;
    top:410px;
}

/* =homepage content
-----------------------------------------------------*/
#threeColumn {
    margin:263px 0 25px;
}
#threeColumn .colIcon {
    padding-right:5px;
    padding-bottom:0px;
    margin-bottom: -24px;
}
#threeColumn .left {
    padding-right:5px;
    padding-bottom:15px;
}
.contentColumn {
    width:300px;
    float:left;
    margin-left:33px;
    vertical-align:top;
    margin-top: 7px;
}
.contentColumn h2 { 
    text-indent:37px;
}
.contentColumn.news h2 {
    background: url(/images/home/icons_contentsections.png) no-repeat center;
    background-position: 1px -6px;
}
.contentColumn.resources {
    width:238px;
}
.contentColumn.resources h2 {
    text-indent:31px;
    background: url(/images/home/icons_contentsections.png) no-repeat center;
    background-position: -3px -39px;
}
.contentColumn.community {
    width:332px;
}
.contentColumn.community h2 {
    text-indent:32px;
    background: url(/images/home/icons_contentsections.png) no-repeat center;
    background-position: -3px -70px;
}
a.viewAll {
   	color: #353535;
    font-size: 21px;
}
a:hover.viewAll {
    color:#353535 !important;
    text-decoration:underline;
	 font-size: 21px;
	}
a:visited.viewAll {
   	color: #353535;
    font-size: 21px;
}
a:hover.readMore {
    color:#444444;
	text-decoration:underline;
	font-size:14px;
}
a.readMore {
    color:#444444;
	font-size:14px;
}
a:visited.readMore {
    color:#444444;
	font-size:14px;
}
dl {
    display:inline;
    margin:10px 0 8px 0 !important; 
}
dt  {
    font-size:14px;
    color:#444444;
    font-family:Verdana, sans-serif;
    font-weight:normal;
    display:block;
    padding-bottom:3px !important;
	padding-top:6px !important;
    clear:both;
    text-transform:capitalize;
}
.contentColumn h2   {
	font-family:Arial, sans-serif;
	}
dd {
    font-size:10pt;
    padding:0px 0px 10px 0px !important;
	line-height:16px;
}
#content dd ul li {
    line-height: 16px;
}
#content dd ol li {
    line-height: 16px;
}

.contentColumn dd {
    line-height: 15px;
	}
dd.date {
    color:#884400;    
    padding:0 !important;
	font-family:Verdana, sans-serif !important;
	font-size:10pt !important;
}

/* =News 
----------------------------------------------------*/
.mainArticle dd, .mainArticle dd a {
    font-size:10pt;
}
.mainArticle dd {
    padding-top:5px !important; 
}
.mainArticle dd a {
	display:inline
}
.mainArticle dd img {
    padding-bottom:10px;  
    margin-right:5px;
}  
    
/* =Resources
----------------------------------------------------*/
.guideBook {
    width:204px;
    float:left;
    margin:10px 0 1px 0;
}
.guideBook a img {
    display:block;
    margin-bottom:2px;
}
.guideBooks a {
}
.gbHead {
    margin-top:10px;
}