@charset "utf-8";
/* General Styles*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #232323;
}
body {
	background:#232323;
	text-align:center;
	margin:0;
	padding:0;
}
a:link {
	color: #0A50A5;
}
a:visited {
	color: #0A50A5;
}
a:hover {
	color: #519AF4;
}
a:active {
	color: #0A50A5;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*text-shadow: 0px -1px #FFF;*/
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
}
img, a.img{ border:none; }

pre {
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}

td{ text-align:left; }

/* li's aren't spaced right in content */
#content li,
#blog_content li{ margin:8px auto; }


/* General Helpers */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.float_right{
	border:1px solid #131F2C;
	margin:0 0 6px 8px;
	display:block;
	float:right;
}

img.float_left{
	border:1px solid #131F2C;
	margin:0 8px 6px 0;
	display:block;
	float:left;
}

img.h1_image{ margin-right:14px; }

/* General Forms */
form{ margin:0; padding:0; }

/* Structure */
#container{
	margin:0 auto;
	padding:0;
	background:url(../images/structure/bkg_small.jpg) #E3E3E3 top left repeat-x;
	width:960px;
}

/* Header */

#logo_header{ 
	text-align:left;
	margin-left:40px;
}
#header_nav{
	margin-right:40px;
	margin-left:200px;
	margin-top:-27px;
	margin-bottom:30px;
}
#header_nav div{
	text-align:center;
	float:left;
	margin:0 16px;
}
#header_nav a{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#header_nav a.selected{
	color:#519AF4;
}
#header_nav a:hover{
	text-decoration:underline;
	color: #519AF4;
}


/* Content */

.content_sep{
	margin:0 auto;
	background:url(../images/structure/content_sep.jpg) top center no-repeat;
	height:3px;
}
#first_content_sep{ margin-top:20px; } /* move content down from nav / subnav */

#content{ 
	background:#F4F4F4;
	text-align:left;
	margin:0 auto; /* The content has no padding/margin in case content should stretch across entire thing. Use a .pad class div to pad usual content */
	padding:10px 0;
}
#content .pad{ margin:0 40px; }
#content.atype{ background:url(../images/structure/atype_content_bkg.jpg) top left no-repeat #F4F4F4; }

/* Footer */

#footer_nav{
	margin:15px auto 15px;
	padding-right:40px;
	text-align:right;
}
#footer_nav a{
	margin:auto 16px;
	color:#353535;
	font-size:11px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#footer_nav a:last-child{ margin-right:0; }
#footer_nav a:hover{
	text-decoration:underline;
	color: #519AF4;
}
#footer{
	background:url(../images/structure/footer_top.gif) #232323 top left repeat-x;
	padding:15px 0;
	color:#CCC;
}
#footer_copyright{ margin:18px auto; }
#footer a,
#footer h4{ color:#CCC; }
#footer h4 img{ margin-right:8px; }
#footer a{ font-size:12px; }
#footer a:hover{ color:#FFF; }
#footer td{	text-align:left; vertical-align:top; }
#footer ul{
	list-style-type:none;
	padding:0;
}
#disclaimer{
	font-size:11px;
	text-align:left;
}

/* Assignment Type Headers */
.atype_title_1,
.atype_title_2,
.atype_title_3,
.atype_title_4{
	height:45px;
	margin:0;
	padding:7px 0 0 65px;
	overflow:visible;
}
.atype_title_1 h1,
.atype_title_2 h1,
.atype_title_3 h1,
.atype_title_4 h1{
	margin:0;
	padding:0;
}

.atype_title_1{
	background:url(../images/icons/atypes/title_1.jpg) top left no-repeat;
	color:#4A5338;
}
.atype_title_2{
	background:url(../images/icons/atypes/title_2.jpg) top left no-repeat;
	color:#4B3736;
}
.atype_title_3{
	background:url(../images/icons/atypes/title_3.jpg) top left no-repeat;
	color:#2B3953;
}
.atype_title_4{
	background:url(../images/icons/atypes/title_4.jpg) top left no-repeat;
	color:#4D411B;
}

/* Other Common Classes */
div#loader{
	border:#333 solid 1px;
	background:#FFF;
	text-align:center;
}
div#loader table{ margin:0 auto; }
div#loader td{
	color:#333;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	padding:20px 10px;
}
table.other_atypes td{ vertical-align:top; }

div.sidenote_left, div.sidenote_right{
	background-color:#888;
	color:#CCC;
	border:#222 solid 2px;
	padding:6px;
}
div.sidenote_right{
	margin:0 0 6px 6px;
	float:right;
}
div.sidenote_left{
	margin:0 6px 6px 0;
	float:left;
}
div.sidenote_left a, div.sidenote_right a{ color:#FFF; }

#tooltip {
	position: absolute;
	z-index: 3000;
	border-bottom: 1px solid #000;
	padding:10px 8px 8px 8px;
	width:186px; /* width of bg image minus padding */
	text-align:left;
	background:url(../images/form_tooltip.gif) top left no-repeat;
	color:#FFF;
	/*opacity: 0.85;*/
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3{
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#FFF;
}

/* FAQ */
div.numbersection{
	border-bottom:#666 dashed 1px;
	margin-bottom:6px;
}
h2.number{
	font-size:18px;
	color:#333;
	vertical-align:text-top;
}
h2.number span{
	font-size:32px;
	color:#333;
	margin-right:10px;
}

ol#faq_menu{ margin:auto 25px; padding:0; }
ol#faq_menu li{
	margin:4px 0;
	padding:0;
	font-size:12px;
}

/* Order area (not form) */
div.order_area{
	background:url(../images/structure/order_area_bkg.jpg) top left no-repeat;
	height:190px;
	overflow:visible;
	margin-bottom:-50px; /* bring content below up a bit */
}
.order_area_inner p,
#order_link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#445561;
	font-weight:bold;
	text-decoration:none;
}
#order_link:hover{ color:#568EEB; }
div.order_area_inner{
	position:relative;
	width:560px;
	top:75px;
	left:120px;
	margin:0;
	padding:0;
}
div.order_area .order_button{
	margin:14px 0 0 0;
}

.ok, .notok{
	margin:10px;
	padding:6px;
	text-align:left;
}
.ok{
	color:#060;
	background-color:#DFFFDF;
	border:#060 dashed 1px;
}
.notok{
	color:#900;
	background-color:#FFEAEA;
	border:#900 dashed 1px;
}

table#order_details{
	background-color:#F7F7F7;
	border:#CCC solid 1px;
	margin:0 10px;
	float:left;
	width:50%;
}
table#order_details th, table#order_details td{
	padding:6px 8px;
	font-size:12px;
	border-bottom:#DDD solid 1px;
	border-right:#DDD solid 1px;
}
table#order_details th{
	text-align:right;
	font-weight:bold;
	
}
table#order_details td{
	text-align:left;
	font-weight:normal;
}

div.first_order_link{
	margin:10px 0;
	font-size:16px;
}
div.first_order_link a{ color:#AC7102; }
div.first_order_link a:hover{ color:#e29403; }

