/* Body applies to the entire page, and elements that do not have an assigned sytle. HTML and BODY need their height set to 100% because browsers fill their viewport horizontally at 100%, but not vertically in Standards Mode. This causes the footer to float about 15% above the bottom of the page in Explorer. Tables should expand to 100% height and width, but hieght needs to be in the stylesheet because the height table attribute in html code does not exist. */
html{
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;	
	border-width: 0px;
	border-style: none;
	background-image:  url(../images/main/bg-silver-comet.jpg);
	background-repeat: repeat-x;
	background-color: #A9B999;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #333333;
}

/* start main menu styles **********/

.menu-background {
	background-image:  url(../images/main/bg-silver-comet-menu.gif);
	background-repeat: repeat;
	background-color: #1C2226;
	border-right: 0px;
	border-top: 2px;
	border-left: 2px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #000000;
}

/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development - www.projectseven.com
 ------------------------------------
 For detailed directions, see the stylesheet in p7exp - p7exp.css
*/

/* This is the backgound color or image for the menu container only- 
If you want a color or image, just add one-
The background is in the style above - applied to the td tag */
#menuwrapper {
}

/* Clears the floated menu items */
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/* Root and sub-menu - p7menubar applies to the root UL, and p7menubar ul applies to the sub-menu ULs */
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	word-spacing: 3px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
}

/* Root-level links - Do not change the first two properties */
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	font-size: 12px;
	color: #AEE4FF;
	border-bottom: 1px solid #000000;
	border-top : 0px;
	border-right : 1px solid #000000;
	border-left : 1px solid #000000;
}

/* Root level links with sub-menu, drop-down arrows */
#p7menubar a.trigger {
	padding: 3px 16px 3px 10px;
	background-image: url(../images/buttons/orange-down-triangle.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Root-level list items. Floating left allows them to appear horizontally */
#p7menubar li {
	float: left;
	width: 9em;
}

/* Sub-menu box size and the List Items inside */
#p7menubar li ul, #p7menubar ul li  {
	width: 13em;
}

/* Sub-menu links */
#p7menubar ul li a  {
	padding: 3px 3px 3px 10px;	
	border-right: 1px solid #151A1D;
	border-left : 1px solid #151A1D;	
	border-bottom: 1px solid #151A1D;
	border-top : 0px solid #151A1D;
}

/* Sub-Menu Unordered Lists - sets the actual background that the sub-menus sit on top of. */
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #CBE0E5;
}

/* Root-level - mouse over */
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #FCF8F7;
	background-color: #739BB5;
	border-bottom: 1px solid #151A1D;
}

/* Sub-menu UL - visible when root-Level menu items are moused over. */
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

/* Sub-level links - when root-Level menu items are moused over */
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	background-color: #739BB5;
	color: #FCF8F7;
}

/* Sub-level link hover class */
#p7menubar ul a:hover {
	background-color: #B6E2EF!important;
	color: #456D85!important;
}

/* Do not edit this rule in any way. */
#p7menubar li {width: auto;}

