/* CSS Document */

/************* Nav styles **************/
#nav{
	display:block; width: 273px; height:auto;
	margin:0; padding:0; border:0;
	float:left; clear:left;
}
#nav img{float:left;}

#nav ul{
	display:block; width:240px; padding:3px 0 0 0;	margin: 30px 0 15px 36px;
	border-style:solid;
	border-color:#71747C;
	border-width:1px 0 0 1px;
	font-family:Arial, Helvetica, sans-serif; color:#fff; background:url(../pics/nav/bg_nav.gif) left top no-repeat; 
}
#nav li {list-style:none;}

#nav li a:link, #nav li a:visited {
	display: block; width:212px;
	padding: 4px 4px 4px 21px; margin:0 0 0 0px; 
	border: 0;
	line-height:normal; font-weight:bold; text-decoration:none; color:#000;
	background:url(../pics/nav/bullet-u.gif) 8px 50% no-repeat;}

#nav li a:hover, #nav li a:active{text-decoration:none;	color:#ccc; }

#nav li#lastnav a:link, #nav li#lastnav a:visited{ padding-bottom: 7px; border-bottom:1px solid #71747C;}


/* Main Navigation On Page Styles */

body#home a#homeLink,
body#why a#whyLink,
body#existing a#existingLink,
body#build a#buildLink,
body#news a#newsLink,
body#contact a#contactLink
{
	color:#fff;
	border-left: 0;
}
body#home a:hover#homeLink, a:active#homeLink,
body#why a:hover#whyLink, a:active#whyLink,
body#existing a:hover#existingLink, a:active#existingLink,
body#build a:hover#buildLink, a:active#buildLink,
body#news a:hover#newsLink, a:active#newsLink,
body#contact a:hover#contactLink, a:active#contactLink{
	 
}

/* Up Link */

.up a:link, .up a:visited{
	width:auto; height: auto; margin:0; padding:0;
	text-decoration:none; color:#ccc; float:right;
}
.up a:hover, .up a:active{color:#fff;}

