body {
	font-family: "Lucida Sans", 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, Geneva, Arial, sans-serif;
	font-size: 75%;
}

html>body {
	font-size: 13px;
	color: #222222;
}

h2 {
	font-weight: bold;
	font-family: "myriad condensed web", "myriad web pro condensed", "trebuchet ms", trebuchet, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #7DBE01;
}
h1 {
	font-family: "myriad condensed web", "myriad web pro condensed", "trebuchet ms", trebuchet, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", arial, helvetica, sans-serif;
	font-size: 2.3em;
	color: #7DBE01;
}
.logo {
	text-align: left;
	vertical-align: top;
	padding-top: 25px;
	padding-left: 25px;
}
.nav-main {
	background-image: url(images/bg-nav.jpg);
	filter: alpha(opacity=90);

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); -moz-opacity: .90;	-khtml-opacity: .90;
}
.bg-header {
	height: 280px;
	width: 763px;
	background-image: url(images/bg-water.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
}
.left-margin {
	padding-left: 25px;
	padding-top: 50px;
	vertical-align: top;
}
.right-margin {
	padding-left: 25px;
	vertical-align: top;
	padding-top: 150px;
}
.quotes {
	font-weight: bold;
	font-size: 0.9em;
	color: #AAAAAA;
	font-style: oblique;
	text-align: center;
	line-height: 15px;
}
a:link {
	font-weight: bold;
	color: #7DBE02;
	text-decoration: none;
}
a:hover {
	color: #7DBE01;
	text-decoration: underline;
}
a:active {
	color: #7DBE01;
}

.nav-out {
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	background-image: url(graphics/nav/nav-divide-line.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
	padding-left: 25px;
	text-transform: uppercase;
	height: 42px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3bf9d;
}
.nav-over {
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	background-image: url(images/bg-nav-over.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	text-align: left;
	padding-left: 25px;
	text-transform: uppercase;
	height: 42px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3bf9d;
}
a:visited {
	color: #7DBE02;
	text-decoration: none;
}

.footer {
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	height: 33px;
	vertical-align: middle;
	padding-right: 25px;
	padding-left: 25px;
}
ul {
	list-style:none
}
li {
	background:url(images/li.gif) no-repeat 0px 4px;
	padding-left: 15px;
	padding-top: 0px;
	vertical-align: top;
	padding-bottom: 8px;
}
.text-black {
	color: #222222;
}


.form_field {
	font-family: "Lucida Sans", 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, Geneva, Arial, sans-serif;
	font-size: 13px;
	color: #222222;
	border: 1px solid #999999;
	width: 220px;
	padding: 2px;
}
.form_button {
	font-family: "Lucida Sans", 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, Geneva, Arial, sans-serif;
	font-size: 13px;
	color: #222222;
	border: 1px solid #999999;
	padding: 2px;
	background-image: url(images/bg-nav.jpg);
}

/* Navigation */

#navWrapper {
	width: 223px;
	background-image: url(images/bg-nav.jpg) x-repeat top;
}

#navWrapper ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navWrapper li {
	list-style-type: none;	
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#navWrapper a {
	color:#000000;
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 10px 30px;
	text-decoration:none;
	text-transform:uppercase;
}
#navWrapper a:hover {
	border-right:10px solid #EBF6D8;
}
#image-pdf {
	float: right;
	width: 110px;
	padding: 5px;
	background: #efefef;
	margin-left: 20px;
}

#image-pdf p {
	font-size: 10px;
	text-align: center;
	padding: 0px;
}
