#header {
width: 940px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 15px;
height: 1%;
position: relative;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h1 a {
color: #fff;
text-decoration: none;
display: block;
width: 500px;
height: 95px;
margin: 0px 0 15px 0;
text-indent: -9999px;
background-image: url(../img/logo.png);
background-repeat: no-repeat;
background-position: bottom left;
}

/*#header .twitter {
	display: block;
	width: 180px;
	top: 0px;
	right: 0px;
	padding: 20px 0 0 0;
	margin-right: 0px;
	position: absolute;
	text-indent: -9999px;
	background: transparent url(../img/follow_us.jpg) no-repeat top left;
}

#header .twitter:hover {
	background: transparent url(../img/follow_us.jpg) no-repeat bottom left;
}*/

#header .fb {
	display: block;
	width: 130px;
	top: 50px;
	right: 400px;
	padding: 25px 0 0 0;
	margin-right: 0px;
	position: absolute;
	text-indent: -9999px;
	background: transparent url(../img/fb4.jpg) no-repeat top left;
}

/*#header .fb:hover {
	background: transparent url(../img/fb3.jpg) no-repeat -42px left;
}*/

#header .phone_header {
	dislplay: block;
	position: absolute;
	top: 55px;
	right: 0px;
	font-size: 14px;
	color: #666;
}

#header .phone_header strong {
	color: #333;
}

/*-------------NAV STYLES----------------*/

.nav li {
position:relative;
float: left;
display: block;
}

#header .nav {
padding-left: 0px;
margin-left: 0px;
}

.nav li a {
color: #333; 
font-size: 13px;
font-weight: normal;
text-decoration: none;
line-height: 40px;
display: block;
text-align: center;
height: 40px;
background: url(../img/nav_bg.png) repeat-x bottom left;
border-right: 1px solid #aaa;
}

.nav li a:hover, #active a, #active a:hover {
background: url(../img/nav_bg.png) repeat-x top left;
color: #333333;
}

.nav .home a {
background: url(../img/nav_homebg.png) repeat-x bottom left;
}

.nav .home a:hover, .nav #active.home a {
background: url(../img/nav_homebg.png) repeat-x top left;
}

.nav .contact a {
background: url(../img/nav_contactbg.jpg) repeat-x bottom left;
}

.nav .contact a:hover, .nav #active.contact a {
background: url(../img/nav_contactbg.jpg) repeat-x top left;
}

/*------NAV LINKS WIDTH------*/

.nav .home a {
width: 89px;
}

.nav .blog a{
width: 100px;
}

.nav .funhomeweb a{
width: 209px;
}

.nav .memvid a{
width: 153px;
}

.nav .webcast a{
width: 177px;
}

.nav .support a{
width: 90px;
}

.nav .contact a{
width: 116px;
border-right: 0px;
}
