@charset "UTF-8"; 

/* Main Layout Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: left;
	margin-left: -500px;
	margin-top: -354px;
	padding: 0px;
	width: 1000px;
	background-color: #000000;
	height: 707px;
}
#header, #headerwrap {
	width: 1000px;
	margin: 0px;
	padding: 0;
	height: 169px;
}
#headerwrap {
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#main-navigation {
	margin: 0;
	padding: 16px 0 0 0;
	list-style-type: none;
	text-align: center;
	height: 140px;
	line-height: 1em;
	font-size: 0.7em;
	float: right;
	width: 303px;
}

#main-navigation li {
	margin: 0;
	padding: 0px;
	float: left;
	height: 140px;
}

#main-navigation li a {
	color: #FFFFFF;
	display: block;
	height: 140px;
	text-decoration: none;
}

#main-navigation li a:hover { 
}
 
#main-navigation #button-gd {
	padding: 0 20px 0 0;
	display: block;
	width: 40px;
}
#main-navigation #button-gd a {
	background-image: url(images/button-small-graphics-off.gif);
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 40px;
}
#main-navigation #button-gd a:hover {
	background-image: url(images/button-small-graphics-on.gif);
}
#main-navigation #button-vp {
	padding: 0 20px 0 0;
	display: block;
	width: 95px;
	clear: right;
}
#main-navigation #button-vp  a {
	background-image: url(images/button-small-video-off.gif);
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 95px;
}
#main-navigation #button-vp a:hover {
	background-image: url(images/button-small-video-on.gif);
}
#main-navigation #button-ph {
	padding: 0 55px 0 0;
	display: block;
	width: 73px;
	clear: right;
}
#main-navigation #button-ph a {
	background-image: url(images/button-small-photo-off.gif);
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 73px;
}
#main-navigation #button-ph a:hover {
	background-image: url(images/button-small-photo-on.gif);
}

#header #contact {
	height: 16px;
	width: 248px;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0 40px 0 0;
	list-style-type: none;
	float: right;
	text-align: center;
}
#header #contact li {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 1em;
}
#header #contact a  {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 16px;
	width: 110px;
	margin: 0 auto;
	padding: 0px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}
#header #contact a:hover {
}
.header-button-contact {
	background-image: url(images/contact-us.gif);
}
.header-button-about {
	background-image: url(images/about-us.gif);
}
 
#header #contact a:hover {
	color: #F58220;
}

#page-content {
	padding: 35px 0 21px 0;
	width: 1000px;
	height: 400px;
}

#page-text {
	margin: 0px;
	padding: 0 35px;
	width: 930px;
	float: left;
}

#footer {
	margin: 0px;
	padding: 0;
	height: 90px;
	width: 1000px;
	font-size: 0.7em;
	line-height: 1.2em;
	clear: both;
}
#holderA, #holderB {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	background-color: #ABAF98;
	font-size: 1px;
	width: 100%;
}

/* Main Layout Text Styles */

#page-text h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #F58220;
	line-height: 20px;
	vertical-align: bottom;
	margin: 0 0 10px 0;
}
#page-text h2 {
	margin: 15px 0px 0px;
	font-size: 1em;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #818285;
}
#page-text h3 {
	margin: 15px 0px 0px;
	font-size: 0.9em;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #1A070D;
}
#page-text h4 {
	color: #F58220;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.6em;
}
#page-text h5 {
	color: #411C0C;
	margin: 0 0 10px 0;
	font-size: 0.75em;
	font-weight: lighter;
	line-height: 1.5em;
	clear: left;
}
#page-text h5 input {
}
#page-text h6 {
	text-align: right;
	border-top: 1px solid #411C0C;
	margin: 15px 0px 10px 0px;
	padding: 5px 0px;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1em;
}
#page-text hr {
	border: 0;
	color: #FFFFCC;
	background-color: #FEFECC;
	height: 1px;
	width: 100%;
	text-align: center;
	margin: 5px 0 10px 0;
	_margin: 0;
	padding: 0;
}
#page-text p {
	color: #FFFFFF;
	margin: 0 0 10px 0;
	font-size: 0
