/* CSS Document */

html {}
body {background:#fff; padding:0; margin:0;}
center {}

h1,h2,h3,h4,h5,h6 {font-family:Georgia, Times New Roman, Times, serif; font-weight:normal;}
p,blockquote,cite,li,dt,dd,a,textarea,select,option {font-family:Georgia, Times New Roman, Times, serif; font-weight:normal;}

h1 {}
	h1#sitetitle {font-size:1em; color:#333;}

blockquote {}
	#testimonials blockquote {font-size:0.8em; color:#333; padding:0 15px 0 20px; margin:12px 0; display:block;}
	#testimonials blockquote:first-line {font-weight:bold;}


a {}
	a.more {font-size:0.8em; color:#369; text-align:right; display:block;}
	a img {border:none;}

/*site body*/
#owrap {width:100%;}
	#cwrap {width:100%;}
		#iwrap {width:100%;}
	
	#printlogo {text-align:left;}
	
	#masthead, #logo, #minitopnav, #searcharea, #quickcontact, #newsletter, #header, #footer, #mainnav, #subnav {display:none;}
					
			#leftcol {width:232px; border-right:1px solid #ccc; }
				
				.promotion {}/*class so it can be used across multiple block objects*/
				
				#testimonials {text-align:left;  padding:30px 10px 10px 15px; border-bottom:1px solid #fff;}
			
				#rightcol {width:500px;}
								
				#content {text-align:left; border-top:12px solid #F02D21; padding:23px 10px 10px 10px;}					

/*right colomn promotional widgets */
				#rightcol .promotion {height:100px; padding:10px 0;}
				#rightcol .promotion div {margin:0 3px; float:left;}
	
/*clear floats */
.cleft {clear:left;}
.cright {clear:right;}
.cboth {clear:both;}

