
/* Stylesheet for Rick Gustavson

Colors - Background Darker Blue = #262451 Dark Blue= #333366  Light Purple = #6A6F8B LineTan=#FFCC92, 
Turquoise = #669999 Lighter Turquoise = #5FA3AD  Tan = #FFCC92
*/


/*** TAGS ***/
body {
	background-image: url(images/background.gif);
	background-color: #333366;
	color 			: #cccccc;
	font-size 		: 11pt;
	font-family 	: Arial, Helvetica, sans-serif;
	margin			: 0px 0 0 0;
}

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

a:link { 
	
    color			: #FFCC92; 
	
	}

a:hover {
	
	color 			: #cccccc;
}





h1 { color: #FFCC92; 
       font-size: 11pt; 
       font-weight: bold; 
       padding-top: 0;
       padding-bottom: 0;
       text-align: left;
       margin :15px 0 0 1px;
}

h2 { color: #5FA3AD; 
       font-size: 10pt; 
       font-weight: bold; 
       margin-top: 0px;
       margin-bottom: 2px;
       text-align: center;
      
}


h3 { color: #FFCC92; 
       font-size: 12pt; 
       font-weight: bold; 
       padding-top: 0;
       padding-bottom: 3px;
       text-align: center;
       margin :0;
}

h4 { color: #5FA3AD; 
       font-size: 11pt; 
       font-weight: bold; 
       margin-top: 0px;
       margin-bottom: 8px;
       text-align: left;
      
}

h5 { color: #669999; 
       font-size: 10pt; 
       font-weight: bold; 
       padding-top: 0;
       padding-bottom: 3px;
       text-align: left;
       margin :0;
}

 .hrSolid{ margin:0; padding:0; color:#6A6F8B; width:100%;

}

/*** CLASSES ***/
/* move me closer*/
.close{
	margin-top		: 0;
}

.caption { font-size: 10pt;
font-weight: bold;

}

.list li {padding:1em 0;

}

/* the containing table - all information is here */
.maintable {
	background-color :#262451;
	color : #cccccc;
	border:1px solid #333366;
	min-height:2000px;
}


.sidebar { background-color:#333366; 
 /*border: 0 0 0 1px solid #333366;*/
}

.fix { margin:0 -2pt;
padding:0
}


.headerbar {background-color : #262451;

}

.headertable {background-color : #262451;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
text-align: left;
text-decoration: none;
color: #FFCC92;
padding: 0px 15px 0px 15px;
}

.headertable a:link{ 
	/*background-color : gray;*/
    color			: #FFCC92;  
    text-decoration: none; 	
	}

.headertable a:visited{
	color 			: #FFCC92;
	text-decoration: none;	
	}

.headertable a:hover{
	/*background-color : #FF9900;*/
	color 			: #669999;
	text-decoration: none;
}

.headertable a:active{  /*339999*/
	/*background-color : black;*/
      color			: gray; 
      text-decoration: none;		
	}


.topbar {background-image:url(images/topBarBG.gif);
text-align:center;
background-repeat: repeat-x;
border: 0;
}



/* the main display area*/
#displaytable {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
text-align: left;
background-color: #262451;
color: #cccccc;
padding: 0px 15px 0 15px;
}

#displaytable a { 
font-size: 10pt;
}

#displaytable a:link { color: #FFCC92;
}

#displaytable a:visited{ color: #FFCC92;
}
#displaytable a:hover{ color: #cccccc;
}

#displaytable img {padding: 0px;
border: 1px solid #CCCCCC;
margin: 3px; 
}

.content {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
text-align: left;
color: #cccccc;
padding: 0px 15px 0 15px;
}

.innertable { /*border: 1px solid #CCCCCC;*/
/*background-color: #262451;*/
color: #cccccc;
font-size: 10pt;
padding: 5px;
margin: 0 0 0 4px;
}

.innertable img {padding: 0px;
border: 1px solid #CCCCCC;
margin: 3px; 
}

.pricetable { border: 1px solid #cccccc;
background-color: #999999;
color: white;
font-size: 10pt;
padding: 5px;
margin: 0 0 0 4px;
}

