/* CSS Document */

body
{
	font-family:arial;	
	background: #CCCBC9;
}

#container
{
	width:832px;	
	margin: 0 auto 0 auto;	
	background: #ffffff;
}

#logo
{
	float:left;
	width:560px;	
}

.topshadow
{
	background-image: url(../images/tshadow.gif);
	background-repeat: repeat-x;
	height: 6px;
	margin: 0;
}

.bottomshadow
{
	background-image: url(../images/tshadow.gif);
	background-repeat: repeat-x;
	height: 6px;
	margin-top: -3px;
	
}

#contact
{
	float:left;
	width:260px;
	margin: 40px 0 0 0;
	
}

#navbar ul
{
	margin: 0 0 0 20px;
	padding: 2px 0 0 0;
}


#navbar
{
	position:relative;
	top:10px;		
	background-image:url('../images/navbargradient.jpg');
	background-repeat:repeat-x;	
	height:25px;	
}

#navbartext
{
	list-style-type:none;
	padding-top:2px;	
}

#navbartext li
{
	display:inline;
	padding-right:5px;		
}	

#navbartext a
{
	font-size:90%;
	color:#ffffff;
	text-decoration:none;		
} 

#navbartext a:hover
{
	text-decoration: underline;	
}

#banner
{
	background-image:url('../images/bannergradient.gif');
	background-repeat:repeat-x;
	width: 832px;	
	margin: 10px 0 0 0;	
	padding: 0;
	float:left;
}

#bannertext
{	
	float:left;
	width:320px;	
	margin: 30px 0 0 20px;
}

#bannerimage
{
	width:470px;
	float:right;
}

#gap
{
	width:832px;
	height:0px;		
}

#text
{
	float:left;
	width: 360px;
	margin: 20px 20px 0 20px;
}

#image
{
	float: right;
	width: 400px;
	padding-right: 10px;
	padding-top: 10px;
}

#image img
{
	float: right;
}

#image a
{
	color: #DF4E0B;
}

.spacer
{
	margin: 0 5px 0 5px;
	color: #ffffff;
}

.maintext

{
	
	color: #000000;
	font-size:80%;
	line-height:20px;
}

.bloglinks
{
	padding-top: 10px;
	margin-top: 0;
}

.bannertext
{	
	
	color:#ffffff;
	font-size:90%;
	line-height:20px;
}

h2
{	
	font-weight:bold;
	color:#DF4E0B;
	font-size:105%;
	line-height:20px;
	margin: 0;
}

h1
{	
	font-weight:bold;
	color:#ffffff;
	font-size:115%;
}

.clear
{
	clear:both;
}

.contacttext
{
	color:#9F493A;
	font-weight:bold;	
	font-size:95%;		
}

.contactlink
{
	color:#9F493A;
	font-weight:bold;	
	font-size:95%;
	text-decoration:none;
}

.contactlink:hover
{
	text-decoration: underline;
	
}

.logoimage
{
	margin: 5px 0 5px 20px;
}

.contactheadings
{
	color:#D35429;
	font-weight:bold;	
	font-size:95%;
}


#footer
{
	position:relative;
	top:10px;		
	background-image:url('../images/navbargradient.jpg');
	background-repeat:repeat-x;	
	height:25px;	
}

#footer ul
{
	margin: 0 0 0 20px;
	padding: 3px 0 0 0;
}


#footertext
{
	list-style-type:none;
	padding-top:2px;
		
}

#footertext li
{
	display:inline;
	padding-right:5px;	
	color:#ffffff;	
	font-size:70%;
}	

#footertext a
{
	font-size:90%;
	color:#ffffff;
	text-decoration:none;		
} 

#footertext a:hover
{
	text-decoration: underline;	
}

.sitemap
{
	margin-left:480px;
}

#text ul
{
	font-size: 80%;
	line-height: 20px;
	margin: 0 0 0 10px;
	padding: 0;
	list-style:none;		
}

#text li
{
	background-image:url('../images/bullet.jpg');
	background-repeat:no-repeat;
	background-position:0px 4px;
	margin:0;
	padding: 0 13px 15px; 13px;
}

#text a
{
	color: #DF4E0B;
}

.small
{
	font-size:70%;
}

.form
{
	font-size: 80%;
}

.end
{
	padding-left: 67px;
}

.button
{
	display: block;
	float:right;
	margin-right: -10px;	
	border: none;	
	background-image: url('../images/button.jpg');
	width: 219px;
	height: 65px;
	text-decoration: none;	
}

.button:hover
{
	background-image: url('../images/button2.jpg');	
}

#help
{
	border: 4px solid #a0341a;
	float: right;
	margin-top: 10px;
	width: 343px;
}

#help p
{
	padding: 5px;
}

