body {	
	font-family: Arial, Helvetica, sans-serif;
	background:#ffffff;
}

#wrapper{
	width:960px;
	margin: 0 auto;
	text-align:left;
}

#siteshell {
	width:960px;
	margin:10px;
	padding:10px;
	background-color:#FFFFFF;
	text-align:left;
	border: 2px solid #E5E5E5;
	position:relative;
}

#logo{
	width:400px;
	height:100px;
	float:left;
	padding-top:60px;
	text-align:right;
	background:url(logo.png) no-repeat bottom left;
}

#topimage{
	width:500px;
	float:right;
	right:10px;
	background:url(group.jpg) no-repeat top right;
	height:170px;
	text-align:right;
	position:absolute;
}




/*DropdownMenu --------------------- */


/*all header styles are only for the top drop-down menu */
 
#header{
	position:relative;/*this is needed to keep the dropdowns working... for some reason */
    float:left;
    width:100%;
	background:#1665a1;
	z-index:3;
}

#header ul {
padding-left:190px;
}

#header ul li ul{
padding-left:30px;
}


#header a {
font-weight:bolder;
color:#FFFFFF;
}

#menu { /* all lists */

	margin:0;
    list-style:none;

}

#outerli { /* all list items */
	float:left;
    margin:0;

}

#menu li ul { /* second-level lists.  Controls style of list background */
	position: absolute;
	display:block;
	background: white;
	list-style:none;
	text-align:left;
	margin:0px 0px 10px 0px;
	border: 1px solid #CCCCCC;
	border-top:none;
 /*	width: 11em;width: 11em; width needed or else Opera goes nuts.  Now located in if statement on pages */	
/*	left: -999em;  using left instead of display to hide menus because display: none isn't read by screen readers */
	display:none;
}

#menulink {
    display:block;   
	padding:.3em 1em .3em 1em;
    text-decoration:none;
    font-weight:normal;
    border-left: .5px solid #FFF;

	}
	
#submenulink {
	background: none;  
	text-align: left;
	}
	
#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-align:left;
	margin-left:1px;
	display:block;
}

#menu a:hover {
    color:#CCC;
}
    
#header #current {

	float:left;
    margin:0;
}

#header #current a {

	color:#FFF;
}

#submenu ul li {
	list-style:none;
	text-align:left;
}

#submenu{

}

#drop{
	list-style:none;
	background: white;
	margin:10px 25px 10px -15px;
	
}

#drop a{
color:#999999;
font-weight:normal;
}


/*
LINKS --------------------- */

a:link, a:active, a:visited {
	color: #FFF;
}

a img {
	border-width: 0; 
	border-style: none;
}

.b img {
margin-top:10px;
}

/*
COMMON --------------------- */

br {
	clear: both;
}

hr {
	width:85%;
	color:#999999;
	
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding-top: 0px; 
	font-size:smaller;
/*	line-height:125%;*/
	text-align:left;
}

h2{
margin-bottom:0px;
}

.headline h2{
margin-bottom:17px;
}

h3{
margin-bottom:0px;
}

h5 {
color: #0065a4;
font-family: Verdana;
line-height: 1em;
font-size: 18px; 
}


/*
Main Content --------------------- */

#container{
	clear:both;
	position:relative;

}

#mastcontent{
/*	margin-left:40px;
	padding:15px 0px 15px 0px;
	width:64%;
	float:left; */
	text-align:left;
	width: 614px;
}

#mastcontent p{
	margin-left:150px;
}

#mastcontent a{
	color:#1665a1;
}

#mastcontent hr{
	margin-left:150px;
	width:80%;
	margin-bottom:20px;
}

.newsheading{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	color:#333333;
	
}

#mastcontent .newsheading a{
	font-style:normal;
	font-weight:bolder;
	color:#333333;
}

#mastcontent .newsheading a:hover{
	font-weight:bolder;
	color:#FFFFFF;
	background-color:#333333;
}

