/*
Author: Presley Design Studio
Site: Texas Physician Hospitals - Advocacy Center
*/

body
{
	background-color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#outerWrap
{
	text-align: left;
	margin: 0 auto;
	padding: 0 24px 23px 0 ;
	width: 918px;

}


#innerWrap{width: 919px;}

#headDiv{height: 90px;}

#headDiv img{float: left;}

#headDiv ul
{
	text-align: left;
	float: right;
	padding: 55px 0 0 0;
	
}

#headDiv li
{
	float: left;
	margin: 0 0 0 -1px;
	font-weight: bold;
	font-size: 11px;
	border-bottom: none;
	text-align: center;
}

#headDiv .selected
{	
}

#headDiv a
{
	display: block;
	height: 34px;
	text-decoration: none;
	color: #666666;
	line-height: 34px;
	border: 1px solid #666666;
	border-bottom: 0px none
}

#headDiv a:hover{
	color: white; 
	background: #006; 
	border-bottom: 0px none; 
}

#headDiv .selected a
{
	height: 34px;
	border-bottom: 0px none;
	color: white; background: #006;
	/*margin: -5px 0  0 0;*/
}

#mottoDiv
{
	background: url('../images/mottoBack.gif') no-repeat right center #000066;
	border-bottom: 1px solid #999999;
	height: 30px;
	margin: 0 0 5px 0;
}

#mainDiv
{
	height:279px;
	width:918px;
}

#mainDiv p
{
	font-size: 12px;
	line-height: 150%;
	margin: 10px 0;
	text-align: justify;
}


.newsDiv p
{
	text-align: justify;
	line-height: 150%;
	margin: 15px 0;
	font-size: 12px;
}

.arrowLink a
{
	padding: 0 35px 0 0;
	background: url(../images/arrowLinkOff.gif) no-repeat center right;
}

.noDisplay{display: none;}
.showToggle{float: right; display: block; padding: 20px 0 0 0;}
.showToggle a{font-weight: bold; color: #000066; text-decoration: none; display: inline;}
.showToggle a:hover{text-decoration: underline;}

.blueSep
{
	border-top: 5px solid #000066; 
}

.dotSep
{
	padding-top: 2px;
	margin: 0;
	background: url(../images/dot.jpg) repeat-x 9px -3px;
}

.vertDotSep 
{
	width: 2px;
	margin: 0;
	background: url(../images/dot.jpg) repeat-y ;
	float: left;
}

#footDiv
{
	color: #777;
	width: 918px;
	margin: 0 auto;
	padding: 15px 15px 0 0;
	text-align: right;
	font-size: 70%;
}

#footDiv a
{
	color: #777;
	text-decoration:none;
}

#footDiv ul
{
	float: right;
	margin: 15px 0 0 0;
}

#footDiv ul a{color: #777}

#footDiv li
{
	float: left;
	padding: 0 10px;
	border-left: 1px solid #666
}

#quickDiv p
{
	font-size: 12px;
}

#footDiv .first{border: 0px none;}
#footDiv .last{padding-right: 0px;}


.boardList
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	font-size:12px;
	clear: both;
	display: block;
	width: 880px;
	height: 360px
}

.boardList li
{
	width: 30%;
	height: 80px;
	float: left;
	margin: 0 25px 0 0;
	padding: 0 0;
	line-height: 150%;
}