/* CSS Document */

/************* styles classes ***************/

body {
	background-color: #FFFFFF;
	background-image: url(images/body_bg3.jpg);
	background-repeat: repeat-x;
}
p {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

body, td {font-family:"Lucida Grande", "Lucida Sans", "Trebuchet MS", sans-serif; font-size:medium; color:#192D4B; padding:0px; margin: 0px}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: x-large;
	color: #193B65;
	padding: 0px;
	margin: 20px;
}

h3{
	font-size: 100%;
	color: #3175C8;
	padding-left: 20px;
}

h4{
 font-size: large;
 color: #1E487B;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

label{
	font: bold 120%;
 color: #334d55;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/************* generic classes ***************/

.main{
	font-size: 100%;
}
.bold {
	font-weight: bold;
}
.reference{
	font-size: 100%;
}
.quote {
	font-style: italic;
	color: #00ADEF;
}
.source {
	font-size: small;
	font-weight: bold;
	color: #00ADEF;
}
.contentSmallLeft {
	float: left;
	height: 104px;
	width: 138px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.portraitSmallLeft {
	float: left;
	height: 184px;
	width: 138px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.contentSmallRight {
	float: left;
	height: 104px;
	width: 138px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.portraitSmallRight {
	float: left;
	height: 184px;
	width: 138px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 2px;
}

/************* #wrapper styles ***************/

#wrapper {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #005596;
	border-left-color: #005596;
	background-color: #FFFFFF;
}
/************* #search styles ***************/

#search{
	margin: 10px;
	padding: 0px;
	width: 280px;
}
#scrolling {
	padding: 0px;
	width: 800px;
	heignt: 25px;
	clear: both;
	float: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #005596;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: inline;
	margin: 0px;
	padding: 0px;
}

/************* #header styles ***************/

#header {
	padding:0px;
	width: 100%;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 150px;
	width: 173px;
	margin: 10px;
	padding: 0px;
	float: left;
}
#quotes {
	margin: 10px;
	padding: 0px;
	height: 110px;
	width: 411px;
	float: right;
}

/************* #navBar styles ***************/

#navBar a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navBar {
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	clear: both;
	height: 30px;
	padding: 0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0C1C31;
	border-bottom-color: #0C1C31;
	width: 800px;
	margin: 0px;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navBar li {
	padding: 0px;
	text-indent: -9999px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
#navHome a {
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 63px;
}
#navHome a:hover {
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#navAbout a {
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 87px;
}
#navAbout a:hover {
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#navStyles a {
	background-image: url(images/styles.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 72px;
}
#navStyles a:hover {
	background-image: url(images/styles.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#navWhy a {
	background-image: url(images/why.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 113px;
}
#navWhy a:hover {
	background-image: url(images/why.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#navProcess a {
	background-image: url(images/process.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 90px;
}
#navProcess a:hover {
	background-image: url(images/process.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#navAreas a {
	background-image: url(images/areas.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 125px;
}
#navAreas a:hover {
	background-image: url(images/areas.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#navGallery a {
	background-image: url(images/gallery.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 77px;
}
#navGallery a:hover {
	background-image: url(images/gallery.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#navFaq a {
	background-image: url(images/faq.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 45px;
}
#navFaq a:hover {
	background-image: url(images/faq.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#navContact a {
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 110px;
}
#navContact a:hover {
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

/************* #content styles ***************/

/************* #contentLeft styles ***************/

#content {
	width: 800px;
	margin: 0px;
	padding: 0px;
}

/************* #contentLeft styles ***************/

#contentLeft {
	margin: 0px;
	padding: 0px;
	width: 500px;
	float: left;
}
#contentLeft li {
	padding: 5px;
}
#contentLeft ul {
	margin-left: 15px;
}
#contentLeft img {
	margin-left: 20px;
}

/************* #contentRight styles ***************/

#contentRight {
	width: 300px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #7DC7EB;
	height: 100%;
}
#flashMain {
	margin: 10px;
	padding: 0px;
	height: 210px;
	width: 280px;
}

#contentRight ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
}
#contentRight a {
	display: block;
	color: #002F5E;
	padding: 2px;
}
#contentRight a:hover {
	background-color: #B4DBED;
	text-decoration: none;
}
#contentRight li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005596;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#faqText .bold {
	color: #2258CD;
}
#contentRight h3 {
	padding: 0px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #0A1931;
}
#contentRight p {
	margin-left: 10px;
}

/************* #contentFull styles ***************/

#contentFull {
	margin: 0px;
	padding: 0px;
	width: 800px;
	float: left;
}

/************* #footerClear styles ***************/

#footerClear a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footerClear a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#footerClear a:visited {
	color: #999999;
	text-decoration: none;
}
#footerClear {
	bottom:0;
	width:100%;
	height:20px;
	background-color: #005596;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	font-size: x-small;
	color: #999999;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#footerClear p {
	padding-top: 4px;
	padding-left: 10px;
	margin: 0px;
}
#contentLeft table {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.clear {
	clear: both;
	height: 20px;
}

/************* page specific override styles ***************/

#process {
	list-style-type: none;
	margin-right: 10px;
	display: list-item;
	padding: 0px;
}
#process li {
	margin-top: 20px;
	list-style-type: none;
}
#choose {
	margin-right: 10px;
	padding: 0px;
}
#choose li {
	margin-top: 10px;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	display: list-item;
}
#faqText {
	list-style-type: none;
	margin-right: 10px;
	display: list-item;
	padding: 0px;
}
#faqText li {
	margin-top: 20px;
	list-style-type: none;
}

#clearLinks {
	clear: both;
	float: left;
	padding: 0px;
	width: 280px;
	margin: 10px;
}
#gallery {
	padding: 0px;
	height: 400px;
	width: 460px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#map {
	padding: 0px;
	height: 400px;
	width: 600px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #005596;
}
#galleries {
	margin: 20px;
	padding: 0px;
	list-style-type: none;
}
#galleries a {
	display: block;
	color: #002F5E;
	padding: 2px;
}
#galleries a:hover {
	background-color: #B4DBED;
	text-decoration: none;
}
#galleries li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005596;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#affiliates {
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#affiliates img {
	margin: 8px;
	padding: 0px;	
}
