/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{
	color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;font-weight:normal;
}

li{
	list-style:none;
}

caption,th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

q:before,q:after{
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

legend{
	color:#000;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}


/* SITE SPECIFIC CODE STARTS HERE */

/* THIS is to hide any text you need hiding */
.hidetext {display:none; overflow: hidden; position: absolute;} 
/* END of text you need hiding */


/* LAYOUT */

body {
	background: url(../images/layout/bgnd.jpg) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:18px;
	color: #333333;
}

#wrapper{
	position: relative;
	margin:0px auto;
	width:900px;
}

#header {
	position: relative;
	width: 900px;
	height: 170px;
	background:url(../images/layout/headerlogo.jpg) no-repeat;
}

#logo_container {
	position:relative;
	float:left;
	width:225px;
	padding-right:25px;
}

#nav_wrapper {
	position:relative;
	float:left;
	width:650px;
}

#main{
	position: relative;
	float:left;
	margin-top:30px;
	width:900px;
}

#footer{
	position: relative;
	width:650px;
	float:left;
	margin:30px 0px 0px 250px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size:9px;
	color: #00aeef;
	line-height:13px;
}

#footer a, #footer a:active, #footer a:visited{
	color:#00aeef;
	text-decoration:none;
}

#footer a:hover{
	color:#00aeef;
	text-decoration:underline;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.clear {
	clear:both;
}

/* SUB NAV */

#subnav{
	position:relative;
	float:right;
	width:160px;
	height:20px;
}

.subnavimg{
	padding-right:2px;
}

.box {
	background-color:#EEEEEE;
	padding:10px;
	width:95%;
}

/* NAV */

#nav_container{
	position: relative;
	top:0px;
	left:0px;
	z-index: 5;
	float:left;
	width: 650px;
	height: 42px;
	margin: 50px 0px 0px 0px;
}
#nav_container ul{
	padding: 0px;
	top:0px;
	left:0px;
	z-index: 50;
	margin: 0px;
}
#nav_container li, #nav_header_1, #nav_header_2, #nav_header_3, #nav_header_4, #nav_header_5, #nav_header_6{
	position: relative;
	top:0px;
	left:0px;
	z-index: 50;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	height: 42px;
}

#nav_header_1, #nav_header_2, #nav_header_3, #nav_header_4, #nav_header_5, #nav_header_6{
	margin: 0px 0px 0px 0px;
}

#nav_header_1 { width: 58px; background: url(../images/nav/nav.jpg) 0px 0px no-repeat ;}
#nav_header_2 { width: 137px; background: url(../images/nav/nav.jpg) -58px 0px no-repeat ;}
#nav_header_3 { width: 125px; background: url(../images/nav/nav.jpg) -195px 0px no-repeat ;}
#nav_header_4 { width: 88px; background: url(../images/nav/nav.jpg) -320px 0px no-repeat ;}
#nav_header_5 { width: 82px; background: url(../images/nav/nav.jpg) -408px 0px no-repeat ;}
#nav_header_6 { width: 160px; background: url(../images/nav/nav.jpg) -490px 0px no-repeat ;}

#nav_header_1 a{ width: 58px; background: none;}
#nav_header_2 a{ width: 137px; }
#nav_header_3 a{ width: 125px; }
#nav_header_4 a{ width: 88px; }
#nav_header_5 a{ width: 82px; }
#nav_header_6 a{ width: 160px; }

#nav_header_1 a, #nav_header_2 a, #nav_header_3 a, #nav_header_4 a, #nav_header_5 a, #nav_header_6 a{
	display: block;
	margin: 0px 0px 0px 0px;
	height: 42px;
}

#nav_header_1 a:hover{ width: 58px; background: url(../images/nav/nav.jpg) -0px -42px no-repeat ;}
#nav_header_2 a:hover{ width: 137px; background: url(../images/nav/nav.jpg) -58px -42px no-repeat ;}
#nav_header_3 a:hover{ width: 125px; background: url(../images/nav/nav.jpg) -195px -42px no-repeat ;}
#nav_header_4 a:hover{ width: 88px; background: url(../images/nav/nav.jpg) -320px -42px no-repeat ;}
#nav_header_5 a:hover{ width: 82px; background: url(../images/nav/nav.jpg) -408px -42px no-repeat ;}
#nav_header_6 a:hover{ width: 160px; background: url(../images/nav/nav.jpg) -490px -42px no-repeat ;}

#nav_header_1_o { width: 58px; background: url(../images/nav/nav.jpg) -0px -42px no-repeat ;}
#nav_header_2_o { width: 137px; background: url(../images/nav/nav.jpg) -58px -42px no-repeat ;}
#nav_header_3_o { width: 125px; background: url(../images/nav/nav.jpg) -195px -42px no-repeat ;}
#nav_header_4_o { width: 88px; background: url(../images/nav/nav.jpg) -320px -42px no-repeat ;}
#nav_header_5_o { width: 82px; background: url(../images/nav/nav.jpg) -408px -42px no-repeat ;}
#nav_header_6_o { width: 160px; background: url(../images/nav/nav.jpg) -490px -42px no-repeat ;}

