/**
 * Navigator Multimedia Inc Standard CSS.
 * @author Chris satterthwaite <chris@navigatormm.com>
 * @version 1.0
 * @copyright Copyright (c) 2007, Navigator Multimedia Inc
**/

/***** Body Formatting *****/
body { background-color:#ffffff;}
#wrapper{ width:800px; margin:0px auto;}
	
/*****Flash Image Formatting *****/	
#flashimage {}
	
/***** Header Formatting *****/	
#header {height:159px; margin-bottom:0px; background-color:#ffffff; background:url(../images/interface/bg-header.jpg);}

/***** Main Navigation Formatting *****/	
#main-navagation {
	width:800px;
	height:61px;
	display:block;
	background:url(../images/interface/navbar.gif) no-repeat;/*comment this line if using text only Navigation*/
	position:relative;
	background-image: url(../images/interface/navbar.gif);
	}
	
#main-navagation li {
	margin:0px;
	padding:0px;
	list-style:none;
	/*float:left; uncomment this if using text only Navigation*/
	position: absolute;/*comment this line if using text only Navigation*/
	top:-px;/*Remove this line if using text only Navigation*/
	height: 61px;
	}
	
#main-navagation li span {display:none;}/*comment this line if useing text only Navigation*/	
#main-navagation li a {height:61px; display:block;}/*remove height and display block if using text only navigation*/

/*comment this block of code if using text only Navigation*/
#index {left:93px;  width:73px;}
#leaseapplication {left:180px; width:153px;}
#whylease {left:353px; width:120px;}
#whatwelease {left:490px; width:126px;}
#contactus {left:641px; width:100px;}
 
#index a:hover, .indexon {background:transparent url(../images/interface/navbar.gif) -93px  -61px no-repeat;}
#leaseapplication a:hover, .leaseapplicationon {background:transparent url(../images/interface/navbar.gif) -180px -61px no-repeat;}
#whylease a:hover, .whyleaseon {background:transparent url(../images/interface/navbar.gif) -353px -61px no-repeat;}
#whatwelease a:hover, .whatweleaseon {background:transparent url(../images/interface/navbar.gif) -490px -61px no-repeat;}
#contactus a:hover, .contactuson {background:transparent url(../images/interface/navbar.gif) -641px -61px no-repeat;}

/*-------------------------------------------------------*/

/***** Vertical Dropdown Formatting *****/
#main-navagation li ul { list-style: none;}
#main-navagation li ul li {float:none;}/* Stops the drop down menu li text from floating left */
#main-navagation ul li {position:relative;}/*Makes the drop down menu postion 0,0 on the parent li instead of the browser window If text Nav remove UL*/

#main-navagation li ul {
	display:none;
	background-color:#ffffff;/* Trick IE into using hover */
	position:absolute;
	left:0px;
	top:61px;
	}

#main-navagation li ul li{
	width:160px;/*Changes the width of drop down*/
	height:10px;
	padding:5px;/*Fixes White Space in IE*/
	border-bottom: 1px solid #000000;
	background-color:#88a6c9;
	}

#main-navagation li ul li:hover{
	color:#820024; 
	background-color:#ffffff;
	}

#main-navagation li ul li a { 
	color:#000000; 
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	}

#main-navagation li ul li a:hover { 
	color:#88a6c9;
	background-image:none;
	}

#main-navagation li:hover ul, #main-navagation li.over ul { display: block; }
#main-navagation li:hover ul, li.over ul { display: block; }

/***** Content Formatting *****/	
#content-wrapper {
	padding: 10px 10px;
	}

#col1 {
	width:100%;
	min-height:400px;
	height:auto !important;
	height:320px;
	padding:0px 10px 0px 0px;
	}
	

/***** Col1 General Page Formatting *****/
#col1 h1 { color:#7b97c4; font-size:1.5em; padding: 5px 0px 5px 0px;}
#col1 h2 { color:#000000; padding:5px 0px 5px 0px;}
#col1 h3 { color:#000000; padding:5px 0px 5px 0px;}
#col1 p  { color:#44608c;}
#col1 ul { color:#44608c; list-style:square; padding:0px 0px 18px 20px;}
#col1 li { padding:0px 0px 10px 0px;}
#col1 a  { color:#FF9900;}

/***** Photo Gallery Page Formatting *****/
#col1 .gallery { width:560px; margin:0px auto; padding:0px 0px 0px 0px;}
#col1 .gallery img { padding:4px 4px 15px 4px; border:solid 1px #000000; background-color:#FFFFFF;}
#col1 .gallery img:hover {background-color:#820024;}
#col1 .gallery li { text-align:center; margin:15px 5px; padding:0px 0px 0px 0px; list-style:none; float:left;}
#col1 .gallery p { font-size:0.8em; padding:0px 0px 0px 0px;}
#col1 .gallery .divider { width:560px; height:1px; margin:0px 0px; display:block; border-bottom:1px solid #ffffff;}

/***** Footer Formatting *****/	
#footer {
	width:800px;
	height:59px;
	margin-top:14px;
	padding-top:5px;
	background:url(../images/interface/bg-footer.jpg) no-repeat;
	}
	
#footer-nav { 
	font-size:0.8em; 
	width:470px;/*Changes the width to center the links*/ 
	margin:0px auto;
	}
	
#footer-nav li{ margin:0px 6px; float:left;}
#footer-nav a{ color:#344f7a;}

#footer-address { color:#30537d; font-size:0.8em; width:800px; margin-top:5px;}
#footer-address  a{ color:#30537d;}

