/* CSS Document */

body	{
	background-color:black;
	margin:0;
	padding:0;
}

#interiornav	{
	position:relative;
	background-image: url(images/interior_header.jpg);
	background-repeat:no-repeat;
	width: 806px;
	height: 95px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: white;
	padding: 0;
}
.tester
{		
         position: absolute;
		 top:6px;
		 right: 10px;

}
* html .tester {right: 0px;}

a.tester
{
         display: block;
		 background-image:url(images/spacer-logo.gif);
/*         border: 1px dashed red; */
}
 a.tester span
{
         display: none;
}

 a.tester#link1
{
         height: 58px;
         width: 135px ;
}
 a.tester#link1:hover	{background-image:url(images/spacer-logo.gif);}

ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	padding-top: 78px;
	
}

li { /* all list items */
	float: left;
	position: relative;
	padding-left: 10px;
	
}
*html ul	{ padding-top: 76px; }
li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0px;
	margin:0;
	padding:4px 0px 5px 0px ;	
}
*html li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 10px;
	margin: 3px 0px 0px 0px;
	padding:5px 0px 5px 0px ;	
}

li ul li { /* second-level lists */
	clear: left;
	padding: 5px 10px;
	text-align:left;
	width: 220px;
	background-color: #1c415e;
	border-bottom: 1px solid #AAA;
	
}

/*li>ul { to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left 
	top: auto;
	left: auto;
}*/

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	
	
}

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


#pattern	{
	background-image:url(images/pattern.gif);
	height:300px;
	width: 806px;
	border-top: 1px solid white;
	position:relative;
	margin:0;
	padding:0;
}
.copyright	{
	position: absolute;
	bottom: 10px;
	left: 320px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: x-small;
}


#content	{
	background-color:#bababa;
	color:#3e3e3e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	margin:0;
	padding: 0;
	border-top:3px solid #3e3e3e;
	border-bottom: 25px solid #3e3e3e;
	width:806px;
	text-align:left;
}
#content h1	{
	font-family: Trebuchet MS, Trebuchet;
	font-size: 30px;
	color:#3e3e3e;
	padding-left: 56px;
	padding-top: 26px;
	font-weight:normal;
	
}
*html #content h1 {padding-top:36px;}
#content p	{
	padding: 0px 320px 0px 76px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#3e3e3e;
	line-height: 20px;
}

#content a:link	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#4295c4;
	text-decoration:underline;
}
#content a:visited	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#3e3e3e;
	text-decoration:underline;
}
#content a:hover	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#4295c4;
	text-decoration:underline;
}
#content a:active	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#4295c4;
	text-decoration:underline;
}

#content ul	{
border: 0;
margin:0;
list-style-position:inside;
padding: 0 0 0 86px;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
color: #3e3e3e;
}
#content li	{
clear:left;
display:list-item;
font-size: 13px;
list-style-type:disc;
padding:0;
}



#footer	{
	width: 806px;
	height:30px;
	background-image:url(images/pattern.gif);
	background-color:black;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	position:relative;
}
.copyright-interior	{
	position: absolute;
	bottom: 10px;
	left: 320px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #aaa;
	font-size: x-small;
}
.orange	{
	color:#f37220;
}
.subtitles {font-size: 16px; font-weight:bold;}

.gallery	{border-color:black;}
