@charset "utf-8";
/* CSS Document */

body, div, table, tr, th, td, form, input, textarea {margin:0; padding:0;}

table, tr, th, td, a img {border:none;}

body{background:url(../images/background.gif) repeat-x #f7ede6; font-family:"Times New Roman", Times, serif;}

a{color:#069; text-decoration:none;}

a:hover{text-decoration:underline;}

h1{
	font-size:24px;
	color:#900;
	font-style:oblique;
	margin:15px 0;
}

h2{
	font-size:20px;
	color:#900;
	font-style:oblique;
	margin:10px 0;
}

h3{
    font-size:16px;
    font-weight:bold;
    color:#900;
    }

p{
	font-size:13px;
}

.centered{
	width:980px;
	margin:0 auto;
	text-align:left;
}

/* ############ HEADER ################ */

.header{
	width:100%;
	height:157px;
}

.logo{
	float:left;
}

.slogan{
	height:30px;
	width:275px;
	background:url(../images/slogan.png) no-repeat;
	float:left;
	margin:70px 0 0 30px;
}

.microphones{
	height:107px;
	background:url(../images/microphones.gif) no-repeat;
	width:280px;
	float:right;
	font-size:40px;
	font-style:oblique;
	font-weight:bold;
	color:#FFF;
	padding:50px 0 0 20px;
}

/* ############ END HEADER ################ */


/* ############ GENERAL CONTENT STUFF ################ */

.content{
	width:980px;
	background:url(../images/content-background.png) repeat-y;
}

/* ############ END GENERAL CONTENT STUFF ################ */

/* ############ MENU BAR ################ */

.menuBar{
	width:173px;
	background:url(../images/menuBar-background.gif) no-repeat;
	margin:0 0 0 10px;
	float:left;
	display:inline;
}

.newsletter{
	margin:70px 0 0 0;
	width:163px;
	padding:0 0 20px 10px;
	background:url(../images/menu-line.png) no-repeat bottom center;
}

.newsletter h5{
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	margin:0 0 5px 0;
}

.newsletter form{
	margin:0;
}

.newsletter-text{
	font-size:9px;
	margin:0;
	padding:3px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
	border-right:none;
	height:13px;
	float:left;
	width:120px;
}

.newsletter-button{
	background:url(../images/newsletter-button.gif) no-repeat transparent;
	height:21px;
	width:21px;
	border:none;
	margin:0;
	float:left;
	cursor:pointer;
}

.newsletter-button:hover{
	background:url(../images/newsletter-button-hover.gif) no-repeat transparent;
}

.find-out-more{
	float:right;
	color:#FFF;
	font-size:10px;
	display:block;
	margin:3px 15px 0 0;
	padding:1px 0 0 20px;
	text-decoration:none;
	background:url(../images/grey-diamond.png) no-repeat top left;
	height:18px;
	font-weight:bold;
}

.find-out-more:hover{
	background:url(../images/red-diamond.png) no-repeat top left;
	text-decoration:none;
}

/* ############ NAVIGATION ################### */

#menu {
	margin:-5px 0 0 0;
}

#menu h2{
    margin:0;
    padding:0;
    font-style:normal;
    font-weight:normal;
    }

#menu ul {
	list-style: none;
	float: left;
	z-index:9999;
	margin:0;
	padding:0;
	height:40px;
}

#menu ul ul{
    height:auto;
    }

#menu ul li{
	list-style:none;
	width:173px;
	height:40px;
	position:relative;
}

#menu ul li h2 a{
	display:block;
	padding:9px 0 0 35px;
	font-size:16px;
	height:31px;
	background:url(../images/li-back.png) no-repeat top left;
	width:138px;
	color:#fff;
	text-decoration:none;
}

#menu ul li h2 a:hover{
	background:url(../images/li-back.png) no-repeat 0 -40px;
}

#menu a:hover, #menu .current {
	color: #FFF;
}

#menu ul ul {
	position: absolute;
	z-index: 9999;
	background:#4E4E4E;
	text-align:left;
	margin:-40px 0 0 173px;
	border:#323232 solid 2px;
}

#menu ul ul li{
    background:url(../images/grey-diamond.png) no-repeat 5px 11px;
    height:33px;
    }

#menu ul ul li:hover {
    background:url(../images/red-diamond.png) no-repeat 5px 11px #252525;
    }
    
