/* Start of CMSMS style sheet 'Peak Impact' */
/*----------------------------------------------

	[ Master Stylesheet ]
	
	Author:			Image2Markup.com
	Last change: 	2008/06/03

----------------------------------------------*/

body
{
	margin: 0px;
	padding: 15px 0 0 0 ;
	
	text-align: center;
	font-family: arial;
	font-size: 12px;
	
	background-color: #2e0000;
	background-image:url(ui-images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#wrapper
{
	width: 813px;
	display: block;
	text-align: left;
	margin: auto;
}

div.header
{
	width: 813px;
	height: 98px;
	display: block;
	float: left;
}

	div.header div.left
	{
		width: 6px;
		height: 98px;
		display: block;
		float: left;
		
		background-image:url('ui-images/bg-header-left.gif');
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	div.header div.middle
	{
		width: 801px;
		height: 98px;
		display: block;
		float: left;
		
		background-image:url('ui-images/bg-header.gif');
		background-repeat: repeat-x;
		background-position: top left;
	}
	
	div.header div.right
	{
		width: 6px;
		height: 98px;
		display: block;
		float: left;
		
		background-image:url('ui-images/bg-header-right.gif');
		background-repeat: no-repeat;
		background-position: top left;
	}

	div.header div.logo
	{
		width: 220px;
		height: 50px;
		margin: 24px 0 0 13px;
		display: block;
		float: left;
		background-image:url(ui-images/logo.gif);
	}

	div.header div.header-chat
	{
		width: 165px;
		height: 60px;
		margin: 24px 0 0 13px;
		margin-top:15px;
		display: block;
		float: left;

	}
	
	div.header div.phone-number
	{
		width: 115px;
		height: 50px;
		padding-left: 60px;
		padding-right: 60px;
		margin: 32px 0 0 120px;
		display: block;
		float: left;
		font-size: 18px;
		font-weight: bold;
		line-height: 25px;
		
		background-image:url(ui-images/phone.gif);
		background-repeat: no-repeat;
		background-position: center left;
	}
	
	div.header div.logo a
	{
		width: 220px;
		height: 50px;
		display: block;
		float: left;
	}

div.promo
{
	width: 813px;
	height: 154px;
	display: block;
	float: left;
	
	background-image:url(ui-images/promo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div.content
{
	width: 813px;
	padding: 15px 0 30px 0;
	display: block;
	float: left;
	
	background-color: #ffffff;
}

	* html div.content{padding-bottom: 0px;}

	div.content div.left
	{
		width: 570px;
		margin: 0px 30px 0 20px;
		display: block;
		float: left;
	}
	
		* html div.content div.left{margin-right: 15px;} 
	
		div.content div.box
		{
			width: 170px;
			margin: 0px 0px 0 0px;
			display: block;
			float: left;
		}
		
			div.content div.box.push{margin-right: 30px;}
			
			div.content div.box div.content
			{
				width: 150px;
				height: 140px;
				padding: 10px;
				margin-top: 1px;
				display: block;
				float: left;
				
				background-color: #eaeeee;
			}
			
			div.content div.box div.end
			{
				width: 170px;
				height: 6px;
				display: block;
				float: left;
				
				background-image:url('ui-images/box-footer.gif');
				background-repeat: no-repeat;
				background-position: top left;
			}
	
	div.content div.right
	{
		width: 170px;
		margin: 0px 0px;
		display: block;
		float: left;
	}

div.navigation
{
	width: 813px;
	height: 40px;
	display: block;
	float: left;
	
	background-image:url('ui-images/bg-nav.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

	* html div.navigation{margin-bottom: -25px;}

	div.navigation a
	{
		width: 161px;
		height: 32px;
		margin: 0px 1px 0 0 ;
		display: block;
		float: left;
		
		line-height: 32px;
		
		color: #FFFFFF;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		
		background-image:url('ui-images/bg-nav-link.gif');
		background-repeat: no-repeat;
		background-position: top left;
	}
	
		div.navigation a:hover{color: #fcc900;}
		
		div.navigation a.fix{margin-left: 2px;}
		* html div.navigation a.fix{margin-left: 0px;}

div.footer
{
	width: 813px;
	height: 87px;
	margin-bottom: 15px;
	display: block;
	float: left;
	
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	
	background-image:url('ui-images/bg-footer.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

	div.footer div.start
	{
		width: 6px;
		height: 87px;
		display: block;
		float: left;
		
		background-image:url('ui-images/bg-footer-left.gif');
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	div.footer div.links
	{
		width: 801px;
		height: 87px;
		display: block;
		float: left;
	}
	
	div.footer div.links span{display: block;}
	div.footer div.links span.top{margin-top: 30px;}
	div.footer div.links span.yellow{color: #fcc900;}
	
	div.footer div.ending
	{
		width: 6px;
		height: 87px;
		display: block;
		float: left;
		
		background-image:url('ui-images/bg-footer-right.gif');
		background-repeat: no-repeat;
		background-position: top left;
	}

	div.footer a
	{
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}
	
	div.footer a:hover{text-decoration: underline;}

h1, h2
{
	height: 26px;
	line-height: 24px;
	padding: 0 0 0 30px;
	margin: 0px;
	
	font-size: 14px;
	font-weight: normal;
	
	border-bottom: 1px solid #ac1800;
	background-image:url('ui-images/arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
h1 {
	margin-bottom: 20px;
}

div.boxes {
	margin-top: 20px;
}
div.box h2 a
{
	display: block;
	height: 26px;
	line-height: 24px;
	margin: 0px;
	
	font-size: 12px;
	font-weight: normal;

	border-bottom: 1px solid #ac1800;
	
	color: black;
	text-decoration: none;
}

	div.box a.bl
	{
		display: block;
		float: left;
		
		color: #006ecc;
		margin-left: 15px;
		padding-left: 15px;
		
		background-image:url('ui-images/arrow-b.gif');
		background-repeat: no-repeat;
		background-position: center left;
	}
	
	div.box p
	{
		padding: 6px 0 6px 0;
	}
	
	* html div.box p a.bl{margin-left: 10px;}
	div.right ul.events {
		margin: 0;
		padding: 0;
	}
	div.right ul.events li
	{
		width: 150px;
		margin-bottom: 3px;
		display: block;
		float: left;
		
		padding-left: 15px;
		margin-left: 0;
		
		background-image:url('ui-images/arrow-w.gif');
		background-repeat: no-repeat;
		background-position: 0 4px;
	}	
	
	div.right a{color: #006ecc;}
	
	div.right div.push{margin-top: 10px;}
	div.right div.push div.links{padding-top: 10px;}
	div.right div.push div.links a{display: block; color:#000000; font-weight: bold; text-decoration: none; margin: 10px 0 10px 0;}
	div.right div.push div.links a span{color:#e52000;}

div.clear-fix
{
	clear: both;
}

ul.JobSummary {
list-style-type:none;
margin-left:0px;
padding-left:10px;
}

li.JobSummaryItem {
margin-left:0px;
padding-left:0px;
}

#JobPostDetailContent{
padding-left:20px;
}

.jobform fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;
border: 1px solid #cccccc;
background-color:#EAEEEE;
}

.jobform legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
font-size:12pt;
}

.jobform fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}

.jobform fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em;
}

.jobform fieldset.submit {  
border-style: none;
}

.jobform label {  
float: left;  
width: 10em;  
margin-right: 1em;
}

.jobform fieldset {  
margin: 1.5em 0 0 0 !important;  
padding: 0 !important;
}
.jobform legend {  
margin-left: 1em !important;  
color: #000000 !important;  
font-weight: bold !important;
}
.jobform fieldset ol {  
padding: 1em 1em 0 1em !important;  
list-style: none !important;
}

.jobform fieldset li {  
float: left !important;  
clear: left !important;  
width: 100% !important;  
padding-bottom: 1em !important;
}

.jobform fieldset.submit {  
border-style: none !important;
}

.jobform label {  
float: left !important;  
width: 10em !important;  
margin-right: 1em !important;
font-weight:bold;
}

.error {
color:#C62800;
font-size:8pt;
font-weight:bold;
}

/*Banners*/

div.banners
{
padding-top:10px;
	width: 813px;
	display: block;
	float: left;
	color: #333;
	font-size: 10px;
background-color:#fff;
}

div.banners a {
	color: #333;
}

div.banners div.banners-internal
{
margin: 0 auto;
	width: 80%;
	display: block;
	color: #333;
	font-size: 10px;
	border:1px solid #D4D7DB;
margin-bottom:10px;
}

div.banners div.title {
margin-left:10px;
font-size:12px;
font-weight:bold;
}

div.banners div.bcontent {
font-size:10px;
margin-left:30px;
text-align:center;
}
/* End of 'Peak Impact' */