#nav_header_1_o a:hover{ width: 58px; background: url(../images/nav/nav.jpg) -0px -42px no-repeat ;}
#nav_header_2_o a:hover{ width: 137px; background: url(../images/nav/nav.jpg) -58px -42px no-repeat ;}
#nav_header_3_o a:hover{ width: 125px; background: url(../images/nav/nav.jpg) -195px -42px no-repeat ;}
#nav_header_4_o a:hover{ width: 88px; background: url(../images/nav/nav.jpg) -320px -42px no-repeat ;}
#nav_header_5_o a:hover{ width: 82px; background: url(../images/nav/nav.jpg) -408px -42px no-repeat ;}
#nav_header_6_o a:hover{ width: 160px; background: url(../images/nav/nav.jpg) -490px -42px no-repeat ;}

#nav_container a{
	padding: 0px;
	margin: 0px;
	display: block;
}

#navtext_container{
	position:relative;
	float:left;
	margin: 10px 0px 0px 0px;
	width:650px;
	height:30px;
	color:#666666;
}

/* RESOURCES NAV */

#nav_resources_container{
	position: relative;
	z-index: 5;
	float:right;
	width: 115px;
	height: 207px;
	margin: 4px 0px 0px 0px;
	background-color: #FFFFFF;
}
#nav_resources_container ul{
	padding: 0px;
	top:0px;
	left:0px;
	z-index: 50;
	margin: 0px;
}
#nav_resources_container li, #nav_resources_header_1, #nav_resources_header_2, #nav_resources_header_3, #nav_resources_header_4, #nav_resources_header_5, #nav_resources_header_6, #nav_resources_header_7, #nav_resources_header_8, #nav_resources_header_9{
	position: relative;
	top:0px;
	left:0px;
	z-index: 50;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	width: 115px;
	height: 23px;
}

#nav_resources_header_1, #nav_resources_header_2, #nav_resources_header_3, #nav_resources_header_4, #nav_resources_header_5, #nav_resources_header_6, #nav_resources_header_7, #nav_resources_header_8, #nav_resources_header_9{
	margin: 0px 0px 0px 0px;
}

#nav_resources_header_1 { height: 23px; background: url(../images/nav/nav_resources.gif) 0px 0px no-repeat ;}
#nav_resources_header_2 { height: 23px; background: url(../images/nav/nav_resources.gif) 0px -23px no-repeat ;}
#nav_resources_header_3 { height: 23px; background: url(../images/nav/nav_resources.gif) 0px -46px no-repeat ;}
#nav_resources_header_4 { height: 23px; background: url(../images/nav/nav_resources.gif) 0px -69px no-repeat ;}
#nav_resources_header_5 { height: 23px; background: url(../images/nav/nav_resources.gif) 0px -92px no-repeat ;}
#nav_resources_header_6 { height: 23px; background: url(../images/nav/nav_resources.gif) 0px -115px no-repeat ;}
#nav_resources_header_7 { height: 23px; background: url(../images/nav/nav_resources.gif) 0px -138px no-repeat ;}
#nav_resources_header_8 { height: 23px; background: url(../images/nav/nav_resources.gif) 0px -161px no-repeat ;}
#nav_resources_header_9 { height: 23px; background: url(../images/nav/nav_resources.gif) 0px -184px no-repeat ;}

#nav_resources_header_1 a{ height: 23px; background: none;}
#nav_resources_header_2 a{ height: 23px; }
#nav_resources_header_3 a{ height: 23px; }
#nav_resources_header_4 a{ height: 23px; }
#nav_resources_header_5 a{ height: 23px; }
#nav_resources_header_6 a{ height: 23px; }
#nav_resources_header_7 a{ height: 23px; }
#nav_resources_header_8 a{ height: 23px; }
#nav_resources_header_9 a{ height: 23px; }

#nav_resources_1 a, #nav_resources_2 a, #nav_resources_3 a, #nav_resources_4 a, #nav_resources_5 a, #nav_resources_6 a, #nav_resources_7 a, #nav_resources_8 a, #nav_resources_9 a{
	display: block;
	margin: 0px 0px 0px 0px;
	width: 115px;
}