#menu ul ul li a{
    padding:9px 0 0 27px;
    display:block;
    height:24px;
    font-size:14px;
    color:#fff;
    text-decoration:none;
    }
    
#menu ul ul ul{
    margin:-36px 0 0 173px;
    }

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu ul li ul li{
    width:200px;
    }

.notalink{
    cursor:default;
    }



/* ############ END MENU BAR ################ */

/* ############ MIDDLE BAR ################ */

.middleBar{
	float:left;
	width:474px;
	background:url(../images/middleBar-background.gif) no-repeat;
	padding:20px 20px 0 20px;
	min-height:700px;
	_height:700px;
}

.middle-horizontal-bar{
	background:url(../images/middle-bar.png) no-repeat top left;
	height:11px;
	width:474px;
}

.latest-news span a{
	font-weight:bold;
	text-decoration:none;
}

.latest-news span a:hover{
	text-decoration:underline;
}


.testimonials{
    margin:10px 0 0 0;
    }
    
.testimonials h1{
    margin-bottom:0;
    font-size:16px;
    font-style:normal;
    }
    
.testimonials h2{
    margin-top:0;
    font-size:13px;
    color:Black;
    }        

/* ###################### END MIDDLE BAR ###########################*/

/* ###################### CONTACT FORMS ###########################*/

.contact-form{
    width:450px;
    margin:0 auto;
    }
    
.contact-form label{
    display:block;
    width:150px;
    text-align:right;
    float:left;
    margin:0 20px 10px 0;
    color:#900;
    font-size:14px;
    }
    
.contact-form input{
    float:left;
    width:250px;
    margin:0 0 10px 0;
    }
    
.contact-form select{
    float:left;
    width:250px;
    margin:0 0 10px 0;
    }
    
.contact-form span{
    display:block;
    float:left;
    margin:0 0 10px 0;
    }               
    
.contact-form textarea{
    width:100%;
    height:100px;
    }
    
.contact-form .city{
    width:100px;
    }
    
.contact-form .state{
    width:25%;
    }
    
.contact-form .stateLabel{
    margin:width:40px;    
    }
    
.contact-form .zip{
    width:80px;
    }
    
.contact-form .subjects{
    width:100%;
    }
    
.contact-form .button{
    border:none;
    background:#530808;
    color:#fff;
    font-size:12px;
    padding:3px;
    margin:5px 0 0 0;
    float:right;
    width:auto;
    }
    
.contact-form .button:hover{
    background:#991616;
    }
    
.contact-form .MessageLabel{
    text-align:left;
    width:auto;
    margin:15px 0 10px 0;
    }
    
.cbPlatforum{
    display:block;
    width:250px;
    float:right;
    }          
    
.cbPlatforum input{
    width:15px;
    float:left;
    margin:0;
    padding:0;
    }
    
.cbPlatforum label{
    float:right;
    width:225px;
    margin:0 0 0 10px;
    padding:0;
    text-align:left;
    font-size:12px;
    }    
/* ################### RIGHT BAR ########################### */

.rightBar{
	float:left;
	background:url(../images/rightBar-background.gif) no-repeat;
	width:273px;
	min-height:50px;
	_height:50px;
	padding:0;
}

.speaker-search{
	background:url(../images/speaker-search-background.gif) no-repeat top left;
	height:145px;
	width:273px;
	margin:0;
	padding:10px 0 0 0;
}

.speaker-search h3{
	margin:0 0 10px 16px;
	font-style:oblique;
	color:#FFF;
	font-size:24px;
}

.speaker-search-inputs{
	margin:0 0 0 23px;
}

.speaker-search-text{
	font-size:9px;
	margin:0 0 10px 0;
	padding:3px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	border-left:solid 1px #999;
	border-right:none;
	height:13px;
	float:left;
	width:200px;
}

.speaker-search-button{
	background:url(../images/speaker-search-button-background.gif) no-repeat transparent;
	height:21px;
	width:21px;
	border:none;
	margin:0;
	float:left;
	cursor:pointer;
}

.speaker-search-button:hover{
	background:url(../images/speaker-search-button-background-hover.gif) no-repeat transparent;
}

.speaker-search-options{
	width:228px;
	margin:0 0 5px 0;
}

.speaker-search a{
	color:#FFF;
	font-size:10px;
	display:block;
	margin:3px 0 0 23px;
	padding:1px 0 0 20px;
	text-decoration:none;
	background:url(../images/grey-diamond.png) no-repeat top left;
	height:18px;
	font-weight:bold;
}

