/*------------------------------------------------------------------
[Master Stylesheet]

Project:	
Version: 
Last change:	
Assigned to:	
Primary use: 
-------------------------------------------------------------------*/

@import url('reset.css');
@import url('color.css');
@import url('type.css');

html {background: #162732 url('../interface/body-bg.png') 0 0 repeat-x;}
body {font-size: 0.9em;width: 955px; text-align: center; margin: 0 auto;}
#wrapper {background: #fff; margin-top: 20px;text-align: left;}
#header {background: transparent url('../interface/header.png') 0 0 no-repeat;height: 100px;}
#content {position: relative; padding-bottom: 1em;background: url('../interface/content-bg.jpg') 0 0 repeat-y;width: 955px;}
#content h2 {letter-spacing: 0.0278em;color: #4c9287;padding: 0.5em 0;}
#content p, #content-main ul {font-size:1.1em;font-family: arial, sans-serif;line-height: 1.2;padding: 0.25em 0;}
#content-main ul {list-style: disc;list-style-position: inside;}
#content .floated-image-left {float: left; }
#content .floated-image-right {float: right;}
#navigation {position: absolute; top: 0; left: 15px; width: 220px; height: 303px;background: url('../interface/nav-bg.png') 0 0 no-repeat;}
	#navigation ul {font-family: arial, sans-serif;padding: 22px 0 0 29px;margin-bottom: 2em;}
	#navigation ul li {padding: 7px 0;}
	#navigation ul li a {color: white;text-decoration: none;}
#content-main {width: 669px;position: relative;margin: 0 15px 0 240px;background: url('../interface/content-main-bg.png') top right no-repeat; padding: 0 15px;}
	#content-main .content-display {width: 30%; height: 120px;float: left;font-size: 0.8em;text-align: center;}
		#content-main .content-display a {color: #777;text-decoration: none;}
		#content-main .content-display a:hover {color: #333;}
	#content-main img.float-left {float: left; margin: 10px 10px 0 0; border:thin black solid;}
	#content-main .clear {clear: both;}
	#contact-form dd {margin: 1em 25px 0 0;}
	#contact-form dd.last input {height: 22px;width: 117px;}
	#contact-form dt {text-align: left; position: relative; top: 30px;left: 25px;}
	#contact-form dd {text-align: right;}
	
#footer {background: url('../interface/footer-bg.png') 0 0 no-repeat;height: 95px;}
#footer p:first-child {padding-top: 1.5em;}
#footer p {padding-left: 25px;}
.BlackBorder{
 border:thin black solid;
}
