/* CSS Document */

/* Document Level */

body {
	background-color: #B2CAE5;

	}
	
#preload {
	visibility: hidden;
	}		
	
#container {
	width: 900px;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #ffffff;
	text-align:left;
	font-size: 10pt;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	color:               #703A0E;
	}
	
#container #head {
	height: 100px;
	padding-bottom: 10px;
	margin-top: 24px;
	}	
			
#container #navigation {
	width: 160px;
	height:520px;
	padding: 0 0 10px 0;
	margin-top: 30px;
	margin-left: 43px;
	margin-right: 80px;
	margin-bottom: 0px;
	float:left;
	bottom: 0;
	}
	
a#home img {background: url(nav_titles/home1.gif) top left no-repeat; margin-bottom:30px;}
a#mission img {background: url(nav_titles/ourmission1.gif) top left no-repeat; margin-bottom:30px;}
a#whoweare img {background: url(nav_titles/whoweare1.gif) top left no-repeat; margin-bottom:30px;}
a#whoyouare img {background: url(nav_titles/whoyouare1.gif) top left no-repeat; margin-bottom:30px;}
a#howwework img {background: url(nav_titles/howwework1.gif) top left no-repeat; margin-bottom:30px;}
a#whatitcosts img {background: url(nav_titles/whatitcosts1.gif) top left no-repeat; margin-bottom:30px;}
a#whatsnew img {background: url(nav_titles/whatsnew1.gif) top left no-repeat; margin-bottom:30px;}
a#contact img {background: url(nav_titles/contact1.gif) top left no-repeat; margin-bottom:30px;}
a#testimonials img {background: url(nav_titles/testimonials1.gif) top left no-repeat; margin-bottom:30px;}

a#home:hover img {background: url(nav_titles/home2.gif) top left no-repeat; margin-bottom:30px;}
a#mission:hover img {background: url(nav_titles/ourmission2.gif) top left no-repeat; margin-bottom:30px;}
a#whoweare:hover img {background: url(nav_titles/whoweare2.gif) top left no-repeat; margin-bottom:30px;}
a#whoyouare:hover img {background: url(nav_titles/whoyouare2.gif) top left no-repeat; margin-bottom:30px;}
a#howwework:hover img {background: url(nav_titles/howwework2.gif) top left no-repeat; margin-bottom:30px;}
a#whatitcosts:hover img {background: url(nav_titles/whatitcosts2.gif) top left no-repeat; margin-bottom:30px;}
a#whatsnew:hover img {background: url(nav_titles/whatsnew2.gif) top left no-repeat; margin-bottom:30px;}
a#contact:hover img {background: url(nav_titles/contact2.gif) top left no-repeat; margin-bottom:30px;}
a#testimonials:hover img {background: url(nav_titles/testimonials2.gif) top left no-repeat; margin-bottom:30px;}

a#home:active img {background: url(nav_titles/home1.gif) top left no-repeat; margin-bottom:30px;}
a#mission:active img {background: url(nav_titles/ourmission1.gif) top left no-repeat; margin-bottom:30px;}
a#whoweare:active img {background: url(nav_titles/whoweare1.gif) top left no-repeat; margin-bottom:30px;}
a#whoyouare:active img {background: url(nav_titles/whoyouare1.gif) top left no-repeat; margin-bottom:30px;}
a#howwework:active img {background: url(nav_titles/howwework1.gif) top left no-repeat; margin-bottom:30px;}
a#whatitcosts:active img {background: url(nav_titles/whatitcosts1.gif) top left no-repeat; margin-bottom:30px;}
a#whatsnew:active img {background: url(nav_titles/whatsnew1.gif) top left no-repeat; margin-bottom:30px;}
a#contact:active img {background: url(nav_titles/contact1.gif) top left no-repeat; margin-bottom:30px;}	
a#testimonials:active img {background: url(nav_titles/testimonials1.gif) top left no-repeat; margin-bottom:30px;}	
	
#content {
	margin-top: 30px;
	padding-right:24px;
	line-height: 20pt;
	}
	
#content h1 {
	color: #B1CDE2;
	font-size: 17pt;
	font-weight: bolder;
	letter-spacing: 3px;
	line-height: 100%;
	}			
	
#content h2 {
	font-size: 15pt;	
	text-align: center;
	}
#content em {
	color: #FF8408;
	font-size: 14pt;
	font-style: normal;
	}
	
#content b {
	font-weight: bolder;
	}
	
a {
	font-weight: bold;
	color: #B2CAE5;
	text-decoration: none;
	}
	
a.news {
	font-weight: bold;
	color: #703A0E;
	text-decoration: none;
	}	
	
a:hover {
	text-decoration: underline;
	color:               #703A0E;
	}
	
a:active {
	text-decoration: underline;
	}
	
#content .t-text {
	color: #FF8408;
	font-size: 16pt;
	font-style: italic;
	}
	
#content .t-peeps {
	text-align: right;
	font-size: 9pt;
	color: #FF8408;
	}					
			
