/* CSS Document */
/*	BASIC HTML ELEMENTS  */
	body {
		text-align:center;
		margin:0px;
		background-color:#464E52;
		}

	#shadowbox {
		margin:0px;
		background-color:#464E52;
		background-image:url(../images/shadow.gif);
		background-repeat:repeat-y;
		background-position:center;
		border-bottom:20px solid #464E52;
		}

	p {
		line-height:1.2em;
		}
		
	h1 {
		border-bottom:1px dashed #666;
		text-align:left;
		padding:5px 0px;
		font-weight:200;
		font-size:1.4em;
		}
		
	h3 {
		font-size:1em;
		font-weight:bold;
		line-height:1.3em;
		}
		
	a:link, a:visited {
		text-decoration:none;
		color:#CC0000;
		}
	
	a:hover {
		text-decoration:underline;
		}
		
	ul {
		line-height:1.2em;
		}	
	
	.spacer {
	line-height:.5em;
	font-size:.5em;
	}
	
/*	FRAME - THE 800PX WITH MAIN STYLE FOR FONT AND PAGE */
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:.9em;
		background:#faf7ec;
		}
	
/*	CONTENTHEADER - PIC AND LOGO  */
	#contentheader {
		margin:0px;
		padding:0px;
		border-bottom:1px solid #000000;
		height:200px;
		}
		
/*	CONTENTLEFT - NAVIGATION AREA */
	#contentleft {
		width:200px;
		padding:20px 0px 0px 0px;
		float:left;
		background:#6A6A6A;
		}

	#contentleft a:link, #contentleft a:visited {
		display:block;
		padding:5px 5px 5px 20px;
		color:#FFF;
		text-decoration:none;
		}
	
	#contentleft a:hover {
		text-decoration:underline;
		}
		
/* 	PADDING AROUND THE CALL_US.JPG  */
	.bottompad {
		padding:5px 0px 15px 0px;
		}
		
	#comments {
		margin:20px 10px 10px 10px;
		padding:10px 5px 5px 5px;
		background-color:#595555;
		}

	#comments {
		width:180px;
		voice-family:"\"}\"";
		voice-family:inherit;
		width:170px;
		}
	
	html>body #comments {
		width:170px;
		}

	.contact {
		margin:5px 0px 5px 0px;
		font-size:.9em;
		width:95%;
		}
		
	.headroom {
		margin:10px 0px 5px 0px;
		font-size:.9em;
		width:95%;
		}
		
	textarea {
		width:160px;
		height:100px;
		font-size:.9em;
		}

/*	CONTENTCENTER - RIGHT SIDE OF PAGE, WHITE AREA */
	#contentcenter {
		padding:10px 20px 10px 20px;
		float:left;
		background-color:#faf7ec;
		}

	#contentcenter {
		width:600px;
		voice-family:"\"}\"";
		voice-family:inherit;
		width:560px;
		}

	html>body #contentcenter {
		width:560px;
		}

/*	RIGHTCOLUMN - FLOATING COLUMN ON RIGHT SIDE OF CONTENT CENTER  */	
	#rightcolumn {
		/*margin-left:10px;*/
		float:right;
		width:250px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}

	#pullright {
		padding:5px;
		margin-bottom:20px;
		background-color:#E5E5E5;
		font-size:.7em;
		line-height:1.3em;
		}

	#pullright {
		width:250px;
		voice-family:"\"}\"";
		voice-family:inherit;
		width:240px;
		}
		
	html>body #pullright {
		width:240px;
		}

	p.rightcoltext {
		padding:5px;
		margin:0;
		}

/*	FOOTER - WHITE FOOTER IS MADE OF 2 DIVS; */
	#footer{
		clear:both;
		border-top:1px dashed #000000;
		padding:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
	p.footertext {
		font-size:.7em;
		line-height:1.4em;
		font-weight:bold;
		margin:0px 0px 0px 0px;
		width:200px;
		color:#303639;
		}
		
	#rightfooter {
		color:#6A6A6A;
		float:right;
		width:570px;
		font-size:.8em;
		line-height:1.3em;
		}