div#pageContainer {
	width:600px;
	margin:0;
}

body{
	margin:0;
	padding:0;
	background-image: url(../images/header/mast_tile.gif);
	background-repeat:repeat-x;
}

div#blackarea
{
}

div#orangearea
{
	height:100px;
	
}

p, body, div, span
{
	font-family:verdana;
	font-size:11px;
	line-height: 16px;
}

a
{
	color:#f68c20;
	font-weight:bold;
	text-decoration: none;
}

h1 {
	font-size:14px;
	background-image: url(../images/furniture/squares.gif);
	padding-left:45px;
	background-repeat: no-repeat;
	background-position: left 2px;
}

h2 {
	color:#f78c20;
	font-size:13px;

}

h3 {
	font-size:12px;
	
}
li {
	color:#999999;
	margin-bottom:12px;
	
}

/* this section is the css for the leftnav */
div.leftnav
{
	/*havent styled anything here yet*/	
	margin-top:15px;
}

div.leftnav div
{	
	width:180px; /* this defines the width of the leftnav */
	padding-left:10px;
	margin-bottom:4px;
}

div.leftnav div:hover
{
	background-color: #ADD8E6;
}

div.leftnav div#headeritem
{	
	font-weight: bold;
	font-size:12px;
}

div.leftnav div.subitem
{
	font-size:10px;
	background-image: url(../images/furniture/dot.gif);
	background-repeat: no-repeat;
	background-position: left center ;
	margin-left:11px;
	color:black;
	font-weight:normal;
	width:169px; 
}
div.leftnav div.subitem a
{ 
	color:black;
	font-weight:normal;
	font-size:10px;
}
div.leftnav div.headeritem
{	
	font-weight: bold;
	font-size:12px;
	color:black;
}
div.leftnav div.headeritem a
{	
	font-weight: bold;
	font-size:12px;
	color:black;
}


.headerSectionContainer {
	margin-bottom:10px;
	
}


/* format the testimonials a bit */

div.testimonial
{
		width:89%;
		font-style: italic;
		float:left;
		clear: right;
		margin-bottom:25px;
		margin-top:5px;
}


div.testimonialby
{
		font-style: normal;
		font-weight: bold;
		color: #A9A9A9;
		
		
}

div.leftnav {
	border-right: 1px dotted #DDDDDD;
	margin-right:10px;
	margin-left:5px;
}

div#topnav {
	line-height:30px;
	height:30px;
	color: white;
	padding-left:10px;
}

div#topnav a
{
	color: white;
	
}
div#topnav a:hover {
	background-color: #494949;
	height:26px;
	line-height:26px;
	margin-top:2px;
	color:#f68c20;
}

div#footer {
	background-color: #333333;
	background-image: url(../images/furniture/footertile.gif);
	height:30px;
	
}
div#footernav {
	line-height:30px;
	color: white;
	padding-right:10px;
	text-align:right;
	width:600px;
}


div#rightbar {
	margin-left:10px;
	padding-left:10px;
	border-left: 1px dotted #DDDDDD;
	margin-top:10px;
	height:100%;
}

div#footersnav a
{
	color: white;
	
}

div#footernav a:hover {
	background-color: #494949;
	height:26px;
	line-height:26px;
	margin-top:0px;
	color:#f68c20;
}

div#pagecontent 
{
	padding-top:15px;
	width:99%;
	padding-bottom:25px;
	background-image: url(../images/back.jpg);
}

img.rightbarimage {
	margin-bottom:10px;
}

div#newsbox
{
	background-image: url(../images/home/news_mid_bg.gif);
	padding:5px;
	width:210px;
	
}
div#newsbox h1 
{
margin:0;
padding:3px;
background:none;
}
div#newsbox h1 a
{
	font-size:10px;
	font-weight:bold;
	color:black;
	}
	
	img {
		border:0;
	}