html,body {
	background-color: #2D2414;
	background:url('../images/layout/bg_02.jpg') repeat-x fixed;
}

#wrapper {
	background: url('../images/layout/sunburstbg_03.jpg') fixed no-repeat top center;
}

#topnavbar {
	position: absolute;
	top: 0;
	left: 0;
	background:transparent url('../images/layout/topnavbar_bg.png') repeat-x;
	height: 39px;
	width:100%;
}

#topnav, #topnav a {
	font-family: Helvetica,Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

#topnav a:hover {
	color: #FFD800;
}

#topnavbar ul {
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
}

#topnavbar ul li {
	list-style: none;
	display: inline;
}

#logo {
	height: 206px;
}

#topPhotos {
	height: 206px;
}

#container2top {
	background:transparent url('../images/layout/container2_top.png') no-repeat;
	height: 85px;
}

#container2 {
	background:transparent url('../images/layout/container2_bg.png') repeat-y;
}

#container2bottom {
	background:transparent url('../images/layout/container2_bottom.png') no-repeat;
	height: 45px;
	margin-bottom: 40px;
}

#contenttop{
	background:transparent url('../images/layout/content_top.png') no-repeat;
	height: 63px;
}

#content {
	background: #FFF;
	min-height: 450px;
}

#contentbottom {
	background:transparent url('../images/layout/content_bottom.png') no-repeat;
	height: 76px;
}



/* NAVIGATION 
-----------------------*/
#nav ul {

}

#nav li {
	list-style: none;
	float: left;
	padding-top: 20px;
	margin-left:0;
	margin-right:20px;
}
.navAttend a {
	display: block;
	width: 89px;
	height: 25px;
	text-indent: -10000px;
	background:transparent url('../images/layout/nav_attend.png') no-repeat;
	background-position: 0 0;
}

.navAttend a:hover {
	background-position: 0 -25px;
}

.navSchedule a {
	display: block;
	width: 115px;
	height: 25px;
	text-indent: -10000px;
	background:transparent url('../images/layout/nav_schedule.png') no-repeat;
	background-position: 0 0;
}

.navSchedule a:hover {
	background-position: 0 -25px;
}

.navResources a {
	display: block;
	width: 131px;
	height: 25px;
	text-indent: -10000px;
	background:transparent url('../images/layout/nav_resources.png') no-repeat;
	background-position: 0 0;
}

.navResources a:hover {
	background-position: 0 -25px;
}

.navFeaturing a {
	display: block;
	width: 131px;
	height: 25px;
	text-indent: -10000px;
	background:transparent url('../images/layout/nav_featuring.png') no-repeat;
	background-position: 0 0;
}

.navFeaturing a:hover {
	background-position: 0 -25px;
}

/* HOME PAGE STYLE
--------------------- */
#homeContentTop{
	background:transparent url('../images/layout/content_top.png') repeat-x;
	height: 63px;
}

#homeContent {
	background: #FFF;
}

#homeContentBottom {
	background:transparent url('../images/layout/content_bottom.png') repeat-x;
	height: 76px;
}

#homeVideo {
	margin-bottom: 20px;
}

#homeNews {
	min-height: 290px;
	background: url('../images/layout/bg_02.jpg') ;
}

#homeNews h2 {
	color: #FFF;
	background: #1B1916;
	padding: 0px 10px;
}

#homeNewsBlock {
	padding: 0 10px;
}

#homeNews h3 a {
	color: #1B1916;
	margin: 0px;
	border-bottom: 1px dotted;
	text-decoration: none;
}

#homeNews h3 a:hover {
	color: #5C6C1A;
}

.homeNewsImg {
	float: left;
	margin-right: 10px;
	border: 3px solid #FFF;
}

h2.homeFeatured {
	color: #FFF;
	background: #1B1916;
	padding: 0px 10px;	
}

#homeFeatured a {
	color: #1B1916;
	text-decoration: none;
}

#homeFeatured a:hover {
	color: #5C6C1A;
}

#homeSpotlight {
	padding: 20px;
	background: #efefef;
}

