@charset "utf-8";
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

* {
	margin: 0px;
	padding: 0px;
	border:0px;
	text-decoration:none;
}
p {
	margin-bottom: 10px;
	line-height: 18px;
	text-align: left;
}
a:link {
	color: #21190b;
	text-decoration: underline;
}
a:visited {
	color: #21190b;
	text-decoration: underline;
}
a:hover {
	color: #21190b;
	text-decoration: none;
}
h1 {
	font-size:14px;
	padding-left:19px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:0px;
	font-weight:normal;
	text-align:left;
}
h2 {
	font-size:14px;
	padding-left:19px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:0px;
	font-weight:normal;
	text-align:left;
}
h3 {
	font-size: 20px;
	color: #245497;
	font-weight:normal;
	text-align:left;
	border-bottom: 1px dashed #b8b8b8;
	padding-bottom:7px;
	margin-bottom:10px;
}
img {
	border:0px;
}
h4 {
	color: #838e47;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	margin-left:17px;
	margin-right:17px;
	line-height:15px;
}
body {
	background: url(../images/bg.jpg) repeat top;
	font: 12px/1.45em Arial, Helvetica, sans-serif;
	color:#262626;
	text-align: left;
}
#container {
	width: 762px;
	padding:60px;
	padding-top:24px;
	background-color:#FFFFFF;
}
#header {
	height:133px;
	margin-bottom:20px;
}
#logo {
	height:81px;
}


.nav {
	float:left;
	width:100%;
	height:23px;
	margin-top:24px;
	padding-top:5px;
	background:#313637;
	line-height:normal;
}
.nav a:link {
	text-decoration:none;
}
.nav ul {
	
	list-style:none;
}
.nav li {
	display:inline;
	
}
.nav .selected a {
	float:left;
	background:url("../images/tabLeft.jpg") no-repeat left top;
	text-decoration:none;
}
.nav .selected a span {
	float:left;
	display:block;text-decoration:none;
	background:url("../images/tabRight.jpg") no-repeat right top;
	color:#262626;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.nav .selected a span {float:none;}
/* End IE5-Mac hack */
.nav .selected a:hover span {
	color:#ffffff;
}
.nav .selected a:hover {
	background-position:0% -23px;
}
.nav .selected a:hover span {
	background-position:100% -23px;
}

.nav a {
	float:left;
	padding-left:5px;
	margin-left:5px;
	text-decoration:none;
	font-weight:bold;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
.nav a span {
	float:left;
	text-decoration:none;
	display:block;
	padding:2px 15px 6px 6px;
	color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.nav a span {float:none; text-decoration:none;
}
/* End IE5-Mac hack */
.nav a:hover span {
	color:#FF9834;
}
#left li {
	text-align:left;
	margin-left:20px;
	padding-left:3px;
}

#content {
}

#left {
	width:532px;
	float:left;
	background:#fafafa;
	border:1px solid #e7e7e7;
	border-top:0px;
}
#left table#cost tr th {
	background-color:#4a5085;
	color:#ffffff;
	padding:6px;
}
#left table#cost tr td {
	background-color:#ebebeb;
	padding:6px;
}
#right {
	width:207px;
	float:right;
	background:#f6f6f6;
	border:1px solid #e7e7e7;
	border-top:0px;
}
#right p {
	padding-left:19px;
	padding-right:19px;
}
.title_left {
	border-bottom:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	margin-bottom:19px;
	background: url(../images/bg_title_orange.png) right top no-repeat;
	width:100%;
}
.title_right {
	border-bottom:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	margin-bottom:19px;
	background: url(../images/bg_title_blue.png) right top no-repeat;
	width:100%;
}
.job_search {
	background: url(../images/bg_jobsearch.jpg) center top no-repeat;
	height:142px;
	margin-bottom:24px;
	color:#ffffff;
}
.job_search h1 {
	color:#ffffff;
	padding:0px;
	margin:0px;
	margin-top:11px;
	margin-bottom:30px;
}
#footer {
	width: 882px;
}
#footer p  {
	color:#ffffff;
	text-align:right;
	padding-top:9px;
	line-height:15px;
	font-size:11px;
}
#footer a:link {
	color: #fd6309;
	text-decoration: none;
}
#footer a:visited {
	color: #fd6309;
	text-decoration: none;
}
#footer a:hover {
	color: #fd6309;
	text-decoration: underline;
}


.p_orange {
	color:#fd6309;
}
.p_blue {
	color:#101082;
}
strong {
	font-weight: bold;
	color:#101082;
	
}
.search_field {
	padding:5px;
	margin-bottom:5px;
	color:#666666;
}