a:link {  color: #000000; text-decoration: none; font-weight: bold;}
a:visited {  color: #000000; text-decoration: none; font-weight: bold;}
a:focus {  color: #000000; text-decoration: none; font-weight: bold;}
a:hover {  color: #900; text-decoration: none; font-weight: bold;}
a:active {color: #000000; text-decoration: none; font-weight: bold;}


.clear-all {
	clear:both;
	font-size:.00001%;
	height:0px;
}



body {
	margin: 0 auto;
	padding: 0px;
	background: url(images/back8.jpg) top right repeat;
}


/* MAIN SITE WRAPPER */
#wrapper {
	border-top: 1px solid #000000; 
	border-left: 7px solid #000000; 
	border-right: 7px solid #000000; 
	border-bottom: 1px solid #000000; 
	width: 1000px;
	margin: 0 auto; margin-bottom: 2px;
	padding: 0px;
	text-align: center;	
	background: #E9E8D5;
	position: relative;
	top: 0px;
}

/* TOP ROUND EDGES 
#wrapper #topRoundEdges {
	border: 0px solid green; 
	width: 1000px;
	height: 14px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;	
	background: transparent url(images/top_curve2.gif) no-repeat;
	position: relative;
	top: 0px;
}*/

/* BOTTOM ROUND EDGES */
#wrapper #bottomRoundEdges {
	border: 0px solid green; 
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;	
	background: transparent url(images/bottom_curve.gif) top center no-repeat;
}



/* LOGO HEADER */
#logoHeader {
	border: 0px solid yellow; 
	width: 1000px;
	height: 120px;
	margin: 0 auto; 
	padding: 0px;
	text-align: left;	
	background: #E9E8D5;
}

	#logoHeader h1 {
		position: relative;
		top: 0px;
		padding: 0px;
		margin: 0px;
		width: 1000px;
		height: 128px;
		overflow: hidden;
		font: bold 1.2em impact;
		text-transform: uppercase;
		background: #E9E8D5;
		float: left;
	}

	#logoHeader h1 span {
		position: absolute;
		left: 0;
		top: 0;
		width: 1000px;
		height: 128px;
		background: #E9E8D5 url(images/logo5.jpg) no-repeat;
	}

	#logoHeader #enews {
		border: 0px solid red;
		position: relative;
		top: 5px;
		float: right;
		padding: 0px;
		margin: 0px; 
		width: 175px;
		height: 20px;
		font: bold 0.7em arial;
		text-indent: 20px;
		background: #E9E8D5 url(images/envelope.gif) top left no-repeat;
}

	#logoHeader #enews a:link {color: #000000; text-decoration: none;}

	#logoHeader #enews a:hover {color: #990000; text-decoration: none;}	


/* MAIN VISUAL IMAGE */
#mainVisualImage {
	margin: 0; margin-top: 2px;
	padding: 0;
	width: 1000px;
	height: 320px;
	text-align: center;
	background: transparent;
}


#mainVisualImage img {
		border-top: 1px solid #000000; 
		border-bottom: 1px solid #000000; 
}




/* CONTENT */
#content {
	border: 0px solid purple; 
	width: 1000px;
	min-height: 700px;
	margin: 0 auto; margin-top: 10px;
	padding: 0px;
	text-align: center;	

}

#content p {
	font: normal 0.9em verdana;
	color: #000000;
	text-align: justify;
	padding: 5px;
	line-height: 110%;
}

#content img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content a {
		text-align: center;
		font: normal 1em verdana;
		color: #ffffff; 
		text-decoration: underline;
}

#content a:hover {
		text-align: center;
		font: normal 1em verdana;
		color: #675432;
}

	/* ===== LEFT CONTENT ====== */
#content #leftContent {
		border: 0px solid yellow;
		margin: 0 auto;
		padding: 0px;
		width: 700px;
		min-height: 400px;
		text-align: justify;
		font: normal 1.1em verdana;
		color: #675432;
		float: left;
}

#content #leftContent h2 {
	border-bottom:2px solid #ccc;
	display:block;
	height:auto;
	font-family:Tahoma,Arial,sans-serif;
	line-height:1em;
	margin:0 0 20px 20px;
	padding-bottom:10px;
	font-size: 30px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#333;

}


#content #leftContent p {
	padding:20px;
	margin:0;
	text-align:justify; 
}

#content #leftContent .first  { 
	padding:0px 20px; 
	color:#555; 
	font: normal 0.79em Tahoma,Arial,sans-serif; 
}

#content #leftContent .first a { 
	color: #000000; 
	font-weight: bold ; 
	text-decoration: none;
}

#content #leftContent .first a:hover { 
	color:#900; 
	font-weight: bold ; 
	text-decoration: none;
}
 

#content #leftContent #qna  { 
	margin:20px 0;  
	padding:0 0 0 20px; 
}

#content #leftContent #qna ul li { 
	font: bold 15px Arial,sans-serif;
	color: #000000; 
}

