/* -------------------PAGE ELEMENTS------------------------------- */

body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #162d56;
	margin: 3px 0 3px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size: 9pt;
}

.twoColFixRtHdr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #A9A9A9;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	display: block;
	
}

#container_full_width {
	padding: 40px 10px 10px 10px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0.1em;
    line-height: 0px;
}

a:link {

	color: #2f79b1;
	text-decoration: none;

}

a:visited {

	color: #2f79b1;
	text-decoration: none;

}

a:hover {

	color: #6050b4;
	text-decoration: none;

}

a:active {
	color: #6050b4;
	text-decoration: none;
}

a img {
	border: 0;
}

li {
margin-left: 13px;

}

h3 {
	font-size: 12px;
	text-decoration: none;
	color: #162D56;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;


}

h6 {

font-size: 10px;
margin: 0px;
padding: 0px;
text-decoration: none;

}

h5 {

font-size: 11px;
margin: 0px;
padding: 0px;
text-decoration: none;

}

h4 {

font-size: 12px;
margin: 0px;
padding: 0px;
text-decoration: none;

}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9pt;
	text-align: left;
	color: #000;

}



.rss_date {

font-size: 10px;

}

.rss_author {

font-size: 11px;

}


/* -------------------HEADER ELEMENTS--------------------- */

.twoColFixRtHdr #header {
	width: 950px;
	border-bottom: #162d56 solid 2px;
	background-color: #2f79b1;
margin-bottom: 8px;
height: 163px;
color:#FFFFFF;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



/* -------------------RIGHT SIDEBAR ELEMENTS--------------------- */

.twoColFixRtHdr #sidebarContainer {
	width: 276px;
	float: right;
	display: inline;
	margin: 0;
	background-color: #FFFFFF;
}

.twoColFixRtHdr #search {
font-size: 12px;
padding-bottom: 5px;
}

.promobox {
	width: 267px;
	display: block;
	border: 1px solid #5C1456;
	margin: 0 7px 0 2px;
}

.promo_home {
	width: 267px;
	margin: 15px 0 15px 0;
	border: 2px solid #CF6708;
	
}

.promo_home img {
	display: block;
}

.promo_home h4 {
	
	font-size: 1.6em;
	color: #CF6708;
	margin: 0;
}
	
.promo_caption {
	padding: 10px 20px 20px 20px;
	text-align: center;
	
}

.promo_caption a {
	font-weight: bold;
}

ul.side_body_list{
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
	
}
ul.side_body_list li{
	float: left;
	margin: 0 10px 10px 0;
}
.cleared{
	clear: both;
}


/* -------------------MAIN CONTENT ELEMENTS--------------------- */


#content_block {
	margin: 0 0 18px 18px;
	padding: 31px 0 0 10px;
	}

#content_block p {
	font-size: 1.1em;
	}
	
/* -------------------EVENT PAGE ELEMENTS--------------------- */	
	
h2.info {
	color: #12003D;
	font-size: 1.6em;
	font-weight: normal;
}

h3.info {
	color: #3B5D9E;
	font-size: 1.3em;
}
	
h1.event_title {
	font-size: 2.2em;
	font-family: Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #12003D;
	text-align: center;
	font-weight: lighter;
}

h2.event_subtitle {
	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
	color: #12003D;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

p.event_date {
	font-size: 1.6em;
	padding: 0;
	margin: 5px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	text-align: right;
}

#event_info {
	padding: 10px 10px 5px 10px;
	margin-bottom: 10px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #039;
	border-bottom-color: #039;
}


#event_quick_links {
	width: 218px;
	float: right;
	margin: 0 0 0 10px;
	min-height: 200px;
}
#event_quick_links h3 {
	border-top: 2px solid #C60;
	border-bottom: 1px solid #C60;
	padding: 0.5em;
	font-size: 1.3em;
}

ul.quick_links {
	list-style-type: none;
}

#event_quick_links ul li{
	padding: 10px;
}

.event_info {
	padding: 15px 0 15px 0;
}

.event_news {
	width: 400px;
	background-color: #E3E7F2;
}
.event_news h2{
	font-size: 1.1em;
	padding: 10px 0 10px 10px;
	margin: 0;
	color: #12003D;
}
.event_news p{
	padding: 10px;
	border-top: 1px solid #333;
}

.date {
	font-weight: bold;
	font-size: 0.8em;
}

.event_highlight {
	border-bottom: 2px dotted #38332D;
	border-top: 2px dotted #38332D;
	background-color: #FFEACF;
}
.event_highlight p {
	padding: 15px;
	line-height: 1.3em;
}

.think_bubble p {
	
	font-size: 1.3em;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #631222;
	
	
}






/* -------------------SIDEBAR NAVIGATION ELEMENTS--------------------- */

		

#rightnavblock {
	padding-top: 30px;
	padding-right: 40px;
}

#rightnavblock ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #E3E7F2;
	
}

#rightnavblock li {
	margin:0;
}

#rightnavblock ul li a {
	font-size: 1.2em;
	padding: 0.3em 0.3em 0.3em 2em;
}


