/* default styles */

/* remove body margin & padding after site build - needed during build for dw */

body	 {
	margin: 0;
	padding: 0;
	background-color: #EEEEE6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2d2d2d;
	font-size: 75%;
	}
	
/*
.display {
	display: table;
	}
*/		
	
.wrap {
	border: 1px;
	border-bottom-color: #000000;
	}

.wrap2 {
	border: 1px solid #000;
	background-color: #FFF;
}

div.subtitle {
	color: #8698b2;	
	background-color: #FFF;
	font-size: 105%;
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
	}
	
p.subtitle {
	color: #8698b2;	
	background-color: #FFF;
	font-size: 105%;
	padding: 0 0 0 20px;
	font-weight: bold;
	text-align: left;
	}	

.copy {
	font-size: 95%;
	line-height: 18px;
	padding: 0 20px 0 30px;
	text-align: left;
	}	

.title {
	color: #3d5982;	
	background-color: #FFF;
	font-size: 140%;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: left;
	}
	
h1 {
	color: #3d5982;	
	background-color: #FFF;
	font-size: 140%;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	margin-top: -2px;
	text-align: left;
	}
	
h2 {	
	color: #8698b2;	
	background-color: #FFF;
	font-size: 105%;
	padding: 0 0 0 20px;
	margin: 0;
	font-weight: bold;
	text-align: left;	
	}
	
h3 {
	color: #8698b2;
	background-color: #FFF;
	font-size: 1em;
	margin: 0 20px 5px 20px;
	padding-bottom: 5px;
	text-align: left;	
	font-weight: 400;
	border-bottom: 1px dashed #999;
	font-style: italic;
	}	
	
.spacetop {
	padding-top: 15px;
	}	
	
td  { 
	vertical-align: top;
	}
	
ul.pad > li {
	padding-bottom: 15px;
	}
	
ol.pad > li {
	padding-bottom: 15px;
	}

tr#headh {
	line-height: 85%;
	}

td#headl {
	font-size: 75%;
	color: #333333;
	text-align: left;
	line-height: 30px;
	letter-spacing: 1px;
	}

td.headr {
	font-size: 75%;
	color: #333333;
	text-align: right;
	line-height: 30px;
	letter-spacing: 1px;
	}	
	
td#footl {
	font-size: 75%;
	color: #333333;
	background-color: transparent;
	text-align: left;
	line-height: 15px;
	padding-top: 10px;
	}		

.frame {
	color: #333;
	background-color: transparent;	
	font-size: 92%;
	line-height: 165%;
	text-align: left;
	padding: 0 15px 15px;
	}
	
ul#lefthp {
	margin: 0;
	}
	
#newsmisc	 {
	text-align: right;
	padding: 15px;
	}

li#newsdate {
	color: #595959;
	background-color: transparent;
	font-size: 85%;
	list-style-type: none;
	border-bottom: 1px dashed #CCC;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: right;
	}
	
/* this works . . . per Eric Meyers - add 2 hover styles? a:visited:hover and a:link:hover see p. 87 of Book One  LVHA

.linksub, A, A:visited, A:hover {
	color: #333333; text-decoration: none; 
	}

.linksub A:hover { 
	color:#039; text-decoration: underline; 
	}
 */
/* 
TRY THIS >>>>

 a.linksub:link
 a.linksub:visited
 a.linksub:hover
 a.linksub:active
 
 add .linksub as a class attribute to the <a href="blah.htm" class="linksub">blah blah</a>

*/

a.linksub:link {
	color: #3d5982; 
	text-decoration: underline; 
	}
a.linksub:visited { 
	color: #8698B2; 
	text-decoration: none; 
	}
a.linksub:hover 	{ 
	color: #ca1014; 
	text-decoration: underline; 
	}
a.linksub:active { 
	color:#003399; 
	text-decoration: none; 
	}
	

a.linkb:link {
	color: #3d5982; text-decoration: underline; 
	}
