/*-----------------------

Denney Building Design

----------------------*/


@import url("nav.css");
@import url("cmxform.css");
@import url("thickbox.css");
@import url("cmxform.css");


* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */


/* ---- clearfix ---- */
.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-----------------------
Body
----------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #020203 url('../images/core/bg-inner.jpg') top center repeat-x;
	color: #B7BAC1;
}

body.home {background:#020203 url(../images/core/bg.jpg) repeat-x top center;}


/*-----------------------
Standard
----------------------*/
h1, h6 { 
	font-size: 1.1em;
	color: #cfd6e1;
	text-transform: uppercase;
	text-align: justify;
}

h2 { 
	font-size: 1em;
	color: #cfd6e1;
	text-transform: uppercase;
}

h3 { 
	font-size: 1em; 
	color: #d1181f; 
}

h4 { 
	font-size: 0.8em; 
	color: #3e3d3c;
}

h5 { 
	font-size: 0.7em; 
	color: #686766;
}


p { 
	line-height: 1.6em;
	text-align: justify;
}

img {
	border: 0;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 5px solid #dbe7f9;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #dbe7f9;
	clear: right;
}

ul { 
	list-style-type: square;
	margin-left: 30px;
}

ul li { 
	line-height: 1.6em;
}

ul.no-list { 
	list-style-type: none;
}

ul.list-pdf {
	list-style-type: none;
}

ul.list-pdf li {
	background: url('../images/core/icon-pdf.gif') no-repeat;
	padding-left: 26px;
	line-height: 1.6em;
}

ol { 
	margin-left: 40px; 
}

ol li {
	line-height: 1.6em;
}

a { 
	color: #d1181f; 
	text-decoration: none; 
}

a:hover { 
	color: #d1181f; 
	text-decoration: underline; 
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c5c5c5;
	margin: 15px 0;
}

.clear {
	display: block;
	clear: both;
}

span.mailto { 
	text-decoration: dashed; 
	color: #2c85bc; 
}
 
a.mailto { 
	color: #d1181f; 
	text-decoration: none; 
}
   
a.mailto:hover { 
	color: #d1181f; 
	text-decoration: underline; 
} 

a.back {
	height: 20px;
	display: block;
	text-align: right;
	border-bottom: 1px dashed #cccccc;
}

a:hover.back {
	color: #2c85bc; 
	text-decoration: underline; 
}

em {
	font-style: normal;
	color: #D9001C;
}


/*-----------------------
Container
----------------------*/
div#container {
	width: 940px;
	height: auto;
	margin: 0 auto;
	z-index:-10;
}


/*-----------------------
Header
----------------------*/
div#header {
	height: 140px;
}

/* ---- logo ---- */
div#logo-box { 
	height: 90px;
	display: block;
}

div#logo h1 a {
	width: 314px;
	height: 90px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url('../images/core/logo-denney.gif') no-repeat;
	float: right;
}

/* ---- nav (see nav.css) ---- */


/*-----------------------
Banner
----------------------*/
div#flash {
	width: 720px;
	float: left;
	z-index:-1;
}

body div#flash { height: 195px; }
body.home div#flash { height: 390px; }

/* ---- right nav (see nav.css) ---- */


/*-----------------------
Content
----------------------*/
div#bg-content {
	width: 940px;
	height: auto; 
	background: url('../images/core/bg-line.gif') 0 0 repeat-y;
}

div#bg-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*div#red-square {
	width: 17px;
	height: 16px;
	background: url('../images/core/red-square.gif') no-repeat;
	position: absolute;
	bottom: 12px;
	right: 43px;
}*/

/* ---- content ---- */
div#content {
	width: 880px;
	height: auto;
	float: left;
	padding: 32px 60px 20px 7px;
	font-size: 1.1em;
	z-index: 100;
	position: relative;
}

div#content h1, 
div#content h2, 
div#content h3, 
div#content h4, 
div#content h5, 
div#content p, 
div#content ul, 
div#content ol { 
	padding-bottom: 10px;
}

body.thankyou #content {
	height: 300px;
}