.speaker-search a:hover{
	background:url(../images/red-diamond.png) no-repeat top left;
}

.right-horizontal-bar{
	background:url(../images/menu-line.png) no-repeat center center;
	width:227px;
	height:11px;
	display:block;
}
	
.right-bar-content{
	width:227px;
	padding:0 23px 15px;
}

.right-bar-content h3, .right-bar-content h4{
    color:#990000;
    padding:0;
    }
    
.right-bar-content h3{
    font-size:16px;
    margin:10px 0 0 0;
    }
    
.right-bar-content h4{
    font-size:12px;
    margin:0 0 2px 0;
    }

.right-bar-content p{
    margin:0 0 15px 0;
    font-size:12px;
    }

.featured-speaker{
	margin:10px 0;
}

.featured-speaker-image{
	border:#900 1px solid;
	float:left;
	margin:0 10px 5px 0;
}

.featured-speaker h4{
	float:left;
	font-size:16px;
	margin:0 0 5px 0;
}

.featured-speaker p{
	float:left;
	font-size:12px;
	color:#333;
	width:140px;
	margin:0;
}

/* ######################## END RIGHT BAR ####################### */

/* ######################## FOOTER ########################### */

.footer-top{
	background:url(../images/footer-top2.png) no-repeat;
	width:980px;
	height:57px;
	margin:0;
	position:relative;
	z-index:5000;
}

.footer-middle{
    background:url(../images/footer-middle-background.png) repeat-x;
    height:36px;
    width:100%;
}

.footer-middle-arrow{
    height:36px;
    background:url(../images/footer-middle-arrow-background.png) no-repeat;
    margin:0 0 0 10px;
    width:960px;
}

.footer-middle-arrow ul{
	padding:0;
	margin:10px 0 0 10px;
	position:relative;
	float:left;
}

.footer-middle-arrow ul li{
	display:inline;
	font-size:10px;
	font-weight:bold;
	background:url(../images/grey-diamond.png) no-repeat;
	float:left;
}

.footer-middle-arrow ul li a{
	color:#FFF;
	padding:0 5px 0 20px;
	display:block;
	float:left;
}

.footer-middle-arrow ul li:hover{
	background:url(../images/red-diamond.png) no-repeat;
}

.footer-middle-arrow ul li a:hover{
	text-decoration:none;
}

.footer{
    background:url(../images/footer-background.gif) repeat-x;
	height:86px;
	width:100%;
	margin:0;
	color:#FFF;
}

.footer-content span{
	display:block;
}

.footer-content .copyright{
	float:left;
	margin:10px 0 0 20px;
}

.footer-content .phone{
	float:right;
	text-align:right;
	font-size:40px;
	font-style:oblique;
	font-weight:bold;
	margin:0 25px 0 0;
}

.footer-content .phone a{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
	
.middleBar table tr td input.btn, a.btn:link, a.btn:visited, a.btn:active, button.btn{
    background: #932323;
}

.middleBar table{
    margin:0 auto;
    text-align:left;
    }
    
.middleBar .tableborder{
    border-right:1px solid #BCBEC0;
    border-bottom:1px solid #BCBEC0;
}    
    
.middleBar .tableborder tr td{
    padding:10px 0;
    }       
    
.middleBar .tableborder tr .med{
    padding-left:15px;
    }
    
.middleBar .tableborder tr .med a{
    color:#0066A0;
    font-size:16px;
    font-weight:bold;
    }           
    
.middleBar .tableborder tr .med a:hover{
    color:#0066A0;
    text-decoration:underline;
    }    
    
.middleBar .tableborder .cellborder1{
    background:#ddd;
    }  
    
.middleBar .tableborder .cellborder2{
    background:#FFF;
    } 
    
.middleBar .large{
    font-size:18px;
    color:#990000;
    }      
    
.middleBar strong{
    color:#990000;
    }
    
.middleBar .bg1{
    background:none transparent;
    }         
    
.middleBar .bg1 input{    
    margin-bottom:10px;
    }
    
.middleBar #contactme table{
    border:1px solid #990000;
    padding:20px;
    }    

.question{
    font-size:14px;
    cursor:pointer;
    }
    
.answer{
    padding:5px 15px;
    background:#9F9F9F;
    border:1px solid #4E4E4E;
    }    
    
.logoLink{
    display:block;
    margin:25px 40px;
    }    