/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #333333;
	text-align: left;
}

#container{
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#top{
	height: 85px;
	width: 100%;
	
	float: left;	
}

#logo{
	width: 300px;
	clear: left;
	float: left;
}

#nav{
	width: 400px;
	clear: right;
	float: right;
}

#nav1, #nav2, #nav3, #nav4 {
	width: 100px;
	float: left;
	display: block;
	height: auto;
	text-align: right;
}

.navColor{height: 10px;
	width: 100px;}
	
#nav a:hover{
	font-weight: bold;
	color: #000000;

}

#nav a{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#nav1 .navColor{
	background-color: #DE2D1D;
	
}
#nav2 .navColor{
	background-color: #DBDBC2;

}
#nav3 .navColor{
	background-color: #7FC144;

}
#nav4 .navColor{
	background-color: #7B7B72;
	
}

h1{
	font-size: 250%;
}

#mainTop{
	margin-top: 15px;
}


#middle{
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	clear: left;
	float: left;
	height: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	width: 100%;

}

#leftPanel{
	width: 250px;
	clear: left;
	float: left;
}

#main{
	width: 650px;
	clear: right;
	float: right;

}

#leftNav{
	height: auto;
	width: 236px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: left;
	float: left;
}

#leftTop{
	background-image: url(images/left_01.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 100%;
}

#leftMiddle{
	background-image: url(images/left_02.png);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 100%;
}

#leftBottom{
	background-image: url(images/left_03.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 100%;
}

#content{
	float: left;
	width: 630px;
	min-height: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.speakerBioPic{
	float: left;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin-top: 15px;
	margin-right: 15px;
}





.arrowlistmenu{
	width: 200px; /*width of accordion menu*/
	margin-right: 15px;
	margin-left: 15px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #7FC144;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color: #ECF6E3;	
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;

padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #666666;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-style: italic;
}

.arrowlistmenu ul li a:visited{
color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #666666;
background-color: #F3F3F3;
}

.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}

#footerSponsors{
	height: 40px;
	width: 100%;
	float: left;
	text-align: center;
}

#footer{
	float: left;
	width: 890px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#footerTop{
	background-image: url(images/footer_01.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 100%;
	float: left;
}

#footerBottom{
	background-image: url(images/footer_03.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 100%;
	float: left;
}

#footerMiddle{
	background-image: url(images/footer_02.png);
	background-repeat: repeat-y;
	height: auto;
	width: 100%;
	float: left;
}

#footerLeft{
	font-size: 90%;
	color: #7FC144;
	clear: left;
	float: left;
	height: auto;
	width: 420px;
	margin-left: 25px;
	
}

#footerLeft a, a{
	color: #7FC144;
	text-decoration: none;
}


#footerLeft a:hover, a:hover{
	color: #DE2D1D;
	text-decoration: underline;
}

#footerRight{
	clear: right;
	float: right;
	height: auto;
	width: 400px;
	text-align: right;
	margin-right: 25px;
}


#video{
	width: 100%;
	float: left;	
}


#videoFile{
	clear: left;
	float: left;
	height: auto;
	width: 350px;
}

#videoInfo{
clear: right;
	float: right;
	height: auto;
	width: 270px;
}

#videoInfo h2{
	color: #DE2D1D;
	font-size: 130%;
	text-decoration: none;
}

#videoInfo h2 a{
	color: #DE2D1D;
	font-size: 120%;
	text-decoration: none;
}
#videoInfo h2 a:hover{
	color: #DE2D1D;
	font-size: 120%;
	text-decoration: underline;
}

#videoInfo a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#videoInfo a:hover{
font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#enter{
	height: 15px;
}

.TabbedPanelsTab a:hover{
	cursor: pointer;
	color: #7FC144;
	font-weight: bold;
	text-decoration: underline;
}

.TabbedPanelsTab{
	cursor: pointer;
	color: #7FC144;
	font-weight: bold;
	text-decoration: none;
}

.results a{
	color: #666666;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block; /*link text is indented 19px*/
	text-decoration: none;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.results a:hover{ /*hover state CSS*/
color: #666666;

background-color: #ECF6E3;

}

.results strong{
	font-size: medium;
	color: #DE2D1D;
	font-style: normal;
}

#side{
	padding: 10px;
	float: right;
	height: auto;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.speakerTitle{
	font-size: small;
	font-style: italic;
	font-weight: normal;
	color: #7FC144;
}