/* My style - use if you want the nice triangle at the end of the menu. */
.menu-end {
	background-image:  url(../images/main/main-nav-end.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* end main menu styles */



/* start main header styles **********/

.header-image {
	background-color: #21282E;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 3px;
	border-style: solid;
	border-color: #21282E;
}

.header-tab {
	background-image:  url(../images/main/tab-header-blank.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* end header styles */



/*start tab settings ***************/

/* The width needs to be controlled in the html code, otherwise the tab table may
be too big, or collapse because its too small */
.tab-table {
	height: 20px;
	border-collapse: collapse;
	font-size: 10px;
	letter-spacing: 1px;
	word-spacing: 3px;
}

.tab-table-gallery {
	height: 20px;
	border-collapse: collapse;
	font-size: 10px;
	letter-spacing: 1px;
	word-spacing: 3px;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
}

/* h1 is used for the main tab, along with the tab-main-single or tab-main below.
That way, you can highlight the title with h1 for search engines, and you can use the title in the tab, not the text body.
*/

.tab-main-single {
	background-color: #849269;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	color: #91DBFF;
}

.tab-main {
	background-color: #849269;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	color: #91DBFF;
}

.tab-sub {
	background-color: #ADBD94;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tab-sub-start {
	background-color: #ADBD94;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #91DBFF;
}

.tab-end-sub {
	background-image: url(../images/tabs/end-sub.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 25px;
}

.tab-end-main {
	background-image: url(../images/tabs/end-main.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 25px;
}

.tab-end-sub-sub {
	background-image: url(../images/tabs/end-sub-sub.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 25px;
}

.tab-end-main-sub {
	background-image: url(../images/tabs/end-main-sub.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 25px;
}

.tab-end-sub-main {
	background-image: url(../images/tabs/start-sub-main.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 25px;
}

.tab-link a:link {color: #21282E; text-decoration: none;}	
.tab-link a:active {color: #FF4000; text-decoration: underline;}
.tab-link a:hover {color: #F0FBFD; text-decoration: underline;}
.tab-link a:visited {color: #21282E; text-decoration: none;}
.tab-link a:visited:active {color: #FF4000; text-decoration: underline;}
.tab-link a:visited:hover {color: #F0FBFD; text-decoration: underline;}

/* end tab settings */



/* start paragraph settings *********/

/* this paragraph setting controls the max line length
 - fonts are in the table settings below ************/
/* the first setting, max-width is for netscape, firefox, and other browsers, but explorer doesn't see it -
the width expression is for explorer - basicly, the code asks is the clients viewing area wider, or greater than then 800 pixels? if yes, set the width to 560 pixels, otherwise, just let it size itself - auto.  */

p {
max-width:587px;
width:expression(document.body.clientWidth > 800? "587px": "auto" );
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 18px;
}

.small-pullquote
 {
	font-size: 11px;
	font-style: italic;
}

.small-pullquote-indent
 {
	font-size: 12px;
	font-style: italic;
	padding-left: 15px;
}

.all-caps
 {
	text-transform: uppercase;
	font-weight: bold;
}
.center-text {text-align: center;}
.charcoal-background {background-color: #333333;}
.bolder-text {
font-weight: bold;
border:solid 1px #333333;
background-color:#9FD7D6;
}
.content-box-blue {
padding:5px;
background-color:#ACCBB9;
border-top: 0px;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
}
/* end paragraph settings */



/* start text headers ****************/

/* h1 is used for the main tab, along with the tab-main-single or tab-main.
That way, you can highlight the title with the h1 tag,
and not have to duplicate the title again in the body text */

h1 {
	margin: 0;
	padding: 0;
	border: 0; 
	font-size: 11px;
	font-weight: bold;
	display: inline;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: top;
	word-spacing: 3px;
	font-weight: bold;
	line-height: 35px;
	display: inline;
	margin: 0;
	padding: 0;
	border: 0; 
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: top;
	word-spacing: 3px;
	font-weight: bold;
	line-height: 35px;
	margin: 0;
	padding-right: 0px;
	padding-top: 15px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: 0; 
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: top;
	word-spacing: 3px;
	font-weight: bold;
	line-height: 1.5em;
	display: inline;
	margin: 0;
	padding: 0;
	border: 0; 
}

h5 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-variant: normal;
letter-spacing: 1px;
text-align: left;
vertical-align: top;
word-spacing: 3px;
font-weight: bold;
line-height: 1.5em;
margin: 0;
padding: 0;
border: 0;
color: #FF3300;
}

.bold-style {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-variant: normal;
letter-spacing: 1px;
text-align: left;
vertical-align: top;
word-spacing: 3px;
font-weight: bold;
line-height: 1.5em;
margin: 0;
padding: 0;
border: 0;
}


/* h6 is reserved for the contact page accordian question triggers. */
/* end text headers */

/* start table styles ************/

table {
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-collapse: collapse;	
}

.content-color-table {
	border-right: 4px;
	border-top: 4px;
	border-left: 4px;
	border-bottom: 4px;
	border-style: solid;
	border-color: #849269;
	border-collapse: collapse;
}

/* the paragraph settings are above - 
you'll want to use ems for the settings below, its relative to the font size or user settings, not a fixed pixel size*/
.content-left {
	border: 0px;
	background-color: #BBCDAB;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 13px;
 letter-spacing: 0.05em;
 word-spacing: -0.05em;
	line-height: 1.5em;
}

.content-zero {
	border: 0px;
	background-color: #BBCDAB;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 13px;
 	letter-spacing: 0.05em;
 	word-spacing: -0.05em;
	line-height: 1.5em;
}

.content-right {
	border-right: 0px;
	border-top: 0px;
	border-left: 2px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #849269;
	padding-right: 5px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;		
	width: 310px;
}

.content-split {
	background-color: #BBCDAB;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	letter-spacing: 0.05em;
	word-spacing: -0.05em;
	line-height: 1.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #849269;
}

.content-center {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.content-right-side {
font-size: 12px;
text-align: left;
font-size: 13px;
padding-top:5px;
letter-spacing: 0.05em;
word-spacing: -0.05em;
line-height: 1.5em;
}

.list-limit {
	max-width:650px;
	width:expression(document.body.clientWidth > 800? "650px": "auto" );
	border: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 13px;
 letter-spacing: 0.05em;
 word-spacing: -0.05em;
	line-height: 1.5em;
}

.content-map {
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 13px;
 letter-spacing: 0.05em;
 word-spacing: -0.05em;
	line-height: 1.5em;		
}

.image-text {
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;	
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	word-spacing: normal;
	border-right: 1px;
	border-top: 1px;
	border-left: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #849269;
}

.image-background {
	border: 0px;
	background-color: #849269;
}

.image-background-borders {

	border-right: 1px;
	border-top: 1px;
	border-left: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #849269;
	background-color: #849269;
}

.image-background-rt-border {

	border-right: 1px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #BBCDAB;
	background-color: #849269;
}

.image-background-bottom-border {

	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 3px;
	border-style: solid;
	border-color: #849269;
	background-color: #849269;
}

.image-background-top-border {
	border-right: 0px;
	border-top: 3px;
	border-left: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #849269;
}


/* end table styles */


/* start list styles *************/

.body-ul {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 19px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 35px;
}

.video-li {
	list-style-image:  url(../images/buttons/video.gif);
}

.body-ol {
	list-style-type: decimal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 19px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 35px;
}

.map-ul {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 25px;
}

.list-line-limit {
max-width:587px;
width:expression(document.body.clientWidth > 800? "587px": "auto" );
}

/* end list styles */



/* start information table - settings ***************/

.info-table {
	font-size: 10px;
	background-color: #849269;
	letter-spacing: 1px;
	word-spacing: 2px;
	border-bottom: 0px solid #849269;
	border-top : 1px solid #849269;
	border-right : 0px solid #849269;
	border-left : 1px solid #849269;	
}

.info-title {
	padding: 3px 3px 3px 3px;
	background-color: #ACCBB9;
	border-bottom: 1px solid #849269;
	border-top : 0px solid #849269;
	border-right : 1px solid #849269;
	border-left : 0px solid #849269;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 11px;
}

.info-line-1 {
	padding: 3px 3px 3px 3px;
	background-color: #ADBD94;
	border-bottom: 1px solid #849269;
	border-top : 0px solid #849269;
	border-right : 1px solid #849269;
	border-left : 0px solid #849269;
}

.info-line-2 {
	padding: 3px 3px 3px 3px;
	background-color: #BBCDAB;
	border-bottom: 1px solid #849269;
	border-top : 0px solid #849269;
	border-right : 1px solid #849269;
	border-left : 0px solid #849269;
}

.info-table-contact {
	font-size: 13px;
 	letter-spacing: 0.05em;
 	word-spacing: -0.05em;
	line-height: 1.5em;
	background-color: #849269;
	border-bottom: 0px solid #849269;
	border-top : 0px solid #849269;
	border-right : 1px solid #849269;
	border-left : 0px solid #849269;	
}

.info-line-contact-blue {
	padding: 5px 5px 5px 15px;
	background-color: #ACCBB9;
	border-bottom: 0px solid #849269;
	border-top : 0px solid #849269;
	border-right : 0px solid #849269;
	border-left : 0px solid #849269;
}

.info-line-contact-lt {
	padding: 5px 5px 5px 15px;
	background-color: #BBCDAB;
	border-bottom: 0px solid #849269;
	border-top : 0px solid #849269;
	border-right : 0px solid #849269;
	border-left : 0px solid #849269;
}

.info-line-contact-dk {
	padding: 5px 5px 5px 15px;
	background-color: #ADBD94;
	border-bottom: 0px solid #849269;
	border-top : 0px solid #849269;
	border-right : 0px solid #849269;
	border-left : 0px solid #849269;
}

/* end information table settings */



/* start default Links *******************/

a:link {text-decoration: underline; color: #333333;}
a:link:active {text-decoration: underline; color: #FF3300;}
a:link:hover {text-decoration: underline; color: #8100CE;}
a:visited {text-decoration: underline; color: #333333;}
a:visited:active {text-decoration:underline; color: #FF3300;}
a:visited:hover {text-decoration: underline; color: #8100CE;}

/* end default links */



/* start footer styles *************/

.footer-content {
	background-color: #21282E;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	font-size: 10px;
	color: #F0FBFD;
	margin: 1px;
	padding: 2px 10px 3px 3px;
	letter-spacing: 1px;
	word-spacing: 2px;
}
	
.footer-link a:link {color: #AEE4FF; font-size: 9px; text-decoration: none;}	
.footer-link a:active {color: #FF6600; font-size: 9px; text-decoration: underline;}
.footer-link a:hover {color: #F0FBFD; font-size: 9px; text-decoration: underline;}
.footer-link a:visited {color: #AEE4FF;	font-size: 9px;	text-decoration: none;}
.footer-link a:visited:active {color: #FF6600; font-size: 9px; text-decoration: underline;}
.footer-link a:visited:hover {color: #F0FBFD; font-size: 9px; text-decoration: underline;}

/* end footer styles */
.bold-text { font-weight: bold; 
}
