/* http://www.damoreconsulting.com */
/* Site Last Modified by:  Nycole Evans  // 05/18/07 */

/*Global Styles*/

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#343434;

}

#backgroundTable {

	width:981px;
	margin:0 auto;
	background:url('../images/inside-backgroundrepeat.jpg') repeat-y;
}


a:link { font-size:11px; text-decoration:none; color:#000000}
a:active { font-size:11px; text-decoration:none; color:#000000}
a:visited { font-size:11px; text-decoration:none; color:#000000}
a:hover { font-size:11px; text-decoration:underline; color:#000000}


/*LAYOUT: Content */


#contentTable {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#columnLeft { 
	width:225px;
	background-color:#111C1E;
	overflow:hidden;
}

#contentRegion {
	width:754px;
	background:url('../images/content-background.jpg') no-repeat #ffffff;
	
}

#contentTitleArea {
	position:relative;
	width:100%;
	height:48px; 
	background:url('../images/title-pc.png') no-repeat;
	background-position:right;
	margin-bottom:20px;
}

#contentTitleImage {
	position:absolute;
	top:18px;
}

#content {
	width:544px;
	overflow:hidden;
}

#contentPadding {
	padding-left:45px;
	padding-right:35px;
}

#contentFooter {
	margin-top:20px;
	background:url('../images/horizontal-rule.jpg') no-repeat;
	width:675px;
	padding-top:15px;
}

#columnRight {
	width:210px;
	background:url('/images/column-right.jpg') no-repeat #ffffff;
}

div.testimonials {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.42em;
	color: #7B1628;
	padding: 65px 20px 0 15px;
	}
	

.lnkMenu {
	border:0px;
	margin:0;
	padding:0;
	float:left;
}

#columnFooter {
	padding-top: 50px;
}

.service_headers {
	font-size: 15px;
	font-weight:bold;
	color: #000000;
	}
	
.services_sub a{
	font-size: 11px;
	color:#993300;
	text-decoration: underline;
	}
	
.services_sub a:hover{
	font-size: 11px;
	color:#993300;
	text-decoration: none;
	}
	
.registered {
	font-size: 10px;
	}