#content #leftContent #qna .question  { 
	margin-top: 20px;
	font: bold 20px Tahoma,Arial,sans-serif; 	
	letter-spacing:-1px; 
	color:#900; 
	padding:0 0 .25em 
}

#content #leftContent #qna .answer  { 
	padding:0px 20px; 
	font-size:1em; 
	color:#555; 
	font:normal 0.79em Tahoma,Arial,sans-serif; 
}

#content #leftContent #qna .answer a { 
	color: #000000; 
	font-weight: bold ; 
	text-decoration: none;
}

#content #leftContent #qna .answer a:hover { 
	color: #900; 
	font-weight: bold ; 
	text-decoration: none;
}

#content #leftContent #qna .contact  { 
	padding:0px 20px; 
	font-size:1em; 
	color:#555; 
	font: bold 0.79em Tahoma,Arial,sans-serif; 
}

#content #leftContent #qna .contact a { 
	padding:0px 20px; 
	font-size:1em; 
	color:#000000; 
	font: bold 0.8em Tahoma,Arial,sans-serif; 
}

#content #leftContent #qna .contact a:hover { 
	padding:0px 20px; 
	font-size:1em; 
	color:#900; 
	font: bold 0.8em Tahoma,Arial,sans-serif; 
}

#content #leftContent #qna .folder  { 
	margin-top: 20px;
	font: bold 1em Tahoma,Arial,sans-serif; 	
	letter-spacing:-1px; 
	color: #FF9E00; 
	padding:0 0 .25em 
}

#content #leftContent #qna .page  { 
	padding:0px 20px; 
	font-size:1.1em; 
	color: #555;  
	font: normal 0.8em Verdana, Tahoma,Arial,sans-serif; 
}

#content #leftContent #qna .page a { 
	padding:0px 20px; 
	font-size:1em; 
	color:#000000; 
	font: bold 0.8em Tahoma,Arial,sans-serif; 
	text-decoration: none; 
}

#content #leftContent #qna .page a:hover { 
	padding:0px 20px; 
	font-size:1em; 
	color:#900; 
	font: bold 0.8em Tahoma,Arial,sans-serif; 
	text-decoration: none; 
}

#content #leftContent #qna .privacy  { 
	margin-top: 20px;
	font: bold 1.1em Tahoma,Arial,sans-serif; 	
	letter-spacing:-1px; 
	color: #FF9E00; 
	padding:0 0 .25em 
}

#content #leftContent #qna .privacytext  { 
	margin: 0 auto; margin-Bottom: 15px;
	padding:0px 20px; 
	font-size:1.1em; 
	color: #555;  
	font: normal 0.79em Verdana, Tahoma,Arial,sans-serif; 
}

.privacylist  { 
	color: #000;  
	font: normal 0.79em Verdana, Tahoma,Arial,sans-serif; 
}


#content #leftContent #qna .url  { 
	margin-top: 20px;
	font: bold 1em Tahoma,Arial,sans-serif; 	
	letter-spacing:-1px; 
	color: #FF0004; 
	padding:0 0 .25em 
}

#content #leftContent #qna .url a { 
	padding:0px 20px; 
	color:#000000; 
	font: bold 0.8em Tahoma,Arial,sans-serif; 
	text-decoration: none; 
	letter-spacing: 2px;
}

#content #leftContent #qna .url a:hover { 
	color:#900; 
	text-decoration: none; 
}

#content #leftContent #qna .urldescription  { 
	padding:0px 20px; 
	color: #555;  
	font: normal 0.79em Verdana, Tahoma,Arial,sans-serif; 
}






	/* RIGHT CONTENT */

#content #rightContent {
		border: 0px solid purple;
		margin: 0 auto; margin-left: 5px;
		padding: 0px;
		width: 280px;
		min-height: 400px;
		text-align: justify;
		font: normal 1.1em verdana;
		color: #675432;
		float: left;
}



/* testimonials */
#content #rightContent #testimonials {
		border: 0px solid #CC33FF;
		margin: 0;   
		padding: 0px;
		width: 280px;
		text-align: center;
		background: #E9E8D5 url(images/testimonials.jpg) bottom center no-repeat;
}

#content #rightContent #testimonials a:hover {
		text-decoration: none;
}

#content #rightContent #testimonialsTop {
		border: 0px solid #66FF00;
		margin: 0 ;
		padding: 0px;
		width: 280px;
		height: 13px;
		background: #E9E8D5 url(images/testimonialstop.jpg) bottom center no-repeat;
}



#content #rightContent #testimonials .testimonialText {
	margin: 5px 15px;
	padding:0px; 
	color:#555; 
	font: bold 0.8em Tahoma, Arial,sans-serif; 
	text-align: justify;

}

#content #rightContent #testimonials .testimonialText a { font: bold 0.9em Tahoma, Arial,sans-serif; color:#555; text-decoration: none; text-align: justify; }

#content #rightContent #testimonials .testimonialText a:hover {
	color:#555; 
}

