@import url(reset.css);

div {
	overflow: hidden;
}

body, html {
	background-color: #0066A5;
	color: #191919;
	font-family: "Helvetica Neue",Arial,sans-serif;
	line-height: 20px;
	font-weight: 400;
}

body {
	margin: 10px 0 10px 0;
}

#outer-wrap {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	background-color: white;
}

#inner-wrap {
	
}

#content-wrap {
	width: 796px;
	clear: both;
	float: left;
	border-left: #282626 2px solid;
	border-right: #282626 2px solid;
}

p {
	color: #191919;
	font-size: 13px;
}

a, a:visited {
	text-decoration: none;
	color: #0066A5;
}

/* Rounded Corners */

#outer-wrap {
	
}

/* Header */

#header-outer {
	width: 800px;
	float: left;
	background: transparent url(/images/header-background.png) no-repeat;
}

#header-inner {
	overflow: hidden;
	border-bottom: 1px #0066A5 solid;
	margin: 20px;
	height: 144px;
}

#header-image {
	display: block;
	float: left;
	width: 260px;
	height: 100px;
}

#header-numbers {
	float: right;
	width: 215px;
	height: 100px;
}

#header-heading {
	clear: both;
	float: left;
	margin: 10px 0;
	width: 400px;
	height: 24px;
}

#header-heading h1 {
	font-size: 18px;
}

.header-phone {
	display: block;
	color: #0066A5;
	clear: both;
	float: left;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 5px;
	width: 215px;
	height: 22px;
}

.header-name-right {
	clear: both;
	float: left;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: 300;
	display: block;
	width: 215px;
	height: 16px;
	text-align: right;
	
}

.header-name-left {
	clear: both;
	float: left;
	font-size: 10px;
	font-weight: 300;
	display: block;
	width: 215px;
	height: 16px;
}

/* Content Left */

#content-left {
	width: 540px;
	height: 760px;
	float: left;
	background: transparent url(/images/content-left-background.png) no-repeat;
}

#content-left-top {
	float: left;
	height: 535px;
	width: 540px;
}

.sapphire-list {
	float: right;
	list-style: none;
	margin: 0 20px 0 0;
}

.sapphire-list li {
	text-align: right;
	height: 35px;
	width: 300px;
	display: block;
	float: right;
	background: transparent url(/images/list-button.png) right no-repeat;
	padding: 15px 45px 0 0;
	clear: both;
}

#content-left-middle {
	float: left;
	clear: both;
	margin: 0 0 0 20px;
	height: 82px;
	width: 520px;
}

#content-left-middle a {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	clear: both;
	display: block;
} 

#content-left-bottom {
	float: left;
	clear: both;
	margin: 30px 0 0 20px;
	width: 520px;
	height: 60px;
}

#content-left-bottom p {
	font-size: 16px;
	display: block;
	float: left;
	padding: 8px 0 0 0;
}

#content-left-bottom img {
	float: right;
	margin: 0 20px 0 0;
	display: block;
}

/* Content Right */

#content-right {
	width: 216px;
	float: right;
	padding: 16px;
}

#content-right p {
	margin-bottom: 10px;
}

#content-right ul {
	margin: 0 0 10px 25px;
}

#content-right li {
	padding: 0 0 0 5px;
	color: #191919;
	font-family: "Helvetica Neue",Arial,sans-serif;
	line-height: 20px;
	font-weight: 400;
	font-size: 13px;
}

.big-text {
	font-size: 16px;
	font-weight: bold;
}

.highlight {
	color: #0066A5;
	font-size: 16px;
}

/* Footer */

#footer {
	width: 800px;
	height: 80px;
	background: transparent url(/images/footer-background.png) no-repeat;
}