/* 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%;
}

#content-container{
	width: 800px;
	float: left;
	background: #fff url(../imgs/homepage/bg-container.jpg) top left repeat-y;
}

#sidebar{
	width: 236px;
	float: left;
	background: url(../imgs/homepage/bg-sidebar.jpg) left 162px no-repeat;
}

#content{
	width: 564px;
	float: left;
	background: #fff url(../imgs/bg-content.gif) top left repeat-x;
	padding-top: 32px;
}

#content-interior{
	float: left;
	width: 338px;
	background: url(../imgs/bg-content-interior.gif) right 50px no-repeat;
}

#projects{
	float: left;
	width: 392px;
}

#filler{
	float: left;
	width: 226px;
	padding-top: 50px;
}

#thumbnails{
	float: left;
	width: 172px;
	padding-top: 59px;
}

#gallery{
	clear: both;
	float: left;
	margin-top: 50px;
	padding-bottom: 7em;
}

#description{
	clear: both;
	float: left;
	margin-top: 10px;
	padding-bottom: 7em;
}

#footer{
	clear: both;
	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;
}



/* Paragraphs and Headlines
----------------------------------------------- */
#sidebar h1{
	width: 236px;
	height: 162px;
	background: url(../imgs/bg-sidebar-h1.jpg) top left no-repeat;
}

#sidebar h1 span,
#division h1 span{
	margin-left: -999em;
}

#content-interior h1{
	color: #0A2972;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 24px 27px;
}

#projects h1{
	color: #0A2972;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 38px 27px;
}

#content-interior h2{
	font-size: 12px;
	margin-bottom: 1em;
}

#content-interior p{
	line-height: 1.5em;
	font-size: 12px;
	margin: 0 14px 1em 27px;
}

#content-interior blockquote{
	margin-left: 38px;
}

#description h1{
	width: 520px;
	line-height: 1.2em;
	font-size: 14px;
	margin: 0 0 8px 27px;
	color: #294484;
}

#description p{
	width: 520px;
	line-height: 1.5em;
	font-size: 12px;
	margin: 0 14px 1em 27px;
	color: #294484;
}

#division h1{
	position: absolute;
	width: 260px;
	height: 39px;
	top: 31px;
	left: 121px;
	background: url(../imgs/homepage/bg-division.gif) top left no-repeat;
}

#filler h2{
	margin-bottom: .5em;
	margin-left: 10px;
	color: #FE4110;
	font-size: 18px;
	font-weight: normal;
}



/* 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;
	color: #fe4110;
}

#sidebar li.last,
#contact li.last{
	background: none;
}

#content-interior blockquote ul{
	margin-left: 13px;
}

#content-interior ul{
	margin: 0 14px 1em 54px;
}

#content-interior li{
	line-height: 1.5em;
	font-size: 12px;
}

#filler ul{
	margin-left: 10px;
}

#filler li{
	list-style-type: none;
	margin-bottom: 1em;
	font-size: 12px;
	color: #FE4110;
}

#gallery ul{
	float: left;
	display: inline;
	margin-left: 6px;
	width: 558px;
}

#gallery li{
	float: left;
	display: inline;
	list-style-type: none;
	margin-right: 23px;
}

#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;
}

#thumbnails ul{
	float: left;
}

#thumbnails li{
	float: left;
	display: inline;
	margin-right: 11px;
	margin-bottom: 11px;
	line-height: 0;
	list-style-type: none;
}



/* Links
----------------------------------------------- */
#content-interior a,
#description a{
	color: #0A2972;
	text-decoration: underline;
}

#content-interior a:hover,
#description a:hover{
	color: #FE4110;
	text-decoration: none;
}

#sidebar h1 a{
	display: block;
	width: 236px;
	height: 162px;
}

#sidebar li a{
	color: #fff;
	text-decoration: none;
}

#sidebar li a:hover,
#sidebar li a.selected{
	color: #fe4110;
}

#division h1 a{
	display: block;
	width: 260px;
	height: 39px;
}

#filler li a{
	color: #0A2972;
	text-decoration: underline;
}

#filler li a:hover{
	text-decoration: none;
}

#content-interior a.breadcrumb,
#description a.breadcrumb{
	color: #FE4110;
	text-decoration: underline;
	font-size: 12px;
}

#content-interior a:hover.breadcrumb,
#description a:hover.breadcrumb{
	color: #0A2972;
	text-decoration: none;
}



/* Images
----------------------------------------------- */
img{
	border: 0;
}

#projects img{
	margin-left: 27px;
	border: solid 1px #0A2972;
}

#gallery li img{
	border: solid 1px #C2CADC;
}

#thumbnails li img{
	border: solid 1px #0A2972;
}

#filler img{
	margin-left: 10px;
}



/* Forms
----------------------------------------------- */



/* Tables
----------------------------------------------- */