body{
	font-family: arial;
	margin: 0px;
	background-color: #F6F6F6;
}
.body{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #5E5E5E;
}
#admin-header {	
	clear:both;	
	margin: 0px 0px 0px 0px;	
	background-color: #09347a;	
	text-transform: uppercase;	
	line-height: 30px;	
	height: 30px;		
	width: 720px;
	color: #FFFFFF;
	z-index: 100;
}
#admin-header ul {		
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;	
	list-style: none;	
	font-weight: bold;			
	font-size: 10px;
	z-index: 100;
}	
#admin-header li {	
	float: left;		
	white-space: nowrap;	
}
#admin-header li a {	
	display: block;	
	padding: 0px 11px 0px 11px;			
	background-color: #09347a;		
	text-decoration: none;	
	color: #FFFFFF;		
}
#admin-header a:hover {		
	background-color: #B5111A;				
	text-transform: uppercase;	
	text-decoration: none;	
	color: #ffffff;	
}
#admin-header li ul { /* second-level lists */
	position: absolute;
	background: #333333;
	border: none;
	border-bottom: 0;
	width: 100px;
	color: #333333;
	height: auto;
	line-height: 22px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	
}
#admin-header li ul li a {	
	display: block;	
	padding: 0px 9px 0px 9px;			
	background-color: #cccccc;		
	text-decoration: none;	
	color: #09347a;	
	width: 100px;
	text-align: left;	
}
#admin-header li:hover ul ul, #admin-header li:hover ul ul ul, #admin-header li.sfhover ul ul, #admin-header li.sfhover ul ul ul {
	left: -999em;
}
#admin-header li:hover ul, #admin-header li li:hover ul, #admin-header li li li:hover ul, #admin-header li.sfhover ul, #admin-header li li.sfhover ul, #admin-header li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#admin-header .selected {	
	padding: 0px 5px 0px 3px;	
	background-color: #000000;	
	color: #FFFFFF;
}
.blackWhite{			
	background-color: #333333;	
	text-decoration: none;	
	font-weight: bold;	
	color: #FFFFFF;	
	height: 13px;
}
.blackWhite a{			
	background-color: #333333;	
	text-decoration: none;	
	font-weight: bold;	
	color: #FFFFFF;	
	height: 13px;
}
.blackWhite a:hover{			
	background-color: #333333;	
	text-decoration: underline;	
	font-weight: bold;	
	color: #FFFFFF;	
	height: 13px;
}
.greenWhite{			
	background-color: #3CA42B;	
	text-decoration: none;	
	font-weight: bold;	
	color: #FFFFFF;	
	height: 13px;
}
.message{	
	background-color: #E2F9E3;	
	border-top: 1px solid #99CC99;	
	border-bottom: 1px solid #99CC99;	
	color: #000000;	font-size: 12px;	
	font-weight: bold;
}
.error{	
	background-color: #CC0000;	
	border-top: 1px solid #CC0000;	
	border-bottom: 1px solid #CC0000;	
	color: #FFFFFF;
	font-size: 12px;	
	font-weight: bold;
}
.grey_links{
	color: #939393;
	font-size: 10px;
	font-weight: bold;
}
.grey_links a{
	color: #939393;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.grey_links a:hover{
	color: #939393;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.small_grey{
	color: #939393;
	font-size: 9px;
	font-weight: bold;
}
.small_grey a{
	color: #939393;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.small_grey a:hover{
	color: #939393;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}
.main_nav{
	color: #0D3793;
	font-size: 11px;
	font-weight: bold;	
	padding: 5 5 5 5;
	text-align: center;
}
.main_nav a{
	color: #0D3793;
	text-decoration: none;	
}
.main_nav a:hover{
	color: #0D3793;
	text-decoration: underline;	
}
.sub_nav{
	color: #9A9A9A;
	font-size: 9px;
	font-weight: bold;	
	padding: 5 5 5 5;	
	text-transform: uppercase;
}
.sub_nav a{
	color: #9A9A9A;
	text-decoration: none;	
}
.sub_nav a:hover{
	color: #9A9A9A;
	text-decoration: underline;	
}
.title{
	color: #E27625;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
h2{
	color: #5E5E5E;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;	
}
.white_links{
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
}
.white_links a{
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.white_links a:hover{
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}
.banner_text{	
	font-size: 15px;
	color: #4D8ABE;
	font-weight: bold;
	text-transform: uppercase;	
}
.orange_big{
	color: #E27625;	
	font-size: 15px;
	font-weight: bold;
}
#grow_bullets{
	font-size:10px;
	font-weight: bold;
	color: #666986;	
}
#grow_bullets ul{
	list-style-image: url('/images/paw_bullet.gif');
}
.blue_bg_top{
	width: 204px;
	height: 13px;
	background: url('/images/blue_bg_top.gif') no-repeat;
	font-size: 0px;
}
.blue_bg_bot{
	width: 204px;
	height: 18px;
	background: url('/images/blue_bg_bot.gif') no-repeat;
	font-size: 0px;
}
.blue_bg{
	width: 204px;	
	background: url('/images/blue_bg_bg.gif') repeat-y;	
}
.faq_title{
	font-size: 12px;
	font-weight: bold;
	color: #00002F;
}
#faq_bullets{
	font-size:10px;
	font-weight: bold;
	color: #666986;	
	padding: 0 0 0 0;	
	width: 190px;
}
#faq_bullets ul{
	list-style-image: url('/images/paw_bullet.gif');
	margin: 0 0 0 10;
	padding: 0 0 0 10;
}
#faq_bullets li a{
	text-decoration: none;
	font-size: 11px;	
}
#faq_bullets li a:hover{
	text-decoration: underline;
	font-size: 11px;	
}
.small_title{
	font-size: 12px;
	font-weight: bold;
	color: #245584;
}
.dir_title{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.dir_text{
	color: #573581;
	font-size: 11px;	
}
.dir_subtitle{
	color: #573581;
	font-size: 13px;	
}
.dir_text a{
	color: #573581;
	font-size: 10px;	
	text-decoration: underline;
}
.dir_text a:hover{
	color: #573581;
	font-size: 10px;	
	text-decoration: none;
}
.nav{
	color: #573581;
	font-size: 10px;
	line-height: 20px;
}
.nav a{
	color: #573581;
	font-size: 10px;
	line-height: 20px;
	text-decoration: underline;
}
.nav a:hover{
	color: #573581;
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
}
.body_text{
	color: #333333;
	line-height: 20px;
	font-size: 10px;
}
.body_text a{
	color: #333333;
	line-height: 20px;
	font-size: 10px;
	text-decoration: underline;
}
.body_text a:hover{
	color: #333333;
	line-height: 20px;
	font-size: 10px;
	text-decoration: none;
}
a.header_state{
	font-size: 10px;	
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}
a:hover.header_state{
	font-size: 10px;
	color: #35AACD;
	background-color: #FFF;
	text-decoration: none;
	font-weight: bold
}
.footer{
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
.footer a{
	color: #666;
	text-decoration: none;
	font-size: 12px;
}
.footer a:hover{
	color: #666;
	text-decoration: underline;
	font-size: 12px;
}
/* Default DOM Tooltip Style */

div.domTT {

	border: 1px solid #333333;

	background-color: #4F7BA6;

}

div.domTT .caption {

	font-family: serif;

	font-size: 12px;

	font-weight: bold;

	padding: 1px 2px;

	color: #FFFFFF;

}

div.domTT .contents {

	font-size: 12px;

	font-family: sans-serif;

	padding: 3px 2px;

	background-color: #F1F1FF;

}



/* Classic Style */

div.domTTClassic {

	border: 1px solid black;

	background-color: InfoBackground;

}

div.domTTClassic .caption {

	font-family: serif;

	font-size: 13px;

	/* font-size: 12px; */

	font-weight: bold;

	font-style: italic;

	padding: 1px 2px;

}

div.domTTClassic .contents {

	color: InfoText;

	font-size: 13px;

	/* font-size: 12px;  */

	font-family: Arial, sans-serif;

	padding: 1px 2px;

	/* padding-bottom: 0;  */

}



/* Win9x Style */

div.domTTWin {

  border: 2px outset #BFBFBF;

  background-color: #4F7BA6;

}

div.domTTWin .caption {

  border: 0px solid #BFBFBF;

  border-width: 1px 1px 0px 1px;

  background-color: #4F7BA6;

  padding: 2px;

  font-size: 12px;

  font-weight: bold;

  font-family: sans-serif;

  color: white;

}

div.domTTWin .contents {

  border: 1px solid #BFBFBF;

}



/* Overlib Style */

div.domTTOverlib {

	border: 1px solid #333366;

	background-color: #4F7BA6;

}

div.domTTOverlib .caption {

	font-family: Verdana, Helvetica;

	font-size: 10px;

	font-weight: bold;

	color: #FFFFFF;

}

div.domTTOverlib .contents {

	font-size: 10px;

	font-family: Verdana, Helvetica;

	padding: 2px;

	background-color: #F1F1FF;

}

/* Nicetitle Style */

div.niceTitle {

	background-color: #4F7BA6;

	color: #FFFFFF;

	font-weight: bold;

	font-size: 12px;

	font-family: "Verdana, Trebuchet MS", sans-serif;

	width: 450px;

	left: 0;

	top: 0;

	padding: 4px;

	position: absolute;

	text-align: left;

	z-index: 20;

	-moz-border-radius: 0 10px 10px 10px;

	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87); this causes error*/

	-moz-opacity: .87;

	/*-khtml-opacity: .87;*/

	opacity: .87;

}



div.niceTitle .vc_caption {

	font-family: Verdana, Helvetica;

	font-size: 14px;

	font-weight: bold;

	color: #FFFFFF;

	-moz-opacity: 1;

}



div.niceTitle .caption {

	font-family: Verdana, Helvetica;

	font-size: 10px;

	font-weight: bold;

	color: #FFFFFF;

	-moz-opacity: 1;

}



div.niceTitle .contents {

	margin: 0;

	padding: 0 3px;

	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/

	-moz-opacity: 1;

	/*-khtml-opacity: 1;*/

	opacity: 1;

	color: #FFDEAD;

}



div.niceTitle p {

	color: #FFF;

	font-weight: bold;

	font-size: 12px;

	padding: 3px 0 0 0;

	margin: 0;

	text-align: left;

	-moz-opacity: 1;

}



/* Context Menu Style */

div.domTTMenu {

  width: 150px;

  border: 2px outset #E6E6E6;

}

div.domTTMenu .caption {

  font-size: 12px;

  font-family: sans-serif;

  background-color: #E6E6E6;

}

div.domTTMenu .contents {

  padding: 1px 0;

  background-color: #E6E6E6;

}