/**** HTML Standards ****/
* {
	margin:0;
	padding:0;
}

body	{ 
		width:100%; 
		height:100%; 
		background: #f6f6f6 url(../images/bkg-pg.jpg) ;
		font: 12px Verdana, Arial, Helvetica, sans-serif; 
		color: #364f5c;  
		text-align: center; 
		}

.left 	{ float:left; }
.right 	{ float: right; }
.cleanFloats { clear: both; height:0px;	width:0px; }

p		{ margin: 0px 0px 10px 0px; }
b		{ font-weight:bold; }
strong	{ font-weight:bold; }
i		{ font-style:italic; }
em		{ font-style:italic; }

img		{ border:0px; border-style:none; }

h1 { margin-bottom: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; font-style:italic; color: #661d22; line-height:22px; font-weight:normal; }
h1 a:link, h1 a:visited { color: #661d22; text-decoration:none; }
h1 a:hover { color: #661d22; text-decoration:underline;}

h2 { margin-bottom: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #661d22; line-height: 20px;  }
h2 a:link, h2 a:visited { color: #661d22;  text-decoration:none; }
h2 a:hover { color: #661d22; text-decoration:underline; }

.swirl {  padding: 0px 0px 0px 40px; background-image: url(../images/swirl2.gif); background-repeat: no-repeat; }
.swirlBullet {  padding: 0px 0px 0px 28px; background-image: url(../images/bullet4.gif); background-repeat: no-repeat; }

h3 { margin-bottom: 10px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #4a6775; line-height: 20px;  }
h3 a:link, h2 a:visited { color: #4a6775;  text-decoration:none; }
h3 a:hover { color: #4a6775; text-decoration:underline; }

a:link, a:visited			{ color: #661d22; }
a:hover, a:visited:hover	{ color: #9c040e; }

blockquote { margin: 0px 30px; }
ul,ol { margin: 0px 0px 10px 30px; }
ul li, ol li{ padding: 0px 0px 4px 0px; }

#shadowbkg { position: relative; width: 790px; margin: 0 auto; text-align:center; background: #ffffff url(../images/bkg-shadows.gif) repeat-y; border-bottom: 1px solid #e8e8e8; }
#wrap { position: relative; width: 770px; margin: 0 auto; text-align:left; }

/**** HEADER ****/
#header { position: relative; width: 770px; }

#listen {
	position: absolute;
	z-index:100;
	right: 36px;
	top: 207px;
	width: 97px;
	height: 71px;
	padding:2px;
	line-height:18px;
	background-color: #4a6775;
	background-image: url(../images/btn-listen-aa.gif); background-repeat: no-repeat; background-position:bottom center;
	color: #FFFFFF;
}
#listen img { padding-top: 2px; }

#listenTwo {
	background-color: #4a6775;
	color: #FFFFFF;
	padding: 10px;
}
#listenTwo h2 { color: #FFFFFF; margin: 0px; }
#nav { position: relative; width: 770px; height: 55px; padding: 33px 0px 0px 0px; background: #ffffff url(../images/bkg-navscroll.jpg) no-repeat; text-align:center; font-family:"Times New Roman", Times, serif; font-size: 18px; font-style: italic; }

#nav a:link, #nav a:visited {
	color: #364f5c;
	text-decoration: none; 
	font-size: 18px;
	padding: 0px 12px;
}
#nav a:hover { color: #661d22;  }

#subnav { position: relative; width: 770px; height: 55px; padding: 33px 0px 0px 0px; background: #ffffff url(../images/bkg-navscroll-sub.jpg) no-repeat; text-align:center; font-family:"Times New Roman", Times, serif; font-size: 18px; font-style: italic; }
#subnav a:link, #subnav a:visited {
	color: #364f5c;
	text-decoration: none; 
	font-size: 18px;
	padding: 0px 12px;
}
#subnav a:hover { color: #661d22;  }

/**** MAIN BODY ****/

#main { position: relative; width: 770px; }

/* content */

#content {
	position: relative;
	width: 705px;
	padding: 10px 25px 0px 40px;
	line-height: 18px;
}

.testimonial {
	width: 80%;
	border: 1px solid #364f5c;
	padding: 15px 15px 5px 15px;
	color: #636363;
	margin: 20px auto;
	
}
.testimonial img { border: 5px solid #F0F0EE; }
.testimonialPhtL {
	width: 150px;
	float: left;
	padding: 5px 10px 10px 0px;
	text-align:center;
	font-size: 10px;
}

.testimonialPhtR {
	width: 150px;
	float: right;
	padding: 5px 0px 10px 10px;
	text-align:center;
	font-size: 10px;
}

/**** SideBar Styles ****/
#sidebar{
	float: right; 
	width: 220px;
	margin-left: 20px;
	padding-bottom: 20px;
	line-height:normal;
}
#sidebar INPUT[TYPE="text"] { width: 100%; }

.boxWhite {
	border: 1px solid #661d22;
	padding: 10px;
	margin: 0 auto;
}
.boxWhite INPUT[TYPE="text"], .boxWhite textarea { width: 100%; }

.boxWhiteTbl {
	border: 1px solid #661d22;
	margin: 0 auto;
}
.boxWhiteTbl INPUT[TYPE="text"], .boxWhiteTbl textarea { width: 100%; }
.boxWhiteTbl td { padding: 10px; }

.nomargin { margin: 0px; }

.boxRed {
	background-color: #661d22;
	border: 1px solid #661d22;
	padding: 10px;
	color: #FFFFFF;
}
.boxRed h1, .boxRed h2, .boxRed h3 { color: #FFFFFF; }

.boxQuote {
	background-image: url(../images/bkg-quote.gif);
	background-repeat:no-repeat;
	padding: 20px 10px 0px 10px;
}
.footerQuote {
	background-image: url(../images/quote-right.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	padding: 10px;
	width: 600px;
	margin: 0px auto;
}

/**** Footer Styles ****/

#footer { position: relative; padding: 10px 25px 0px 40px; }
#footer p { margin: 0px; }

/**** Text Styles ****/

.lgText { font-size: 16px; }
.medText { font-size: 14px; }
.smText { font-size: 10px; line-height:normal; }

.tealDrk {  color: #364f5c; }
.red {  color: #661d22; }
.color3 {  color: #998a51; }

.error { color: #af1e25; }

.nospace { margin: 0px; padding: 0px; }

.indent { padding-left: 30px; padding-right: 30px; }

.listFlower li { background-image:url(../images/bullet2.gif); background-repeat:no-repeat; padding-left: 30px; list-style:none; list-style-image: none; }

/**** Photo Styles *****/

.photoRt { border: 5px solid #F0F0EE; float: right; margin: 0px 0px 0px 10px; } 
.photoLft { border: 5px solid #F0F0EE; float: left; margin: 0px 10px 0px 0px; }
.photoPl { border: 5px solid #F0F0EE;  }

.floatPhtL150 {
width: 150px;
	float: left;
	padding: 5px 10px 10px 0px;
	text-align:center;
	font-size: 10px; line-height:normal;
}
.floatPhtR150 {
	width: 160px;
	float: right;
	padding: 5px 0px 10px 10px;
	text-align:center;
	font-size: 10px; line-height:normal;
}
.floatPhtL200 {
	width: 200px;
	float: left;
	padding: 5px 10px 10px 0px;
	text-align:center;
	font-size: 10px; line-height:normal;
}
.floatPhtR200 {
	width: 200px;
	float: right;
	padding: 5px 0px 10px 10px;
	text-align:center;
	font-size: 10px; line-height:normal;
}
.floatPhtL280 {
	width: 280px;
	float: left;
	padding: 5px 10px 10px 0px;
	text-align:center;
	font-size: 10px; line-height:normal;
}
.floatPhtR280 {
	width: 280px;
	float: right;
	padding: 5px 0px 10px 10px;
	text-align:center;
	font-size: 10px; line-height:normal;
}