/* CSS Document */

body { margin: 0; padding: 0; background: url(images/bg-image.gif) repeat-x #656565}
* {margin: 0; padding: 0; border: 0}


/* ---------------------- Main Layout ------------------------- */

#container {margin: 20px auto;	width: 930px; border: solid 10px #dddddd; background: #ffffff; overflow: hidden}

#top {
	height: 105px;
	width: 930px;
	position: relative;
	}
	
#nav {
	height: 32px;
	width: 930px;
	}
	
#grey-box {
	height: 63px;
	width: 875px;
	margin: 1px auto;
	background: #ebebeb;
	border-bottom: 26px solid #FFFFFF;
	}
	
#left-column {
	float: left;
	width: 173px;
	border-left: 27px solid #FFFFFF;
	}
	
#center-column {
	float: left;
	width: 530px;
	padding-bottom: 20px;
	}
	
#right-column {
	float: left;
	width: 172px;
	background: url(images/right-column-bg-image.gif) repeat-x 0 127px;
	}
	
#clear {
	clear: both;
}

#bottom-bar {
	height: 32px;
	width: 875px;
	background:url(images/bottom-bar.gif) repeat-x;
	clear: both;
	border-left: 27px solid #FFFFFF;
	}
	

/* ----------------------- Text styles -------------------------- */

a {
	color: #e11d1d;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

#grey-box p {
	float: left;
	display: block;
	width: 410px;
	font-size: 0.7em;
	padding: 15px 0 0 20px;
	margin: 0;
	}
	
#grey-box span {
	font-size: 1.4em;
	font-weight: bold;
	}

#right-column p {
	line-height: 1.4em;
	font-size: 0.7em;
	margin: 5px 0 0 5px;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 10px 25px 0 25px;
	color: #555;
	line-height: 1.6em;
	}
	
#center-column table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 10px 25px 0 25px;
	color: #555;
	line-height: 1.6em;
	}
	
#center-column ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 10px 25px 0 45px;
	color: #555;
	line-height: 1.6em;
	}
	
#bottom-bar p {
	margin: 0 25px 0 197px;
	color: #555;
	line-height: 32px;
	}
	
#bottom-bar a {
	color: #555;
	}
	
#compliance p {
	font-size: 0.7em;
	text-align: center;
	margin: 10px 120px 0 120px;
	color: #777;
	line-height: 1.4em;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0 25px 0 25px;
	color: #e11d1d;
	font-weight: normal;
	line-height: 1.4em;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 20px 25px 0 25px;
	color: #555;
	font-weight: bold;
	line-height: 1.4em;
	}


/* ----------------------- Images -------------------------- */

#logo {
	position: absolute;
	top: 32px;
	left: 25px;
	}
	
#phone-number {
	position: absolute;
	top: 19px;
	right: 25px;
	}



/* ----------------------- TOP NAV -------------------------- */

ul#top-nav {
	width: 930px;
	margin-left: 27px;
	}

ul#top-nav li {
	float: left;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.75em;
	margin: 0 1px 0 0;
	}
	
ul#top-nav li a {
	float: left;
	display: block;
	height: 32px;
	width: 145px;
	background: url(images/nav-button.gif) 0 0 no-repeat;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
ul#top-nav li a:hover, ul#top-nav li a.current {
	text-decoration: none;
	background-position: 0 -32px;
	}