/* CSS Document */

#contactAddress {
	width:100%;
	height:210px;								/* HEIGHT */
	margin-top:-20px;
	background-image:url(../images/backgrounds/contactAddressBkg.gif);
	background-repeat:repeat-y;
}

#displayPreference h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#83B97E;
	margin-top:8px;	
	margin-left:20px;
}

/* LEFT CONTENT TEXT STYLING */
#leftContent p {
	margin-top:10px;
	margin-bottom:15px;
	font-size:0.9em;
	line-height:1.6em;
	padding-left:10px;
	color:#666;
}

#leftContent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#FFF;
	display:block;
	width:100%;
	height:26px;
	background-color:#62985D;
	padding-top:2px;
	padding-left:10px;
}

#leftContent h2 {
	display:block;
	width:200px;
	height:auto;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#62985D;
	padding-left:10px;
	padding-top:5px;
	margin-bottom:5px;
}

#leftContent h3 {
	display:block;
	width:630px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.20em;
	color:#62985D;
	padding-left:10px;
	padding-top:5px;
	margin-bottom:5px;
}


.floatLeft {
	float:right;
}

#leftContent ul {
	margin-left:40px;
}

#leftContent li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.4em;
	color:#666;
	list-style:circle;
	margin-bottom:5px;
}


/* TESTIMONIAL TEXT STYLING */
#testimonialContainer p {
	margin-top:25px;
	margin-bottom:10px;
	font-size:0.8em;
	line-height:1.6em;
	color:#62985D;
}

#testimonialContainer h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.95em;
	color:#83B97E;
}

#testimonialContainer h2 {
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#62985D;
}

/* CONTACT BOX TEXT STYLING */
#contactHeader h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#62985D;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:10px;
}

#contactHeader h2 {
	display:block;
	width:190px;
	height:22px;
	background-color:#83B97E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#FFF;
	padding-top:6px;
	padding-left:20px;
}

#contactDetails p {
	margin-left:20px;
	padding-top:15px;
	padding-bottom:10px;
	font-size:0.9em;
	line-height:1.6em;
	color:#62985D;
}

* html #contactDetails p {
	padding-top:25px;
}

/* FOOTER TEXT STYLING */
#footer p {
	font-size:0.8em;
	color:#FFF;	
}

#footerLeft p {
	margin-top:15px;
	margin-left:60px;
}

#footerLeft p a {
	color:#FFF;
	text-decoration:none;
}

#footerLeft p a:hover {
	color:#FFF;
	text-decoration:underline;
}

#footerRight p {
	margin-top:15px;
	margin-right:30px;
}

#footerRight p a {
	color:#FFF;
	text-decoration:none;
}

#footerRight p a:hover {
	color:#FFF;
	text-decoration:underline;
}

/* DISPLAY PREFERENCE STYLING */
#displayPreference li.default div {
	position:absolute;
	top:-23px;
	left:150px;
	display:block;
	width:40px;
	height:20px;								/* HEIGHT */
	background-image:url(../images/common/default-style.gif);
	background-repeat:no-repeat;
	border:1px solid #999;
}

#displayPreference li.large {
	position:absolute;
	top:-23px;
	left:195px;
	display:block;
	width:40px;
	height:20px;								/* HEIGHT */
	background-image:url(../images/common/large-style-on.gif);
	background-repeat:no-repeat;
	border:1px solid #999;
}





