@charset "UTF-8";
body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	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: #192d57;
	text-decoration: none;
}
div#mainContent p a {
	color: #00f;
	text-decoration: underline;
}
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: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background: url(../images/top.jpg) no-repeat;
	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 #f58345;
	border-right: 3px solid #f58345;
	border-left: 3px solid #f58345;
}

.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;
	border-right: 3px solid #f58345;
	border-left: 3px solid #f58345;
}
#home.oneColFixCtrHdr #mainContent {
	font-size:14px;
	line-height: 1.3em;
	padding-top:20px;
}
.oneColFixCtrHdr #mainContent h1{
	font-size: 24px;
	font-weight: lighter;
	color: #f58345;
	margin-top:0;
	padding-top:0;
}
.oneColFixCtrHdr #mainContent h2{
	font-size: 18px;
	font-weight:lighter;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 2px solid #f58345;
	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:#0090ab;
	border-top: 3px solid #ffe61f;
	border-right: 3px solid #f58345;
	border-bottom: 3px solid #f58345;
	border-left: 3px solid #f58345;
}
.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;font-size:13px;}

.rtalign {text-align:right;}


table#locations {width:98%;}
table#locations td {width:50%;}
table#fee_info {width: 700px;}
#sidebar {
	width: 185px;
	float: right;
	margin: 0 0 0 15px;
	padding-bottom: 0;
}
#dates, #job_fair, #future, #register, #labels {
	width: 169px;
	padding:10px;
	background: #0090ab;
	color: #efefef;
	border: solid 1px #f58345;
	font-size:11px;
	margin: 0 0 15px 0;
	text-align: left;
}
#dates strong, #job_fair strong, #future strong, #register strong, #labels strong{
	color: #f58345;
	font-variant: small-caps;
	font-size: 14px;
}
#labels a, #job_fair a {
	color: #fff;
	text-decoration: underline;
}

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

#action {
	padding:18px;
	width: 480px;
	border: solid 2px #0090ab;
	line-height: 1.5em;
}
.error {
	color: red;
	font-weight: bold;
	font-size:11px;
}
#error .error {font-size: 14px;}
