@charset "utf-8";
/* CSS Document */

div {
	border:#999 0px dashed; 
	}

body {	
	margin:0px;
	background-image:url(../images/thin-grey-line3.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}
	
body, html {
	height:100%;
	}

#wrapper { 
	width:100%;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%; 
	position:relative;
	}
	
#header{
	  
	position:relative;
	height:100px;
	background-color:#333;
	background-image:url(../images/header3.jpg);
	height:142px;
	}

	#menu_container {
	height:110px;
	background-color:#Fff;
	position: absolute;
	left: 260px;
	top: 14px;
	width: 491px;
		}
		
		#nav1{ list-style:none; padding: 0; margin: 0;}
		#nav1 li{ display:inline;} 
		#nav1 li a{ display:block; height:110px; float:left; outline:none;}
		
		#nav1 li.home a{ width:121px; background-image:url(../images/menu_home2.jpg)}
			#nav1 li.home a:hover{ background-position:0px -110px; }
			
		#nav1 li.services a{ width:124px; background-image:url(../images/menu_services2.jpg)}
			#nav1 li.services a:hover{ background-position:0px -110px; }
					
		#nav1 li.books a{ width:125px; background-image:url(../images/menu_books2.jpg)}
			#nav1 li.books a:hover{ background-position:0px -110px; }
		
		#nav1 li.contact a{ width:121px; background-image:url(../images/menu_contact2.jpg)}
			#nav1 li.contact a:hover{ background-position:0px -110px; }
		
#submenu { height:40px; background-color:#FFF; padding-bottom: 10px; }
	
/* [ submenu links ]  */

	  #submenu a {font-size: 14px; color:#FF6633; font-weight:normal; text-decoration:none; padding-left:7px; outline:none; }	
	  #submenu a:hover { border-bottom: 2px dotted #666; margin-bottom: -2px;}

#banner {
	height:100px; 
	background-color:#CCC;
	height:229px; 
	position:relative;
	overflow:hidden;
	}
	
	#banner_title {
		
	background-image:url(../images/bannerWhite.png);
	background-repeat:no-repeat;
	background-position:right;
	height:55px;
	position: absolute;
	left: 0px;
	top: 57px;
	
	
	padding-left:10px;
	padding-right:60px;
	padding-top:10px;
	background-image:url(../images/bannerWhite.png);
	background-repeat:no-repeat;
	background-position:right;
	  }
	  
	  #banner_title h1 { padding:0px; margin:0px;} 
	  
#shade_under_banner {
	height:25px;
	background-color:#CCC; 
	background-image:url(../images/shade%20under%20banner.jpg); 
	}

#page { 
	font-size:12px; 
	color:#fff;  
	background-color:#fff; 
	padding-bottom:50px; 
	position:relative;  
	}
	
#leftCol { 
	width:520px; 
	float:left;  
	background-color:#FFF; 
	height: 100%;
	padding: 0 20px 0 10px;
	}
	
			
#rightCol {
	width:240px;  
	float:left;  
	background-color:#ffF;
	padding: 0 10px 0 0px;
	}

/* [ main text styles]  */
	h1 {
		font-size: 20px;
		color:#FF6633; 
		margin:10px; 
		text-transform:uppercase;
		}
	
	h2 {
		font-size: 14px;
		color:#FF6633;
		font-weight:bold;
		}
	
	h2 a{
		font-size: 14px;
		color:#FF6633;
		font-weight:bold;
		text-decoration:none;
		outline:none;
		}
	
	h3 {
		font-size: 14px;
		color:#FF6633;
		font-weight:normal;
		margin:0px; padding:0px;	
		}
	
	p {
		font-size: 14px; 
		color:#666;
		}
	
	a{
	font-size: 14px;
	color:#333;
	text-decoration:none;
	color:#FF6633;
	outline:none;
		}
		
	a:hover { color:#FF6633;}	
	
	.smallprint{
		font-size: 10px; 
		color:#fff;
		margin:0px;
		}

	.smallprint a{ color:#FFF; text-decoration:none; outline:none;}
	

	
#footer { 
	height:50px; 
	position:absolute; 
	bottom:0px; width:100%; 
	background-image:url(../images/footer-shade.jpg); 
	background-color:#999; 
	padding-top:15px;
	}
	
	#copyright{
		width:530px; 
		font-size: 10px; 
		color:#fff;
		margin:0px; 
		float:left;
		}

	#credit{
			font-size: 10px; 
			color:#fff;
			margin:0px; 
			float:right;
			}
.pageWidthSection { 
	width:800px; 
	margin-left:auto; 
	margin-right:auto; 
	}

p { 
	margin-top:0px;
	}  get rid of spacing before paragraphs

