@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	vertical-align:middle;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
ul, ol {
 	margin-left: 30px
}
strong, b {
	font-weight: bold;	
}
small {
	font-size: 85%;	
}
em {
	font-style: oblique;	
}




/* Basic Definitions ==================== */
body {
	background: #fff url('/images/mainbg.gif') repeat-y top center;	
	color: #000;
	font-family: Arial, Helvetica, Verdana, serif;
	font-size: 13px;
	color: #F9F9F2;
	height: 100%;
	width: 100%;
}

h1 {
	font-size: 34px;
	color: #fff;
	margin-bottom: 16px;
	text-shadow: 0.1em 0.1em 0.1em #14004F;
}
h1 span {
	float: right;
	margin:0;
	padding:0;
	font-size: 60%;
}

h2 {
	font-size: 18px;
	color: #911616;
	margin: 16px 0px 10px 0px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	color: #911616;
	margin: 15px 0px 10px 0px;
	font-weight: bold;
}

h4 {
	color: #911616; 
	margin-bottom: 3px; 
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
}

.bl { color: #545454; }
.wt { color: #fff; }
.gr {  }

a:link, a:visited, a:active {
	color: #2947ad;
	text-decoration: underline;
}

a:active {
  position: relative;
  top: 1px;
}

p {
	margin-bottom: 18px;
	line-height: 1.6em;
}

ul, ol {
	margin: 10px 0 20px 25px;
}

li {
	margin-bottom: 5px;
}

hr {
	clear:both;
	width: 99%;
	border-bottom: 1px solid #999;
	height: 10px;
	margin-bottom: 12px;
}


/* Classes ============================== */
.clr { clear: both; height: 20px; display:block;}
.fl { float: left; margin-right: 15px; width: 45%; }
.fr { float: right; margin-left: 15px; width: 45%; }
.msg {
	background: #fff8c3;
	border: 2px dashed red;
	padding: 15px;
	width: 60%;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.7em;
	text-align:center;
}
.msg.full { width: 95%; }
.msg.full em { color:red; }
.red {color:red;font-size:16px;font-family:Georgia, "Times New Roman", Times, serif}

pre {position: fixed;top: 0;left: 0;margin: 0;width: 100%;padding: 20px;background: #FFC;}

 



/* Main Content Areas */

#header {
	padding: 10px;
	margin: 0 auto;
	width: 897px;
	height: 115px;
}

#header a img { margin: 0 0 0 10px; }

#top-home {
	background: transparent url('/images/top-band-blue.gif') top center no-repeat ;
	width: 100%;
	height: 290px;
}

#top-sub {
	background: transparent url('/images/top-band-sub-blue.gif')  top center no-repeat;
	width: 100%;
	height: 99px;
}

#gyt { 
	vertical-align:middle; 
	margin-left: 10px;
}

#top-content {
	width: 998px;
	height: 100%;
	margin: 0 auto;
}

#top-text { 
	color: #fff; 
	font-size: 22px;
	line-height: 1.5em;
	width: 50%;
	padding: 30px;
	margin-left: 20px;
	letter-spacing: .05em;
	text-shadow: 0.1em 0.1em 0.1em #14004F;
}

#top-text2 { 
	color: #fff; 
	font-size: 22px;
	line-height: 1.5em;
	width: 92%;
	padding: 30px;
	margin-left: 20px;
	letter-spacing: .05em;
	text-shadow: 0.1em 0.1em 0.1em #14004F;
}

#intro-img { float: right; margin:0; padding:0; }

#content {
	margin: 0px auto;
	width: 877px;
	color: #000;
	border-top: none;
	border-bottom: none;
	padding: 15px 20px 0 30px;
	display: block;
}

#home-left {
	width: 300px;
	float: left;
	padding-right: 25px;
	border-right: 3px dotted #DBDBDB;
}

#home-right {
	width: 520px;
	float: right;
}

#page-content {
	width: 550px;
	float: left;
}


#page-content-full {
	width: 99%;
}

#page-sidebar {
	width: 300px;
	float: right;
}

