/* @group General Styles */

@font-face {
	font-family: 'CenturyGothicRegular';
	src: url('css/century_gothic-webfont.eot');
	src: local('Century Gothic'), url('css/century_gothic-webfont.woff') format('woff'), url('css/century_gothic-webfont.ttf') format('truetype'), url('css/century_gothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	word-spacing: 0px;
	font:15px/1.6 'Helvetica Neue',Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	color: black;
	background: #a5c1ad url('images/bg_top.jpg') repeat-x;
}

#body2 {
	width: auto;
	height: 645px;
	background: url('images/bg_gradient.png') no-repeat;
	margin: 0 auto;
}

h1 {font-family: 'CenturyGothicRegular','Helvetica Neue',Helvetica; line-height: 1em; font-size: 3em;color: #2D4E36;text-align:center;}
h2 {font-family: 'CenturyGothicRegular','Helvetica Neue',Helvetica; line-height: 1.2em; font-size:2.4em;color: #2D4E36;text-align:center;}
h3 {font-family: 'CenturyGothicRegular','Helvetica Neue',Helvetica; font-size:1.8em;color:#2D4E36;text-align:center;}
h4 {font-family: 'CenturyGothicRegular','Helvetica Neue',Helvetica; font-size:1.2em;color:#2D4E36;text-align:left;}
h5 {font-family: 'CenturyGothicRegular','Helvetica Neue',Helvetica; font-size:1.0em;color:#2D4E36;text-align:left;}
h6 {font-family: 'CenturyGothicRegular','Helvetica Neue',Helvetica; font-size:1.0em;color:#2D4E36;text-align:center;}

b, strong {
	font-weight: bold;
}

a:link, a:visited {color: #6b090c; border-bottom-style: dotted; border-bottom-width: 1px;

}

a:hover, a:active { border-bottom-style: dotted; border-bottom-width: 1px; color: #c76e11;

}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

hr {
  border-width: 0;
  background-color: #bcc0c9;
  height: 1px;
  width: 100%;
}
	
/* @end */


/* @Greg Layout */

#todo {
	width: 920px;
	margin: 0 auto;
	padding-top: 48px;
}

#logo {
	width: 456px;
	height: 100px;
	text-indent: -9000px;
	float: left;
	background: url('images/logo.png') no-repeat;
}

#logo_right {
	width: 464px;
	height: 100px;
	float: left;
	background: url('images/logo_extension.png') no-repeat;
	background-position: bottom right;
}

#logo_cushion {
	clear: both;
	width: 920px;
	height: 13px;
	background: url('images/logo_cushion_px.jpg') repeat;
	
}

#menubar {
	word-spacing: 1px;
	text-transform: uppercase;
	font-family: Helvetica; 
	width: 920px;
	height: 38px;
	background: #e7e7e7;
	color: #3b6047;
	font-size: 12px;
}

#menubar ul {
	list-style-type: none;
	display: inline;
}

#menubar ul li {
	height: 26px;
	float: left;
	text-align: center;
	padding: 12px 17px 0px 17px;
}

#menubar ul li:hover {
	background: #3b6047;
	color: white;
}

#menubar a {
	border: 0px;
	color: inherit;	
}

#mainer {
	text-align: left;
	display: table;
	clear: both;
	width: 920px;
	min-height: 500px;
	padding-top: 15px;
	background: url('images/mainer_bg.jpg') repeat;
}

#mainer_nav {
	float: left;
	width: 160px;
	display: table-cell;
	vertical-align: top;
	padding: 0px 15px 0px 15px;
	
}

#mainer_nav ul {
	text-indent: 20px;
	font-size: 0.9em;
	line-height: 1.8em;
}

#mainer_nav ul a {
	color: black;
	border-bottom: none;
}

#mainer_nav ul a:hover {
	border-bottom: dotted 1px;
	color: black;
}

#mainer_nav ul a:active {
	border-bottom: dotted 1px;
	color: black;
}

