/* Body
----------------------------------------------- */
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background: #f90 url("../imgs/bg.gif") center top repeat-y;
}



/* Structure
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	border: 0;
}

#container{
	position: relative;
	width: 745px;
	margin: 0 auto;
}

#intro{
	position: relative;
	width: 745px;
	background: #fff url("../imgs/bg_intro.gif") top left no-repeat;
	margin-bottom: 25px;
	border-top: solid 1px #82b2d6;
}

#nav{
	position: relative;
	width: 745px;
}

#graphic{
	position: relative;
	clear: both;
	width: 745px;
	height: 860px;
	background: url("../imgs/image.jpg") 8px 0 no-repeat;
}

#swf_one{
	position: absolute;
	top: 0;
	left: 8px;
	width: 315px;
	height: 217px;
}

#swf_two{
	position: absolute;
	bottom: 192px;
	right: 11px;
	width: 342px;
	height: 240px;
}

#ar{
	text-align: center;
	position: relative;
	width: 745px;
}

#footer{
	position: relative;
	width: 745px;
	border-top: solid 1px #c2cfd5;
	margin-top: 146px;
}



/* Paragraphs and Headings
----------------------------------------------- */
#intro h1,
#intro p{
	margin-left: 80px;
}

#intro h1{
	margin-top: 25px;
	margin-bottom: 20px;
}

#intro p,
#ar p{
	font-size: 11px;
}

#intro p{
	margin-right: 50px;
	margin-bottom: 15px;
}

.more{
	display: block;
	margin: 20px 65px 75px 0;
	text-align: right;
}

#ar strong{
	display: block;
	margin-bottom: 30px;
	color: #919119;
	font-size: 12px;
}

#footer p{
	font-size: 10px;
	display: float;
	line-height: 26px;
}

#footer #copy{
	float:left;
	display: inline;
	margin-left: 15px;
}

#footer #credit{
	float: right;
	display: inline;
	margin-right: 15px;
}

#footer .eho{
	padding-left: 20px;
}

#footer .eho img{
	vertical-align: middle;
}



/* Lists
----------------------------------------------- */
#nav ul{
	margin-left: 80px;
}

li{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
	line-height: 1em;
}

#nav li{
	float: left;
	padding-right: 20px;
}

#nav li ul {
	position: absolute;
	margin-left: 0;
	left: -999em;
}

#nav li ul li{
	text-transform: none;
	margin-top: 10px;
	font-weight: normal;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#subnav-container{
position: relative;
width:650px;
float: left;
display: inline;
margin-top: 50px;
margin-bottom: 20px;
margin-left: 80px;
}
#watch-video {
float:left;
width:252px;
}
#subnav {
float:left;
display: inline;
width:350px;
margin:20px 20px 0 0;
}
#subnav ul{}

#subnav li{
float: right;
padding-left: 20px;
}

#subnav .networking{
float: right;
display: inline;
margin-top: 18px;
}
#subnav .networking li{
float: right;
display: inline;
list-style-type: none;
}
#subnav .networking li.facebook{
text-transform: none;
font-size: 12px;
font-weight: bold;
background: url('../imgs/bg_facebook.gif') no-repeat left center;
margin-top: 8px;
margin-right: 16px;
padding-left: 26px;
line-height: 12px;
width: 90px;
}
#subnav .networking li.blog{
text-transform: none;
font-size: 12px;
font-weight: bold;
background: url('../imgs/bg_blog.gif') no-repeat top left;
margin-right: 26px;
padding-left: 26px;
line-height: 42px;
}
#subnav .networking li.share{
margin-top: 12px;
padding-left: 0;
}
#subnav .networking a:link, #subnav .networking a:visited, #subnav .networking a:active {color: #666; text-decoration: none; }
#subnav .networking a:hover {color: #000;}



/* Links
----------------------------------------------- */
#nav li a{
	color: #979727;
	display: block;
	text-decoration: none;
}

#nav li li a{
	color: #000;
}

#nav li a:hover,
#subnav a:hover{
	color: #000;
}

#subnav a{
	color: #f90;
	text-decoration: none;
}

#subnav .oh a{
	color: #000;
}

#subnav .oh a span{
	text-transform: none;
	margin-left: 5px;
}

#footer a,
#footer a:hover{
	color: #000;
	text-decoration: none;
}



/* Images
----------------------------------------------- */
#ar img{
	margin-top: 10px;
}
