@charset "UTF-8";
body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background: #EDE8DD;
	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 Arial, Verdana, Helvetica, sans-serif;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.spacer {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.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: 3px solid #918873;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin: 0;
	background-color: #918873;
}

.oneColFixCtrHdr #mainContent {
	padding: 15px 15px 15px 15px; /* 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;
	font-size: 12px;
	
}

#home.oneColFixCtrHdr #mainContent {
	font-size:14px;
	line-height: 1.3em;
	padding-top:20px;
}
h1{
	color: #3c3623;
	margin-top:0;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight:lighter;
	line-height: 1.3em;
}
#home h1 {
	border: 0;
	background: none;
	margin-bottom:12px;
}
h2{
	font-size: 16px;
	font-weight:lighter;
	/*background: #ffffff url(../images/h2.gif) no-repeat;*/
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #918873;
	margin-top:25px;
	margin-bottom:0;
	line-height: 1.3em;
	text-transform:uppercase
}

#home.oneColFixCtrHdr #mainContent h2{
	margin-right: 215px;
}
#home.oneColFixCtrHdr #mainContent p{
	margin-top: 10px;
}
.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 #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:#c2b7a1;
}
.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{font-size:12px;padding:7px; border: solid 1px #666666; background-color: #ede8dd;}

/* 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;}

#sidebar {
	width: 200px;
	float: right;
	margin: 0 0 0 15px;
	padding-bottom: 0;}
/*#dates, #job_fair, #future, #register {*/
.announce, #register {
	width: 175px;
	padding:12px;
	background: #c2b7a1;
	border: solid 1px #918873;
	font-size:12px;
	margin: 0 0 15px 0;
	text-align: left;
}

#home.oneColFixCtrHdr #mainContent #sidebar .announce p {
	margin-top:2px;
	margin-bottom:8px;
}
/*#dates strong, #job_fair strong, #future strong, #register strong{*/
.announce strong.head {
	color: #fff;
	font-variant: small-caps;
	font-size: 14px;
	font-weight:600;
}
.announce td {
	padding-bottom:5px;
}
#register {
	color: #fff;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}


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

/*center box on entry page*/
#box {
	width: 515px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding-left: 10px;
	padding-right: 10px;
	background: #ede8dd;
	margin-top:15px;
	border: 1px solid #918873;
	font-size:12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

