﻿
/*******************************************  BLANK SLATE  ********************************************/

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr { 
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset,img,hr { 
	border: 0px;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0px;
}
.clearContent {
	clear: both;
}


/**********************************************  HEADER  **********************************************/

#header {
	width: 950px;
	height: 147px;
	margin: 23px auto 0px auto;
	background-image: url('/images/header-bg-default.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}
#menuChangeHome #header {
	background-image: url('/images/header-bg-home.gif');
}
#menuChangeCandidates #header {
	background-image: url('/images/header-bg-candidates.gif');
}
#menuChangeClients #header {
	background-image: url('/images/header-bg-clients.gif');
}
#menuChangeAboutUs #header {
	background-image: url('/images/header-bg-about.gif');
}
#menuChangeContact #header {
	background-image: url('/images/header-bg-contact.gif');
}

#header img {
	position: relative;
	left: 28px;
}
#header ul {
	list-style-type: none;
	float: right;
	width: 710px;
	position: relative;
	bottom: 11px;
}
#header li {
	float: left;
	width: 141px;
	height: 36px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 1px;
}
#header li a {
	display: block;
	width: 141px;
	height: 36px;
	color: #ffffff;
	font-size: .9em;
}
#headerSearch {
	float: right;
	font-size: .9em;
	color: #7c7e7f;
	position: relative;
	top: 39px;
}
#headerSearch input {
	background-image: url('/images/header-bg-search.gif');
	float: left;
	position: relative;
	bottom: 2px;
}
#headerSearch label {
	float: left;
	margin: 0px 6px 0px 0px;
}
#headerSearchBox {
	border: 1px #adc2cf solid;
	height: 18px;
	width: 155px;
	margin: 0px 4px 0px 0px;
	padding-top: 2px;
}


/********************************************  HEADER MENU  *******************************************/

#menuItemHome {
	background-image: url('/images/btn-home.gif');
}
#menuItemHome:hover {
	background-position: right;
}
#menuItemHome span, #menuItemCandidates span, #menuItemClients span, #menuItemAbout span, #menuItemContact span {
	position: relative;
	left: 20px;
	top: 12px;
}
#menuItemCandidates {
	background-image: url('/images/btn-candidates.gif');
}
#menuItemCandidates:hover {
	background-position: right;
}
#menuItemClients {
	background-image: url('/images/btn-clients.gif');
}
#menuItemClients:hover {
	background-position: right;
}
#menuItemAbout {
	background-image: url('/images/btn-about.gif');
}
#menuItemAbout:hover {
	background-position: right;
}
#menuItemContact {
	background-image: url('/images/btn-contact.gif');
}
#menuItemContact:hover {
	background-position: right;
}

/*******************************************  HEADER SUBMENU  *****************************************/

#header ul li ul {
	display: none;
	position: absolute;
	background-color: blue;
	z-index: 1;
	width: 200px;
}
#canLi ul li {
	float: none;
	display: block;
	background-image: url('/images/btn-contact.gif');
}
#canLi:hover ul {
	display: block;
}

/********************************************  INSIDE MENU  *******************************************/

#menu {
	float: left;
	width: 232px;
	border-bottom: 3px #ebf1f5 solid;
	margin: 0px 54px 0px 0px;
	position: relative;
	left: 5px;
}
#menu h1 {
	font-size: 1.5em;
	color: #85a5b9;
	font-weight: bold;
	margin: 0px 0px 0px 17px;
}
#menu ul {
	border: 1px #d8e4eb solid;
	list-style-type: none;
	margin: 17px 0px 0px 0px;
}
#menu li {
	background-image: url('/images/page-menu-bullet.gif');
	background-repeat: no-repeat;
	background-position: 7px 11px;
	min-height: 29px;
	width: 210px;
	margin: 0px auto;
	border-bottom: 1px #d8e4eb solid;
	display: block;
	padding-bottom: 4px;
}
#menu li a {
	font-size: .8em;
	color: #7fa1b6;
	position: relative;
	top: 4px;
	left: 24px
}
#menu li a:hover {
	text-decoration: underline;
}
#menu li div{
	width: 190px;
	padding-top: 3px;
	padding-bottom: 8px;
}


