body {
    margin: 0px;
	font: normal 100% Helvetica, Arial, sans-serif;
	background-color: #77787A;
}
@font-face {
    font-family: Maven Pro;
    src: url('body.otf');
}
@font-face {
    font-family: Alégre Sans NC;
    src: url('headings.ttf');
}
.headerSection {
	background-color: #77787A;
	height: 140px;
	max-width: 100%;
	min-width: 1000px;
	z-index: 2000;
}
.slideshowSectionWriting{
	padding-top: 58px;
	position: absolute; 
	z-index: 100; 
	width: 600px;
	
}
.slideshowSectionHeading{
	line-height: 100%;
	letter-spacing: -0.03em;
	font-smooth: always;
	font-family: Maven Pro; 
	color: white; 
	font-size: 59px;

}

.slideshowSectionSentence{
	line-height: 130%;
	letter-spacing: 0em;
	font-smooth: always;
	font-family: Maven Pro; 
	color: white; 
	font-size: 16px;

}

.slideshowSection {
	background-image: url(../images/slideshowSectionBackground.png);
	background-repeat: repeat-x;
	height:264px;
	position: relative;
	max-width: 100%;
	min-width: 1000px;
	z-index: 1000;
}
.mainSection {
	background: #FBA51C url(../images/mainSection.png) repeat-y right top;
	position: relative;
	max-width: 100%;
	min-width: 1000px;
}
.footerSection {
	background-color: #CFD0D2;
	background-image: url(../images/footerSectionBackground.png);
	background-repeat: repeat-x;
	max-width: 100%;
	min-width: 1000px;
}
.logo {
	position: absolute;
	z-index: 1999;
}
.clientConsultantButtons {
	position: absolute;
	z-index: 1000;
	top: 93%;
	
}
.a-link {
	font-size: 1.0em;
	color: #FFFFFF;
}
.small-link {
	font-size: 0.85em;
	color: #FFFFFF;
}
.small-heading {
	font-size: 0.95em;
	color: #FFFFFF;
}

.heading {
	font-size: 1.5em;
	color: #606B6B;
	font-family: Alégre Sans NC, Helvetica, Arial, sans-serif;

}
p {
	font-size: 0.85em;
	color: #FFFFFF;
	margin-bottom: 0.5em;
	line-height: 1.5;
	font-family: Maven Pro, Helvetica, Arial, sans-serif;
}
img {
	border: 0px;
}
.top-email-phone {
	padding-top: 10px;
	padding-right: 5px;
 	vertical-align: bottom;
	text-align: right;
	padding-bottom: 17px;
}
.top-links {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
	font-size: 1.2em;
	padding-bottom: 12px;
}
a{
	text-decoration: none;
}

.testimonial-panel
{
	width:93%;
	background-color: #7D7E81;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	font-size: 0.75em;
	border-radius: 0px 0px 6px 6px;
	background-image: url(../images/news-jobsearch-panel-top.png);
	background-repeat: repeat-x;
	background-position: left top;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	height: 180px;
}
.testimonial-panel span
{
	color: #FFFFFF;
}
.news-jobsearch-panel
{
	width:93%;
	background-color: #7D7E81;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	font-size: 0.70em;
	border-radius: 0px 0px 6px 6px;
	background-image: url(../images/news-jobsearch-panel-top.png);
	background-repeat: repeat-x;
	background-position: left top;


	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	height: 180px;
	
}

.news-jobsearch-panel select {
	color: #231F20;
	background-color: #CCCCCC;
	font-weight: bold;
	font-family: "Maven Pro";
	width: 156px; 
	height: 26px; 
	border: solid 2px #7D7E81; 
	padding-left: 3px;
}
.news-jobsearch-panel .textbox {
	color: #231F20;
	background-color: #CCCCCC;
	font-weight: bold;
	font-family: "Maven Pro";
	width: 150px; 
	height: 20px; 
	border: solid 2px #7D7E81; 
	padding-left: 3px;"
}

.innerSection {
	margin: auto; 
	width: 1000px;
}

.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #77787A;
	text-align: right;
}
.fields {
	background-color: #77787A;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
}
.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 95%;
	height: 20px;
	text-align: left;
	vertical-align: middle;
	padding: 4px 0px 0px;
	text-indent: 5pt;
	background-color: #333333;
}

.errormsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