#sub-menu {
	color: #fff;
	padding: 10px;
	background-color:#911616;
	margin-bottom: 15px;
	width: 90%;
	-moz-box-shadow: 0px 10px 10px -10px #545454;
}
#sub-menu.order {
	float:right;
	width: 260px;
	margin-left: 20px;
}
#sub-menu ul { 
	padding-bottom: 12px;
	border-bottom:1px solid #808080; 
	width: 90%;
	margin: 15px 0 20px 8px;
	list-style-type: none;
}
#sub-menu a { color: #fff; font-size: 14px; text-decoration: none; }
#sub-menu a:hover { text-decoration: underline }

#news-box {
	padding: 10px;
	width: 90%;
	margin-bottom: 30px;
	background-color: #f7f0e5;
	border: 1px solid #dfdfdf; 	
	-moz-box-shadow: 0px 10px 10px -10px #545454;
}

#news-box h3, #sub-menu h3 {
	font-size: 16px;
	margin: 8px 0 8px 0;
	text-transform: none;
}

.news-container {
	margin-bottom: 25px;
}

.feed {
	margin-top:10px; 
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #DFDFD1;
}
.feed a { color: #911616; }

#paginationNavigation {
	border-left: 6px solid #911616;
	padding: 6px;
	margin-bottom:40px;
}
#paginationNavigation a, #paginationNavigation span { 
	margin: 5px; 
}




/* Demo Testing */
.question {
	font-size: 120%;
	margin-top: 20px;
}

.question input { margin-bottom: 10px; vertical-align:middle; }
.number { font-weight: bold; font-size: 110%; }
.score { font-weight: bold; font-size: 140%; margin: 20px;}
.continue .button {  float: right; }
.continue input { vertical-align:middle; }
.continue strong {
	font-size: 80%;
	text-transform: uppercase;
	color: blue;
}

h2 span { 
	float:right;
	margin:0;
	position: relative;
	top: -10px;
	padding:0; 
	font-size: 70%;
	color: #999;
	text-align: right;
}
#answerKey {
	float: right;
	width: 220px;
	margin-top: -25px;
}
#answerKey table {
	width: 90%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
#answerKey table th { font-weight: bold; } 
#answerKey table td, #answerKey table th {
	padding: 2px;
	border: 1px solid #ccc;
	text-align: center;
}

div#scrollhint {
	color: #C00;
	font-size: 70%;
	width: auto;
	text-align:right;
	text-transform: uppercase;
}
div#scrollhint img { vertical-align:middle; }
ul#final-options li a {font-size:16px;}

p#testlist { line-height:30px; }
p#testlist input { margin:3px; position:relative; top:2px; }



/* Navigation */
#nav {
	position: absolute;
	top: 92px;
	right: 50%;
	margin-right: -460px;
	width: 715px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#nav ul li {
	display: inline;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	display: block;
	height: 25px;
	float: left;
	padding: 0px;
	padding-top: 6px;
	margin: 0;
	margin-right: 18px;
	font-size: 13px;
	color: #545454;
	text-decoration: none;
	text-transform:uppercase;
	border-top: 3px solid #FFF;
}
#nav ul li a:hover, #nav ul li.active a {
	border-top: 3px solid #911616;	
}

#nav ul li.drop ul {
	position: absolute;
	background: #FFF;
	padding: 3px;
	margin-top: 30px;
	width: 212px;
	z-index: 200;
	list-style: none;
	left: -2px;
	-moz-box-shadow: 0px 10px 10px -10px #545454;
}

#nav ul li.drop ul.drop-down.hide {
	top: -999em;
}

#nav ul li ul.drop-down.show {
	top: 1px;
}

#nav ul li.drop ul.drop-down li {
	text-align: left;
	float: none;
	margin-bottom:1px;
}

#nav ul li.drop ul.drop-down li a {
	color: #000;
	font-weight: normal;
	padding: 5px 0 5px 13px;
	margin: 0;
	text-transform: none;
	text-align: left;
	width: 100%;
	border: none;
}

#nav ul li.drop ul.drop-down li a:hover {
	text-decoration: underline;
}






#footer {
	padding-top: 20px;
	width: 100%;
	margin: 30px auto;
	border-top: 1px solid #CCC;
	height: 70px;
	clear: both;
}