#mainer_content {
	float: right;
	width: 679px;
	border-left: #bcc0c9 solid 1px;
	float: right;
	display: table-cell;
	vertical-align: top;
	padding: 0px 25px 0px 25px;
	min-height: 500px;
}

.client_list_green {
	background: #daebde;
}

.client_list_green a {
	border-bottom: none;
}

.client_list_greenzzz:hover {
	background: #c4e0ca;
}

.client_list_white {
	background: white;
}

.client_list_white a {
	border-bottom: none;
}

.client_list_whitezzz:hover {
	background: #c4e0ca;
}

.contact_green {
	background: #daebde;
}

.contact_green:hover {
	background: #c4e0ca;
}

#mainer_bottom {
	clear: both;
	height: 32px;
	width: 920px;
	background: url('images/mainer_bottom.png') no-repeat;
}

#bottomer {
	width: 100%;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 15px;
	margin: auto;
	
}

#bottomer a:hover, a:active { border-bottom-style: dotted; border-bottom-width: 1px;}

#footer {
	clear: both;
	padding-bottom: 20px;
}

#job_seekers_button {
	width: 306px;
	height: 81px;
	float: left;
	text-indent: -9000px;
	background: url('images/job_seekers.png') no-repeat;
}

#job_seekers_button:hover {
	background-position: 0 -81px;
}

#clients_button {
	width: 306px;
	height: 81px;
	float: left;
	text-indent: -9000px;
	background: url('images/clients.png') no-repeat;
}

#clients_button:hover {
	background-position: 0 -81px;
}

#resumes_button {
	width: 308px;
	height: 81px;
	float: left;
	text-indent: -9000px;
	background: url('images/resume.png') no-repeat;
}

#resumes_button:hover {
	background-position: 0 -81px;
}

.mainer_button {
	color: white;
	font-family: 'CenturyGothicRegular','Helvetica Neue',Helvetica;
	text-align: center;
	font-size: 20px;
	padding: 8px 8px 0px 8px;	width: 200px;
	height: 42px;
	float: left;
	background: url('images/mainer_button.png') no-repeat top center;
}

.mainer_button:hover {
	background-position: bottom center;
}

.mainer_button a {
	border: 0px;
	color: inherit;	
}

/* @end */

/* @group Banners */
	#banner {
		z-index: 0;
		clear: both;
		width: 920px;
		height: 280px;
		margin-bottom: 0px;
	}
	
	.banner {
		width: 920px;
		height: 280px;
		margin-bottom: 0px;
		text-indent: -9000px;
	}
	
.banner#home{background: url('images/clientbanner.jpg') no-repeat;}
.banner#clients{background:url('images/clients-banner.png') no-repeat;}
.banner#job_seekers{background:url('images/job-seekers-no-video.jpg') no-repeat;}
.banner#submit_resume{background:url('images/submit-resume.png') no-repeat;}
.banner#client_list{background:url('images/client-list.png') no-repeat;}
.banner#testimonials{background:url('images/testimonials.png') no-repeat;}
.banner#contact_us{background:url('images/contact-us.png') no-repeat;}

	
	
/* @end */

	.social_link {
		width: 32px;
		height: 32px;
		margin-top: 68px;
		padding: 0px 6px 0px 6px;
		float: right;
	}
	
.social_link#facebook{background: url('images/facebook.png') no-repeat;}
.social_link#linked_in{background:url('images/linkedin.png') no-repeat;}
.social_link#twitter{background:url('images/twitter.png') no-repeat;}

.social_link#facebook a {border-bottom: none;}
.social_link#linked_in a {border-bottom: none;}
.social_link#twitter a {border-bottom: none;}

/* @group Toolbar */

.list-bold {float: left; width: 150px; font-weight: bold;}
.list-desc {font-size: 0.9em;}
.list-desc ul {
	
	padding-left: 20px;
	
	list-style-type: disc;
	
	list-style-position: outside;
	
}

                    

.list-desc ul li {
	
	list-style-type: disc;
	
	list-style-position: outside;
	
}

.list-desc p, ul {
	padding-bottom: 10px;
}

