/*
COLORS
"#8E9EA7" - background blue, links
000000 - black - primary
"#7F1B20" - red
"#0D1453" - navy --- cccsecondary
"#2496DB" - bright blue
*/

/*
*******************************************************
GENERAL SELECTORS
*******************************************************
*/


/* general tag selectors */

body, td, blockquote { font-family: Times, Georgia, Times New Roman, Times, serif; font-size: 14px; text-align: left; color:#000; }

sup {font-size: 7px;text-transform: uppercase;}



h1 { color: #7F1B20; font-weight: bolder; font-size: 16px }
h1.h12 { color: #80190C; font-weight: bolder; font-size: 18px }
h2 { color: #0D1453; font-weight: bolder; font-size: 15px }
h3 { color: #7F1B20; font-weight: bolder; font-size: 16px; margin:0; padding:20px 0px 5px 0px; }



/* general class selectors */
.returntotop {width:100px; text-align:center; padding:2px; margin-bottom:5px; background:#fff;border: 1px solid #ccc;font-size:10px}

.gallery {
	border-top: 1px solid #7f1b20;
	border-left: 1px solid #7f1b20;
	border-bottom: 4px solid #0D1453;
	border-right: 4px solid #0D1453;

}

.title { color: #80190C; font-weight: bolder; font-size: 17px }


.section { color: #80190C; font-weight: bolder; font-size: 16px }
.subsection { color: #1C679F; font-weight: bolder; font-size: 12px }
.subsection2 { color: #000000; font-weight: bolder; font-size: 12px }

.keywordphrase { color: #EFE8E3; font-weight: bolder; font-size: 13px; }

.vsmprint { font-size: 11px }
.smprint { font-size: 12px }
.regprint { font-size: 14px }
.large { font-size: 16px }

.secondary { color: #1C679F } 
.secondarybold { color: #333366; font-weight: bolder }
.smsecondarybold { font-size: 10px; color: #1C679F; font-weight: bolder }



.orange { color: #ff6633; font-weight: bolder }
.maroon { color: #80190C; }
.bluebold { color: #333366; font-weight: bolder }
.blue { color: #333366;}

.alert { color: #990000; font-weight: bolder }
.required { color: #CC0000; font-size: 10px;}

.defaulttext { color: #000000 }
.fieldname { font-size: 10px }
.navfooter { font-size: 12px; color: #B9D3E7 }

.content { padding: 25px 10px 25px 10px; }

.darkbgtable { background-color: #0D1453; border-style: dotted; border-width: 1px;}
.medbg { background-color: #8E9EA7;}




/* general <a> class and tag selectors */

a { color: #0D1453; text-decoration: underline }
a:hover { color: #0D1453; text-decoration: none }

a.nav { font-family: Georgia; color:#EFE8E3; text-decoration: none; font-size: 12px; font-weight: bolder; }
a.nav:hover { font-family: Georgia; color: #EFE8E3; text-decoration: none; font-size: 12px; font-weight: bolder; }


/* Layers Menu */

.horbar	{
	
	color: #EFE8E3;
	background-color: #80190C;
	font-weight: bolder;
}

.horbaritem	{
	font-size: 12px;
	float: left;
	white-space: nowrap;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #EFE8E3;
}

.horbaritem a:visited	{
	color: #EFE8E3;
}

.horbaritem a:hover	{
	color: #EFE8E3;
	background-color: #80190C;
}

.horbaritem a:active	{
	color: #EFE8E3;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #80190C;
	border: 2px #000000;
	font-weight: bolder;
}


.item	{
	position: relative;
	text-align: left;
	white-space: nowrap;
	font-size: 12px;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}



.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #EFE8E3;
}

.item a:visited	{
	color: #EFE8E3;
}

.item a:hover	{
	color: #EFE8E3;
	background-color: #333366;
}

.item a:active	{
	color: #EFE8E3;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

#footer {
	FONT-SIZE: 12px; font-weight:bolder; padding:30px 10px 0px 10px;
}
#footer td {
	FONT-SIZE: 12px; font-weight:bolder;
}
#footer div{
	FONT-SIZE: 12px; font-weight:bolder;
}

#footer hr { color: #0D1453;  width: 100%; height: 0px; border-style: dotted none none none; border-width: 1px; }


/*layout*/
#closebar {
	padding:0px;
	margin:0;
	text-align:right;
}

#closebar a {
	font-size: 11px;
}

#autopopcontainer {

	min-height:425px;
	padding:20px;
	margin:auto;
	width:450px;
	font-family:Arial, san-serif; 
	text-align:center;
	background-color: #8E9EA7;
}

#autopopcontainer img {
 margin: 0;
 padding:0px;
 width:450px;
 border: 1px #0D1453 solid;
}

#autopopcontainer hr {
	margin: auto;
	padding: 0;
	margin-bottom:20px;
	border:0;
	border-bottom: 1px dotted #0D1453;
	width:350px;
}

