/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #004236 repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 23px;
	text-transform: uppercase;
	text-align: left;
	clear: both;
}

h2 {
	font-size: 16px;
	color: #9ED2CE;
	margin: 40px 0px 10px;
}

h3 { font-size: 12px; }
h4 {
	font-size: 16px;
	margin: 0px 0px 5px;
}


h3 span {
	padding: 0px 5px;
	background: #FFFFFF;
	color: #595959;
}

/** TEXTS */

body, th, td{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 170%;
}

/** LINKS */

a {
	text-decoration: none;
	color: #91CFCC;
}

a:hover { text-decoration: underline; }

/** STYLES */

.style1 { }

.style1 a { }

.style1 a:hover { }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage05.gif) repeat-x left top;
}

/** WRAPPER */

#wrapper {
}

/** PAGE */

#page {
	width: 960px;
	padding: 0px 0px 0px 21px;
	background: url(images/bg1_01.jpg) no-repeat left top;
}

/** SIDEBAR */

#sidebar {
	width: 258px;
	background: url(images/homepage02.jpg) repeat-y left top;
}

/** MENU */

#menu { background: url(images/homepage03.jpg) no-repeat left top; }

#menu ul {
	margin: 0px;
	padding: 35px 0px 70px 20px;
	background: url(images/homepage04.jpg) no-repeat left bottom;
	list-style: none;
	line-height: normal;
}

#menu li {
	padding: 3px 0px 4px 11px;
	background: url(images/subpage01.jpg) no-repeat left bottom;
}

#menu a {
	display: block;
	width: 181px;
	height: 31px;
	padding: 6px 13px 0px 0px;
	text-align: right;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5D5D5D;
}

#menu a:hover, #menu .active a {
	background: url(images/subpage02.jpg) no-repeat left top;
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 650px;
}
#content p {
	font-size: 12px;
}


/** FOOTER */

#footer {
	padding: 30px 0px 0px 307px;
	color: #7F8F47;
}

.apply_form{
background:#fff; color:#000;
}
.apply_form div, .apply_form p, .apply_form td{
color:#000; line-height: 120%; text-align: left;
}

#callbox {
	float:right;
	width:150px;
	margin:180px 30px 0 0;
	text-align:center;
	background: #18312E;
	padding: 6px 0px;
}
td#content table tr td {
	padding: 4px 4px 4px 3px;
	text-align: center;
}
table.items {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	width: 100%;
	background: #005143;
}
table.items tr td {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

td#content table tr.head{
	background: #8C6C46;
}
div.subnav {
	text-align: right;
	margin-right: 30px;
	margin-top: 4px;
}
div.subnav ul li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	display: inline;
}
div.subnav ul {
	list-style: none;
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: right;
}