#homeSpotlight img {
	float: left;
	border: 5px solid #FFF;
	margin-right: 10px;
}

#homeRequestInfo {
	margin-bottom: 40px;
}

#newsletterBox {
	background: #efefef;
	padding-bottom:20px;
	margin-bottom:14px;
}

#newsletterBox h2 {
	color: #1B1916;
	padding: 30px 0 0 10px;
	line-height: 20px;
}

#newsletterBox p {
	padding: 0 10px;
}

#homeSeminars h2 {
	color: #FFF;
	background: #1B1916;
	padding: 0px 10px;	
}

/* RIGHT MENU
--------------------- */

#rightmenu {
	background: transparent url('../images/layout/rightmenubg.png') repeat-y;
	padding: 10px;
	width:200px;
}

#rightmenu ul {
	list-style: none;
}

#rightmenu a {
	font-family: Helvetica,Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 26px;

}

#rightmenu a:hover {
	color: #FED501;
}

#twitter {
	background: transparent url('../images/layout/twitter_bg.png') repeat-y;
	padding: 10px;
	width:200px;
}

#twitter h2 {
	color: #FFF;
	font-size: 16px;
	padding: 10px 0px 0px 10px;
	line-height: 20px;
	margin-bottom: 0px;
}

#twitter p {
	color: #1B1916;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 22px;
}

.twitterFrom {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#twitter a {
	color: #1B1916;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#twitter a:hover {
	color: #FED501;
}

#rightNewsBlock {
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
}

#rightNewsBlock h6 {
	font-size: 12px;
	margin-bottom:0px;
}

.rightNewsDate {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: -10px;
}

/* FOOTER
------------------------ */

#footer {
	position: absolute;
	right: 0;
	color:#FFF;
	background:transparent url('../images/layout/footer_bg.png') repeat;
	width: 100%;
	min-height: 50px;
	padding-top: 20px;
}

#footer a {
	color:#FFF;
}

#footer h2 {
	color: #FFF;
}

.footerQuote {
	margin-bottom: 50px;
	font-family: Georgia, Times New Roman, serif ;
}

.footerQuote h4{
	font-size: 16px;
}

.footerQuote a {
	border-bottom: 1px dotted;
	text-transform: uppercase;
}

#copyright {
	text-align: center;
}

/* TEMP HOME
-------------------- */
#homeBanner {
	height:auto;
}

#homeBanner h1 {
	color:#666;
	margin:0px 0px;
}

h1 {
	color: #582666;
}

h2 {
	color: #5C6C1A;
}

h2 a {
	text-decoration: none;
}

/* Attend */
.datesLocations h3 {
	margin: 0;
}

.ratesTable th {
	color: #582666;
	text-align: left;
	padding: 10px;
	max-width: 120px;
	vertical-align: bottom;
}

.ratesTable td {
	padding: 3px 10px;
	text-align: left;
}

.ratesTable tr {
	border-bottom: 1px solid #999;
}

.regType {
	font-weight: bold;
}

/* HOTEL & TRAVLE
----------------------------------------- */
#hotelTable th {
	text-align: left;
	padding: 10px;
}

#hotelTable td {
	text-align: left;
	padding: 3px 10px;
}

#hotelTable tr {
	border-bottom: 1px solid #999;
}

.rateDescription td {
	font-size:11px;
}

/* SCHEDULE
----------------------------------------- */
h5#schedule {
	padding: 3px 10px;
	background: #333;
	color: #FFF;
}

.session {
	margin-left: 20px;
}

.dayLink a {
	padding: 3px 5px;
	background: #5C6C1A;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.dayLink a:hover {
	background: #333;
}


/* Photos */
.profilePhoto {
	float: left;
	margin: 5px;
	padding: 3px;
	border: 1px solid #333;
}

.profilePhoto {
	float: left;
	margin: 5px;
	padding: 3px;
	border: 1px solid #333;
}

/* GLOBAL
---------------------------------------- */
.topLink a {
	padding: 3px 5px 0px 5px;
	background: #5C6C1A;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	margin-bottom: 20px;	
}

.topLink a:hover {
	background: #333;
}