/************************************* INSIDE MENU COLOR CHANGE  **************************************/

.headingAboutUs #menu {
	border-bottom: 3px #ffeee2 solid;
}
.headingAboutUs #menu h1 {
	color: #e47420;
}
.headingAboutUs #menu ul {
	border: 1px #f8d6bd solid;
}
.headingAboutUs #menu li {
	background-image: url('/images/page-menu-bullet-orange.gif');
	border-bottom: 1px #f8d6bd solid;
}
.headingAboutUs #menu li a {
	color: #e27522;
}
/*.headingAboutUs #menu a span {
	color: #f8d6bd;
}*/
.headingContact #menu {
	border-bottom: 3px #d9d4d0 solid;
}
.headingContact #menu h1 {
	color: #65533d;
}
.headingContact #menu ul {
	border: 1px #afa59b solid;
}
.headingContact #menu li {
	background-image: url('/images/page-menu-bullet-brown.gif');
	border-bottom: 1px #afa59b solid;
}
.headingContact #menu li a {
	color: #65533d;
}
.headingCandidates #menu {
	border-bottom: 3px #dcdbc8 solid;
}
.headingCandidates #menu h1 {
	color: #5c5737;
}
.headingCandidates #menu ul {
	border: 1px #b9b8a4 solid;
}
.headingCandidates #menu li {
	background-image: url('/images/page-menu-bullet-green.gif');
	border-bottom: 1px #b9b8a4 solid;
}
.headingCandidates #menu li a {
	color: #5c5737;
}


/***********************************************  BODY  ***********************************************/

body {
	font-family: Arial, sans-serif;
}
#content {
	width: 950px;
}
#pageMargin #content {
	margin: 40px auto 30px auto;
	
}
#noMargin #content {
	margin: 0px auto;
}


/**********************************************  FOOTER  **********************************************/

#footer {
	width: 950px;
	height: 59px;
	background-image: url('/images/footer-bg.gif');
	margin: 0px auto;
}
#footer ul {
	list-style-type: none;
	float: right;
	position: relative;
	top: 30px;
	right: 15px;
}
#footer li {
	float: left;
	padding: 0px 10px 0px 10px;
	border-right: 1px #efc76f solid;
	height: 15px;
}
#footer li a {
	color: #ffffff;
	font-size: .7em;
	position: relative;
	bottom: 3px;
}
#footer a:hover {
	text-decoration: underline;
}
	

/********************************************  HOME PAGE  *********************************************/

#homeLeft {
	width: 361px;
	height: 546px;
	background-image: url('/images/home-left-bg.jpg');
	float: left;
}
#homeRight h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
	margin: 15px 0px 13px 0px;
}
#homeRight {
	float: left;
	width: 589px;
	color: #5f5f5f;
}
#homeBlockMain {
	height: 160px;
	padding: 0px 0px 0px 7px;
	background-color: #f2f1ed;
	border: 1px #d6d4cb solid;
	border-left: none;
	margin-top: 30px;
}
#homeBlockMain span {
	margin: 0px 11px 0px 0px;
}
#homeRight p {
	font-size: .9em;
	line-height: 1.25em;
	margin: 0px 0px 10px 1px;
}
#homeBlockSub1, #homeBlockSub2 {
	float: left;
}
#homeBlockSub1 {
	padding: 0px 0px 0px 7px;
	width: 262px;
	position: relative;
	top: 53px;
	margin: 0px 30px 0px 0px;
}
#homeBlockSub1 h1 {
	color: #7fa1b6;
	border-bottom: 1px #c9d8e0 solid;
	padding: 0px 0px 7px 0px;
	margin: 15px 0px 19px 0px;
}
#homeBlockSub1 form {
	font-size: .9em;
	margin: 17px 0px 0px 20px;
}
#homeBlockSub1 form input {
	margin: 5px 7px 0px 0px;
}
#homeBlockSub1 #voteButton {
	position: relative;
	right: 20px;
	top: 13px;
}
#homeBlockSub2 {
	background-image: url('/images/home-jobs-bg.gif');
	width: 224px;
	height: 258px;
	padding: 40px 30px 0px 30px;
	position: relative;
	top: 28px;
}
#homeBlockSub2 h1 {
	color: #e47520;
	border-bottom: 1px #f4cdae solid;
	padding: 0px 0px 7px 10px;
	margin: 0px 0px 20px 0px;
}
#homeBlockSub2 h2 {
	padding: 0px 0px 0px 13px;
	font-size: .9em;
	font-weight: bold;
}
#homeBlockSub2 p {
	padding: 0px 0px 0px 12px;
	font-size: .8em;
	line-height: 1.4em;
	margin: 0px 0px 17px 1px;
}
#homeBlockSub2 ul {
	list-style-type: none;
	position: relative;
	left: 15px;
	width: 226px;
}
#homeBlockSub2 li {
	float: left;
	width: 85px;
	padding: 0px 0px 2px 28px;
	background-image: url('/images/home-list-bullet.gif');
	background-repeat: no-repeat;
	font-size: .8em;
}
#homeBlockSub2 img {
	position: relative;
	top: 22px;
	left: 29px;
}

