/* Layout Stylesheet */ 

body
{
	background-color: #efefef;
	color:#333;
	margin: 0px;
	padding: 0px;
	font-family:  arial, helvetica, tahoma, sans-serif;
	font-size:98%;
	text-align: center;
	line-height:20px;
}

#main
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #25408F;
	text-align: left;
}
#header
{
	background-image: url(../images/banner.jpg);
	width: 760px;
	height: 125px;
	background-repeat: no-repeat;
	position: relative;
}
#content
{
	float: right;
	width: 535px!important;
	width: 535px!;
	margin-right:25px!important;
	margin-right:0px;
	
	margin-left:55px!important;
	font-size:75%;		
}

#nav
{
	width: 760px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	background-image: url(../images/menubg.gif);
}
div#nav ul
{
	height: 20px;
	list-style: none;
	width: 100%;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;		
}
div#nav ul li
{
	list-style: none;
	display: block;
	width: 90px;
	float: left;
	text-align: center;
	line-height: 20px;
	/*font-size: small;*/
	font-weight: bold;
	border-right: 0px solid #ddddde;	
}
#maincontent
{
	width: 758px !important;
	width: 760px;
	background-color:#efefef;
	float:left;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	border:1px #25408F solid;
}
#sidebar
{
	position: relative;
	left: 32px!important;
	left: 24px;
	width: 140px;
	padding-top:15px!important;
	padding: 0 0 0 0;
	background-color:transparent;
	float:left;
}
#sidebar ul
{
	margin: 0px;
	margin-bottom: 18px;
	padding: 0px;
	
}
#sidebar img
{
	margin: 0px;
	border: 0px;
	display: inline;
}
#sidebar li
{

}
#clear
{
	clear: both;
}
#footer
{
	height: 28px;
	padding: 0px;
	background-color:#25408F;
	text-align: center;
	clear: both;
}
div#footernav ul
{
	list-style: none;
	width: 100%;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
}
img a{
border:0px;
)

/*new pull quote stuff*/

#contentArea {
width: 535px;
margin: 0 auto;
}

p {
/*font-size: small;*/
/*line-height: 1.3em;
margin-top: 0;
margin-bottom: 0.8em;*/
}

blockquote {
float: right;
width: 200px;
margin: 0 -60px 20px 20px;
background: #e1e1e1 url(../assets/pullquote_top.gif) no-repeat;
position: relative;
}
p.quoteBody {
color: #363636;
/*font-size: small;
line-height: 1.2em;*/
font-weight: bold;
padding: 40px 10px 10px 13px;
text-align: center;
background: url(../assets/quotemark_bottom.gif) bottom right no-repeat;
width: 235px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 200px;
}

p.quoteCite {
color: #003663;
text-align: center;
padding-bottom: 30px;
background: url(../assets/pullquote_bottom.gif) left bottom no-repeat;
margin-bottom: 0;
}
#contentArea > blockquote {
margin-right: -60px;
}
table#contacttable tr{
	font-size:0.3em;
	}
	
	table.mytable { width: 100%; padding: 0px; border: none; border: 1px solid #789DB3;}
	table.mytable td { font-size: 20px; border: none; background-color: #F4F4F4; 
vertical-align: middle; padding: 7px; font-weight: bold; }
table.mytable tr.special td { border-bottom: 1px solid #ff0000;  }




