/*	=body */

html body {
	color:#000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#wrapper,#footer_wrapper,#seo_wrapper {
	width : 80em;
}
#wrapper {
	position: relative;
	padding-top: 149px;
}
#footer_wrapper {
	padding-top: 1.5em;
	clear : both;
}
	
/*	=body end */



/*	=elements */

p, h1, h2, h3, h4, h5, h6, li, dt, dd, input, select, textarea, label, th, td, a {
	font-size: 1.1em;
	line-height: 1.36;
}

h3, h4 {
	font-weight: bold;
}

textarea, input, option {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
	
input.text,
input.file,
textarea {
	padding: 3px 2px 2px;
}
select {
	padding: 1px;
}

em {
	color:#E79952;
	font-weight: bold;
	font-style: normal;
}
.errorMessage {
	color:#dd0000;
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration : none;
}
a:hover,
a:active {
  text-decoration : underline;
}

/*	=elements end */



/*	=header */

/*		=branding */

#branding {
	width: 100%;
	height: 118px;
	background: url('/img/bg_headerTop.gif') bottom repeat-x #ebb686;
}
#branding h1#site_logo {
	width:150px;
	height:78px;
	background: url('/img/logo_screen.gif') no-repeat;
	border:0;
	top:15px;
	left:1.5em;
	position : absolute;
}
#branding h1#site_logo a {
	display: block;
	width:150px;
	height:78px;
}
#branding h1#site_logo img {
	display: none;
}

#branding #advertising {
	top: 28px;
	left: 314px;
}

/*		=branding end */

/*		=navigation */

#nav_main {
	width: 100%;
	top: 118px;
	height: 1.3em;
	padding-bottom: 18px;
	background: url('/img/bg_headerBottom.gif') bottom repeat-x #f8f8f8;
}
#nav_cand a {
	margin: 0 1em 0 0;
	color : #000;
}
#nav_cand {
  top: -9px;
  left: 1.5em;
}
#nav_rec {
  top: -112px;
	right: 1.5em;
}
#nav_rec a {
	color : #991D20;
}
#nav_rec li#telephone {
	margin-top: -0.15em;
	margin-left: 0.3em;
	color: #991D20;
	font-size: 1.3em;
	font-weight: bold;
}

/*		=navigation end */

/*	=header end */



/*	=content */

/*		=contentWrapper */
	
#contentWrapper {
	padding: 1.25em 1.5em 0;
	width : 77em;
}
	
#contentWrapper a,
#backToTop a {
	font-weight: bold;
	color : #991D20;
}
	
/*		=contentWrapper end */
	
/*		=content */
	
#content {
	width: 55em;
}

#content p {
	margin: 1em 0;
}
	
/*		=content end */

/*		=subNav */

#subNav h3 {
	color: #E79952;
	font-size: 1.3em;
	text-transform: lowercase;
}
#subNav h3 abbr {
	text-transform: none;
}
	
/*		=subNav end */

/*	=content end */



/*	=footer */

#footer {
	background: url('/img/bg_footerTop.gif') top repeat-x #f7f7f7; /* Top edge of footer bg */
	position : relative;
	padding-top: 26px;
	border-bottom: 10px solid #ebb686;
}
#footer p {
	left : 5px;
	top : 23px; 
	padding: 0 0 7px 1.5em;
	background: url('/img/bg_footerBottom.gif') bottom repeat-x; /* Bottom edge of footer bg */
}
#footer ul {
	right : 1.5em;
	top : 26px;
}
#footer ul a {
	color : #000;
}
#footer ul li {
	padding-left: 1em;
}
	
#backToTop {
	text-align: right;
	padding: 0.5em 0;
}
#backToTop a {
	background: url('/img/icon_arrowUp.gif') 0 0.4em no-repeat;
	padding-left: 10px;
	text-transform: lowercase;
}

/*	=footer end */



/*	=patterns */

/*		=horizontal pagination */
	
.pagination li {
	float: left;
}
.pagination a {
	padding: 0.2em 0.5em 0.2em 0.49em;
}
.pagination a:hover,
.pagination a:active {
	text-decoration: none;
	background: #EBB686;
}
	
/*		=horizontal pagination end */
	
/*		=linklist */
	
ul.linkslist {
	text-transform: lowercase;
	list-style-type: none !important;
	list-style-position: outside !important;
}
ul.linkslist li,
a.linkslist {
	padding-left: 1em;
	background: url('/img/icon_chevronSingleRight.gif') left 0.1em no-repeat;
}
	
/*		=linklist end */

/*		=simple_form */
	
.simple_form label,
.simple_form .labelnote {
	margin-right: 0.5em;
	width: 14em;
}
.simple_form .field {
	padding: 0.4em 0;
}
.simple_form label,
#content .simple_form .field p {
	padding: 3px 0 1px;
	margin-top: 0;
	margin-bottom: 0;
} 
.simple_form .note {
	font-size: 1em;
}
/*		=simple_form end */

/*	=patterns end */



/*	=sIFR */

a.ir,
input.ir {
	height: 22px;
}

h2.ir {
	font-size: 3.1em;
}
h3.ir {
	font-size: 2.4em;
	font-weight: normal !important;
}
h2.ir,
h3.ir {
	margin-bottom: 0.5em;
	color: #991D20;
}

/*	=sIFR end */