.priceheader { border: 1px solid #cccccc;
background-color: #669999;
color: white;
font-size: 10pt;
padding: 5px;
margin: 0 0 0 4px;
}

.photo img{ border: 1px solid #CCCCCC;
margin: 3px; 
}



/* put noborder within quotes of innertable class*/
.noborder{ border: none;
}

.innertableLink1 { border: 1px solid #CCCCCC;

background-color : #cccccc;
	color 			: #66FF66;
	font-size 		: 10pt;
	margin 			: 0;
	padding			: 0;

}



.closer {
	margin-top 		: -2pt;
	margin-bottom	: 0;
}



/*bottom bar display*/
.bottombar {
      background-color: #333366;
      font-size: 8pt; 
      font-weight: normal;
      color: #999999;
}


.bottombarHP {
      /*background-color: #999999;*/
      font-size: 8pt; 
      font-weight: normal;
      color:  #999999;
 }


.bottombar {
	/*color 		: #339999;*/
	text-decoration : none;
	font-weight		: normal;
}
.bottombar:visited{
	color 			: #999999;
}

.bottombar:link{ 
	/*background-color : gray;*/
    color			: #999999; 
	
	}

.bottombar:hover{
	/*background-color : #FF9900;*/
	color 			: #669999;
}

.bottombar:active{  /*339999*/
	/*background-color : black;*/
      color			: gray;
 		
	}
	

/* Top Bar Menu tag styles   */

.menuwrapper{
	text-align:center;
	margin:0 auto;
}
.menuinnerwrapper{
	width:770px;
	text-align:center;
	margin:0 auto;
}


#menu {
margin: 0 0 0 22px;
padding: 0;

}
#menu dl{
	margin: 0 0 0 4px;
	padding: 0 0 0 0px;
	float:left;
	
}
#menu dt{
	cursor: pointer;
	line-height: normal;
	margin:  0 1px;
	text-align: left;
	color: white;
	font-size: 	9pt;
	font-weight: bold;
}

#menu dt a{
	color: white;
	font-size: 	9pt;
	font-weight: bold;
	text-decoration: none;
}

#menu dt a:hover {
text-decoration: none;
color: #FFCC92;

}



#menu dd {
	position:absolute;
	z-index: 100;
	margin: 0em 0 0 0em;
	padding:  0;
	background:url(images/dropDown.jpg) no-repeat;
	/*background: #CCCCCC;*/
	border: 1px solid #333366;
	display:none;
	width: 140px;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	/*background: #CCCCCC;*/
	display: block;
}

#menu li {
	text-align: left;
	line-height: normal;
	padding: 2px  3px;
	margin:  2px ;
	border-bottom: 1px dotted #262451 ;

}



#menu li a{
	font-size: 	9pt  ;
	color: #333366;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
text-decoration: none;
color: #FFCC92;

}

.HPphoto{
background:url(images/HPphoto.jpg) no-repeat;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:16pt;
font-weight: bold;
font-style: italic;
color: #333366;

}

.DOCphoto{
background:url(images/AERIAL.jpg) no-repeat;
/*text-align:right;*/

}

.sold{color: white;
background-color: red; 
font-size: small;
margin: 0;
padding: 1px;
border: 1px solid white;

}

.sell{color: red;
background-color: white; 
font-size: medium;
width: 120px;
border: 1px solid #cccccc;
margin: 0;
padding: 0;
}

/* This is a solid border table on the cells*/

#photo td { border: 1px solid #CCCCCC;

}

/*To remover border on photos place in td of photo*/

#white img{ border: none;

}



.BGphoto{
background:url(images/contactBG.jpg) no-repeat;

}


.TYphoto{
background:url(images/thankYouBG.jpg) no-repeat;

}

.head2{
color: red;
font-size: 14pt;

}

.Stripe{
background:url(images/stripe.gif) repeat-X;
background-position: top center;
text-align:center;
}

.Stripe2{
background:url(images/stripe2.gif) repeat-X;
background-position: top center;
text-align:center;
}

.Caption {
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight: bold;
color: #cccccc;
	}
	




