/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.96em;
	line-height: 1.2em;
	color: #006;
	background-color: #eee;
	text-align: center;
}
img {
	display: block;
	border: 0;
}
table, th, tr, td {
	border: 0;
	padding: 0;
	margin: 0;
}

/* link styles */
a {
	color: #09f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* layout */
#container {
	background-color: #fff;
	width: 780px;
	text-align: left;
	margin: 0 auto;
}

/* header */
#header {
	height: 56px;
	padding: 8px 0;
}
h1 {
	background-image: url(../images/ew.gif);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	left: 139px;
}
h1 a {
	display: block;
	width: 112px;
	height: 56px;
	text-indent: -9999px;
}
#globalnav {
	float: right;
	font-size: 80%;
	font-weight: bold;
	list-style-type: none;
	width: 186px;
	height: 56px;
	margin: 0;
	padding: 0 0 0 8px;
	border-left: 1px dotted #ccc;
}
#globalnav a {
	font-weight: normal;
	color: #ccc;
}
#globalnav a:hover {
	color: #09f;
}
#globalnav li.currentpage a {
	color: #006;
	font-weight: bold;
}
#globalnav li.currentpage a:hover {
	color: #09f;
}

/* banner */
#banner {
	height: 195px;
	width: 780px;
}
#banner-nav {
	float: left;
	height: 195px;
	width: 195px;
	color: #fff;
	background-color: #006;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#banner-nav li {
	border-bottom: 1px dotted #fff;
	float: left;
	width: 195px;
}
#banner-text {
	float: left;
	height: 195px;
	width: 390px;
}
.candidates #banner-text {
	background-color: #fcc;
}
.clients #banner-text {
	background-color: #ff9;
}
.home #banner-text {
	background-color: #09f;
	width: 389px;
	border-right: 1px solid #fff;
}
#banner-right {
	float: left;
	height: 195px;
	width: 195px;
	background-color: #09f;
}

/* main */
#main {
	padding: 56px 0 112px 0;
}
#main p {
	margin: 0 56px 1.2em 203px;
}
#main ul {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	padding: 0;
	margin: 0 0 1.2em 203px;
}
#main address {
	margin: 0 56px 1.2em 203px;
	font-style: normal;
}
#main h2, #main h3 {
	font-size: 96%;
	line-height: 27px;
	font-weight: bold;
	padding: 0 56px 0 203px;
}
#main h2 {
	margin: 56px 0 27px 0;
}
#main h3 {
	margin: 27px 0;
}
.candidates #main h2 {
	background-color: #fcc;
}
.clients #main h2 {
	background-color: #ff9;
}
.candidates #main h3 {
	border-top: 1px dotted #fcc;
	border-bottom: 1px dotted #fcc;
}
.clients #main h3 {
	border-top: 1px dotted #ffc;
	border-bottom: 1px dotted #ffc;
}

/* footer */
#footer {
	margin-bottom: 56px;
	font-size: 80%;
	line-height: 27px;
}
.candidates #footerlinks {
	background-color: #fcc;
}
.clients #footerlinks {
	background-color: #ff9;
}
.home #footerlinks {
	background-color: #09f;
}
.home #footerlinks a {
	color: #fff;
}
#footerlinks p, #footerlinks ul {
	display: inline;
	margin-right: 8px;
}
#footerlinks ul li {
	display: inline;
	margin-right: 8px;
}
#footer p {
	padding-left: 203px;
}

/* form styles */
#main form p.formrow, #main form p.formrowtop {
	margin-bottom: 0;
}
.candidates p.formrow {
	border-bottom: 1px dotted #fcc;
	padding: 4px 0;
}
.candidates p.formrowtop {
	border-top: 1px dotted #fcc;
	border-bottom: 1px dotted #fcc;
	padding: 4px 0;
}
.clients p.formrow {
	border-bottom: 1px dotted #ff9;
	padding: 4px 0;
}
.clients p.formrowtop {
	border-top: 1px dotted #ff9;
	border-bottom: 1px dotted #ff9;
	padding: 4px 0;
}
form label {
	display: inline;
	width: 235px;
	float: left;
}
form .textfield {
	width: 250px;
}
form .dropmenu {
	width: 150px;
}
form .textarea {
	width: 250px;
	height: 100px;
}
form .dropmenu {
	width: 150px;
}
#main form .button {
	margin: 27px 0 0 0;
}
#main form p.note {
	margin-left: 0;
	display: block;
	float: left;
	width: 100px;
	margin: 0 8px;
	font-size: 80%;
}

/* homepage buttons */
#main #buttons {
	margin: 0 0 0 139px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#main #buttons li {
	margin-bottom: 8px;
}
#main #buttons li.candidates a {
	background-image: url(../images/btn_candidates.gif);
	background-repeat: no-repeat;
	display: block;
	width: 641px;
	height: 56px;
	text-indent: -9999px;
}
#main #buttons li.clients a {
	background-image: url(../images/btn_clients.gif);
	background-repeat: no-repeat;
	display: block;
	width: 641px;
	height: 56px;
	text-indent: -9999px;
}
#main #buttons li a:hover {
	background-position: 0px -56px;
}

/* pop-up styles */
.popup {
	background-color: #fff;
	text-align: left;
	margin: 56px 0;
}
.popup h2, .popup h3 {
	font-size: 96%;
	line-height: 27px;
	font-weight: bold;
	padding: 0 56px;
	
}
.popup h2 {
	background-color: #09f;
	color: #fff;
	margin: 56px 0 27px 0;
}
.popup h3 {
	border-top: 1px dotted #09f;
	border-bottom: 1px dotted #09f;
	margin: 27px 0;
}
.popup p {
	margin: 0 56px 1.2em 56px;
}
.popup ul {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	padding: 0;
	margin: 0 56px 1.2em 56px;
}

/* clearfix */
.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;}
/* End hide from IE-mac */

