/* Default Page Settings: =DPS
----------------------------------------------- 
*/
html {
    margin:  0px;
	padding: 0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 0;
	margin: 0;
	background: #424242 url(../images/bg-tile.jpg) repeat-x top;
	font-weight: normal;

	/* IE 5 Fix */
	position: relative;
	text-align: center;
}

img { border: 0px; }

a {
	color: #ff7e00;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #e37000;
}

/* Clearfix Method: =clearfix
----------------------------------------------- 
Easy way of extending container div to its floated content's height
*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.clear {
	clear: both;
}

/* Adds spacing */
br.spacer {
	margin-bottom: 10px;
	display:block;
}


/* Page Constants: =constant
----------------------------------------------- 
*/
div#page {
	background: url(../images/splash-bg-hr.jpg) no-repeat center top;
}

div#pageWrapper {
	display: table;
	width: 750px;
	margin: 0px auto;
	text-align: left;
}

div#headingWrapper {
	height: 390px;
	padding: 0px 7px;
	width: 480px;
}

div#headingWrapper h1 {
	font-size: 39px;
	letter-spacing: -3px;
	font-weight: bold;
	color: #ff7100;
	margin: 30px 0px;
	text-transform: uppercase;
}

div#headingWrapper p {
	font-size: 13px;
}

div#contentWrapper {
	padding: 15px 4px 30px 4px;
}

div.homeExplain {
	width: 400px;
	padding-right: 40px;
	border-right: 1px solid #6c6c6c;
	float: left;
}

div.homeExplain h2 {
	color: #ff7100;
	font-size: 19px;
	letter-spacing: -2px;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

div.homeExplain h2 em {
	color: #cbcbcb;
	font-style: normal;
}

div.homeExplain p {
	line-height: 150%;
}

div.homeLinks {
	float: right;
	width: 270px;
}

div.homeLinks h3 {
	color: #ff7100;
	margin-top: 15px;
	font-size: 11.5px;
	text-transform: uppercase;
	font-weight: bold;
}

div.homeLinks h3 em {
	color: #cbcbcb;
	font-style: normal;
}

div.homeLinks img {
	margin-bottom: 10px;
}

div#footer {
	border-top: 2px solid #fff;
	padding: 40px 0px 80px 0px;
}

div#footer p {
	line-height: 140%;
	margin: 0px 35px 0px 0px;
	padding: 0;
	float: left;
}

