@charset "utf-8";
/* CSS Document */
/* color & site specific metrics of these styles described in /_custom/domainname/assets/css/format.css  */


.adColumn {
	width: 183px;
	padding-right:4px;
	padding-left: 4px;
}



/************************* body styles ********************************/

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: 0px top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

#homebody {
	background-image: none;
	background-color: #000000;
}

/************************* link styles ********************************/

a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:hover {color: #FFFF00;}
a:active {color: #FF0000;}
a.vidlink:link {color: #FFFFFF; text-decoration:none;}
a.vidlink:visited {color: #FFFFFF; text-decoration:none;}
a.vidlink:hover {color: #FFFF00; text-decoration:underline;}
a.vidlink:active {color: #FF0000; text-decoration:none;}

a.headnews:link, a.headnews:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	width:auto;
	height:20px;
	float:left;
	padding-left:18px;
	padding-right:18px;
	padding-top: 3px;
	background-color: #999999;
}

a.headnews:hover {
	color:#FF0000;
	background-color:#FFCC00;
}

a.headnews:active {
	color: #FF0000;
	background-color:#666666;
}

a.top:link, a.top:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	width:760px;
	padding-left:360px;
	padding-right:360px;
	background-color:#000000;
}

a.top:hover {
	color:#FF0000;
	background-color:#FFCC00;
}

a.top:active {
	color: #FF0000;
	background-color:#666666;
}

a:linkline {
	text-decoration: underline;
}

a.samplelink:link, a.samplelink:visited  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
	text-decoration: none;
}

a.samplelink:hover, a.samplelink:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: small-caps;
	text-decoration: none;
}


/************************* text tag styles  ********************************/


p, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 30px;
	color: #FF9900;
	font-weight: bold;
}

h2 {
	font-size: 30px;
	color: #FFFFFF;
}

h3 {
	font-size: 24px;
	color: #FFFFFF;
}

h4 {
	padding-bottom: 0px;
	margin-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;

}

h5 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	margin-bottom: 0px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 0px;

}

h6 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 4px;
	padding-top: 4px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	margin-bottom: 6px;
	padding-bottom: 0px;
	color: #FFFFFF;

}


/************************* tag styles ********************************/

form {
	margin: 0px;
	padding: 0px;
}

td {
	color: #FFFFFF;
}


/************************* id styles ********************************/

#error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color:#FF0000;
	background-color:#FFFF99;
	position:absolute;
	top: 100px;
	left: 170px;
	width: 500px;
	height: auto;
	min-height: 100px; 
	margin: 4px;
	padding: 4px;
}



#jump_menu {
	margin: 0px;
	padding: 0px;
	width: 152px;
}


/************************* class styles ********************************/

.style1 {
	color: #FFCC00;
	font-weight: bold;

}
.style2 {
	color: #FFFFFF

}

.sample {
	padding-left: 6px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	white-space: nowrap;
	border-top-width: 1px;
}

.welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 10px;
	font-style: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: justify;
}

.smallcap {
	font-variant: small-caps;
	font-size: 24px;
}

.catheading {
	font-family: GaramondNo4CyrTCYMed, GaramondNo4TEEMed, GaramondItcTEE, "Garamond Book SSi", "GarmdITC Bk BT", Garamond, Georgia;
	font-size: 32px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: repeat-x;
	height: 47px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 4px;
}

.homelink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

.lowcap {
	font-variant: small-caps;
}

.imgbrdr {
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	padding-top: 0px;
}

.icon {
	margin-right: 2px;
	vertical-align: text-top;
	text-decoration: none;
}

.buttonheading {
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.sym {
	font-size: 12px;
}

.head_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
}

.faq_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}

.videotd {
	text-align: center;
	vertical-align: top;
	width: 166px;
}

.homelink {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.homedesc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.vid {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

.newstag {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -1px;
}

.lowcap {
	font-variant: small-caps;
}

.imgbrdr {
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	padding-top: 0px;
}

.icon {
	margin-right: 2px;
	vertical-align: text-top;
	text-decoration: none;
}

.small {
	font-size: 12px;
	text-decoration: none;
}

.lib {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}

.stripe {
	background-color: #FFFFFF;
}

.sampletextfree {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;

}
.smallstrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	font-weight: bold;
}

.midstrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	font-weight: bold;
}

.largestrong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #FFFFFF;
	font-weight: bold;
}
.highlight {
	background-color:#FFC;
	color:#300;
	padding: 3px;
	font-size:larger;
	line-height: 17px;
	font-weight: bold;
}

.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 2px;
	vertical-align:top;
	margin-left: 2px;
	margin-right: 2px;
	width: 125px;
}

.shrink {
	font-size: small;
}

.required {
	font-weight:bold;
}

.head1 {
	height: 38px;
	border-bottom-color:#999999;
	text-align:left;
	vertical-align:bottom;
	color:#FFFFFF;
	font-size:38px;
	font-weight:bold;
	font-style:normal;
	font-family:Garamond;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
.ad {
  margin-bottom:10px;
}


/************************* button layout styles ********************************/
.spread {width: auto; margin: 0px auto; float:none;}
.stack {width: auto; margin: 0px auto; padding: 2px; float:none; clear: both;}

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; -moz-user-select: none; -khtml-user-select: none; user-select: none; font-size:22px; font-family: Garamond, Georgia, serif; font-weight:bold;}
.btn * { font-style: normal; background-image: url(/assets/images/buttons/css_btn3.png); background-repeat: no-repeat; display: block; position: relative; } 
.btn br { background-image: none; background-repeat: no-repeat; display:inline; position: absolute;}
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

.btn.small {font-size:14px;}
.btn.center {text-align: center; width: auto; max-width: 400px; margin: 0px auto; float:none;}
.btn.left {text-align: left; width: auto; margin: 0px auto; float:left;}
.btn.right {text-align: right; width: auto; margin: 0px auto; float:right;}

.btn.red { background: #900; }
.btn.yellow { background: #CCC000; color: #900; }
.btn.hover { background-color: #003; color: #FF0; } 
.btn.blue { background: #041B57; }
.btn:hover { background-color: #003; color: #FF0;}
.btn:active { background-color: #ff6; }
.btn[class] { background-image: url(/assets/images/buttons/css_shade.png); background-position: bottom; }

/************** IE6 only ******************/
* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
* html .btn { border: 3px double #aaa; }
* html .btn.red { border-color: #a00; }
* html .btn.blue { border-color: #041B57; }
* html .btn:hover { border-color: #ffc; }
* html .btn.center span, * html .btn.center i { float:none; width: 300px; text-align: center; padding: 0px; display: block; margin: 0px auto; }
* html .btn.left span, * html .btn.left i { float:none; width: 300px; text-align: left; padding: 0px; display: block; margin: 0px auto; }
* html .btn.right span, * html .btn.right i { float:none; width: 300px; text-align: right; padding: 0px; display: block; margin: 0px auto; }
* html .btn.spread span, * html .btn.squeeze i { float:left; width: auto; text-align: left; padding: 0px; display: block; margin: 0px auto; }


/************************* END button layout styles ********************************/
