/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/

@import url("base.css");
@import url("layout.css");
@import url("nav.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body {
	  font-family: arial, verdana, helvetica, sans-serif;
	  color: black;
}

h1 {
	  text-align:center;
	  font-family: arial, verdana, helvetica, sans-serif;
	  font-size: 16px;
	  padding-top: 1px;
	  color: #CC0000;

}

h2 {
	  text-align:center;
	  font-family: arial, verdana, helvetica, sans-serif;
	  font-size: 16px;
	  padding-top: 1px;
	  padding-top: 20px;
	  color: #CC0000;
	 
}

h3 {
	  text-align:center;
	  font-family: arial, verdana, helvetica, sans-serif;
	  font-size: 15px;
	  padding-top: 1px;
	  padding-top: 20px;
	  color: #CC0000;
	  margin:auto;
	 
}



/* BANNER SPECIFIC
----------------------------------------------------------------*/
#banner h1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	text-align:right;
	padding: 5px 20px 15px 0px;
	font-variant: normal;
}



/* CONTENT SPECIFIC
----------------------------------------------------------------*/
#content P
{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-align: left;
	padding: 5px 3px 15px 3px;
}

#content H2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	text-align: left;
	padding: 5px 3px 15px 3px;
}

#content P.small
{
	font-size: 12px;
	color: #666666;
	text-align: center;
	
}

#content P.smallLeft
{
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding: 0px 0px 10px 0px; 
	margin: 0px;
	
}

/* FOOTER SPECIFIC
----------------------------------------------------------------*/
#footer h1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-align:center;
	font-style:italic;
	font-weight:bold; 
	padding-bottom:20px;	
}


#footer p
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:center;
	padding-bottom:20px;	
}

#footer p.footerBlue
{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-align: center;
}

#footer td 
{ 
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#footer table 
{ 
	width: 100%;
}

/* TABLES
----------------------------------------------------------------*/
table.homePage
{	
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	width: 100%;
	/*
	color: #404040;
	width: 100%;
	background-color: #fafafa;
	border: 1px #d79900 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	*/
}

table.footer
{	
	width: 100%;
	border:thick;
	/*
	color: #404040;
	width: 100%;
	background-color: #fafafa;
	border: 1px #d79900 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	*/
}

table.homePage td 
{ 
	width: 50%;
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}

table.groundGallery
{ 
	width: 100%;
}

table.groundGallery td 
{ 
	vertical-align:top;
	text-align:center;
}

table.aerialGallery td 
{ 
	vertical-align:top;
	text-align:center;
}

table.infaredPage
{ 
	width: 90%;
	margin:auto;
	padding-top:20px;
}

table.infaredPage td 
{
	vertical-align:top;
	
}


/* LISTS
----------------------------------------------------------------*/
li
{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight:normal; 
	list-style: none;
	list-style-image: url(/_images/bullet-check.gif);	
	text-align:left;
}

ul
{
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight:bold; 
	list-style: none;
	margin-left: 0;
	padding: 0 0 0 10px;
	
}


/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
p.error 
{
	color: red;
}

p.small 
{ 
    color: red;
	
}


.white 
{
	color: white;
	font-size: 12px;
	text-indent:10px;
	text-align: justify;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

#white {
	color: white;
	font-size: 12px;
	text-indent:10px;
	text-align: justify;
}

.imgAlignRight {
	padding-left:10px;
}

.imgAlignCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgBlock {
    display: block;
	padding: 0px 0px 3px 0px;
	margin: 0px;	
	float: right;
}

.buttonBlock {
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

.panoramics {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 5px 0px 15px 0px;
	
}

.virtualTourLinks
{
	font-size: 11px;
	color: #666666;
	text-align: center;
	
}

.small
{
	font-size: 12px;
	color: #666666;
}



