
/*
	General styles
*/
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT { font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 13px; color: #444444;}

HTML,BODY { background: #FFFFFF; }
FORM { margin: 0; }
TABLE,IMG { border: 0; }

a{ color: #436a90; text-decoration: none; }
a:hover {color: #436a90; text-decoration: underline;}

.whitetext {color:#FFFFFF;}
.contact{ font-size: 16px; font-weight: bold; margin-bottom: 20px}
.accent2 { color: #D9531E; font-weight: bold;}
.indent {margin-left: 30px;}



.IMGR {  padding-left: 10px}



h2 { color: #5383b3; font-size: 18px; font-weight: bold;  margin: 0 0 20px 0;}

HR { color: #DDDDDD; background-color: #DDDDDD; height: 1px; width: 225px; margin: 15px 0px 15px 130px; border-bottom-width: 0px; border-left-width: 0; border-right-width: 0px; border-top-width: 0px;}



#maincontainer{
width: 780px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding-left: 10px;
background: #FFFFFF;
}


#topsection{
height: 70px; /*Height of top section*/
}

.contentwrapper{width: 100%; border-right:#DDDDDD solid thin; border-left: #DDDDDD solid thin; margin-bottom: 15px;}
  

.innertube{
margin: 0px 10px 0px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}
.innertuber{
margin: 40px 10px 0px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.services{background:url(graphics/services-healthcare.gif) top left no-repeat; width:680px; height:452px; margin: 0px 10px 0px 10px;}

#footer { font-size: 11px; font-weight: normal; color: #494949; line-height: 20px}
#footer a{ color: #494949; text-decoration: none; margin-right: 20px;}
#footer a:hover { color: #436a90; text-decoration: underline; margin-right: 20px;}


.infoboxoutside
{width: 760px; border: 1px solid #AAAAAA; margin-top: 5px; }

.infoboxoutside2
{border: 1px solid #AAAAAA; padding: 5px;}

.infobox
{ background-color: #666666; color: #FFFFFF; padding: 5px; margin: 5px; }














.underlinemenu{font-weight: bold;
width: 100%; height: 100px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-left: 30px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #D9531E;
}


