/*CSS document - created 7.29.08 Author: Dionne Aiken*/

/*general page formatting*/
* {
	margin: 0px auto;
}
body {
	font: 16px/24px Garamond, Georgia, "Times New Roman", Times, serif;
	color: #287dc1;
	background: #fde2c3 url(../images/mainbuild/bodybg-repeat-x.jpg) repeat-x left top;
	text-align: center;
}
a, a:hover {
	text-decoration: none;
}
a {
	color: #f78f1e;
}
a:hover {
	color: #ea4b0f;
}
h1 {
	font-size: 24px;
	color: #ea4b0f;
	margin-bottom: 20px;
	font-weight: normal;
}
h3 {
	text-transform: uppercase;
	color: #ea4b0f;
	font-weight: normal;
	font-size: 16px;
}

/*page wrapper*/
#wrapper {
	background: url(../images/mainbuild/wrapperbg-repeat-y.png) repeat-y left top;
	width: 820px;
}

/*page headers*/
#header1, #header2, #header3, #header4, , #header5, #header6{
	height: 237px;
	width: 780px;
}
/*different header image for each page*/
#header1 {
	background: url(../images/headerimgs/headerimg1.jpg) no-repeat left top;
	text-align: left;
	padding-left: 40px;
}
#header2 {
	background: url(../images/headerimgs/headerimg2.jpg) no-repeat left top;
	text-align: left;
	padding-left: 40px;
}
#header3 {
	background: url(../images/headerimgs/headerimg3.jpg) no-repeat left top;
	text-align: left;
	padding-left: 40px;
}
#header4 {
	background: url(../images/headerimgs/headerimg4.jpg) no-repeat left top;
	text-align: left;
	padding-left: 40px;
}
#header5 {
	background: url(../images/headerimgs/headerimg5.jpg) no-repeat left top;
	text-align: left;
	padding-left: 40px;
}
#header6 {
	background: url(../images/headerimgs/headerimg6.jpg) no-repeat left top;
	text-align: left;
	padding-left: 40px;}

/*navigation formatting*/
#nav {
	text-align: left;
	float: left;
	width: 155px;
	padding: 0px 20px 0px 10px;
	margin-top: 65px;
}
#nav li {
	font-size: 18px;
	line-height: 50px;
	border-bottom: 1px dotted #F26633;
	list-style: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li a {
	text-transform: capitalize;
	padding-left: 50px;
}

#nav li a:hover {
	text-transform: capitalize;
	padding-left: 50px;
	background: url(../images/mainbuild/star.jpg) no-repeat 20px center;
}
.selectedpg {
	text-transform: capitalize;
	background: url(../images/mainbuild/star.jpg) no-repeat 20px center;
	color: #ea4b0f;
}

/*content area and elemnts within the content area*/
#content {
	float: left;
	width: 410px;
	text-align: left;
	margin-top: 30px;
	margin-right: 15px;
}
#content p {
	margin-bottom: 20px;
}
#wrapper #content h4 {
	font-weight: normal;
	color: #EA4B0F;
	border-top: 1px solid #FF6633;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-transform: capitalize;
}
#wrapper #content ul li {
	padding-bottom: 10px;
	list-style: disc outside;
	margin-left: 15px;
}

#wrapper #content ul {
	padding-left: 20px;
}
#declaration {
	margin-bottom: 20px;
	padding-top: 20px;
	border: 1px solid #FAC488;
	padding-right: 20px;
	padding-left: 20px;
}
.founders {
	border-top: 1px dotted #F26633;
	padding-top: 20px;
}
.icons {
	float: left;
	border-style: none;
	line-height: 36px;
	margin-right: 5px;
}
.icons2 {
	float: left;
	border-style: none;
	margin-top: -10px;
	margin-right: 5px;
}
.floatbiopics {
	float: left;
	margin-right: 10px;
	border: 1px solid #FAC488;
}
.backlink {
	float: right;
}

.highlight {
	color: #ea4b0f;
}
.floatlogos {
	float: left;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #FAC488;
}
#endorseinfo {
	padding: 10px;
	border: 1px solid #FBC182;
	width: 180px;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
}

/*side bar/events listed*/
#wrapper #sidebar h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
	color: #ea4b0f;
	padding-top: 20px;
	margin: 0px;
}
#sidebar {
	float: left;
	width: 155px;
	text-align: left;
	padding-left: 20px;
	border-left: 1px dotted #F26633;
	font-size: 14px;
	padding-right: 10px;
}
#sidebar h1 {
	padding-bottom: 10px;
}
#sidebar h3{
	font-size: 14px;
}
#sidebar h4 {
	border-top: 1px dotted #FF6633;
	margin-top: 10px;
	padding-top: 10px;
	font-weight: normal;
	color: #EA4B0F;
}
#sidebar p{
margin-bottom: 15px;
}
#sidebar ul{
	padding-left: 20px;	
}
#sidebar ul li{
	list-style: disc outside;
}
.eventdates, .eventnotes {
	font-style: italic;
}

/*sponsor logo section styles*/
#logos {
	clear: both;
	width: 800px;
	margin-top: 30px;
}
#logos img {
	padding: 20px 10px;
}

/*footer with footer links*/
#footer {
	background: url(../images/mainbuild/footerbg.png) no-repeat left top;
	clear: both;
	height: 66px;
	width: 820px;
}
#footerlinks {/*nested in footer and positioned absolutely to prevent IE6 bug with background images and links*/
	position: relative;
	z-index: 1000;
	height: 66px;
	width: 800px;
}
#wrapper #content h5 {
	font-weight: normal;
	color: #EA4B0F;
	padding-bottom: 10px;
	text-transform: capitalize;
	border-bottom: 1px solid #FF6633;
	margin-bottom: 20px;
	font-size: 18px;
}