#content #rightContent #testimonials .testimonialName {
	margin: 10px;
	padding-bottom:3px; 
	color:#900;  
	font: bold 0.8em Tahoma, Arial,sans-serif;
	text-align: right;

}

#content #rightContent #testimonials .testimonialName a { font: bold 0.9em Tahoma, Arial,sans-serif; color:#900; text-decoration: none; text-align: right; }

#content #rightContent #testimonials .testimonialName a:hover {color:#900; }

#content #rightContent #testimonials .testimonialReadMore {
	margin: 10px;
	padding-bottom:12px; 
	color:#000000;  
	font: bold 0.65em Tahoma, Arial,sans-serif;
	text-align: right;

}

#content #rightContent #testimonials .testimonialReadMore a { font: bold 0.9em Tahoma, Arial,sans-serif; color:#000000; text-decoration: none; text-align: justify; }

#content #rightContent #testimonials .testimonialReadMore a:hover { color:#900; }



/* enewsletter */
#content #rightContent #newsletter {
		border: 0px solid #FFCC33;
		margin: 0 auto; margin-top: 10px;
		padding: 0px;
		width: 279px;
		min-height: 52px;
		text-align: center;
}

#content #rightContent #newsletter h3 {
		position: relative;
		width: 279px;
		height: 52px;
		overflow: hidden;
		font: bold 0.5em impact;
		color: #ffffff;
		text-transform: uppercase;
	}

#content #rightContent #newsletter h3 span {
		position: absolute;
		left: 0;
		top: 0;
		width: 279px;
		height: 52px;
		background: url(images/enewslettersignup.jpg) no-repeat;

	}

#content #rightContent #newsletter h3 a span {
		position: absolute;
		left: 0;
		top: 0;
		width: 279px;
		height: 52px;
		background: url(images/enewslettersignup.jpg) no-repeat;

	}

#content #rightContent #newsletter h3 a:link span {
		position: absolute;
		left: 0;
		top: 0;
		width: 279px;
		height: 52px;
		background: url(images/enewslettersignup.jpg) no-repeat;

	}

#content #rightContent #newsletter h3 a:hover span {
		position: absolute;
		left: 0;
		top: 0;
		width: 279px;
		height: 52px;
		background: url(images/enewslettersignup2.jpg) no-repeat;

	}




/*  Footer  */
#footer {
	border: 7px solid #000000;
	margin: 0 auto; margin-bottom: 5px;
	padding: 0px;
	width: 1000px;
	height: 15px;
	background: url(images/footer.gif) center no-repeat;
	position: relative;
	top: 0px;
	text-align: center;
}



#footer ul {
	border: 0px solid red;
	width: 1000px;
	height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	font: bold 0.7em arial;
}

#footer ul li {
	border: 0px solid yellow;
	height: 15px;
  	list-style-type: none;
	display: inline;
	margin-top: 0px;
	padding: 0px;
}

#footer ul li a {
	margin: 0;
	padding: 0;
	display: inline;
	height: 15px;   
	list-style-type: none;

}

#footer ul li a:link {  color: #000000; text-decoration: none; background-color: transparent;}
#footer ul li a:visited {  color: #000000; text-decoration: none; background-color: transparent;}
#footer ul li a:focus {  color: #000000; text-decoration: none; background-color: transparent;}
#footer ul li a:hover {  color: #900; text-decoration: none; background-color: transparent;}
#footer ul li a:active {  color: #000000; text-decoration: none; background-color: transparent;}


#footer .copyright {
		border-right: 1px solid #000000;
		margin: 0 auto; 
		padding: 0px 20px;
		background: transparent;
		text-align: center;
		color: #E9E8D5; 
		font-weight: normal;
	}

#footer .sitemap {
		border-right: 1px solid #000000;
		margin: 0 auto; 
		padding: 0px 20px;
		background: transparent;
		text-align: center;
	}

#footer .privacy {
		border-right: 1px solid #000000;
		margin: 0 auto; 
		padding: 0px 20px;
		background: transparent;
		text-align: center;
	}

#footer .links {
		border-right: 0px solid #000000;
		margin: 0 auto; 
		padding: 0px 20px;
		background: transparent;
		text-align: center;
	}



/* LINKS	  */
#links {
	border: 0px solid #FF0000;
	margin: 0 auto; 
	padding: 0px; 
	width: 1006px;
	height: 40px;
	position: relative;
	top: 0px;
	text-align: center;
}


/*  CREDITS	  */
#credits {
	border: 0px solid #FF0000;
	margin: 0 auto; 
	padding: 0px; 
	width: 1006px;
	height: 30px;
	position: relative;
	top: 5px;
	font: bold 0.55em verdana;
	color: #000000; 
	text-align: right;
	text-decoration: none;
	text-transform: capitalize;
}

#credits a:link {  color: #000000; text-decoration: none;}
#credits a:visited {  color: #000000; text-decoration: none;}
#credits a:focus {  color: #000000; text-decoration: none;}
#credits a:hover {  color: #900; text-decoration: none;}
#credits a:active {  color: #000000; text-decoration: none;}
