body 
{
margin-top: 0px;
margin-left: 0px;
color: white;
background-color: black;
background-image:url(backg.jpg);
background-position: top left;
background-repeat: no-repeat;
font-family: "Helvetica Neue", "Myriad Pro", Arial, sans-serif;
font-size: 24px;
font-weight: bold;
}


a {color: #bcd28b; font-family:  "Helvetica Neue", "Myriad Pro", Arial, sans-serif; text-decoration: none}
a:visited {color: #bcd28b; text-decoration: none}
a:active {color: #bcd28b; text-decoration: none}
a:hover {color: #bcd28b; text-decoration: underline}


h1 
{
font-family:  "Helvetica Neue", "Myriad Pro", Arial, sans-serif;
font-size: 24px; 
font-style: normal; 
font-weight: bold;
text-decoration: none;
padding-left: 10px;
padding-top: 0px;
margin-bottom: 5px;
margin-top: 10px;
color: #5c9b8f;
}


h2 
{  
font-family:  "Helvetica Neue", "Myriad Pro", Arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
padding-left: 10px;
padding-top: 5px;
margin-bottom: 0px;
color: white;
}


p  
{
font-family:  "Helvetica Neue", "Myriad Pro", Arial, sans-serif;
font-size: 12px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
padding-left: 10px;
margin-top: 10px;
}

ul
{
font-family:  "Helvetica Neue", "Myriad Pro", Arial, sans-serif;
font-size: 12px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
list-style-position: outside;
}


/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article {  
        display: block;  
    }  


#header
{
	position: absolute;
	top: 25px;
	left: 43px;
	width: 200px;
	height: 120px;
}



#nav
{
	position: absolute;
	top: 211px;
	left: 34px;
	width: 222px;
	height: 195px;
	padding-right: 13px;
}

#nav ul 
{
margin: 0px;
padding-top: 15px;
list-style-type: none;
text-align: right;
}

#nav li
{
padding-bottom: 15px;
}


#nav a {color: white; font-family:  "Helvetica Neue", "Myriad Pro", Arial, sans-serif;  font-size: 24px; font-weight: bold; text-decoration: none}
#nav a:visited {color: white; text-decoration: none}
#nav a:active {color: white; text-decoration: none;}
#nav a:hover {color: black; background-color: #FFF; text-decoration: none}

#section
{
	position: absolute;
	top: 191px;
	left: 300px;
	width: 730px;
	height: 377px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background-color: black;
}

#content
{
	position: absolute;
	top: 216px;
	left: 315px;
	width: 700px;
	height: 350px;
}

#footer {
	position: absolute;
	top: 613px;
	left: 589px;
	width:371px;
	height: 51px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
} 

#main {
position: relative;
margin-left: auto;
margin-right: auto;
width: 950px; 
height: 1000px;
background-color: white;
}

#directions
{
	float: left;
	width: 320px;
	height: auto;
}

#map
{
	float: left;
	width: 290px;
	height: auto;
}

#column
{
	float: left;
	width: 450px;
	height: 300px;
	overflow: auto;
	margin-bottom: 10px;
	padding-right: 20px;
	margin-right: 20px;
    border-right: 1px dotted #bcd28b;
}

.transparent
{
   filter: alpha(opacity=80); 
   -moz-opacity: 0.8; 
   opacity: 0.8; 
}

.videopadding
{
	padding-top: 50px;
}

.footer
{
	color: #999;
	font-size: 10px;
	text-align: right;
}
