@charset "utf-8";

/**Main Layout Styling**/
	/**Start Header Styling**/
		body{
			background-image:url(../images/background-image.png);
			background-repeat:repeat-x;
			background-color:#4a3d34;
			min-height:600px;
			margin:1em auto;
			width:900px;
		}
		
		#bannerMain{
			background-image:url(../images/banner.gif);
			width:730px;
			height:194px;
		}
		
		#leftImgBar{
			width:126px;
			float:left;
			margin:0 0 -4px 10px;padding:0;
		}
		#leftImgBar img{
			margin:5px;
			margin-bottom:14px;
			border:double 3px white;

		}
		
		#bannerMain img{ width:712px}
		
		#bannerLogoStrip{
			background-image:url(../images/logostrip.png);
			width:729px;
			margin-left:1px;
			position:absolute;
			top:34px;
			left:0;
		}
		
		
		#menubar{
			background-repeat:repeat-x;
			height:29px;
			width:730px;
			border-bottom:solid 7px #52ce95;
			margin:-30px auto 0 auto;
		}
		
		#menubar img{border:none;border-bottom:solid 5px #52ce95;}
	/**END Header**/
	
	
	/**Start body/content Styling**/
		#main{
			max-height:300px;
			overflow:auto;
			width:60%;
			float:left;
			clear:both;
			margin-left:1.3em;	
		}
	
		#mainW{
			max-height:300px;
			overflow:auto;
			width:73%;
			float:left;
			clear:both;
			margin-left:1.3em;	
		}
	
		#quotes{
			width:28%;
			float:right;
			font-size:.9em;
			margin-right:55px;
			padding-top:25px;	
		}	
		
		#quotes li{
		list-style-type:circle;
			font-size:12px;
			padding-bottom:1em;
			font-family:Verdana, Arial, Helvetica, sans-serif;	
		}
		
		#rightCol{
			width:20%;
			float:right;
			font-size:.8em;
			margin-right:2em;
			padding-top:8px;
		}

		#thanks{
			clear:both;
			width:100%;
			text-align:center;
			margin:45% auto 0 auto;
		}
		
		#thanks p{
			font-family:Verdana, Arial, Helvetica, sans-serif;			
		}
		
		.table{
			font-size:10px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#3a4056;	
		}
	

	/**END body/content**/
	
	/**Drop Shadow Styling**/
		.dropshadow2{
			float:right;
			background: url(../images/shadowAlpha.png) no-repeat bottom right;
			margin: 10px 0 10px 0;
			width: 740px;
		}
		
		.innerbox{
			position:relative;
			bottom:6px;
			right: 0px;
			border: 1px solid #999999;
			padding:1px;
			margin: 0px 0px 0px 0px;
			width:730px;
			min-height:600px;
			max-height:600px;
			background-color:#eae4d9;
		}
		.innerbox{
			/* IE5 hack */
			\margin: 0px 0px -3px 0px;
			ma\rgin:  0px 0px 0px 0px;
		}
		.innerbox p{		
			font-size:14px;
			margin: 3px;
		}
	/**END Drop Shadow**/				




hr{
	background-color:#8e8a84;
	height:1px;
	border:none;
}


label{
font-family:Verdana, Arial, Helvetica, sans-serif;font-size:.8em
}

input{display:block}

.author{
	font-style:italic;
	text-align:right;
}


#footer h5{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.7em;
text-align:center;
margin:0 auto;
	color:#ffffff;
	clear:both;
}


 #thanks p{text-align:center}

#thanks h3{
	font-family:"Times New Roman", Times, serif;
	font-size:1em
}


li{
	color:#3a4056;
	font-size:.9em;
}
ol{
 list-style-type:upper-alpha;
 }


#main p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0 1em;
	text-align:left;
	color:#3a4056;
	font-size:12px;
	font-weight:inherit;
}

h3{
	text-align:center;
	color:#31445e;
/**	text-transform:uppercase;**/
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.1em;
	margin-top:1em;
	line-height:.2em;
}


a{
	text-decoration:none;
	border-style:none;
}



/**AJAX confirmation box for email sending**/
	#confirmation{
		display:none;
		max-width:200px;
		height:22px;
		color:#FFFF00;
		background-color:#999966;
	}