..75em;
	font-weight: 100;
	line-height: 1.8em;
	font-size: 0.7em;
}
#page-text a {
	text-decoration: none;
	color: #1A070D;
	font-weight: bold;
}
#page-text a:hover {
	color: #FFCC33;
}
#page-text  ul, #page-text ol{
	margin: 0 20px 25px 0;
	padding: 0 0 0 40px;
	font-size: 0.85em;
	line-height: 1.3em;
}
#page-text li {
	margin: 0px 0px 5px;
}
#page-text li a {
	color: #FFFFCC;
}





/* Form Items */

form {
	margin: 0px;
}
#contactform label{
	margin: 2px 0px 2px 0px;
	_margin: 2px 0px -20px 0px;
	padding: 3px 2px 0px 3px;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	height: 17px;
	width: 77px;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
} 


#contactform input{
	padding: 2px;
	margin :  -23px 0px  2px 90px;
	_margin : -19px 0px -30px 90px;
	border: 1px solid #fff;
	background-color: #CCCCCC;
	color: #000;
	height: 14px;
	float:left;
	_float:none;
}

#contactform textarea{
	padding: 2px;
	margin :  -22px 20px 10px 90px;
	_margin : -1px 20px 10px 90px;
	border: 1px solid #162B5B;
	background-color: #eee;
	color: #000;
	float:left;
	_float:none;
}

#contactform p{
	clear: left;
}
 
#contactform  #Submitbutton{
	clear: left;
	color: #FFFFFF;
	background-color: #333333;
	border: 5px solid #F58220;
	margin: 0px;
	padding: 4px 10px;
	height: 30px;
}
/* Footer Text Styles */

#footer a {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}




/* Page Navigation */

#page-navigation {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 340px;
	list-style-type: none;
	height: 370px;
	text-align: right;
}
#page-navigation p {
	padding: 0px 15px 0px 0px;
	color: #FFFFFF;
}
#subnavigation /* Text Element Styles */
 #activeline a{
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #818285;
}
.treat-bold {
	font-weight: bold;
}
.treat-italic {
	font-style: italic;
}
.treat-larger {
	font-size: 1.4em;
}
.treat-smaller {
	font-size: 0.8em;
	line-height: .7em;
}
.float-left {
	margin: 0px 15px 0px 0px;
	float: left;
}
.float-right {
	margin: 0px 0px 0px 15px;
	float: right;
}
.padbottom {
	margin: 0px 0px 15px;
}

.emphasisarea {
	background-color: #F58220;
	padding: 6px;
	border: 1px solid #FFFFFF;
	margin: 0px;
}
a span {
	display: none;
}
#page-text #BIGnav {
	padding: 0 64px;
	height: 389px;
	width: 822px;
	list-style-type: none;
	margin: 0px;
	clear: right;
}
#page-text  #BIGnav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#button-gd {
	padding: 0 99px 0 0;
	display: block;
	width: 247px;
}
#button-gd a {
	background-image: url(images/button-graphics-off.jpg);
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 389px;
	width: 148px;
}
#button-gd a:hover {
	background-image: url(images/button-graphics-on.jpg);
}
#button-vp {
	padding: 0 99px 0 0;
	display: block;
	width: 356px;
	clear: right;
}
#button-vp a {
	background-image: url(images/button-video-off.jpg);
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 389px;
	width: 257px;
}
#button-vp a:hover {
	background-image: url(images/button-video-on.jpg);
}
#button-ph {
	padding: 0;
	display: block;
	width: 199px;
	clear: right;
}
#button-ph a {
	background-image: url(images/button-photo-off.jpg);
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 389px;
	width: 199px;
}
#button-ph a:hover {
	background-image: url(images/button-photo-on.jpg);
}
#page-text #about {
	height: 30px;
	width: 970px;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0;
	list-style-type: none;
}
#page-text #about a  {
	background-image: url(images/button-about-a.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 30px;
	width: 880px;
	margin: 0px;
	padding: 0px;
}
#page-text #about a:hover {
	background-image: url(images/button-about-b.gif);
}
