/*
CSS -- NDA-Anywhere website
Site designed and created by John Newall
www.johnnewall.com*/


/* -----Misc Styles and defaults----- */
  
* {
	margin: 0;
	padding: 0;
}

body {
 	margin-bottom: 50px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;

}

html {
	background: #D7D7D7 url(../images/page-bg.gif) repeat-x top;
	
}


/* -----Typography----- */
h1{	
	font-size:30px;
	line-height:30px;
	padding:10px 0;
	color:#690100;
	font-weight:normal;
}
h2{	
	font-size:14px;
	line-height:23px;
	color:#690100;
}
h3{
	font-size:12px;
	line-height:23px;
	color:#690100;}
p{
	font-size:12px;
	line-height:23px;
	color:#505050;	
}
blockquote{
	color:#000;
	font-weight:bold;
	font-size:12px;
	line-height:normal;
	width:780px;
	padding:10px 10px 0 10px;
}
cite{
	font-size:12px;
	line-height:normal;
	color:#000;
	width:780px;
	padding:0 10px;
}
a {
	text-decoration:none;
}
	a:hover {
		text-decoration:underline;
	}

/* -----Page Elements----- */
#BannerWrapper{
	margin-left:auto;
	margin-right:auto;
	width:970px;
}
	#BannerWrapper img {
		display:block;
	}

#PageWrapper{
	margin-left:auto;
	margin-right:auto;
	padding: 0 20px 20px 20px;
	background:#fff;
	width:930px;
}

#promotionalImg{
	padding-bottom:10px;
	border-bottom:#8D8D8D solid 1px;
}
	#promotionalImg img{
			display:block;
	}
	
#QuoteWrapper{
	background:#B2C4D0 url(../images/quote-bubbleEnd.gif) no-repeat right;
	margin-top:10px;
	height:80px;
	width:930px;
}
#QuoteWrapper img{
	float:right;
}

.contentWrapper{
	position:relative;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:#8D8D8D solid 1px;
}
	.contentWrapper .col1{
		width:296px;
		float:left;
	}
	.contentWrapper .col2{
		width:296px;
		float:left;
		padding:0 21px;
	}
	.contentWrapper .col3{
		width:296px;
		float:left;
	}
	
#GalleryWrapper{
	position:relative;
	background:#D6D6D6 url(../images/gallery-bg.gif) repeat-x top;	
	width:930px;
	margin-top:10px;
	padding: 20px 0px;
	text-align:center;
	clear:both;
}
	#GalleryWrapper img{
		vertical-align:top;
		margin:0 20px;
	}
#GalleryWrapper .galleryTitle{
	position:absolute;
	margin:0px;
	top:5px;
	left:5px;
}

#FooterWrapper{
	position:relative;
	overflow:hidden;
	width:930px;
	padding:10px 20px;
	margin-left:auto;
	margin-right:auto;
	background:#B2B2B2 url(../images/footer-bg.gif) repeat-x top;
}
	#FooterWrapper img{
		float:right;
		margin-left:40px;
	}
	#FooterWrapper p{
		float:right;
		display:block;
		width:230px;
		height:70px;
		padding:0 20px 0 0;
		border-right: #fff solid 1px;
		line-height:14px;
		font-size:10px;
		color:#000;
	}