/* ---- left content ---- */
div#left-content {
	width: 686px;
	float: left;
	position: relative;
}

div#left-content ul#list-profile {
	width: 686px;
	list-style-type: none;
	margin: 0;
}

div#left-content ul#list-profile li.top-line {
	border-top: 1px solid #4c4d50;
}

div#left-content ul#list-profile li {
	padding: 15px 0;
	border-bottom: 1px solid #4c4d50;
}

div#left-content ul#list-profile li dl {text-align: justify; padding-bottom: 15px;}
div#left-content ul#list-profile li dl dt {display:block;float:left;width:100px;}
div#left-content ul#list-profile li dl dd {display:block;float:left;width:550px;}

div#left-content ul {
	width: 686px;
	list-style-type: none;
	margin: 0;
}

div#left-content ul li {
	padding: 15px 0 0 0;
}

div#click {
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #4c4d50;
}

div#image {
	width: 120px;
	float: left;
}

div#image img {
	padding-bottom: 10px;
}

div#description {
	width: 566px;
	float: left;
}

div#back-to-top {
	border-top: 1px solid #4c4d50;
	text-align: right;
	margin-top: 10px;
}

div#address {
	width: 250px;
	float: left;
	display: block;
}

div#address ul#list {
	list-style-type: none;
	margin: 0;
	width: 250px;
	display: block;
	float: left;
}

div#address ul#list li {	
	padding: 0 0 0 20px;
}

div#address ul#list li.phone {
	background: url('../images/core/icon-phone.gif') 0 3px no-repeat;
}

div#address ul#list li.fax {
	background: url('../images/core/icon-fax.gif') 0 3px no-repeat;
}

div#address ul#list li.mobile {
	background: url('../images/core/icon-mobile.gif') 0 3px no-repeat;
}

div#address ul#list li.email {
	background: url('../images/core/icon-email.gif') 0 3px no-repeat;
}

div#map {
	width: 200px;
	float: left;
	margin: 0 0 0 40px;
	position: absolute;
	bottom: 44px;
	right: 0;
}

a.map-link {
	color: #a5aab3; 
	text-decoration: none; 
}

a:hover { 
	color: #d1181f; 
	text-decoration: underline;
}

/* ---- right content ---- */
div#right-content {
	width: 188px;
	position: absolute;
	bottom: 0;
	right: 20px;
}

div#right-content ul {
	list-style-type: none;
	margin: 0;
}

div#right-content ul li {	
	padding-left: 20px;
}

div#right-content ul li.phone {
	background: url('../images/core/icon-phone.gif') 0 3px no-repeat;
}

div#right-content ul li.fax {
	background: url('../images/core/icon-fax.gif') 0 3px no-repeat;
}

div#right-content ul li.mobile {
	background: url('../images/core/icon-mobile.gif') 0 3px no-repeat;
}

div#right-content ul li.email {
	background: url('../images/core/icon-email.gif') 0 3px no-repeat;
}

ul#anchors { border-bottom: 1px solid #4c4d50; display: block; }
ul#anchors li { display: inline;  line-height: 2.4em; }
ul#anchors li a { padding: 0 3px; }

div.contact-box {
	position: relative;
}

div#position {
	position: absolute;
	bottom: 64px;
	right: 49px;
}

/*-----------------------
Footer
----------------------*/
div#bg-footer {
	width: 940px;
	float: left;
	background: url('../images/core/bg-footer.gif') no-repeat;
}

div#footer {
	width: 860px;
	float: left;
	border-top: 1px solid #26272a;
	position: relative;
}

div#footer ul {
	list-style-type: none;
	margin: 0;
}

div#footer ul li {
	float: left;
}

div#footer ul li.space {
	padding-right: 15px;
}

div#footer p {
	color: #78797b;
	padding-top: 5px;
}

div#footer p a {
	color: #a5aab3; 
	text-decoration: none; 
}

div#footer p a:hover { 
	color: #d1181f; 
	text-decoration: underline; 
}

div#wflogo {
	width: 70px;
	height: 17px;
	position: absolute;
	top: 20px;
	right: 2px;
}
