@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C2C9C7;
	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: Sylfaen, Arial, sans-serif;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #C2C9C7;
	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 {
	background-color: #C2C9C7;  /* 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. */
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.75em;
	color: #4C5A57;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
#header h2 {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: capitalize;
	letter-spacing: 0.15em;
	margin: 0px;
	text-indent: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "Felix Titling";
}

#sidebar1 {
	float: left; /* 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: #C2C9C7; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #97a5a2;
}
#sidebar1 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar1 img {
	border: 1px solid #4c5a57;
	margin-top: 20px;
}
#flash{
	border: 1px solid #4c5a57;
	margin-top: 20px;
	height: 250px;
	width: 200px;
}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
} 

#mainContent h1 {
	font-size: 2em;
	color: #4c5a57;
	font-family: "Felix Titling";
}
#mainContent h2 {
	font-size: 1.5em;
	color: #5a5046;
	font-family: "Felix Titling";
}
#mainContent h3 {
	font-size: 1.25em;
	color: #7ca28e;
	font-family: "Felix Titling";
}
.red {
	color: #FF3300;
}


#mainContent a {
	font-weight: bold;
	color: #66797d;
	letter-spacing: 0.25em;
	text-decoration: none;
}
#mainContent a:hover {
	color: #cef2ec;
}

#footer {
	font-size: 11px;
	background-color: #C2C9C7;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	height: 72px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	color: #C2C9C7;
	
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;	
}

#footer  a{
	color: #FFFFFF;
	font-family:"Trebuchet MS";
	font-size: 11px;
}

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

.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;
}

/*style the menu*/
#links{
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	background-image: url(images/bg_link.jpg);
	background-repeat: no-repeat;
	height: 72px;
	padding-bottom: 10px;
	display: block;	
}
#links ul {
	margin:0px;
	padding-top:5px;
	color: #E0DFE3;
	white-space: nowrap;
	display: inline;
}

#links li{
	list-style-type:none;
	width:100px;
	height:20px;
	padding-top:8px;
	display: inline;
	padding-left: 5px;
	white-space: nowrap;
	padding-right: 10px;
}


#links a{
	display: inline;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding-left: 20px;
	border-left:1px solid #FFF;
	margin-top: 10px;
}
#links .nobrd {
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#links a:hover{
	text-decoration:underline;
}


.imgrtmargin {
	margin-left: 11px;
}

/*FORM STYLES*/

fieldset{
	padding-top: 20px;
	padding-bottom: 10px;
	border: thin solid #4B5A57;
}
#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: #5a5046;
	font-weight: normal;
	text-transform: lowercase;

}
label {
	display: inline;
	float: left;
	width: 30%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #4C5A57;
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
	padding-left: 15px;
}
.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: #89919A;
	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;
}
#container #jobcontainer #requirements img {
	border: thin solid #C2C9C7;
}


/*This is for member id 11528 only*/

#harbeck {
	text-align: left;
	font-size: .85em;
}
#harbeck p {
	text-align: left;
}


#harbeck .bold {
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: underline;
}
#harbeck blockquote .author {
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	font-size: 1.1em;
	font-weight: lighter;
	color: #667B77;
}
#harbeck h3 {
	font-weight: normal;
}
#harbeck blockquote .quotes {
	font-family: "Arial Rounded MT Bold", "Arial Black", Arial;
	font-size: 1.5em;
	padding-right: 1px;
	padding-left: 1px;
}
#harbeck hr {
	text-align: center;
	width: 50%;
	margin-right: auto;
	color: #DFDFDF;
}