/* Links */

a:link {
	color: #ef4035;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #31302d;
	background: #31302d url(../img/splash-home.jpg) 50% 19px repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small;
}

#wrapper {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
	padding: 0;
}

#top-header {
	position: relative;
	height: 114px;
	width: 740px;
	background: #f6f6f6 url(../img/bg-header.gif) repeat-x;
}

#logo {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#bottom-body {
	margin: 288px 0 10px 0;
	background: #dededd url(../img/bg-bottom.gif) 0 0 repeat-x;
	line-height: 1.5em;
	overflow: auto;
	padding: 0 0 5px 0;
}

body#about #bottom-body, body#capabilities #bottom-body, body#contact #bottom-body {
	margin: 0;
	background-color: #f6f6f6;
	background-image: none;
	line-height: 1.5em;
	overflow: auto;
}

#footer {
	color: #fff;
	padding: 5px 0 0 0;
	font-size: 90%;
	font-weight: bold;
}

/* Headers */

h1 {
	font-size: 170%;
	line-height: 1.0em;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}


/* Top Navigation */

#top-nav {
	position: absolute;
	left: 290px;
	bottom: 5px;
}

#top-nav ul li {
	float: left;
	margin: 19px 0 0 5px;
	padding: 0;
	background-color: #31302d;
	width: 105px;
	height: 37px;
	text-align: center;
	font-weight: bold;
}

#top-nav ul li.active {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	background-color: #ef4035;
	width: 105px;
	height: 56px;
	text-align: center;
	font-weight: bold;
}

#top-nav ul li a:link, #top-nav ul li a:visited {
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
	line-height: 37px;
}

#top-nav ul li a:hover {
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
	line-height: 37px;
	background-color: #ef4035;
}

/* Body Control */

#content-left {
	width: 288px;
	float: left;
}

#content-right {
	margin: 0 0 0 288px;
}

#left-copy {
	margin: 0 0 0 20px;
	padding-top: 66px;
}

#left-copy-sec {
	margin: 20px 0 20px 20px;
}

#right-copy {
	margin: 0 20px 20px 0;
	padding-top: 66px;
}

#right-copy-sec {
	margin: 20px 20px 0 0;
	padding: 0 0 20px 0;
}


/* Footer Control */

#footer-left {
	width: 288px;
	float: left;
}

#footer-right {
	margin: 0 0 0 288px;
}

#footer a:link, #footer a:visited {
	color: #ef4035;;
}


/* List Style */

#right-copy ul, #right-copy-sec ul {
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
}

#right-copy ul li, #right-copy-sec ul li {
	list-style: disc;
}

/* Text Style */

p {
	padding: 0 0 10px 0;
}

.home {
	padding-bottom: 30px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 5px 0;
}

/* Photo Control */

.photo-right img {
	float: right;
	padding: 2px;
	margin: 0 0 10px 20px;
	border: 2px solid #ef4035;
}

#left-copy img, #left-copy-sec img {
	padding-top: 10px;
}

