@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	overflow-y: scroll;
	/*background-image:url(images/topBG.gif);
	background-repeat:repeat-x;*/
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size:12px;
}

#container { 
	clear:both;
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

#header {
	/*background-image:url(images/buttonsBG.gif); background-repeat:no-repeat;*/
	/*background-color:#0033CC;*/
	padding: 0 10px;
	height:57px;
}

#headerLeft		{ float:left; padding: 0; margin: 0; height:57px;}
#headerRight	{ float:right; padding: 0; margin: 0; height:57px;}

#sidebar1 {
	float:left;
	width: 213px;
	background: #ffffff;
	padding: 15px 0px 0px 0px;
}

#sidebar1 img, #sidebar1 p {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#headerLeft ul	{ list-style: none; padding: 0; margin: 0; text-align:center;}
#headerLeft li	{ float: left; font-size: 16px; margin: 0 10px 0 10px; list-style: none;} 

#headerLeft li a		{ height: 57px; line-height: 57px; float: left; width: 100px; display: block; text-decoration: none; text-align: center; color: #FFFFFF;}
#headerLeft li a.on		{ color: #FFB637;}
#headerLeft li a:hover	{ color: #FFB637;}

#headerRight ul	{ list-style: none; padding: 0; margin: 0; text-align:center;}
#headerRight li	{ float: left; font-size: 16px; margin: 0 10px 0 10px; list-style: none;} 

#headerRight li a		{ height: 57px; line-height: 57px; float: left; width: 100px; display: block; text-decoration: none; text-align: center; color: #eeeeee;}
#headerRight li a.on	{ color: #FFB637; }
#headerRight li a:hover	{ color: #FFB637;}

/* MENU */

#sidebar1 ul	{ list-style: none; padding: 10px 0px 0px 0px; margin: 0; text-align:right;}

#sidebar1 li a	{ font-size:small; color:#666666; text-decoration: none; }
#sidebar1 li a.seealso	{ font-size:small; color:#aaaaaa; text-decoration: none; }
#sidebar1 li a.on		{ background-color: #FFB637; color: #222222;}
#sidebar1 li a:hover	{ background-color: #FFB637; color: #ffffff;}

#home {
	text-align:center;
	margin-top: 10px;
}

#home a {
	color:#666666;
}

#home a:hover {
	color:#ffb637;
}

#frontpage { 
	clear:both;
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

#home img {
	border:0;
	margin: 20px;
}

#mainContent {
 	margin: 110px 10px 0 250px;
	padding-left: 34px;
	padding-right: 10px;
	border-left: 1px solid #cccccc;
	background-color:#ffffff;
} 

#mainContent a {
	color:#666666;
}

#mainContent a:hover {
	color:#ffb637;
}

#mainContent h1 {
 	color:#FFB637;
	font-size:24px;
	padding-top: 20px;
} 

#mainContent h2 {
 	color:#666666;
	font-size:18px;
	margin-bottom: 30px;
}

div.shifts {
	margin: 0 0 0 0;
	width:168px;
	float:left;
	text-align:center;
}

div.staffLeft {
	margin: 0 70px 20px 0;
	width:290px;
	float:left;
}

div.staffRight {
	margin: 0 0 20px 0;
	width:290px;
	float:left;
}

#illLeft {
	text-align:left;
	padding: 5px 60px 0 0;
	width:340px;
	float:left;
	border-right: 1px solid #cccccc;
}

#illLeft h1 {
 	color:#FFB637;
	font-size:24px;
	padding-top: 20px;
}

#illLeft h2 {
 	color:#666666;
	font-size:18px;
	margin-bottom: 30px;
}

#illLeft h3 {
 	color:#FFB637;
	font-size:12px;
	margin-bottom: -10px;
}

#illLeft img{
	border:0;
	margin:0;
}

#illRight {
	text-align:left;
	padding: 5px 0 0 0;
	width:340px;
	float:right;
}

#illRight h1 {
 	color:#FFB637;
	font-size:24px;
	padding-top: 20px;
}

#illRight h2 {
 	color:#666666;
	font-size:18px;
	margin-bottom: 30px;
}

#illRight h3 {
 	color:#FFB637;
	font-size:12px;
	margin-bottom: -10px;
}

#illRight img{
	border:0;
	margin:0;
}

#mainContent h3 {
 	color:#FFB637;
	font-size:13px;
	margin-bottom: 0px;
}

#mainContent h4 {
 	color:#66ff00;
	font-size:13px;
}

#mainContent img.framed {
	float:left;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:6px solid #FFB637;
	border-left:1px solid #666666;
	margin:0 20px 20px 0;
}

#mainContent img.divider {
	margin:0;
	padding:0;
}

#mainContent img.spaced {
	margin:0 60px 0 0;
}

a.contact {
	float:right;
	text-decoration:none;
	color:#999999;
}

a.contact:hover {
	color:#FFB637;
}

#mainContent img.shift {
	float:left;
	margin:0px 24px 0 24px;
}

#mainContent p.shift {
	float:left;
	margin:0px 30px 0 30px;
}

#mainContent p { color:#444444; margin-bottom:30px; }

#mainContent ul			{ list-style: none; padding: 12px 0 0 0px; margin: 0 0 30px 0; }
#mainContent li			{ margin: 0; list-style:none;} 
#mainContent li a		{ color:#666666;}
#mainContent li a:hover	{ color: #FFB637;}

#footer { 
	margin-left: 250px;
	padding: 0 10px 0 35px;
	background:#ffffff;
} 

#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: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:x-small;
	color:#c9c9c9;
}

#footer a {
	color:#aaaaaa;
}

#footer a:hover {
	color:#FFB637;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}        
