/* CSS Document */

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}
body {
background-image:url(images/stripe.png);
background-color:#F5F4EF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:18px;
	color:#222;
	margin:0;
	padding:0;
	font-weight: normal;
}

body,td,th {
	font-family:"Lucida Grande", "Lucida Sans", Arial;
	font-size: 11px;
	line-height:16px;
	color: #222;	
}
p{
	color:#222;
	margin-top:5px;
}
a{
	color:#CC6600;
}
a:hover{
	color:#000;
}
.blue{
	color:#349ADA;
}
hr{
	padding:15px;
	
}

#wrapper{
	width:960px;
	margin:0 auto;
}
#header{
	width:960px;
	height:120px;
	background-image:url(images/stripe.png);
	background-color:#F5F4EF;
	margin-bottom:3px;
	
}	
#leftColumn{
	width:180px;
	float:left;
	background-color:#000;

}
#topBar{
	width:768px;
	float:right;
	background-color:#FFF;
}
#rightColumn{
	width:768px;
	float:right;
	background-color:#FFF;
}

#logo{
	width:160px;
	padding:10px 10px 10px 10px;

}
#blueblock{
width: 100%;
border-right: 0px solid #000;
padding: 0 0 0 0;
margin-bottom: 1em;
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#333333;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 100%; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #222;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #000;
border-right: 10px solid #000;
background-color:#000;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
background-color: #cc6600;
color: #fff;
border-left: 10px solid #349ada;
}

#content{
	float:left;
	padding:15px;

}

.bodyText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 20px;
	color:#FFF;
	border-bottom:1px dotted #222;
	padding-bottom:20px;
}

.container{
	
}
.speaker{
	margin-top:20px;
	float:left;
	clear:both;
	padding-bottom:10px;
	border-bottom:1px dotted #222;
	
}
.image{
	width:160px;
	float:left;
}
.image ul{
	list-style: none;
	margin: 0;
	padding:10px 0px 0px 5px;
	border: none;
}
.image ul li{
	margin-bottom:5px;
	border-bottom:1px dotted #eee;
	padding-bottom:4px;
}
.name{
	width:555px;
	float:right;
}
.name a {
	color:#222;
}
.name a:hover {
	color:#cc6600;
}
.bio{
	width:555px;
	float:right;
	padding-bottom:10px;
	border-bottom:1px dotted #222;
	color:#FFFFFF;
}
.topics{
	width:555px;
	float:right;
	padding-bottom:5px;
	border-bottom:1px dotted #222;
}
.topics p{
	color:#349ada;
}
.contact{
	width:535px;
	float:right;
	background-image:url(images/stripe.png);
	padding:10px;
	
}
.icon{
	width:53px;
	float:left;
	padding-top:6px;
}


.info{
	width:490px;
	float:right;
	margin-top:10px;
}
.tabNav{
	width:59px;
	height:28px;
	float:right;
}	
#testImage{
	float:right;
	padding-left:4px;
}
#testimonials{
	float:right;
	font-size:11px;
	color:#FFFFFF;
	padding-top:4px;
}
#test {
	float:right;
	background-image:url(images/stripe.png);
	background-color:#F5F4EF;
	padding:10px;
	margin:5px 0px 5px 0px;
	
}
#test p {
	color:#222;
}
#test h2{
	padding-top:10px;
}
.bannerAd{
	width:180px;
	height:150px;
	border-top:1px solid #F5F4EF;
}

#footer{
	width:960px;
	height:80px;
	background-color:#222;

}

ul#form {
	padding: 0px;
	color: #222;
	list-style: none;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

ul#form li {
	margin: 15px 0px 0px 0px;
	}

ul#form label {
	display: block;
	}

ul#form input {
	border: 1px solid #222;
	}
	
#bioForm {
	border: none;
	}

.inputText {
	width: 250px;
	height: 15px;
	padding: 2px;
	margin: 5px 0px 0px 0px;
	}

.inputSelect {
	width: 250px;
	height: auto;
	display: block;
	margin: 5px 0px 0px 0px;
	}
	
.inputText:focus {
	background: #efefef;
	}

.checks {
	margin: 5px 0px 0px 0px;
	}
	
	





/*Live validation styles*/
.LV_validation_message{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    margin:0 0 0 10px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active,textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}


