@charset "utf-8";
/* -------- reset defaults*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{ 
	margin:0;
	padding:0;
}
/* end -------- reset defaults*/body {
	text-align: center;
	font-family: calibri;
	padding-top: 20px;
	background-color: #333;
	padding-bottom: 20px;
}
#wraper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #5C5C5C;
}
#header {
	background-color: #43250d;
	min-height: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #DBD5CD;
	padding-right: 20px;
	padding-left: 20px;
}
#header h1 {
	font-size: 20pt;
	text-align: right;
	padding-top: 35px;
}


#header p {
	text-align: right;
	font-size: 12pt;
}

#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-top: 25px;
}

#top {
	background-color: #326eaa;
	height: 255px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #730010;
}

#top table {
	height: 255px;
}
#top table img {
	float: right;
}

#main-menu  {
	text-align: left;
	margin-left: 20px;
	font-size: 14pt;
}
#main-menu li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#main-menu li a {
	color: #FFF;
	text-decoration: none;
}
.contentimg {
	border: 1px solid #B7AFA5;
	float: right;
}
.keywords-class {
	font-size: 8pt;
	width: 150px;
	float: left;
	text-align: left;
	margin-left: 35px;
	color: #FFF;
	font-family: verdana;
}
.keywords-class li {
	margin-top: 2px;
	margin-bottom: 2px;
}





#main-content {
	min-height: 250px;
	background-color: #dbd5cd;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #730010;
	text-align: left;
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 35px;
}
#main-content h1 {
	color: #586a7c;
	font-size: 22pt;
}
#main-content h2{
	font-size: 14pt;
	font-weight: bold;
	color: #586A7C;
	margin-top: 30px;
}
.main-content  {
	font-size: 11pt;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: justify;
	color: #666;
	width: 600px;
}
.main-content ul {
	width: 550px;
	list-style-type: disc;
	margin-left: 35px;
	padding-left: 15px;
	color: #666;
	text-align: justify;
	padding-top: 5px;
	font-size: 11pt;
}
.main-content li {
	margin-bottom: 10px;
	margin-left: 45px;
}
.side-box {
	width: 250px;
	background-color: #f5f3f1;
	float: right;
	padding: 5px;
	border: 1px solid #B7AFA5;
}
.side-box img {
	margin-right: 10px;
}
.side-box p {
	font-size: 10pt;
	color: #666;
	text-align: left;
	margin-bottom: 5px;
}
div.jobcontainer {
	margin-top: 10px;
	background-color: #F1EEEB;
	width: 450px;
	padding: 5px;
}
.jobcontainer h4 {
	color: #586A7C;
	text-transform: capitalize;
}
.jobcontainer p {
	color: #666;
	font-family: verdana;
	font-size: 8pt;
}








#footer {
	background-color: #43250d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC3B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999;
	text-align: right;
	padding: 10px;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
h3 {
	color: #586A7C;
}
