body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #3E3E3E;
}
.box1 hr { border-top: 1px solid #fff; border-bottom: 1px solid #ccc; }
h1 { margin: 0; padding: 0; background: url(images/logo.gif) no-repeat; width: 390px; height: 60px; text-indent: -999px; }

h2 { font-size: 23px;  }
h4 { font-size: 16px; margin: 0px; padding: 5px; color: #007700; }
h4:first-letter { font-size: 20px; }
p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

a:link { color: #7baf03; font-weight: bold; }

a:hover, a:active {
	text-decoration: none;
	color: #003448;
}
.formbtn { width: 150px; height: 20px; font-size: 12px; font-weight: normal; }
a:visited { color: #333333;}

img { border: none; }

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset { border: 1px solid #ccc; margin-bottom: 4px; }
fieldset h3 { font-size: 16px; }
fieldset p { padding: 10px; line-height: 20px; margin: 0px;}
legend { padding: 0 5px; }


input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Header */
.img { border: 4px solid #f4f4f4; margin-left: 289px; }
#header {
	width: 850px;
	height: 82px;
	margin: 0 auto 40px auto;
}

#logo {
	float: left;
}

#logo h1 {
	font-size: 38px;
	color: #494949;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: -10px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: left; width: 850px;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	
}

#menu li {
	display: inline;
	
}

#menu a {
	display: block;
	float: left;
	margin-left: 2px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
	font-size: 13px;
	background: #249a0e;
	color: #ffffff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	
}

#menu a:hover { background: #8DC111; color: #fff;}

#menu .active a { background: #2a7c05; color: #fff; }

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}
#pageapply {
	width: 850px;
	margin: 0 auto;
	background:url(images/apply.jpg) no-repeat center center;
	height: 565px;
}
/* Content */

#content {
	float: left;
	width: 575px;
}
#content p { font-size: 15px;}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(images/img03.gif) repeat-x left bottom;
}

.post .entry {
}

.post .meta {
	padding: 15px 0 60px 0;
	background: url(images/img03.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 245px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-image: url(images/img06.gif);
}

#sidebar li {
	margin-bottom: 0px; font-size: 12px; margin-left: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(images/img03.gif) repeat-x left bottom;
	font-size: 16px;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}
.box1 b { color: #ff6600; }
.box1 table { text-align:left; font-size: 12px; }
.box1 table th {  font-weight: normal; padding: 3px 0; border-bottom: 1px solid #ddd; } 
.box1 table h3 a { color: #ff6600; font-size: 14px; padding: 5px; text-transform: uppercase; }
.box1 table a { color: #006699; }
.box1 table th a { text-decoration: none; color: #006699;} 
.box1 table th a:hover { text-decoration: none; color: #ff9900;} 
.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #fff;
}
.box2 b { color: #ff6600; }
.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 350px;
	min-height: 350px;
	padding: 50px 0 0 0;
	background: #003448 url(images/img09.gif) repeat;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #5591A4;
}

#legal a {
	color: #476B77;
}

#fbox1, #fbox2, #fbox3, #fbox4, #fbox5 {
	float: left;
}

#fbox1 {
	width: 150px;
}

#fbox2 {
	width: 130px;
	padding-left: 10px;
}
#fbox5 {
	width: 130px;
	padding-left: 10px;
}
#fbox3 {
	width: 150px;
	padding-left: 90px;
}
#fbox4 {
	width: 150px;
	padding-left: 10px;
}
#applybox { font-size: 80%; }
#apply_now { font-size: 160%;}   
#apply_now h4 { padding-bottom: 40px; margin: 0px; padding: 0px 0px 5px 0px; font-size: 105%;  }
#apply_now span { font-size: 60%; font-weight: bold; color: #FF6600; }
#apply_now table {  margin-left: 20px; margin-top: 20px;}
#apply_now li { font-weight: bold; margin: 0px; padding: 0px; line-height: 20px; }
#apply_now ul { padding-left: 20px; }
#footernavigation { border-top: 1px solid #004b63;  color: #7baf03; width: 850px; margin: 0 auto; color: #7baf03; font-weight: bold; } 
#footernavigation a { color: #7baf03;}
#footernavigation a:hover { color: #fff;}