@import url('../libraries/reset.css');
@import url('../libraries/baseforms/baseforms.css');

/* File Download Icons */
a.file {background: url('../images/core/icon-file.gif') 0 0 no-repeat; padding-left: 20px;}
a.pdf {background: url('../images/core/icon-pdf.gif') 0 0 no-repeat; padding-left: 20px;}
a.doc {background: url('../images/core/icon-doc.gif') 0 0 no-repeat; padding-left: 20px;}

/********************************************
*
*						 8==8 8==8 8==8 8==8
*
*					JACQUE_CHERAQUE_GONZALES
*				CAN_SUCK_PEPE_LE_PEW_STYLEZ
*						!BY BRENDAN TIMMONS!
*
*						 8==8 8==8 8==8 8==8
*
********************************************/




/********************************************
				MAIN STYLES
********************************************/


body{
	background: url(../images/core/header-bg.gif) repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
p, h1, h2, h3, h4, h5{margin-bottom: 16px;}
h1{font-size: 24px;}
h2{font-size: 20px;}
h3{font-size: 18px;}
h4{font-size: 16px;}
h5{font-size: 14px;}
a{color: #DC4239;}


/********************************************
				CONTAINERS
********************************************/


#container{
	margin: 0 auto;
	width: 760px;
}
#footer-container{
	background: #121799;
	clear: both;
	display: block;
	height: 80px;
}


/********************************************
				HEADER
********************************************/


#header{
	height: 160px;
	margin-bottom: 6px;
	position: relative;
}
#logo{
	position: absolute;
	left: -125px;
}
#header-address{
	color: #fff;
	position: absolute;
	right: 95px;
	top: 40px;
}
#header-email{
	color: #fff;
	position: absolute;
	right: 75px;
	top: 70px;
}
#header-email a{
	color: #fff;
	text-decoration: none;
}
#header-email a:hover{
	color: #DC4239;
}


/********************************************
				NAVIGATION
********************************************/


#navigation{
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	height: 32px;
	margin-bottom: 10px;
}
#navigation ul li{
	display: inline;
	text-align: center;
}
#navigation ul li a{
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	height: 26px;
	padding: 5px 30px 0;
	text-decoration: none;
}
#navigation ul li a:hover{
	color: #DC4239;
}
#nav-home{width: 55px;}
#nav-profile{width: 60px;}
#nav-services{width: 160px;}
#nav-area{width: 115px;}
#nav-contact{
	border-right: 1px solid #fff;
	width: 64px;
}
#navigation ul li a.active{
	color: #DC4239;
}


/********************************************
				BANNER
********************************************/


#banner{
	display: block;
	height: 292px;
	margin-bottom: 30px;
	position: relative;
	width: 760px;
}
#banner img{
	left: 0;
	position: absolute;
	top: 0;
}


/********************************************
				CONTENT
********************************************/


#content{
	border-right: 1px solid #2734da;
	display: inline;
	float: left;
	margin-right: 45px;
	margin-bottom: 20px;
	padding-right: 30px;
	width: 480px;
}
#content ul{
	margin-bottom: 16px;
	margin-left: 16px;
}
#content ul li{
	margin-bottom: 5px;
	list-style: square;
}


/********************************************
				CTA
********************************************/


#cta{
	color: #DC4239;
	display: inline;
	float: left;
	margin-bottom: 20px;
	width: 200px;
}
#cta-map{
	padding: 5px;
	border: 1px solid #2734da;
	margin-bottom: 10px;
}
#cta-contact{
	background: #DC4239;
	border: 1px solid #412928;
	color: #fff;
	padding: 5px;
	text-align: center;
}
#cta-contact p{
	margin-bottom: 0;
}
#cta-contact a{
	color: #fff;
}


/********************************************
				FOOTER
********************************************/


#footer{
	color: #fff;
	font-size: 11px;
	margin: 0 auto;
	padding-top: 20px;
	width: 760px;
}
#footer ul li{display: inline; margin-right: 5px;}
#footer ul li a{
	color: #fff;
	text-decoration: none;
}
#wflogo{float: right;}
