body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff url('/images/bg-tile.jpg') repeat-x left top;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px 0;
	color: #f81d08;
	font-weight: normal;
}

p {
	margin: 0 0 15px 0;
}

img {
	border: 0;
}

a {
	color: #356B9A;
	text-decoration: none;
}

a:hover {
	color: #062D68;
}

/*---------------------------------------------------
	STRUCTURE
---------------------------------------------------*/
#wrap-header,
#wrap-content {
	width: 100%;
	text-align: center;
}

#wrap-header {
	background: transparent url('/images/bg-header.jpg') no-repeat center top;
}

#wrap-content {

}

/*----- HEADER -----*/
#wrap-header #header {
	height: 125px;
}

#wrap-header #address {
	height: 50px;
}

#wrap-header #header,
#wrap-header #address {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

/*----- CONTENT -----*/
#wrap-content #content,
#wrap-content #footer {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

/*---------------------------------------------------
	HEADER
---------------------------------------------------*/
#header #logo {
	float: left;
}

#header #logo a {
	display: block;
	width: 377px;
	height: 125px;
	text-indent: -9999px;
}

/*---------------------------------------------------
	ADDRESS
---------------------------------------------------*/
#address p {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #97c5ed;
	line-height: 50px;
	text-align: center;
}

/*---------------------------------------------------
	CONTENT
---------------------------------------------------*/
#content #content-primary {
	float: right;
	display: inline;
	width: 695px;
	padding: 50px 0 15px 0;
	font-size: 1.4em;
}

#content #content-secondary {
	margin: 0 725px 0 0;
	padding: 50px 0 15px 0;
	background: transparent url('/images/bg-sidebar.jpg') no-repeat right top;
}

/*---------------------------------------------------
	NAV MAIN
---------------------------------------------------*/
#nav-main {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-main li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 55px;
}

#nav-main li.home a {
	background: transparent url('/images/nav-home.jpg') no-repeat left top;
}

#nav-main li.services a {
	background: transparent url('/images/nav-services.jpg') no-repeat left top;
}

#nav-main li.faqs a {
	background: transparent url('/images/nav-faqs.jpg') no-repeat left top;
}

#nav-main li.contact a {
	background: transparent url('/images/nav-contact.jpg') no-repeat left top;
}

#nav-main li a {
	display: block;
	width: 275px;
	height: 55px;
	color: #000;
	text-decoration: none;
	text-indent: 15px;
}

#nav-main li a:hover {
	color: #6386ab;
	text-decoration: none;
	background-position: 0 -55px;
}

#nav-main li a.active {
	color: #6386ab;
	background-position: 0 -55px;
}

/*---------------------------------------------------
	SIDEBAR LOGOS
---------------------------------------------------*/
#sidebar-logos {
	list-style: none;
	margin: 45px 0 0 0;
	padding: 0;
}

#sidebar-logos li {
	float: left;
	width: 137px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 55px;
}

#sidebar-logos li a {
	outline: none;
}

/*---------------------------------------------------
	MAP
---------------------------------------------------*/
#map {
	float: right;
	text-align: right;
}

#map img {
	margin-bottom: 3px;
}

/*---------------------------------------------------
	FOOTER
---------------------------------------------------*/
#footer {
	border-top: 1px solid #d4d4d4;
	padding: 15px 0;
	color: #898989;
}

