@charset "UTF-8";
/*
div {
	border: 1px solid #000;
}
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
	background-image: url(images/PageBack.jpg);
	background-color: #BFBFBF;
	margin: 0px;
	background-position: center top;
	background-repeat: no-repeat;
}

h1 {
	font-size: 18px;
	color: #900;
	text-transform: uppercase;
	margin-bottom: -15px;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-style: italic;
}

h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #900;
}

h4 {
	font-size: 12px;
	font-style: italic;
}



#main {
	text-align:left;
	width:748px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height:79px;
}

#navMenu {
	min-height: 29px;
	text-align: center;
}

#navContainer{
	margin-top: 3px;
}

#content {
	min-height:400px;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 45px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 20px;
	background-color: #FFF;
	position:relative;
}

#contentSummit {
	min-height:400px;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 80px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 20px;
	background-color: #FFF;
	position:relative;
	background-image: url(images/SummitHeader.jpg);
	background-position: center top;
}

#footer{
	height: 30px;
	position: relative;
}

#footer a {
	color: #9A9280;
}

.left_floater{
	float:left
}

.mainContent {
	margin-bottom: 40px;
	min-height: 220px;
 }
 
 .boardContent {
	margin-bottom: 40px;
	min-height: 140px;
 }
 
 table {
	margin-top: 15px;
}

table tr td {
	font-size: 12px;
	vertical-align: top;
}

table p {
	margin-left: 0px;
}
 
#contentSummit .mainContent table p, h1, h2, h3, h4, h5  { 
	margin-left: 0px
}
 
 #contentSummit .mainContent table h4  { 
	margin-left: 0px;
}
 
#content p, h1, h2, h3, h4, h5, form  { 
	margin-left: 200px
}

#contentSummit p, h1, h2, h3, h4, h5  { 
	margin-left: 200px
}

.mainContent ul li {
	margin-left: 200px;
	margin-bottom: 5px;
}

.rightFloat {
	float: right;
}

#sponsors {
	margin-top: 10px;
	background-image: url(images/MainBackSecondary.jpg);
	background-repeat: repeat-x;
	min-height: 75px;
	border-top: solid medium #C1C1C1;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 20px;
	background-color: #FFF;
}

.sponsorLogo {
	margin-right: 20px;
}

#footer {
	margin-top: 10px;
	min-height: 100px;
	color: #CCC;
	background-color: #333;
	font-size: 10px;
	text-align: center;
	padding-top: 15px;
}

.leftLinkContainer {
	position: absolute;
	left: 39px;
	width: 184px;
	top: 66px;
}

.leftLinkSummit {
	position: absolute;
	left: 39px;
	width: 184px;
	top: 123px;
}

.leftLink {
	width: 170px;
	border-bottom: solid 1px #888;
	padding: 15px 5px 3px 5px;
}

.leftLink a {
	text-decoration: none;
	color: #600;
	font-size: 12px;
	font-weight: bold;
}

.leftLinkSelected {
	width: 170px;
	border-bottom: solid 1px #888;
	padding: 15px 5px 3px 5px;
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

/*Main Navigation CSS  */ 

#nav {
	border:none;
	padding:0;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 4px 0 0;
	padding:0;
}

#nav li a {
	display:block;
	padding:5px 10px 7px 10px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 10px 0 0;
}

#nav li a:hover {
	color:#900;
	background-color: #000;
}



/* end Main Navigation css */ 

form {
	font-size: 10px;
	margin-left: 0px;
}

.redtext {
	color: #D92614;
}

#contentSocial {
	float: right;
	margin-top: -30px;
}