a.linkb:visited { 
	color: #8698B2; text-decoration: underline; 
	}
a.linkb:hover 	{ 
	color: #ca1014; text-decoration: underline; 
	}
a.linkb:active { 
	color:#003399; text-decoration: underline; 
	}

a.linkmar:link {
	color: #333333; font-size: 95%; text-decoration: none; 
	}
a.linkmar:active { 
	color: #333333; font-size: 95%; text-decoration: none; 
	}
a.linkmar:visited 	{ 
	color: #333333; font-size: 95%; text-decoration: none; 
	}
a.linkmar:hover { 
	color:#003399; font-size: 95%; text-decoration: underline; 
	}
	
a.linkhp:link {
	color: #3d5982; font-size: 90%; text-decoration: underline; 
	}
a.linkhp:active { 
	color: #333333; font-size: 90%; text-decoration: underline; 
	}
a.linkhp:visited { 
	color: #333333; font-size: 90%; text-decoration: underline; 
	}
a.linkhp:hover { 
	color:#ca1014; font-size: 90%; text-decoration: underline; 
	}	
	
	
/*	
.linkmar {
	color: #333333; font-size: 93%; text-decoration: none; 
	}
.linkmar A { 
	color: #333333; font-size: 93%; text-decoration: none; 
	}
.linkmar A:visited 	{ 
	color: #333333; font-size: 93%; text-decoration: none; 
	}
.linkmar A:hover { 
	color:#003399; font-size: 93%; text-decoration: underline; 
	}	
*/	
	
div#calendar {
	margin: 0 0 15px 15px;
	padding: 0 0 0 20px;
	font: 90%/175% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}	

a.caltarget:link {
	color: #ca1014; 
	text-decoration: underline; 
	}
	
a.caltarget:visited { 
	color: #8698B2; text-decoration: none; 
	}
	
a.caltarget:hover 	{ 
	color: #3d5982; text-decoration: underline; 
	}
	
a.caltarget:active { 
	color:#003399; text-decoration: underline; 
	}
	
/* ---------------------------download pdf's---------------------------------*/	

div.cap {
	padding: 0 0 10px 15px;
	line-height: 25px;
	}


a.download:link {
	color: #990000; 
	font-size: .85em;
	text-decoration: underline; 
	}
	
a.download:visited { 
	color: #8698B2; 
	font-size: .85em;
	text-decoration: none; 
	}
	
a.download:hover 	{ 
	color: #0c1b5c; 
	font-size: .85em;
	text-decoration: underline; 
	}
	
a.download:active { 
	color:#990000; 
	font-size: .85em;
	text-decoration: underline; 
	}

/* ---------------------------download pdf's---------------------------------*/	

.head { 
	background-image: url(../i/hdmain.jpg);
	}	
	
.leftback { 
	background-image: url(../i/left_bg.jpg);
	}		
	
.upleft  { 
	background-image: url(../i/upleft.jpg);
	background-repeat: no-repeat;
	}		

.upright  { 
	background-image: url(../i/uprgt.jpg);
	background-repeat: no-repeat;
	}		
	
.botleft  { 
	background-image: url(../i/lowleft.jpg);
	background-repeat: no-repeat;
	}		

.botright  { 
	background-image: url(../i/lowrgt.jpg);
	background-repeat: no-repeat;
	}		
	
	
td#logo {
	background-color:	#ca1014;
	border-top: 1px solid #2D2D2D;
	}
	
/*td.logored {
	background-color:	#ca1014;
	}
*/	
	
td#logoright {
	background-color:	#CA1014;
	border-top: 1px solid #2D2D2D;
	text-align: right;
	padding-right: 20px;
	}	
	
td#ver2qlinksright	 {
	text-align: right;
	padding-right: 20px;
	}

	