/******************************************  PAGE CONTENT  ********************************************/

#pageContent {
	float: left;
	width: 630px;
}
#searchResultContent {
	float: left;
	width: 900px; 
}
#pageContent h1 {
	width: 664px;
	font-size: 1.5em;
	color: #85a5b9;
	font-weight: bold;
	padding: 0px 0px 17px 0px;
	border-bottom: 1px #d8e4eb solid;
	margin: 0px 0px 15px 0px;
}
#pageContent p, #pageContent table, #searchResultContent p, #searchResultContent table, #searchResultContent {
	color: #5F5F5F;
	font-size: .9em;
	line-height: 150%;
	margin-bottom: 1.8em;
}
#pageContent .firstPara {
	color: #7a9fb6;
}
#pageContent ul, #searchResultContent ul {
	list-style-type: square;
	margin-bottom: 1.8em;
	margin-left: 25px;
}
#pageContent ul li, #searchResultContent ul li {
	padding: 0px 0px 10px 15px;
	color: #5F5F5F;
	font-size: .9em;
}

/* Contact */
.contact 
{
    width: 100%;
}

.contact td {
    padding: 10px 20px 10px 10px;
}

/**********************************************  FONTS ************************************************/

a {
	text-decoration: none;
}

.header {
    font-size: 1.4em;
    font-weight: bold;
    color: #5F5F5F;
    padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #5F5F5F;
}
.headingCandidates .header {
    font-size: 1.4em;
    font-weight: bold;
    color: #5B5837;
    padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #dcdbc8;
}
.headingCandidates h1{
	color: #5B5837;
}
.headingCandidates #pageContent a{
	color: #5B5837;
	text-decoration: underline;
}

.headingClients .header {
    font-size: 1.4em;
    font-weight: bold;
    color: #7EA1B5;
    padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #d8e4eb;
}
.headingClients h1{
	color: #7EA1B5;
}
.headingClients #pageContent a{
	color: #7EA1B5;
	text-decoration: underline;	
}

.headingAboutUs .header {
    font-size: 1.4em;
    font-weight: bold;
    color: #E5751F;
    padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #f8d6bd;
}
.headingAboutUs h1{
	color: #E5751F;
}
.headingAboutUs #pageContent a{
	color: #E5751F;
	text-decoration: underline;
}

.headingContact .header {
    font-size: 1.4em;
    font-weight: bold;
    color: #65533F;
    padding: 0px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #d9d4d0;
}
.headingContact h1{
	color: #65533F;
}
.headingContact #pageContent a{
	color: #65533F;
	text-decoration: underline;
}


.subheader {
    font-size: 1.0em;
    font-weight: bold;
    color: #5F5F5F; 
}