@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/page_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #545454;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


h1 {
	color: #011655;
	font-size: 20pt;
	font-weight: bolder;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #001457;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

a          { color: #011655; }
a:visited  { color: #011655; }
a:hover    { color: black; }


.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(../images/content_bkgd_tile.jpg);
	background-repeat: repeat-y;
}


/* BANNER AREA */
.bannerArea {
	width: 980px;
	height: 180px;
	background-color: #011655;
	background-image: url(../images/AM2011_mtghomepg_header.jpg);
	background-repeat: no-repeat;
}

.bannerArea10 {
	width: 980px;
	height: 200px;
	background-color: #011655;
	background-image: url(../images/AM2011_registration_header.jpg);
	background-repeat: no-repeat;
}

.bannerAreaB {
	width: 980px;
	height: 200px;
	background-color: #011655;
	background-image: url(http://ascb.org/meetings/images/AM2011_MtgHomePg_header.jpg);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.bannerdate {
	color:white;
	width: 805px;
	background-color: #011655;
	height: 20px;
	padding-top: 10px;
	padding-left: 175px;
	margin-left:auto;
	margin-right:auto;
}

.buttons {
	color:white;
	width: 705px;
	background-color: #011655;
	height: 20px;
	padding-bottom: 15px;
	padding-left: 275px;
	margin-left:auto;
	margin-right:auto;
}

.bannernav {
	padding-top: 10px;
	padding-left: 200px;
	float: left;
	color: #003;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a {
	color: #003;
	text-decoration: none;
}
.bannernav a:visited {
	color: #000;
}
.bannernav a:hover {
	color: #000;
	font-weight: bolder;
}

.toplogo {
	margin-left: 70px;
	padding-top: 20px;
}



.content {
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/content_bkgd.jpg);
	background-repeat: no-repeat;

}


/* LEFT NAVIGATION */

.left {
	position:absolute;/*ie needs this to show float */
	width:192px;
	float:left;
	
	padding-bottom:32px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 32px;
	
}

.div.leftheader {
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	color: #ffffff;
	font-family: Verdana, Arial;
	/*background-color: #173c71;*/
	background-color: #0066cc;
	text-align: center;
	font-variant: normal;
	text-decoration: none;
	width:140px;
	height:18px;
	padding-top:5px;
	padding-left:5px;
}

.leftnavigation {
	width: 16em;
	padding-left: 8px;
	float: left;
	list-style-type: none;
	margin: 0px;	
}

.leftnavigation a{
	margin-left: 0px;
	width: 179px;
	/*padding-left: 5px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;*/
	float: left;
	color: #364957;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #fcb814;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #999;
}

.leftnavigation a:visited{
	color: #005;
}
.leftnavigation a:hover{
	color: #ffffff;
	background-color: url(../images/nav_down.jpg);
}


/* CONTENT AREA */

.contentleft {
	width: 680px;
	padding-left: 40px;
	padding-right: 20px;
	float: left;
	

}

.contentright {
	padding-top: 25px;
	float: left;
	width: 210px;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	float: right;	
}
.imageleft {
	margin-right: 15px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 980px;height: 88px;
	background-color: #cfcfcf;
	background-image: url(../images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	
}

.copyright {
	border-top: solid;
	border-color: #737a90;
	border-width: 2px;
	margin-left: 240px;
	margin-right: 30px;
	padding-top: 12px;
	
	color: #666666;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
.countdown {
	padding-right: 15px;
	padding-left: 200px;
}


