@charset "UTF-8";
body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff url(../images/bg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #404093;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.spacer {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.oneColFixCtrHdr #mainContent ul {
	margin-left:0;
	padding-left:10px;
}
.oneColFixCtrHdr #mainContent li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom:5px;
	margin-left: 0;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:15px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin-bottom: 0;
	border-top: 3px solid #e22d22;
	border-right: 3px solid #e22d22;
	border-left: 3px solid #e22d22;
	background-color: #404093;
}

.oneColFixCtrHdr #mainContent {
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-bottom: 0;
	background: #FFFFFF;
	border-right: 3px solid #e22d22;
	border-left: 3px solid #e22d22;
}
#home.oneColFixCtrHdr #mainContent {
	font-size:14px;
	line-height: 1.3em;
	padding-top:20px;
}
.oneColFixCtrHdr #mainContent h1{
	font-size: 24px;
	font-weight: lighter;
	color: #404093;
	margin-top:0;
	padding-top:0;
}
.oneColFixCtrHdr #mainContent h2{
	font-size: 18px;
	font-weight:lighter;
	background: #ffffff url(../images/h2.gif) no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	border-bottom: 1px solid #e22d22;
	margin-top:25px;
}
#home.oneColFixCtrHdr #mainContent h2{
	margin-right: 200px;
	
}
.oneColFixCtrHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 0;
	font-size: 11px;
	text-align:center;
	background:#c7bba7;
	border-right: 3px solid #e22d22;
	border-bottom: 3px solid #e22d22;
	border-left: 3px solid #e22d22;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.indent {padding-left: 20px;}
.note,#confirmation{padding:5px; border: solid 1px #666666; background-color: #efefef; color:red;}

/* Form styling */
form.styled p {margin: 8px 0 8px 0;}
form.styled label {
	float:left;
	width: 200px;
	margin-right:0.5em;
	clear: left;
	vertical-align: middle;
	white-space: nowrap;
    border-bottom: dotted 1px #cccccc;  
  }
form.styled legend {font-weight: bold;} 
form.styled #locations label {width: 10px;}
form.styled fieldset {padding: 1em;border: solid 1px #cccccc;}

form label.radio {
	width: 300px;
	float: none;
	vertical-align: middle;
	border-bottom: 0px;
	display: inline;
}

form input.radiob {position: relative;top: 4px;}

.whiteOnBlue {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	background: #e8f0ff;
	padding: 2px;
	border: dotted 1px #003399;
}

a.whiteOnBlue {color: #003399;text-decoration: none;}

table#cart td, table#reg_info td {vertical-align: top;}
table#cart {border: solid 1px #cccccc;}
table#cart .total td {font-weight: bold;border-top: solid 1px #000000;padding-top: 3px; padding-bottom: 3px;}
table#cart th {text-align: left;background:#efefef;}
table#locations {width:98%;}
table#locations td {width:50%;}
table#fee_info {width: 600px;}
#sidebar {
	width: 185px;
	float: right;
	margin: 0 0 0 15px;
	padding-bottom: 0;
}
#dates, #job_fair, #future, #register {
	width: 159px;
	padding:15px;
	background: #c7bba7;
	border: solid 1px #e22d22;
	font-size:11px;
	margin: 0 0 15px 0;
	text-align: left;
}
#dates strong, #job_fair strong, #future strong, #register strong{
	color: #fff;
	font-variant: small-caps;
	font-size: 12px;
}

#register strong{
	font-size: 18px;
	color: #e22d22;
}

#action {
	padding:18px;
	width: 480px;
	border: solid 2px #c7bba7;
	line-height: 1.5em;
}


