@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	
	margin: 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: #333;
	background: #f2f2f2 repeat-x top url(../images/layout/bg_body.gif);
}

#body_bg {
	background: repeat-y top url(../images/layout/bg_container.png);


}

.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFF; 
	padding: 0 8px 0 8px;
	margin-bottom: 0px;
height: 88px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px 20px 20px;
	margin-right: 200px;
	background: #FFF;
}

.oneColFixCtrHdr #mainContent2 {
	padding: 0 20px 20px 20px;
	margin: 0 20px;
	background: #FFF;
}

.oneColFixCtrHdr #footer {
	clear:both;
	height: 39px;
	background: no-repeat bottom url(../images/layout/footer.png);
}

.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#threeColumnContainer {

	width: 955px; 
}


/* TWO COLUMNS */
#threeColumnContainer .half_one {
float:left;
	top: 0; 
	left: 0; 
	width:310px;
width:465px;
}
#threeColumnContainer .half_two {
float:right;
padding-left: 10px;
	top: 0; 
	right: 0; 
	width:465px;
border-left:1px solid #CCC;
}


/* THREE COLUMNS */
#threeColumnContainer .thirds_one {
float:left;
	top: 0; 
	left: 0; 
	width:300px;
}
#threeColumnContainer .thirds_two {
	margin: 0 320px 0 320px; 
}
#threeColumnContainer .thirds_three {
float:right;
	top: 0; 
	right: 0px; 
	width:300px;
}


#threeColumnContainer .half_one .content, #threeColumnContainer .half_two .content, #threeColumnContainer .thirds_one .content, #threeColumnContainer .thirds_two .content, #threeColumnContainer .thirds_three .content { 
	padding: 0 10px 0 10px;
}

#topnav {
	width:770px;
	height: 66px;
	clear:both;
	background: repeat-x left top url(../images/layout/bg_topnav.gif);
}

#topnav ul {
	float: left;
	width: 100%;
	height: 41px;
	list-style-type: none;
	margin: 0;
	padding-left: 7px;

}

#topnav li {
	float: left;
	height: 37px;
}

#topnav li a {
	float: left; 
	width:102px;
	height: 41px;
}
#topnav li a img {
	border:0;
}
	
#topnav li.homepage a { background: no-repeat left top url(../images/topnav/0_roll.gif); width:90px; }
#topnav li.pageOne a { background: no-repeat left top url(../images/topnav/1_roll.gif); width:90px; }
#topnav li.pageTwo a { background: no-repeat left top url(../images/topnav/9_roll.gif); width:70px; }
#topnav li.pageThree a { background: no-repeat left top url(../images/topnav/10_roll.gif); width:130px; }
#topnav li.pageFour a { background: no-repeat left top url(../images/topnav/4_roll.gif); width:130px; }
#topnav li.pageFive a { background: no-repeat left top url(../images/topnav/5_roll.gif); width:90px; }
#topnav li.pageSix a { background: no-repeat left top url(../images/topnav/8_roll.gif); width:90px; }
#topnav li.pageSeven a { background: no-repeat left top url(../images/topnav/7_roll.gif); width:90px; }
#topnav li a:hover img { display:none; }



#rightnav {
    float:right;
    width:200px;
	padding-top:20px;
}

#rightnav img {
border:0;
}

#rightnav .section {
    margin-top: 15px;
    border: 1px solid #50959c;
}

#rightnav .section .heading {
    padding:3px 8px 3px 8px;
    font-weight: bold;
    color: #fff;
    background-color: #50959c;
}

#rightnav .content { padding:8px; }

.pregResource_bottom {
    margin-top:40px;
}

#rightnav .content ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

#rightnav .content li {
    padding:0 0 5px 0;
}


.imageBorders a img {
border:1px solid #369;
}


.speaker {
	float:left;
	width:180px;
	margin-bottom:10px;
	background-color: #fff;
	border:1px solid #fff;
}

.speakerContent {
	margin-right: 0; /* 75px; */
	padding:4px 3px 3px 3px;
	line-height: 15px;
}

.speaker img {
	float:right;
	border:1px solid #369;
}	

.sponsors {
	float:left;
	clear:both;
	padding:10px;
	postion: relative;
}

.sponsorBox {
	float:left;
	padding:0 30px 0 0px;
	text-align:center;
}

.sponsorBoxContent {
	padding:5px;
	background-color: #369;
}

.sponsorText {
color: #369;
font: bold 12px verdana arial geneva helvetica sans-serif;
border: 2px solid #369;
padding: 4px 7px;
}


.photoBox {
	float:left;
	margin-right:2px;
}

.photoright {
float: right;
margin: 24px 0 7px 10px;
}

