/***************************************************
HTML Element Styles
***************************************************/

body {
	margin: 0;  
	text-align: center;
	font: 10px verdana, arial, sans-serif;  
	line-height: 17px;
	color: #000000;
	background: #b2b2b2 url(images_site/background_body.gif) repeat-y top center;
}

p { 
	padding-top: 5px;
	padding-bottom: 5px;
}

.text p {
	padding: 12px 20px 5px 20px;
	margin: 0;
}

a {
	color: #19736c;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #333333;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

input {
	width: 70%;
}

textarea {
	width: 98%;
}

input,
textarea {
	padding: 1px 3px;
	margin: 5px 0;
	font: 1em verdana, arial, sans-serif;
	color: #EEE;
	background-color: #777;
	border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
	color: #FFF;
	background-color: #999;
	border: 1px solid #EEE;
}


h1 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0px 20px 5px 20px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #1d4370;
}

h2 {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 3px 20px 3px 20px;
	color: #ffffff;
	background-color: #19736c;
}

#content ol li { 
	color: #9BE4FF;
}

#content ol li span {
	color: #EEE;
}

#content ul {
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
}

#content ul li {
	list-style-image: url(images_site/li_bullet.gif);
}

/***************************************************
Layout Element Styles
***************************************************/


#header {  
	width: 100%;
	height: 95px;
	background: #b2b2b2 url(images_site/background_header.gif) no-repeat top center;  
}

/***************************************************
Header Menu
***************************************************/

#menu {
	width: 800px;
	margin: 0 auto;
	padding-top: 70px;  
	text-align: center;  
}

#menu a {
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 8px;
	line-height: 9px;
	color: #cccccc;
}

#menu a:hover,
#menu a.active {
	font-weight: bold;
	color: #ffffff;
	background: url(images_site/menu_active.gif) no-repeat bottom right;
}


/***************************************************
Page Content
***************************************************/


#content {  
	clear: both;
	width: 767px;
	margin: 0 auto;
	text-align: left;
}

.text {
	float: left;
	background-color: #ffffff;
	margin-top: 20px;
	width: 480px;
}

.textTop div {
	background: url(images_site/background_text_blue_left.gif) no-repeat top left;
}

.textTop {
	background: #1d4370 url(images_site/background_text_blue_right.gif) no-repeat top right;
}

.textBottom div {
	background: url(images_site/background_text_bottom_left.gif) no-repeat bottom left;
}

.textBottom {
	background: url(images_site/background_text_bottom_right.gif) no-repeat bottom right;
}

.textBottom, .textBottom div, .textTop, .textTop div {
	width: 100%;
	height: 10px;
	font-size: 1px;
}

#image {
	float: right;
	width: 230px;
	margin-right: 20px; 
	vertical-align: top;
}

/***************************************************
Testimonial
***************************************************/

#testimonial {
	clear: both;
	float: left;
	margin: 20px 0px 0px 0px;
	width: 600px;
	color: #888888;
	background: url(images_site/background_quote_left.gif) no-repeat top left;	
}

#testimonial p {
	font-size: 18px;
	line-height: 30px;
	padding: 0px 0px 0px 35px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}

#testimonial p.quotePerson {
	margin: 0px 0px 0px 16px;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 0px 15px;
	border-left: 4px solid #cccccc;
	color: #999999;
}

/***************************************************
Footer
***************************************************/

#footer {
	clear: both;
	float: left;
	width: 800px;
	padding: 10px 35px;
	color: #999999;
}

#footer p {
	font-size: 9px;
	padding-top: 10px;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #666666;
}