#rightnavblock ul li ul li {
	border: 0;
}


#rightnavblock ul li ul li a{
	margin-left: 15px;
	font-size: 1em;
}





a.rightnavcurrent { 
	color:#003C61;
	display:block;
	font-weight: bold;
}
a.subrightnavcurrent {
	font-weight: bold;
	font-size: 14px;
	color:#38332D;
	display:block;
}

a.rightnav:link {
	display: block;
	color: #585A5E;
	font-weight: bold;
}
a.rightnav:visited {
	display: block;
	color: #585A5E;
	font-weight: bold;
}
a.rightnav:hover {
	display: block;
	color:#003C61;
	font-weight: bold;
}

a.subrightnav:link {
	display: block;
	color: #38332D;
}
a.subrightnav:visited {
	display: block;
	color: #38332D;
}
a.subrightnav:hover {
	display: block;
	color: #38332D;
	font-weight: bold;
}


/* -------------------PUBLISHER DISCOUNTS--------------------- */

.publisher_discount{
	width: 250px;
	display: block;
	padding-top: 15px;
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}

.publisher_logo {
	height: 150px;
	
	
}

.publisher_discount .publisher_logo  img {
	line-height: 150px;
}

.publisher_info {
	line-height: 1.6em;
	border-top: 1px solid #06C;
	border-bottom: 1px solid #06C;
	padding: 10px 0 10px 0;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.twoColFixRtHdr #mainContainer {
	width: 656px;
	margin: 0;
	display: inline;
	float: left;
	background-color: #FFFFFF;
}

.twoColFixRtHdr #breadcrumbs {
	width: 100%;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 10px;
	padding-top: 3px;
}

div#iframe_container { 
width:100%; 
overflow-x:hidden; 
overflow-y:auto; 
}

.floatright{
	float: right;
	margin-left: 20px;
}

.floatleft{
	float: left;
	margin-right: 20px;
}

.img_caption  {
	width: 260px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.img_caption p {
	font-weight: normal;
	color:#333;
	text-align:center;
	padding: 5px;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#CCC;
}

p.quote {
	font-size: 13px;
	line-height: 1.5em;
}
	
.border {
	padding: 5px;
	border: 1px solid #CCC;
}
/* -------------------SIDECONTENT ELEMENTS--------------------- */

p.right_column_text{
	padding: 10px 20px 10px 20px;
	border: 1px solid #CCC;
	background-color: #a7c0d4;
	margin: 20px 5px 0 5px;
}

/* -------------FORM ELEMENTS--------------------------------- */

#subForm
	{
	font-size: 0.8em;
	}
	
#subForm fieldset p
	{
	padding: 10px 0 10px 0;
	}
#subForm ul li
	{
	padding: 5px 0 5px 0;
	font-size: 1.2em;
	}
	
#subForm .label 
	{
	float: left;
	width: 230px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
	}
#subForm legend
	{
	font-size: 1.6em;
	font-weight: bold;
	}
	
input#nominate
	{
	float: left;
	margin-left: 230px;
	
	}
.nomination_form
	{
	border-color:#CBD893;
	}
.required
	{
	color: #FF0000;
	}
.error
	{
	color: #FF0000;
	
	}

p.indent
	{
	padding: 0px;
	}




/* -------------------BUTTONS --------------------- */

a.button_join {
	width: 170px;
	height: 40px;
	display: block;
	background-image: url(../images/buttons/button_join.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-right: 20px;
	letter-spacing: 2px;
}

a.button_join:hover {
	background-image: url(../images/buttons/button_join_hover.gif);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	line-height: 40px;

}

/* -------------------ICONS --------------------- */

a.audio_icon {
	background-image: url(../images/icons/audio_icon.gif);
	background-repeat: no-repeat;
	line-height: 32px;
	display: block;
	height: 32px;
	padding-left: 36px;	
}

a.paper_icon {
	background-image: url(../images/icons/paper_icon.gif);
	background-repeat: no-repeat;
	line-height: 32px;
	display: block;
	height: 32px;
	padding-left: 36px;	
}

a.comment_icon {
	background-image: url(../images/icons/comment_icon.gif);
	background-repeat: no-repeat;
	line-height: 32px;
	display: block;
	height: 32px;
	padding-left: 36px;	
}

/* -------------------FOOTER ELEMENTS--------------------- */

.twoColFixRtHdr #footer, .twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited, .twoColFixRtHdr #footer a:hover, .twoColFixRtHdr #footer a:active {
	padding: 0;
	font-size: 12px;
	width: 100%;
	background-color: #2f79b1;
	color: #FFFFFF;
	margin-top: 25px;

}




.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.news_item {
	border-top: 2px solid #09C;
	padding-top: 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* -------------------IE FIXES ELEMENTS--------------------- */


[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebarContainer { width: 276px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebarContainer { padding-top: 3em; }
.twoColFixRtHdr #mainContainer { zoom: 1; }
.clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */


<![endif]

