@charset "utf-8";

/* BASE STYLES */


html,body {
height:101%;
margin:0;
padding:0;
text-align:center;
}
body {
	color: #515151;
	background: #fff url(../img/images/body_bg.png) repeat-x top;
	margin: 0px;
	padding: 0px 0px 20px;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
color: #5b97b1;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

img {
margin: 0px;
padding: 0px;
border-style: none;
	
}

div.clear {
clear: both;
}
#page {
	margin: -10px auto 0px ;
	_margin: 0px auto 0px;
	padding: 0px 0px 20px;
	width: 960px;
	position: relative;
	background: #fff;
}

/* HEADER */
#header {
	/*margin-top:10px;*/
	padding: 0px;
	height: 109px;
	width: 960px;
	position: relative;
	float: left;
	background-image: url(../img/images/header_bg.png);
	background-repeat: no-repeat;
}
#nav {
margin: 0px;
padding: 0px;
height: 40px;
width: 683px;
border-right: 1px solid #006488;
border-left: 1px solid #004057;
position: absolute;
top: 69px;
right: 0px;
}
#nav ul {
margin: 0px;
padding: 0px;
height: 40px;
width: 683px;
list-style: none;
}
#nav li {
background: transparent;
margin: 0px;
padding: 0px;
float: left;
height: 40px;
}
#nav a {
background: transparent url(none);
border-top: 1px solid #006488;
border-right: 1px solid #004057;
border-bottom: 1px solid #004057;
border-left: 1px solid #006488;
font-size: 12px;
font-weight: bold;
line-height: 38px;
height: 38px;
color: #fff;
text-decoration: none;
float: left;
text-align: center;
text-transform: uppercase;
}
#nav   a.current   {
background: url(../img/images/nav_current_bg.png) repeat-x;
color: #515151;
border-color: #fff;
}
#nav   a:hover   {
border-top: 1px solid #006488;
border-right: 1px solid #004057;
border-bottom: 1px solid #004057;
border-left: 1px solid #006488;
background: url(../img/images/nav_over_bg.png) repeat-x;
color: #fff;
}
#home  {
width: 61px;
}
#about_us  {
width: 86px;
}
#being_connected {
width: 142px;
}
#serve {
width: 66px;
}
#vine {
width: 53px;
}
#media {
width: 62px;
}
#news {
width: 62px;
}
#event_calendar {
width: 135px;
}
#tabs {
margin: 0px;
padding: 0px;
height: 23px;
width: 246px !important;
width: 252px;
position: absolute;
top: 46px;
right: 1px;
}
#tabs ul {
margin: 0px;
padding: 0px;
float: left;
height: 23px;
list-style: none;
}
#tabs li {
margin: 0px 0px 0px 6px !important;
padding: 0px;
height: 23px;
width: 117px;
float: left;
}
#tabs a {
background: url(../img/images/tab_bg.png) no-repeat;
margin: 0px;
padding: 0px;
float: left;
height: 23px;
width: 117px;
font-size: 11px;
color: #5b97b1;
text-align: center;
line-height: 23px;
text-decoration: none;
text-transform: uppercase;
}
#tabs a:hover {
text-decoration: underline;
}

/* CONTENT AREA */
#content_container {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 960px;
	text-align: center;
	position: relative;
}
#content_header {
margin: 0px;
padding: 0px;
float: left;
width: 960px;
}
#subcontent_container {
padding: 0px;
width: 906px;
float: left;
margin: 12px 0px 0px 28px !important;
margin: 12px 0px 0px 14px;
}


/* FOOTER */
#footer {
margin: 40px 0px 0px 12px;
padding: 0px;
width: 930px;
border: 1px solid #d6d6d6;
text-align: center;
float: left;
}
#footer ul {
margin: 0px;
padding: 0px;
list-style: none;
}
#footer li {
display: inline;
margin: 0px;
padding: 0px 12px;
line-height: 30px;
border-right: 1px solid #d6d6d6;
}
#footer li.end {
border-right-style: none;
}
#footer a {
color: #515151;
text-decoration: none;
font-size: 10px;
text-transform: uppercase;
}
#footer a:hover {
text-decoration: underline;
}
#copyright_footer  {
font-size: 10px;
line-height: 48px;
}
#subnav  ul  li ul li ul li {
background: #fff url(none);
margin: 0px;
border-style: none;
padding-left: 20px;
display: block;
float: left;
width: 270px;
}

#subnav   ul   li   ul   li   ul  li a {
margin: 0px 0px 0px 20px;
background: transparent url(none);
width: 250px;
border-left: none;
border-top-style: none;
border-right-style: none;
font-size: 11px;
border-bottom: 1px dotted #BCBCBC;
padding: 0px;
float: left;
}