/*	
.newstitle	{
	padding-left: 10px;
	padding-right: 15px; 
	font-size: .95em;
	font-weight: 600;
	color: #595959;
	text-align: right;
	}

.news {
	color: #666666; font-size: 10px; text-decoration: none; 
	}
.news A { 
	color: #666666; font-size: 10px; text-decoration: none; 
	}
.news A:visited 	{ 
	color: #666666; font-size: 10px; text-decoration: none; 
	}
.news A:hover { 
	color:#003399; font-size: 10px; text-decoration: underline; 
	}
	
#newscopy  {
	padding-left: 15px;
	padding-right: 15px; 
	text-align: right;
	font-size: .95em;
	line-height: 16px;
	}
		
*/
		
.foot { 
	background-image: url(../i/footmain.jpg);
	}		
	
.right {	
	background-image: url(../i/rt_bg.jpg);
	border-left:1px solid #2D2D2D;
	}
	
.right2 {
	background-image: url(../i/rt_bg.jpg);
	}	
	
.leftback {	
	background-image: url(../i/left_bg.jpg);
	border-right:	1px solid #2D2D2D;
	}
	
/* ---------------------------- form styles -----------------------------*/	

#quick {
	padding: 10px;
	}

	
#quick2 {
	padding-right: 5px;
	padding-bottom: 5px;
	}

.quick3 {
	padding-right: 30px;
	padding-top: 5px;
	margin: 0;
	width: 120px;
	}
	
	
form {
	margin-top: 0;
	padding-top: 0;
	}	

select {
 color: #2d2d2d;
}

.texta {
	font-size: 10px;
	width: 145px;
	}

.button {
	font-size: 73%;
	color: #999;
	background-color: #fff;
	width: 40px;
	margin-top: 1px;
	padding: 1px 0 1px 0;
	border: 1px solid  #999;
	margin-left: 150px;
	}

.button2 {
	font-size: 65%;
	color: #999;
	background-color: #fff;
	width: 25px;
	margin-top: 1px;
	padding: 1px 0 0 0;
	border: 1px solid  #999;
	}
	

table.formcopy td {
	padding: 5px 0 5px 20px;
	font-size: 85%;
	text-align: left;
	}	
	

/*	
	override all but Mac IE styles
	font-size: .66em;
	end override styles
*/

/* backpages */

td#red {
	background-color: #ca1014;
	border-bottom: 2px solid #2d2d2d;
	}

td#blue {
	background-color: #3D5982;
	line-height: 8px;
	}
	
td.blue {
	background-color: #3D5982;
	line-height: 8px;
	}	
	
td#grey	 { 
	background-color: #2D2D2D;
	}
	
.grey2 { 
	background-color: #9d9a86;
	border-right: 1px solid #000;
	}	
	
#grey4 {
		background-color: #4b4c4e;	
		}
	
td#tan {
	background-color: #D6D6AD;
	line-height: 13px;
	}


/*-----------------------------------M   A   I   N     L   E   F   T     N   A   V -------------------------------------------------*/
/* Back Page Navigation - removed border-right: 1px solid #999b9f; from #navcontainer below*/

#navcontainer { 
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 90%;
	background-color: #2d2d2d;
	color: #333;
	}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#navcontainer li
{
border-bottom: 1px solid #999b9f;
margin: 0;
}

#navcontainer li a {
	display: block;
	padding: 5px 10px 5px 0.5em;
	border-left: 10px solid #4b4c4e;
	border-right: 10px solid #999b9f;
	background-color: #2d2d2d;
	color: #fff;
	text-decoration: none;
	text-align: right;
	}

#navcontainer li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #3d5982;
	color: #fff;
	}

#navcontainer li.here {
	background-color: #3d5982;
	color: #fff;
	text-align: right;
	padding: 3px 10px 3px 0;
	}
	

#navbot { 
	background-image: url(../ibp/bkground.jpg);
	height: 30px;
	}	
	
/*-----------------------------------E  N  D     M   A   I   N     L   E   F   T     N   A   V -------------------------------------------------*/	
	
