@import url("nav.css");

img { border:0; }

form { margin: 0; padding: 0; }

.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 {
 	margin: 0;
	background: #fff; 
}

#container {
	width: 803px;
	margin: 0 auto;
	font: 14px/21px Arial;
	color: #666;
}


/*----------------------------------------------------------------------------   
    header
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	padding-top: 113px;
	height: 207px;
	background: url(../images/index/bg-header.gif) repeat-x;
}

#header .logo {
	position: absolute;
	top: 0; left: 0;
}

#nav {
	float: left;
	width: 200px;
	background: url(../images/core/bg-nav-curve.gif) left 39px no-repeat;
}

#flash {
	float: right;
	width: 427px;
	padding-right: 53px;
	background: url(../images/index/bg-header-right.gif) right bottom no-repeat;
}


/*----------------------------------------------------------------------------   
    content
-----------------------------------------------------------------------------*/
#content-container {
	position: relative;
	margin-bottom: 80px;
	height: auto;
}

/* Hides from IE-mac \*/
* html #content-container {height: 1%;}
/* End hide from IE-mac */


#steps, #title {
	position: absolute;
	top: 0px; left: 1px;
}

#phone { position: absolute; left: 0; top: 150px; }

#pdf_link {
	position: absolute;
	left: 35px;
	top: 259px;
	width: 264px;
}

#title h1 {
	margin: 0; padding: 0;
}


/* logos (bottom left) */
#logos {
	position: absolute;
	bottom: 0; left: 40px;
}

#logos ul, #logos li { margin: 0; padding: 0; }
#logos ul {	list-style: none; }
#logos li {
	display: inline;
	margin: 0 10px 0 0;
}

/* main content (position and styles) */
#content {
	width: 415px;
	padding: 20px 0 0 335px;
}

#content ul, #content li { margin: 0; padding: 0; }
#content ul {
	list-style: none;
	margin: 25px 0 25px 30px;
}
#content li {
	background: url(../images/core/bullet.gif) left 8px no-repeat;
	padding-left: 14px;
}

a { color: #F85100; }
a:hover { color: #BA3F03; }

h2 { font-size: 16px; }
h3 { font-size: 15px; }

h2 em { color: #F85100; }

hr {
	border: 0;
	border-top: 1px solid #d6d6d6;
	height: 1px;
	margin: 5px 0;
}

/* tables (contact page) */
table.address { margin: 0 0 30px 0; }
table.address .right {
	padding-left: 20px;
	border-left: 1px solid #d6d6d6;
}

table.form td {
	padding: 5px 0;
}

input, textarea {
	font: 12px/12px Arial;
	color: #666;
	padding: 3px;
	border: 1px solid #d6d6d6;
}

input.formbutton {
	background: #F85100;
	color: #fff;
	border: 0;
	cursor: pointer;
}

.contactdetails { padding: 10px 0 20px 0; }



/*----------------------------------------------------------------------------   
    footer
-----------------------------------------------------------------------------*/
#footer {
	color: #999;
	border-right: 1px solid #ddd;
	margin: 0 0 30px 20px;
	width: 650px;
}

#footer a {	color: #999; }
#footer a:hover {	color: #666; }