#nav_resources_header_1 a:hover{ height: 23px; background: url(../images/nav/nav_resources.gif) -115px -0px no-repeat ;}
#nav_resources_header_2 a:hover{ height: 23px; background: url(../images/nav/nav_resources.gif) -115px -23px no-repeat ;}
#nav_resources_header_3 a:hover{ height: 23px; background: url(../images/nav/nav_resources.gif) -115px -46px no-repeat ;}
#nav_resources_header_4 a:hover{ height: 23px; background: url(../images/nav/nav_resources.gif) -115px -69px no-repeat ;}
#nav_resources_header_5 a:hover{ height: 23px; background: url(../images/nav/nav_resources.gif) -115px -92px no-repeat ;}
#nav_resources_header_6 a:hover{ height: 23px; background: url(../images/nav/nav_resources.gif) -115px -115px no-repeat ;}
#nav_resources_header_7 a:hover{ height: 23px; background: url(../images/nav/nav_resources.gif) -115px -138px no-repeat ;}
#nav_resources_header_8 a:hover{ height: 23px; background: url(../images/nav/nav_resources.gif) -115px -161px no-repeat ;}
#nav_resources_header_9 a:hover{ height: 23px; background: url(../images/nav/nav_resources.gif) -115px -184px no-repeat ;}
	
#nav_resources_container a{
	padding: 0px;
	margin: 0px;
	display: block;
}

/* TEXT STYLING */

h1 {
	font-size:24px;
	line-height:28px;
	color: #00aeef;
}

#rightColumnHome h1 {
	font-size:24px;
	line-height:28px;
	color:#599641;
}

h2 {
	font-size:24px;
	line-height:28px;
	color: #333333;
}

h3 {
	font-size:14px;
	line-height:20px;
}

.smallheading {
	font-size:14px;
	line-height:20px;
}

.bluetext{
	color:#00aeef;
}

.small{
	font-size:10px;
}

.line{
	border-bottom:1px solid #EEEEEE;
	margin-bottom:8px;
	clear:both;
}

.sidebar {
	padding:10px 5px 20px 5px;
}

/* MAIN CONTENT */

#leftColumn, #leftColumn_nav{
	width:225px;
	padding:0px;
	margin-right:25px;
	float:left;
	font-size:11px;
	line-height:16px;
}

#leftColumn {
	padding-top:5px;
}

.leftColumn_list li{
	background:url(../images/layout/blue_bullet.gif) no-repeat 0 6px;
	padding:0px 0 2px 12px;
}

#leftColumn a:link, #leftColumn a:active, #leftColumn a:visited{
	color:#00aeef;
	text-decoration:none;
}

#leftColumn a:hover{
	color:#00aeef;
	text-decoration:underline;
}

#mainColumnHome{
	width:650px;
	padding:0px;
	float:left;
}

#leftColumnHome{
	position:relative;
	width:430px;
	margin-right:8px;
	float:left;
}

#rightColumnHome{
	position:relative;
	width:195px;
	float:left;
	border-left:1px solid #DDDDDD;
	padding-left:5px;
}

#rightColumnHome p{
	font-size:11px;
}

#rightColumnHome a:link, #rightColumnHome a:active, #rightColumnHome a:visited{
	color:#599641;
	text-decoration:none;
}

#rightColumnHome a:hover{
	color:#599641;
	text-decoration:underline;
}


#mainColumnWide{
	width:630px;
	padding:0px 10px 0px 10px;
	float:left;
}

#mainColumnNarrow{
	width:490px;
	padding:0px 150px 0px 10px;
	float:left;
}

/* SPECIFIC LINK STUFF */

a:link, a:active, a:visited{
	color:#00aeef;
	text-decoration:none;
}

a:hover{
	color:#00aeef;
	text-decoration:underline;
}

.regions a:link, .regions a:visited, .regions a:active{
	color:#333333;
	text-decoration:none;
}

.regions a:hover{
	color:#00aeef;
	text-decoration:none;
	font-weight:bold;
}

/* LIST STUFF */

ul li{
	background:url(../images/layout/blue_bullet.gif) no-repeat 0 6px;
	padding:0px 0 2px 12px;
}

.box ul li{
	background:url(../images/layout/blue_bullet_box.gif) no-repeat 0 6px;
	padding:0px 0 2px 12px;
}

.articles ul li{
	background:url(../images/layout/icon_pdf_small.gif) no-repeat 0 3px;
	padding:3px 0 2px 28px;
}

.audio ul li{
	background:url(../images/layout/icon_mp3_small.gif) no-repeat 0 3px;
	padding:3px 0 2px 28px;
}

/* VIDEO */

.videoPlayer_feet, .videoPlayer_prepared {
	height:352px;
	width:430px;
}

.videoPlayer_feet {
	background:url(../images/videostills/beautifulfeet.jpg) no-repeat;
}

.videoPlayer_feet_small {
	background:url(../images/videostills/beautifulfeet_sm.gif) no-repeat;
}

.videoPlayer_prepared {
	background:url(../images/videostills/justin.jpg) no-repeat;
}

/* TABLE STYLING */

#speakers {
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

#speakers tbody tr td {
	font-size: 10px;
	padding: 3px 8px;
	border-left: 1px solid #EEEEEE;
}

#speakers tbody tr.header td {
	background-color: #00aeef;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
}