/* --------------------------------------TOP NAV CSS *
	
#navcontainertop
{
margin: 0;
padding: 0;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size: 90%;
font-variant: small-caps;
}

#navcontainertop UL
{
list-style: none;
margin: 0 1px 0;
padding: 0;
border: none;
float: left;
width: 100%;
}

#navcontainertop LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainertop A
{
color: #FFF;
display: block;
width: auto;
text-decoration: none;
background: #2D2D2D;
margin: 0;
padding: 6px;
border-left: 1px solid #2d2d2d;
border-right: 1px solid #2d2d2d;
border-bottom: 1px solid #2d2d2d;
}

#navcontainertop A:hover, #navcontainertop A:active { background: #3d5982; }

#navcontainertop A.active:link, #navcontainertop A.active:visited
{
background: #2d2d2d;
font-weight: bold;
}


#navcontainertop li#here  {
	border-bottom: 1px solid #3d5982;
	margin-bottom: 0;
	background-color: #3D5982; 
	color: #fff;
	font-size: 95%;
	font-weight: bold;
	padding: 6px;
	}

-------------------------*/

#navcontainertop ul  {
	padding: 0;
	margin: 0;
	line-height: 22px;
	background-color: #2d2d2d;
	color: #FFF;
	float: left;
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 86%;
	border-bottom: 2px solid #2d2d2d;
	}

#navcontainertop ul li { display: inline; }

#navcontainertop ul li a {
	padding: 0.2em .75em;
	background-color: #2d2d2d;
	color: White;
	text-decoration: none;
	float: left;
	}

#navcontainertop ul li a:hover {
	background-color: #3d5982;
	color: #fff;
	}

#navcontainertop ul li.here {
	padding: 0.2em 1em;
	background-color: #3d5982;
	color: #FFF;
	text-decoration: none;
	float: left;
	}
	
/*--------------------------------------nav two styles for a page's secondary navs 	--------------------------------------*/
	
/*NEW */

#navtwocontainer { width: 160px; }

#navtwocontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font: 85% Verdana, Arial, Helvetica, sans-serif;
line-height: 150%;
text-align: right;
}

#navtwocontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #ccd;
border-bottom: 1px solid #FFF;
}

#navtwocontainer a:link, #navlist a:visited
{
color: #2d2d2d;
text-decoration: none;
}

#navtwocontainer a:hover
{
background-color: #695c54;
color: #fff;
text-decoration: none;
}
/*NEW */
 
 /*
 #navtwolist
{
padding: 0 1px 1px;
margin-left: 0;
font: 85% Verdana, sans-serif;
background: gray;
width: 160px;
}

#navtwolist li
{
list-style: none;
margin: 0;
border-top: 1px solid #FFF;
text-align: right;
}

#navtwolist li a
{
display: block;
padding: 3px;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#navtwolist li a:link { color: #448; }

#navtwolist li a:visited { color: #667; }

#navtwolist li a:hover
{
border-color: #404b55;
color: #FFF;
background: #695c54;
}
	
*/	
	
.bluecopy {
		font: 90% Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		background-color: #2d2d2d;
		color: #FFF;
		text-align: right;
		line-height: 26px; 
		}	
	
/* ---------------------------------end nav second --------start miscellaneous classes ------------------------------*/	

td.factoid {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 90%;
	line-height: 160%;
	font-weight: 600;
	color: #e9e9e9;
	padding: 10px 10px 10px 15px;
	text-align: left;
	}
	
.dropfact {	
	float: left; 
	color: #e9e9e9; 
	font-size: 80px; 
	line-height: 60px; 
	padding-top: 2px; 
	padding-right: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;  
	}

.bio  {
	font-size: 95%;
	line-height: 18px;
	padding: 0 10px 0 10px;
	text-align: left;
	border-left: 1px dashed #333;
	}
	
td.pic  {	
	padding: 0px 10px 5px 10px;
	}
	
#quickLinkForm {
display: block;
width: 140px;
height: 20px;
margin-top: -2px;
background-color: #4b4c4e;
}

/*#quickLinkForm #quickLinkSelect {
margin: 2px;
}*/  	