/*
Curious, arn't we?

/* CSS RESET */
/* ----------------------------------------- */

/* Global reset */

/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

body{
	background-image:url(../images/background.jpg);
	background-color:#b2c2c2;
	font-family: Lucida Grande, Verdana, Sans-serif;
	font-size: 14px;
	color: #4F5155;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
}

/* TYPOGRAPHY */
/* ----------------------------------------- */

#header h1 a { 
	font-size: 50px; 
	color: #fff; 
	text-decoration: none; 
}

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

div { position:relative } 
h1, h2, h3, h4, h5, h6 {
	margin: 15px 2px 5px 0px; 
	padding: 1px 5px 1px 0px;
	line-height: normal;
	font-weight: bold;
	display: block;
}

h1 {
	margin-top: 10px;
	font-size: 24px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
}

h2 {
	margin-top: 10px;
	font-size: 18px;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

a {
	color:#990000;
	text-decoration: none;
}

a:visited {
	color:#666666;	
}

a img {
	vertical-align: text-bottom;
}

a:hover img {
	background-color: transparent;
}

blockquote {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 5px 10px 5px 50px;
	background-image: url(../images/quote2.png);
	text-align: justify;
	font-size: 12px;
	font-style: italic;
	background-color: #EEEEEE;
	background-repeat: no-repeat;
}

p {
	font-size: 14px;
	margin-bottom: 15px;
}
ul {
	margin-left: 2em;
	margin-bottom: 10px;
}
ol {
	margin-left: 2em;
	margin-bottom: 10px;
}
li {

}
/*main sections*/
#envelope{
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 248px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#headheadline{
	z-index: 2;
	width: 590px;
	height: 100px;
	position: absolute;
	top: 0px;
}
#headmessage{
	z-index: 3;
	margin-top: 40px;
	float: right;
	height: 100px;
	width: 350px;
	text-align:center;
}
#headmessage h1{
	font-size: 30px;
	color: #000000;
}
#headmessage h1 a{
	font-size: 30px;
	color: #003399;
}
#headmessage h1 a:hover{
	font-size: 30px;
	color: #003399;
	text-decoration: underline;
}
#headmessage h2{
	font-size: 20px;
	color: #990000;	
}
#headmessage h3{
	font-size: 16px;
	color: #990000;	
}
#headtagspace{
	z-index: 2;
	width: 960px;
	margin-top: 170px;
	height: 40px;
	position: absolute;
	float: right;
	top: 0px;
}
#headlogo{
	width: 275px;
	height: 248px;
	float: left;
	top: 0px;
	margin-left: -10px;
}

#headbanner{
	width: 693px;
	height: 248px;
	margin-left: 275px;
}

/*start of nav area */

#header-links{
	width: 960px;
	height: 49px;
	z-index:1;
	background-image: url(../images/menubk.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;
}

#nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	font-family: Arial;
	font-size: 14px;
	width: 870px;
	list-style: none;
	line-height: 34px;
	margin-bottom: 10px;
	}

#nav ul {
	width: 940px;
	list-style: none;
	line-height: 34px;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border: none;
	}

#nav li {
	float: left;
	list-style: none;
	width: 100px;
	margin-left: 1px;
	text-align: center;
	font-size: 14px;
	}

#nav li:hover {
	float: left;
	list-style: none;
	background:#cccccc;
	font-weight: bold;
	}

#nav a, #nav a:visited {
	display: block;
	color: #000000;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration: none;
	}	


/* Dropdown Menus */		

#nav li ul {
	position: absolute;
	left: -999em;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 174px;
	/*border-bottom: 1px solid #505358;*/
	line-height: 30px;
	z-index: 3;
	}

#nav li li {
	width: 150px;
	border-top: 1px solid #4a4e53;
	border-right: 1px solid #4a4e53;
	border-left: 1px solid #4a4e53;
	background-color: #505358;
	text-align: left;
	padding-left: 20px;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#000;
	background-color: #cccccc;;
	padding-left: 10px;	
	}

#nav li li a:hover, #nav li li a:active {
	background-color:#505358;
	font-size:1em;
	color: #FFF;	
	}	

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

/*div regions*/
a.main:hover{	
	background:none;
	}

#mainContent {
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 35px;
	width: 590px;
}
#mainwide {
	margin-left: 35px;
	width: 900px;
}
#speaker_photo{
	float: left;
	width: 250px;
	text-align: center;
	vertical-align: bottom;
}
#speaker_bio{
	float: right;
	width: 630px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#page{
	width: 960px;
	margin-left: 6px;
	margin-top: 10px;
}

#page a {
	color:#006666;
	text-decoration: underline;
}

#page a:hover {
	color: #003333;
	background-color: #D6D6D6;
	text-decoration: none;
}

/*remove IE8 hover jerking on albums - AW*/
#page a img{
	display: block;
}

#pagetop{
	height: 19px;
	width: 960px;
	float: left;
	background-image: url(../images/bodytop.png);
	background-repeat: no-repeat;
}

#pagectr{
	width: 960px;
	background-image: url(../images/bodymiddle.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	float: left;
	margin-bottom: 0px;
}

#sidebox{
	float: right;
	width: 295px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 10px;
	padding-right: 10px;
}

#sidebox a {
	color:#33CCCC;
	text-decoration: none;
}
#side-tube{
	height: 80px;
	width: 180px;
}
#sidebox h2 {
	font-size: 16px;
	color: #000000;
}

#sidebox ul {

}

#sidebox ul li{
	list-style-type: none;	
}

#sidebox ul li ul {
	margin-top: 4px;
}

#searchbox{
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#sb-top{
	background-image:url(../images/sidetop.png);
	background-repeat: no-repeat;
	width: 295px;
	height: 14px;
}

#sb-btm{
	background-image:url(../images/sidebtm.png);
	background-repeat: no-repeat;
	width: 295px;
	height: 14px;
	top-margin: 0px;
}

#sb-mid{
	background-image:url(../images/sidemid.png);
	background-repeat: repeat-y;
}

.sideboxT{
	height: 19px;
	margin-top:10px;
}

.sideboxT h4{
	font-size:18px;
	margin-top: -10px;
	margin-bottom: 0px;
	text-decoration: none;
	margin-left: 10px;
	border-bottom: none;	
}

.sideboxM{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.sideboxCT{
	margin-left: 10px;
	text-align:center;
	width: 190px;
}
.sideboxCT img{
	margin:0 auto;
	border:none;
}

.sideboxF{
	height: 34px;
}

#widecontent{
	width: 900px;
	margin-left: 25px;
	margin-right: 5px;
	padding: 5px;
	float:left;
}

#footer{
	clear:both;
	float:left;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 960px;
	margin-left: 6px;

}

#footerinfo{
	float: left;
	margin-left: 275px;
	margin-top: 55px;
	width: 400px;
	text-align:center;
}

#footer p{
	margin-top: 0px;
	text-align: center;
}

#footer h3{
	text-align: center;
	margin-bottom: 0px;
}

#footer a {
	color:#CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.aligncenter,div.aligncenter{
	display:block;
	margin:0 auto;
	margin-bottom:20px;	
}
.alignleft{
	float: left;
	margin: 10px;
}
.alignright{
	float: right;
	margin: 10px;
}
p.tags,.clear{
	clear:both;
}
.frontdiv {
	width: 390px;
	float: right;
	margin-right: 10px;
}
