@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	background: #d7d7d7;
}

p {
	color: #707070;
	font-size: 14px;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #605ca8;
}

.purple {
	color: #605ca8;
}

.orange {
	color: #feaa00;
}

.bold {
	font-weight: bold;
}

div#container {
	background: #FFFFFF;
	width: 840px;
	margin: 0 auto;
	padding: 20px 45px;
}

li.lastItem {
	border: 0 !important;
}

/* Header */
div#header div#logo img {
	border: 0;
}

div#header div#links {
	float: right;
}

div#header div#links ul {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

div#header div#links li {
	float: left;
	color: #959595;
}

div#header div#links li a {
	color: #959595;
}

/* Navigation */
div#navigation {
	margin-top: 20px;
	height: 37px;
	overflow: hidden;
}

div#navigation a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

div#navigation div#mainBar {
	background: #ffaa01 url(images/navigation-orange.gif) no-repeat center left;
	height: 100%;
}

div#navigation div#mainBar ul {
	margin: 0;
	padding: 8px 0 8px 5px;
	list-style: none;
}

div#navigation div#mainBar li {
	float: left;
	border-right: 2px solid #FFFFFF;
	padding: 0 10px;
}

div#loginBar {
	background: #5b777b url(images/navigation-green.gif) no-repeat center right;
	border-left: 3px solid #FFFFFF;
	height: 19px;
	width: 170px;
	float: right;
	padding: 9px 0;
	text-align: center;
}

div#loginBar a {
	font-size: 13px;
}

/* Advertisement */
div#advertisement {
	margin-top: 20px;
	background: url(images/advertisement-background.jpg) no-repeat center left;
	height: 299px;
}

div#advertisement div#title h2 {
	color: #662d91;
	font-size: 43px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: relative;
	top: 45px;
	left: 250px;
	width: 590px;
}

div#advertisement div#title h3 {
	color: #feaa00;
	position: relative;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 20px;
	top: 50px;
	left: 347px;
}

div#advertisement div#adButton {
	background: transparent url(images/ad-button.png) no-repeat;
	padding-top: 6px;
	height: 51px;
	width: 329px;
	position: relative;
	float: right;
	top: 85px;
	margin-right: 40px;
	text-align: center;
	color: #FFFFFF;
}

div#advertisement div#adButton a {
	color: #FFFFFF;
	font-size: 20px;
}

div#advertisement div#adButton span {
	font-style: italic;
}

div#mainPage {
	margin-top: 20px;
	clear: both;
}

/* Content Holder */
div#contentHolder {
	width: 547px;
}

div#contentHolder div.borderTop {
	width: 100%;
	height: 6px;
	background: #FFFFFF url(images/content-bg-top.gif) no-repeat;
}

div#contentHolder div.borderBottom {
	width: 100%;
	height: 6px;
	background: #FFFFFF url(images/content-bg-bottom.gif) no-repeat;
}

div#contentHolder div#content {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	padding: 10px;
	overflow: auto;
}

div#contentHolder div#content h1 {
	padding: 0;
	margin: 0;
	color: #605ca8;
	font-size: 37px;
}

div#contentHolder div#content h1 span {
	font-style: italic;
	font-size: 19px;
}

div#contentHolder div#content div.applyNow {
	background: url(images/apply-button.gif) no-repeat;
	height: 32px;
	width: 215px;
	float: right;
	text-align: center;
	padding-top: 3px;
}

div#contentHolder div#content div.applyNow a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 23px;
}

/* Sidebar */
div#sidebar {
	float: right;
	width: 270px;
}

div#sidebar img {
	border: 0;
	margin-bottom: 10px;
}

/* Sitemap */
div#sitemap {
	clear: both;
	margin-top: 20px;
	width: 839px;
}

div#sitemap div.borderTop {
	width: 100%;
	height: 3px;
	background: #ffa800 url(images/sitemap-bg-top.gif) no-repeat;
}

div#sitemap div.borderBottom {
	width: 100%;
	height: 3px;
	background: #ffa800 url(images/sitemap-bg-bottom.gif) no-repeat;
}

div#sitemap div#sitemapHolder {
	background: #ffa800;
	padding: 10px;
	overflow: auto;
}

div#sitemap div#companyInfo {
	color: #FFFFFF;
	float: right;
	font-size: 11px;
	line-height: 12px;
	text-align: right;
	width: 145px;
}

div#sitemap div#companyInfo img {
	margin-top: 20px;
}

div#sitemap div#sitemapHolder ul {
	float: left;
	overflow: auto;
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 130px;
}

div#sitemap div#sitemapHolder ul li {
	padding: 3px 0 3px 25px;
}

div#sitemap div#sitemapHolder ul li.header {
	border-right: 1px solid #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
	padding: 0;

}

div#sitemap div#sitemapHolder ul li.header a {
	font-size: 12px;
	font-weight: bold;
}

div#sitemap div#sitemapHolder ul li a {
	color: #FFFFFF;
	font-size: 11px;
}

/* Disclaimer */
div#disclaimer {
	margin-top: 20px;
}

div#disclaimer p {
	font-size: 11px;
	color: #b7b7b7;
	line-height: 14px;
}