/****************************************    THE PROOF PEN STYLING. */

/****************************************    MAIN STYLES */
body {
	margin:50px 0px;
	padding:0;
	text-align: center;
	background: url(../images/wg_tile.jpg) repeat #72321e;
	font-size: .9em;
	line-height: 1.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

ul {
	margin:0; 
	padding:0;
}
ol {
	margin:0; 
	padding:0; 
	list-style: circle; 
	display:block;
}
li {
	float:left; 
	margin:0; 
	padding:0; 
	list-style: none;
}
hr { 
	margin: 10px 10px;
}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix,*:first-child+html .clearfix{zoom:1}
/****************************************    MAIN ID STYLING */

#content-wrapper {
	margin:0px auto; 
	padding:0; 
	width:938px; 
	background: #fff url(../images/content-bg.jpg) repeat-y; 
	text-align:left; 
	
	box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
}
	#content-wrapper-top {
		background: transparent url(../images/content-bg-top.jpg) top no-repeat; 
	}
	#content-wrapper-btm {
		padding: 0 0 35px;
		background: transparent url(../images/content-bg-bottom.jpg) bottom no-repeat; 
	}

#title {
	float:left; 
	margin-top:-11px; 
	margin-left:-15px; 
	padding:0; 
	width:336px; 
	height:310px;
	background: url(../images/header.png) no-repeat;
}
#left{
	float:left; 
	margin:405px 0 0 -300px; 
	padding:0 0 0 25px; 
	width:330px;
}
#right{	
	float:left; 
	margin: 0 0 0 30px; 
	padding:0; 
	width:500px;
}
#footer{
	clear: both;
	margin:0; 
	padding:15px; 
	font-size:1.3em; 
	color:white;
}
#footer a{
	color:white; 
	text-decoration:none;
}
#footer a:hover{
	color:#000000; 
	text-decoration:none; 
	border-bottom: #92CDCF thick solid;
}
#footer p{
	font-size: .8em;
}
#contactFormArea {
	margin:0; 
	padding:0; 
	border:none;
}

.testimonial-details {
	padding-top: 15px;
}
	.testimonial-details p {
		text-align: left;
		
	}
	.client-name {
		margin: 0;
		font-size: 1.1em;
	}
	.testimonial-description {
		margin: 0;
		font-style: italic;
		color: #6b6b6b;
		line-height: 1.2;
	}
.testimonial-quote {
	padding: 15px 20px 0;
}


/****************************************    NAVIGATION */
#nav {
	float:right; 
	width:420px; 
	height:37px; 
	margin:80px 50px 0 0; 
	padding:0;
}
#nav ul {
	margin:0; 
	padding:0;
}
#nav li {
	float:left; 
	margin:0; 
	padding:0; 
	list-style: none;
}
#nav li a {
	float:left; 
	height:37px; 
	background:url(../images/nav.gif) no-repeat; 
	text-indent:-9999px; 
	overflow:hidden; 
}
li#home a {
	width: 76px; 
	background-position:0 -37px;
}
li#about a {
	width: 100px; 
	background-position:-76px -37px;
}
li#services a {
	width:120px; 
	background-position:-176px -37px;
}
li#contact a {
	width:119px; 
	background-position:-300px -37px;
}

li#home a:hover {
	background-position:0 0;
}
li#about a:hover {
	background-position:-76px 0;
}
li#services a:hover	{
	background-position:-176px 0;
}
li#contact a:hover {
	background-position:-300px 0;
}

.B_crumbBox {
	display: none;
/* 	clear: right; */
	float: right;
	margin: 10px 0 0;
	width: 500px;
}
	.B_crumbBox a {
		color: #5387b3;
	}

.testimonials-list {
	
}
	.testimonials-list li {
		float: none;
		padding: 7px 0;
		border-bottom: 1px solid #d3d3d3;
	}

/****************************************    FORM */
form {
	clear: both;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	width: 430px;
}
form fieldset {
	border: none;
	padding: 10px;
	margin: 0;
}
form fieldset p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
}
form fieldset label {
	display: block;
	float: left;
	padding: 0;
	margin-left: -135px;
}
form input.contactform, form textarea {
	font-size: 1em;
	width: 250px;
	margin: 0px;
	padding: 5px;
	border-bottom: 2px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
form textarea {
	margin-left: -135px;
	width: 385px;
	height: 200px;
}
form .submit{
	margin-left: -135px;
	width: auto;
	padding: 10px;
}
#log {
	display: block;
	margin: 0 0 0 17px;
	padding: 0;
}
 
#log_res {
	overflow: auto;
}
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://www.theproofpen.com/images/spinner.gif) no-repeat center;
}

/****************************************    BUTTONS */
.btn_test { 
	float:left; 
	width:259px; 
	height:39px;
	margin:30px 0 0 60px; 
	padding:0;
}
.btn_test li a {
	float:left; 
	height:39px; 
	background:url(../images/more_test.gif) no-repeat; 
	text-indent:-9999px; 
	overflow:hidden; 
}
li#more_test a {
	width: 259px; 
	background-position:0 -39px;
}
li#more_test a:hover {
	width: 259px; 
	background-position:0 0;
}

/****************************************    IMAGES */
.photo {
	float:right; 
	margin:0 -60px 0 0; 
	padding:0; 
	width:269px; 
	height:469px; 
	background: url(../images/sunny_pic.png) no-repeat;
}
.nwa_text {
	float:right; 
	margin:175px -60px 0 0; 
	padding:0; 
	width:206px; 
	height:123px; 
	background: url(../images/nwa_text.png) no-repeat;
}
.test_bubble {
	margin:0 0 0 40px;
}
.email_trouble {
	float:right; 
	margin:-50px -70px -40px 0; 
	padding:0; 
	width:400px; 
	height:150px; 
	text-indent: -9999px;
	background: url(../images/email_trouble.png) no-repeat;
}

/****************************************    FONTS & TEXT STYLES */
p {	
	margin:7px 0 20px 0; 
	padding:0 0 0 20px; 
	line-height: 1.8em;
}
p a{			
	color: black; 
	text-decoration: none; 
	border-bottom: black 1px dashed;
}
p a:hover {	
	color:#92CDCF; 
	text-decoration:none; 
	border-bottom: black 1px solid; 
}
h1 { 
	margin:10px 0 0 0; 
	padding:5px; 
	font-size: 1.75em; 
	font-weight: 100;
	background:url(../images/headerbg.gif) no-repeat;
}
h2 {
	margin: 7px 0 0;
	padding: 0;
	font-size: 1.6em; 
	font-weight: 100;
	display: block;
}
h3 {
	margin: 7px 0 0;
	padding: 0;
	font-size: 1.2em; 
	font-weight: 100;
	display: block;
}
	h3 a {
		color: #222222;
		text-decoration: none;
	}
blockquote {
	display: block;
	margin: 0;
	padding: 0 45px;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.6;
}
	.quote-author {
		display: block;
		padding: 0 45px 20px;
		text-align: right;
	}
.testimonials{
	margin: 0 10px; 
	font-size: .95em;
}
.testimonials p{
	margin: 0;
	padding: 0;
}
.testimonials b{
	margin:0 0 0 30px;
}

.twitter li {
	padding: 5px;
}
.twitter a {
	color: #333;
	text-decoration: none;
}

.facebook {
	margin: 25px 0;
}

.blue {			
	color:navy;
}
.red {
	color:red;
}
.nopage {
	margin:0; 
	padding:30px; 
	font-size:2em; 
	color:red;
}
.nopage p{
	font-size: .5em; 
	color:black;
}