#links {
	width: 74%;
	float: left;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links ul li {
	display: inline;
}
#links ul li a {
	color: #808080;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	border-right: 1px solid #c2c2c2;
	padding-right: 5px;
	margin-right: 3px;
}
#links ul li:last-child a, #links ul li.drop:last-child {
	border:0;
}
#links ul li a.none {
	border: none;
	margin: 0;
	padding: 0;
}
#links ul li.drop ul { display:none; }
#copyright {
	font-size: 11px;
	width: 26%;
	float: right;
	text-align: right;
	color: #808080;
}
#copyright a {
	color: #808080;
	text-decoration: underline;
}
#copyright a.nodec {
	text-decoration: none;
	color: #fff;
}



/* forms.css */
label {display:block;padding:0;margin:0;font-weight:bold;margin-bottom:4px;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #bbbfba;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbbfba;padding:5px;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#F00;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0 0 5px 0;}
input.text, input.title {width:100%;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:250px;height:150px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.notification {position:relative;margin:0 0 15px 0;padding:0;border:1px solid;background-position:10px 11px !important;background-repeat:no-repeat !important;font-size:13px;width:99.8%;}
.attention {background:#fffbcc url('/images/icons/exclamation.png') 10px 11px no-repeat;border-color:#e6db55;color:#666452;}
.attention-noicon {background:#FFFFDF 10px 11px no-repeat;border-color:#e6db55;color:#666452;}
.information {background:#dbe3ff url('/images/icons/information.png');border-color:#a2b4ee;color:#585b66;}
.success {background:#d5ffce url('/images/icons/tick_circle.png');border-color:#9adf8f;color:#556652;}
.error {background:#ffcece url('/images/icons/cross_circle.png');border-color:#df8f8f;color:#665252;}
.notification div {display:block;font-style:normal;padding:10px 10px 10px 36px;line-height:1.5em;}
.notification-noicon div {display:block;font-style:normal;padding:10px 10px 10px 10px;line-height:1.5em;}
.notification .close {color:#990000;font-size:9px;position:absolute;right:5px;top:5px;}
label{font-size:14px;}
label.short{width:210px; float:left; margin-right:13px}
label.invalid{color:#900; font-weight:bold; width:210px; float:left; margin-right:13px}
label.short.invalid{color:#900; font-weight:bold; width:210px; float:left; margin-right:13px}
label.statelabel{float:left; width:140px}
label#statelabel.invalid{float:left; width:130px}
label.zipcodelabel{float:left}
label.zipcodelabel.invalid{float:left}
input, select, textarea{color:#000;}
input.short, select.short, input.stateinput, input.zipcodeinput{padding:5px; border:none; background:#f1f1f1; border-bottom:1px solid #000; width:200px; margin-right:5px; margin-bottom:5px}
input.stateinput{width:120px}
input.zipcodeinput{width:60px}
input.long{padding:5px; border:none; background:#f1f1f1; border-bottom:1px solid #000; width:420px; margin-bottom:2px}
select.long{padding:5px; border:none; background:#f1f1f1; border:1px solid #666; width:425px; margin-bottom:2px}
input.tiny, select.tiny{padding:5px;border:none; background:#f1f1f1;  border-bottom:1px solid #000; width:50px; margin-right:5px; margin-bottom:2px}
select.short{width:210px}
textarea{padding:5px; border:1px solid #000; background:#f1f1f1;color:#000; width:420px; margin-bottom:5px; font-size:13px}

.button{display:inline-block; background:#911616; padding: 8px !important; color:#fff !important; font-size:14px !important; cursor:pointer; font-family:Arial, Verdana}
.button:hover{text-decoration:underline}

#orderagreement input, #orderagreement select, #orderagreement textarea { margin:0px; padding:2px; }
#orderagreement ol li { margin-bottom: 8px;}
#orderagreement ol li input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:1px;}

#paymenttable { width: 80%; text-align:left; margin-bottom:20px; }
#paymenttable th { font-size: 14px; font-weight: bold; text-align:left;}
#paymenttable td { padding:4px; line-height: 1.7em;}
#paymenttable.bord { border-collapse:collapse;}
#paymenttable.bord td, .bord th {border:1px solid #ccc; padding:10px;} 
#paymenttable.bord td { padding:15px; }
#paymenttable select.sel option {padding-right:12px;}
#paymenttable td img { vertical-align:middle; }

.alert {background-color:#fffed8; border:1px solid #fbf679; padding:10px; height:20px; margin-bottom:20px;}
