@charset "utf-8";
body {
	background: #FFFFFF;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a {
	color: #71bce9;
	text-decoration: none;
}
a:visited {
	color: #FAA21B;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FCCF8D;
}
a:active {
	color: #DA6402;
	text-decoration: none;
	font-size: 16px;
}

#bhome a#home,
#babout a#about,
#bpresenter a#presenter,
#bsponsor a#sponsor,
#baffiliate a#affiliate,
#beventdetail a#eventdetail,
#bblogg a#blogg,
#bcontact a#contact
{
	color:#DA6402;
}

#container  {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
#header  {
	height: 166px;
	background-image: url(../images/OneSpirit_Header.jpg);
	background-repeat: no-repeat;
} 
#LOCATION {
	text-align: right;
	font-weight: bold;
	width: 200px;
	float: right;
	padding-right: 5px;
}
.location {
	font-weight: bold;
	color: #DD6300;
	font-size: 20px;
	text-transform: capitalize;
	font-style: normal;
}
.NavYellow {
	font-weight: bold;
	color: #376d95;
	font-size: 16px;
	text-transform: capitalize;
	font-style: normal;
}
#HOME {
	padding-bottom: 0px;
	padding-left: 23px;
	margin-left: 175px;
	padding-top: 2px;
}
#EVENTDETAILS {
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 705px;
	padding-top: 10px;
	text-align: left;
	color: #FFF
}
#PRESENTERS {
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 275px;
	padding-top: 6px;
	text-align: left;
}
#SPONSORS {
	padding-left: 15px;
	margin-left: 345px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}
#AFFILIATES {
	text-align: left;
	margin-left: 425px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 5px;
}
#ABOUTUS {
	margin-left: 540px;
	padding-top: 5px;
	text-align: left;
}
#BLOGGING {
	padding-bottom: 2px;
	padding-left: 3px;
	margin-left: 0px;
	padding-top: 3px;
	text-align: left;
	padding-right: 0px;
	float: left;
}
#CONTACTUS {
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 675px;
	padding-top: 0px;
	text-align: right;
	padding-right: 25px;
}
#regbutton {
	font-size: 20px;
	color: #8E3345;
	font-weight: bold;
	height: 43px;
	float: left;
	width: 940px;
	text-align: left;
	vertical-align: middle;
	padding: 3px 0 20px 10px;
	margin-bottom:10px;
}
#footernav {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
}
.footer {
	font-weight: bold;
	color: #376d95;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
.footerLink {
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #376d95;
}
#footer {
	font-size: 11px;
	text-align: center;
	background-image: url(../images/footer.jpg);
	height: auto;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
} 
.white {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.white16 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFF;
}
