/* Body
----------------------------------------------- */
html{
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #0A2972;
}



/* Structure
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

#container{
	position: relative;
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
	background: #fff url(../imgs/homepage/bg-container.jpg) top left repeat-y;
}

* html #container{
	height: 100%;
}

#header{
	width: 800px;
	height: 92px;
	background: url(../imgs/homepage/bg-header.jpg) top left no-repeat;
}

#content-container{
	width: 800px;
	float: left;
}

#sidebar{
	width: 236px;
	float: left;
	background: url(../imgs/homepage/bg-sidebar.jpg) top left no-repeat;
}

#quote{
	position: absolute;
	width: 236px;
	height: 97px;
}

#content{
	width: 564px;
	float: left;
	padding-bottom: 7em;
}

#footer{
	position: relative;
	margin: 0 auto;
	margin-top: -98px;
	width: 800px;
	height: 98px;
}

#footer-interior{
	position: relative;
	width: 800px;
	height: 98px;
	float: left;
	background: url(../imgs/homepage/bg-footer.gif) top left no-repeat;
}

#contact{
	float: left;
	width: 400px;
	margin-top: 40px;
}

#division{
	position: relative;
	float: left;
	width: 400px;
}

.pics{
    width: 564px;
    height: 243px;
	border-bottom: solid 4px #FE4110;
	overflow: hidden;
} 



/* Paragraphs and Headlines
----------------------------------------------- */
#header h1{
	position: absolute;
	width: 409px;
	height: 61px;
	top: 24px;
	left: 11px;
	background: url(../imgs/homepage/bg-header-h1.jpg) top left no-repeat;
}

#header h1 span,
#quote h1 span,
#division h1 span{
	margin-left: -999em;
}

#quote h1{
	position: absolute;
	width: 211px;
	height: 81px;
	top: 16px;
	left: 12px;
	background: url(../imgs/homepage/bg-quote.jpg) top left no-repeat;
}

#content p{
	width: 460px; /* 564 - 83 - 21 */
	padding: 20px 83px 0 21px;
	line-height: 1.5em;
	font-size: 12px;
}

#division h1{
	position: absolute;
	width: 260px;
	height: 39px;
	top: 31px;
	left: 121px;
	background: url(../imgs/homepage/bg-division.gif) top left no-repeat;
}



/* Lists
----------------------------------------------- */
#sidebar ul{
	height: 276px;
	margin-top: 12px;
}

#sidebar li{
	width: 213px;
	font-size: 12px;
	list-style-type: none;
	line-height: 26px;
	padding-left: 23px;
	background: url(../imgs/homepage/bg-li-nav.gif) bottom left no-repeat;
}

#sidebar li.last,
#contact li.last{
	background: none;
}

#contact ul{
	float: left;
	width: 374px;
	display: inline;
	margin-left: 12px;
}

#contact li{
	float: left;
	list-style-type: none;
	font-size: 10px;
	line-height: 1.5em;
	color: #0A2972;
	background: url(../imgs/homepage/bg-li-contact.gif) center right no-repeat;
	padding-right: 7px;
	margin-left: 7px;
}



/* Links
----------------------------------------------- */
#sidebar li a{
	color: #fff;
	text-decoration: none;
}

#sidebar li a:hover{
	color: #fe4110;
}

#division h1 a{
	display: block;
	width: 260px;
	height: 39px;
}



/* Images
----------------------------------------------- */
img{
	border: 0;
}

.pics img{
    width: 564px; 
    height: 243px; 
    top: 0; 
    left: 0;
}



/* Forms
----------------------------------------------- */



/* Tables
----------------------------------------------- */