/* -----SITEMAP SECTION---------*/
#sitemap{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:15px 0px 15px 0px;
	width:100%;
	margin-left:25%;
	/*text-align:left;*/
	float:left;
}
#sitemap p{
	margin-left:0px;
}

#sitemap ul li{
	list-style-position: inside;
	color:#666666;
	font-size:11px;
	font-weight:normal;
}
/* end of SITEMAP SECTION*/

.subheading{
	font-size:12px;
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	padding-bottom: 25px;
}

.rightalign{
	color:#1665a1;
	text-align:right;
	font-size:11px;
}


#subcontent{
   margin-top:10px;

	position:relative;
	width:247px;
	margin-bottom: 15px;
	text-align:left;
	float:right;
	background-color:#E4ECEE;
/*	padding:10px;*/
	border:1px dotted #1665a1;
	
}

#subcontent p{
	padding:5px 25px 5px 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	clear:both;
}

#subcontent ul{
margin:0;
padding:0 0 0 25px;
list-style-type:none;
}


#subcontent ul li{
	background:url(square.gif) no-repeat 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding:0px 25px 0px 25px;
	font-size:12px;
	font-weight:normal;
}

#subcontent a{
	color:#333333;
}

.m {background: url(boxmiddle2.jpg) 0 100% repeat-y}
.b {background: url(boxbottom2.jpg) 0 100% no-repeat; width:250px;}
.t {background: url(boxtop2.jpg) 0 0 no-repeat; padding-top:1px;}




#footer {
	padding-left:10px;
	clear:both;
	border-top: 1px solid #1665a1;
}

.footerfloats{
	width:250px;
	float:left;

}



#sidetext {
	position:absolute;
	top: 89px;
	left:5px;
	width:150px;
	background-color:#FFFFFF;
	font-style:italic;
	font-size:12px;
	font-weight:600;
	text-align:right;
	color:#1665a1;
	z-index:2;
	padding:0px 20px 10px 0px;
/*	border-right:1px solid #1665a1;
	border-bottom: 1px solid #1665a1;*/
}

#sidetext .adcontainer{
	background-color:#E4ECEE; 
	width:120px;
	margin: 0 0 20px 0;
	border: 1px dotted #1665a1; 
	padding:8px;
	font-style:normal;
	color:#333333;

}

#sidetext .adcontainer a{
	font-style:normal;
	color:#333333;
}

#subcontent hr{
/*margin-top:-15px;*/
}

#sideline {
	position:absolute;	
	left:5px;
	width:150px;
	height:40px;
	background-color:#FFFFFF;
	text-align:right;
	color:#1665a1;
	padding:0px 20px 10px 0px;
/*	border-right:1px solid #1665a1;*/
	border-bottom: 1px solid #1665a1;

}

#sideline2 {
	position:absolute;	
	left:5px;
	width:100px;
	top:260px;
	height:300px;
	background-color:#FFFFFF;
	text-align:right;
	color:#1665a1;
	padding:0px 20px 10px 0px;
	border-right:1px solid #1665a1;
	border-bottom: 1px solid #1665a1;

}

#square{
	position:absolute;	
	left:80px;
	width:100px;
	top:45px;
	text-align:right;
	color:#1665a1;
	padding:0px 20px 10px 0px;

}

.sidelinks a{
	color:#1665a1;
	text-align:right;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.sidelinks a:visited{
	color: #1665a1;
}
.sidelinks a:hover{
	color:#333333;
}

#lines{
	position:absolute; 
	top:86px; 
	left:30px; 
	width:90px; 
	text-align:right;
	z-index:1;
}

.adcontainer{
	float:right; 
	background-color:#E4ECEE; 
	width:464px;
	margin: 20px 0 20px 0;
	border: 1px dotted #1665a1; 
	padding-top:8px;
}

.redtext{
color:#FF0000;
}

/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		



.name{color:#666666;  background-color:#FFFFFF; width:190px;}
.send-to{color:#666666;  background-color:#FFFFFF; width:190px;}
.field-white{color:#666666;  background-color:#FFFFFF; width:190px;}
.field-yellow{color:#666666;  background-color:#FFFFCC; width:190px;}


