@charset "utf-8";
body  {
	background-image: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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container { 
	width: 778px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#F76B0C;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-top:30px;
	padding-bottom: 20px;
}

/*style the menu*/
#links{
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#links ul {
	margin:0px;
	padding-top:5px;
	
}

#links li{
	float:left;
	list-style-type:none;
	width:112px;
	height:25px;
	text-align:center;
	background-color:#F4A80A;
	border-left:1px solid #FFF;
	padding-top:4px;
}

#links a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#links a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}
#mainimg {
	background-image:url(images/main_img.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}

#mainimg h3 {
	font-family:"Trebuchet MS";
	font-size:36px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}

#mainimg h4 {
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	border-left:1px solid #BCBDBC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	
}
#sidebar1 h2{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#8E9BA8;
	font-weight:normal;
	text-decoration:none;
	padding-left:15px;
	padding-bottom:3px;
}

#sidebar1 p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 15px;
}

.orangetext {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#EE8907;
	font-weight:bold;
	text-decoration:none;
}

#mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14px;
} 

#mainContent h2{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#EE8907;
	font-weight:normal;
	text-decoration:none;
	padding-left:40px;
	padding-bottom:5px;
}

#mainContent h3{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#A9A9A9;
	font-weight:normal;
	padding-left:40px;
	padding-bottom:5px;
	padding-right: 10px;
}
#mainContent h1 {
	font-size: 22px;
	color: #49403A;
}






#footer {
	background-color:#9BBE00;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	color: #FFFFFF;
	font-family:"Trebuchet MS";
	font-size: 11px;
	height: 35px;	
}

#footer  a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	
}

#footer  a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#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 */
}
.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;
	padding-bottom: 2px;
}
.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;
}

.warning {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #C40F21;
	font-weight: 400;
	list-style-type: none;
	margin-left: 30px;
}

/*FORM STYLES*/

fieldset{
	padding-top: 20px;
	padding-bottom: 10px;
}
#resume p{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nobullet {
	margin-left: 120px;
	list-style-type: none;
}
#mainContent #refer {
	margin-top: 80px;
}


/*#contact {
	margin: 0px;
	padding: 0px;
}
#contact p{
	margin: 0px;
	padding: 0px;
	text-align: left;
}*/


legend{
	font-family:"Trebuchet MS";
	font-size: 20px;
	color: #8AB001;
	font-weight: normal;
	text-transform: lowercase;

}
label {
	display: inline;
	float: left;
	width: 25%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #797B93;
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
}
.required {
	font-size: 16px;
	color: #DB4105;
}

input [type="text"]{
	width: 200px;
	border: 1px solid #757575;
	padding: 1px;

}

textarea{
	height: 100px;
	width: 200px;
	border: 1px solid #757575;
	padding-top: 3px;
}

input [type="submit"]{
	width: 100px;
	border: 1px solid #002F2F;
	color: #E7A952;
	font-weight: 500;
	background-color: #FFFFFF;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input [type="submit"]:hover{
	width: 100%;
	border: 1px solid #CE845B;
	color: #D0A825;
	font-weight: bold;
	background-color: #533012;
	padding: 1px;
	text-decoration: underline;
}
#radios {
	display: inline;
	white-space: nowrap;
	height: auto;
	width: 300px;
	padding-top: 10px;
}
#radios label{
	padding-right: 4px;
	padding-left: 4px;
	width: 10%;
}
#resume label coverletter {
	display: inline;
	white-space: nowrap;
}
#resume textarea {
	width: 100%;
}
#profile textarea {
	height: 200px;
	width: 100%;
	border: 1px solid #999999;
	font-family: "Trebuchet MS";
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent a {
	font-weight: bold;
	color: #EE8907;
	letter-spacing: 0.25em;
	text-decoration: none;
}
#mainContent a:hover {
	color: #8AB001;	
}
#container #jobcontainer #requirements img {
	border: thin solid #FFFFFF;
}