/* CSS Document */

body {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	background-color: #000;
	background-image: url(../images/bkgd-top.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#cont {
	width: 1028px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-color: #000;
	background-image: url(../images/bkgd-cont.png);
	background-repeat: repeat-y;
	clear: both;
}

img {
	border: 0px;
}

/*HEADER*/

#cont .hdr {
	width: 1028px;
	height: 98px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/bkgd-hdr.jpg);
}

.logo {
	position: absolute;
	left: 27px;
	top: 10px;
}

.phone {
	position: absolute;
	right: 40px;
	top: 20px;
}

.header {
	position: absolute;
	top: 40px;
	right: 255px;
}

.sealtripe {
	position: absolute;
	right: 80px;
}

h1 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #c0c09e;
	font-style: oblique;
	margin: 0;
	letter-spacing: .5px;
}

/*HEADER*/

/*NAVIGATION*/

#nav {
	width: auto;
	margin: 0;
	padding: 1px 0 1px 0;
}

/*NAVIGATION*/



#cont .small {
	position: relative;
	float: right;
	text-align: right;
	width: 355px;
	margin: 0 0 0 30px;
	padding: 0;
}

#cont .large {
	position: relative;
	float: left;
	width: 578px;
	margin: 20px 0 20px 20px;;
	padding: 0;
}

.ptext {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	color: #fff;
	margin: 0 15px 15px 0;
	letter-spacing: .5px;
}

img.floatrightclear { 
    float: right; 
    clear: right; 
    margin-left: 25px;
	margin-top: 27px;
	margin-right: 6px;
}

img.floatleftclear { 
    float: left; 
    clear: left; 
    margin-right: 16px;
}

p {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	text-align: left;
	color: #000;
	margin: 0;
	letter-spacing: .5px;
}

h2 {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-align: left;
	color: #000;
	margin: 27px 0 10px 0;
	letter-spacing: .5px;
}

h3 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
	color: #444;
	text-transform: uppercase;
	margin: 27px 0 10px 0;
}

h4 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
	color: #222;
	margin: 0 0 3px 0;
}

#ftrindex {
	width: 1028px;
	height: 172px;
	margin: 0;
	padding: 0;
	position: relative;
	float:left;
	background-color: #000;
	background-image: url(../images/bkgd-ftr.jpg);
	background-repeat: none;
	clear: both;
	text-align: left;
}

#ftrindex p {
	color: #000;
	margin-left: 5px;
}

#ftrindex h2 {
	color: #000;
	margin-left: 5px;
	margin-top: 1px;
}

#ftrindex .bannerone {
	width: 317px;
	height: auto;
	position: relative;
	float: left;
	margin: 30px 0 0 18px;
}

#ftrindex .bannertwo {
	width: 317px;
	height: auto;
	position: relative;
	float: left;
	margin: 30px 0 0 18px;
}

#ftrindex .bannerthree {
	width: 317px;
	height: auto;
	position: relative;
	float: left;
	margin: 30px 0 0 18px;
}

#ftr {
	width: 1028px;
	height: auto;
	margin: 0;
	text-align: left;
	padding: 20px 0 60px 20px;
	background-color: #000;
	clear: both;
	color: #8f9064;
	background-image: url(../images/bkgd-ftr2.jpg);
	background-repeat: no-repeat;
}

#ftr .ftrcontact {
	width: 1028px;
	height: auto;
	margin: -60px 0 0 0;
	text-align: right;
	padding: 20px 0 60px 0;
	clear: both;
	color: #8f9064;
}

.contacttext {
	text-align: right;
}

#ftr p {
	color: #8f9064;
}

a.green:link, a.green:visited, a.green:active, a.green:hover {
	color: #8f9064;
	text-decoration: none;
}

a.green:hover {
	text-decoration: underline;
}

a.white:link, a.white:visited, a.white:active, a.white:hover {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}

a:link {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

img.photos {  
    margin: 0 9px 9px 0;
}

ul {
	/*list-style-image: url("/images/arrow.gif")*/
	list-style: none;
	margin: 0;
	padding: 0;
	color: #000;
}

li {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
}

li a:link, li a:visited, li a:active, li a:hover {
	color: #222;
	text-decoration: none;
}

li a:hover {
	color: #993300;
}





#cont .main {
	position: relative;
	float: left;
	width: 580px;
	margin: 0;
	padding: 40px 40px 5px 40px;
	background-color: #f7f6e4;
}

#cont .left {
	position: relative;
	float: left;
	width: 340px;
	padding: 20px 0 20px 12px;
	margin: 0;
}

#cont .full {
	position: relative;
	float: left;
	width: 580px;
	padding: 20px 0 20px 0;
	margin: 0;
}

#cont .right {
	position: relative;
	float: right;
	width: 192px;
	margin: 0;
	padding: 20px 0 20px 0px;
}

#threebanners {
	width: 580px;
	height: 116px;
	position: relative;
	float: left;
}

#threebanners .bannerone {
	width: 189px;
	height: 116px;
	position: relative;
	float: left;
	background-image: url(../images/bkgd_bannerone.png);
	background-repeat: no-repeat;
	margin: 0 4px 0 0;
}

#threebanners .bannertwo {
	width: 189px;
	height: 116px;
	position: relative;
	float: left;
	background-image: url(../images/bkgd_bannertwo.png);
	background-repeat: no-repeat;
	margin: 0 4px 0 0;
}

#threebanners .bannerthree {
	width: 189px;
	height: 116px;
	position: relative;
	float: left;
	background-image: url(../images/bkgd_bannerthree.png);
	background-repeat: no-repeat;
}



a.white:link, a.white:visited, a.white:active, a.white:hover {
	color: #f7f6e4;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}
	