﻿/* == Global Reset 
------------------------------------------------------------------------------------------------------------------------ */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}

object {outline:none;}

/* == Base Element Styling
------------------------------------------------------------------------------------------------------------------------ */
body{color: #fff;text-align: center;background: #000;padding: 0; margin: 0;font-family: Arial, Helvetica, Sans-Serif;font-size: 75%;height: 100%;position: relative;}
body#plain{background: #000;}

h1, h2, h3, h4, h5, h6{font-size: 170%; font-weight: normal; margin: 10px 0;font-family: Gill Sans MT, Century Gothic;text-transform: uppercase;line-height: 1.2em;}
h1{color: #bc86bb;}
h2{font-size: 140%;letter-spacing: -1px;margin-top: 0;}
h3{font-size: 120%;color: #bc86bb;}
h4{font-size: 130%;text-transform: none;}
h5{font-size: 110%;}
h6{font-size: 100%;}
#popup h2{margin-top: 10px;}

p{margin: 10px 0;line-height: 1.7em;}
blockquote{margin: 0px;color: #fff;}

ul{margin: 10px 0 10px 20px; list-style-type: none;list-style-image: url(/_img/bullet.gif);}
ul li{margin: 10px 0;}
ol{margin: 10px 0 10px 30px; list-style-type: decimal;}
ol li{margin: 10px 0;}

/* Cross browser hr styling */
hr{border: 0;border-top: solid 1px #ccc; height: 1px; margin: 5px 0;}
div.hr{margin: 5px 0px; border: none;border-top: solid 1px #000;clear:both;height: 1px;}
div.hr hr{display:none;}

a{color: #bc86bb;text-decoration: none;}
a:hover{}
a.linkBtn{background: url(/_img/btn-mid.gif) top left no-repeat;width: 129px; text-align: center; height: 25px; line-height: 25px;border: 0;color: #fff;letter-spacing: 0;text-transform: uppercase;font-family: Gill Sans MT, Century Gothic;}
a.linkBtnSmall{background: url(/_img/btn-small.gif) top left no-repeat;width: 89px;}

img{vertical-align: bottom;}

table{background: #666 url(/_img/table-top-left.gif) top left no-repeat;border: 0;}
table tr.rowHeader{background: url(/_img/table-top-right.gif) top right no-repeat;}
table tr th{padding: 5px;border-width: 0px;border-right: solid 1px #444;}
table tr td{background: #111;padding: 5px;border: 0;border-right: solid 1px #111;border-bottom: solid 1px #222;}

/* = Form Styles
------------------------------------------------------------------------------------------------------------------------ */
label{font-weight: bold;float: left;color: #bbb;}
.inputText, .input{border: solid 1px #818181;background: #fff;margin-bottom: 3px;}
select{border: solid 1px #818181;background-color: #fff !important;}
.btn{background: url(/_img/btn-small.gif) top left no-repeat;width: 89px; height: 25px;border: 0;color: #fff;letter-spacing: 0;padding: 0 0 3px 0;text-transform: uppercase;font-family: Gill Sans MT, Century Gothic;}
fieldset{border: solid 1px #111;background: #333;padding: 10px;}
fieldset legend{background: #111;padding: 5px 10px;text-transform: uppercase; font-family: Gill Sans MT, Century Gothic;font-size: 110%;}
/** popup specifics **/
#popup .label{float: left; font-weight: bold;width: 120px;padding-top: 5px;}
#popup .leftCol50 .inputText{margin: 0 0 3px 0;border: solid 1px #555; background: #000;padding: 3px;width: 240px;color: #fff;}
#popup .btn{border: solid 1px #aaa; background: #de0285 url(/_img/btn-bg.gif) top left repeat-x;color: #fff; text-transform: uppercase; font-family: Gill Sans MT, Century Gothic;letter-spacing: 0px;padding: 2px 10px;font-size: 100%;}
#popup .linkBtn{background: url(/_img/btn-mid.gif) top left no-repeat;width: 129px; text-align: center; height: 25px; line-height: 25px;border: 0;color: #fff;letter-spacing: 0;text-transform: uppercase;font-family: Gill Sans MT, Century Gothic;}
a.linkBtn{background: url(/_img/btn-mid.gif) top left no-repeat;width: 129px; text-align: center; height: 25px; line-height: 25px;border: 0;color: #fff;letter-spacing: 0;text-transform: uppercase;font-family: Gill Sans MT, Century Gothic;}

/* = Independent Global Styles
------------------------------------------------------------------------------------------------------------------------ */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
/** clearing **/
.clr{clear: both;}
.clrSml{clear: both;line-height:1px;height:1px;}
.clrLeft{clear: left;}
.clrRight{clear: right;}
/** presentation **/
.num{font-size: 500%;color: #bc86bb;font-family: Times New Roman;font-weight: normal;}
.next{background: url(/_img/arrow-next.gif) center right no-repeat;padding: 6px 30px 6px 0;text-transform: uppercase;font-weight: bold;font-size: 95%;color: #fff;}
.prev{background: url(/_img/arrow-prev.gif) center left no-repeat;padding: 6px 0 6px 30px;text-transform: uppercase;font-weight: bold;font-size: 95%;color: #fff;}
.back{background: url(/_img/arrow-prev.gif) center left no-repeat;padding: 6px 0 6px 30px;text-transform: uppercase;font-weight: bold;}
.underline{border-bottom: solid 1px #000;padding-bottom: 6px;}
.alt{color: #666;}
.rel{position: relative;}
.instruct{position: absolute; top: 0; right: 0;}
h2 .instruct{font-size: 70%; text-transform: none; letter-spacing: 0;}
.hlFix{zoom: 1;}
.mediaJS{padding:20px 0 0 30px;}
.hide{display:none;}
.sml{font-size: 95%;}
.leadPara{margin-top: 0;}
.noRight{padding-right:0px!important; margin-right:0px !important; }