
/*
	Elements
*/
body {
	background: #fff url('../images/bg.png') no-repeat top center;
	min-width: 950px;
}
a {
	text-decoration: none;
	color: #666;
}

/*
	Layout
*/
#container {
	width: 950px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}
#header {
	height: 230px;
	width: 705px;
	overflow: hidden;

	margin-top: 125px;

	position: absolute;
	left: -20px;
	top: 0px;

	background-repeat: no-repeat;
	background-position: 0px 42px;
}

#logo {
	position: absolute;
	top: 39px;
	left: 70px;
}
#logo, #logo a {
	width: 326px;
	height: 97px;
}
#logo a {
	display: block;
	overflow: hidden;
	background: transparent url('../images/logo.png') no-repeat left top;
	text-indent: -1000px;
}

#heading {
	font-size: 29px;
	line-height: 34px;
	font-weight: bold;
	color: #99ca3c;
	width: 600px;
	margin-left: 85px;
	padding-bottom: 5px;
}
#heading .highlight {
	color: #999;
	background: none;
}

#col_left {
	float: left;
	width: 685px;
	padding-top: 360px;
}
#col_right {
	float: right;
	width: 226px;
	margin-top: 50px;
}

.box {
	background: #f1f1f1;
	margin-bottom: 20px;
	padding-top: 85px;
}
.box .title {
	font-size: 16px;
	color: #666;
}
.box_content {
	padding: 0px 15px 30px 15px;
}

#events_box {
	background: #f1f1f1 url('../images/right_header_events.png') no-repeat left top;
}
#events_box .box_content {
	background: transparent url('../images/right_footer1.png') no-repeat left bottom;
}
#twitter_box {
	background: #f1f1f1 url('../images/right_header_twitter.png') no-repeat left top;
}
#twitter_box .box_content {
	background: transparent url('../images/right_footer2.png') no-repeat left bottom;
}
#facebook_box {
	background: #f1f1f1 url('../images/right_header_facebook.png') no-repeat left top;
}
#facebook_box .box_content {
	background: transparent url('../images/right_footer3.png') no-repeat left bottom;
}

#content {
	width: 600px;
	margin-left: 85px;
	font-size: 14px;
	color: #666;
}
#footer {
	clear: both;
	background: transparent url('../images/footer.png') no-repeat top center;
	height: 210px;
}
#footer_content {
	margin: 0px auto;
	width: 950px;
	position: relative;
}

.text {
	color: #666;
	font-size: 16px;
	border-top: 3px dotted #ccc;
	padding: 12px 0px;
}

.video {
	width: 275px;
	margin: 5px;
	background: transparent url('../images/video_bg.png') no-repeat left top;
	padding: 15px 0px 0px 15px;
	float: left;
}
.video_holder {
	height: 180px;
}

.event_title {
	color: #99ca3c;
	font-size: 16px;
	font-weight: bold;
}
.event_info {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
}
.event_details {
	color: #666;
	font-size: 14px;
	padding: 12px 0px;
}
.event_thumbnail {
	background: #ccc;
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.pagination {
	background: #989898;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
.pagination a {
	color: #fff;
}

#sponsors {
	clear: both;
	border-top: 3px dotted #ccc;
	padding: 10px 0px;
	width: 600px;
	margin-left: 85px;
	text-align: center;
}
#sponsors img {
	margin: 0px 16px;
}

#cal {
	padding: 10px 10px 10px 155px;
	background: transparent url('../images/cal_bg.png') no-repeat left top;
	clear: both;
	height: 140px;
}
#screen1 h3, #screen2 h3 {
	text-indent: -10000px;
	height: 21px;
	padding: 0; margin: 0 0 10px 0;
	background-image: url('../images/cal_titles.png');
	background-repeat: no-repeat;
}
#screen1 h3 {
	background-position: left bottom;
}
#screen2 h3 {
	background-position: left top;
}
#annual, #monthly, #apr {
	font-weight: bold;
}
#annual {
	color: red;
}
#earnings {
	border: 2px solid #99ca3c;
}
#submit_btn, #reset_btn {
	height: 27px;
	width: 110px;
	background: transparent url('../images/btn_bg.png') no-repeat left top;
	overflow: visible;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	float: right;
}

/*
	Media
*/
#media_container {
	width: 540px;
	margin-bottom: 1em;
}

#media_item {
	height: 350px;
	overflow: hidden;
}

#media_controls {
	background: #eee;
	overflow: hidden;
	padding: 8px;
}

#media_controls .next, #media_controls .prev,
#media_controls .item, #media_controls .selected {
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -10000px;
	overflow: hidden;
}

#media_controls .item, #media_controls .selected {
	display: inline-block;
}

#media_controls .next {
	background: transparent url('../images/arrow_next.png') no-repeat center center;
	float: right;
}

#media_controls .prev {
	background: transparent url('../images/arrow_prev.png') no-repeat center center;
	float: left;
}

#media_controls .item {
	background: transparent url('../images/img_off.png') no-repeat center center;
}

#media_controls .selected {
	background: transparent url('../images/img_select.png') no-repeat center center;
}

#media_controls .items {
	text-align: center;
	height: 25px;
}

/*
	Titles
*/
.pagetitle {
	text-indent: -10000px;
	overflow: hidden;
	height: 20px;
	margin: 0px 0px 10px 0px; padding: 0px 0px 10px 0px;
	border-bottom: 3px dotted #ccc;
}
#advice {
	background: transparent url('../images/title_advice.png') no-repeat left top;
}
#events {
	background: transparent url('../images/title_events.png') no-repeat left top;
}
#past_events {
	background: transparent url('../images/title_events.png') no-repeat left top;
}
#forum {
	background: transparent url('../images/title_forum.png') no-repeat left top;
}
#links {
	background: transparent url('../images/title_links.png') no-repeat left top;
}
#video {
	background: transparent url('../images/title_video.png') no-repeat left top;
}
#about {
	background: transparent url('../images/title_about.png') no-repeat left top;
}
#contact {
	background: transparent url('../images/title_contact.png') no-repeat left top;
}


/*
	Popup overlay
*/

#popup_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1000;
}
#popup_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 540px;
	height: 350px;
	background: none;
	text-align: center;
    z-index: 2000;
}


/*
	Menus
*/
#topmenu {
	position: absolute;
	top: 7px;
	left: 470px;
	margin: 0; padding: 0;
}
#topmenu li {
	list-style-type: none;
	font-size: 15px;
	border-left: 2px solid #fff;
	float: left;
	padding: 0px 6px;
}
#topmenu li:first-child {
	border: none;
}
#topmenu li, #topmenu li a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#topmenu li a {
	text-decoration: none;
}

#mainmenu {
	background: transparent url('../images/menu_bg.png') no-repeat right top;
	height: 42px;
	margin: 0px 0px 0px 145px;
	padding: 0px;
	width: 530px;
}
#mainmenu li {
	list-style-type: none;
	float: left;
	height: 42px;
}
#mainmenu li a {
	display: block;
	float: left;
	height: 42px;
	background-repeat: no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	width: 114px;
}

/* 93 + 91 + 113 + 119 + 114 */

#mainmenu li#btn_advice a {
	width: 114px;
	background-image: url('../images/menu_btn_advice.png');
}
#mainmenu li#btn_advice a:hover { background-position: left bottom; }

#mainmenu li#btn_events a {
	width: 119px;
	background-image: url('../images/menu_btn_events.png');
}
#mainmenu li#btn_events a:hover { background-position: left bottom; }

#mainmenu li#btn_video a {
	width: 93px;
	background-image: url('../images/menu_btn_video.png');
}
#mainmenu li#btn_video a:hover { background-position: left bottom; }

#mainmenu li#btn_forum a {
	width: 113px;
	background-image: url('../images/menu_btn_forum.png');
}
#mainmenu li#btn_forum a:hover { background-position: left bottom; }

#mainmenu li#btn_links a {
	width: 91px;
	background-image: url('../images/menu_btn_links.png');
}
#mainmenu li#btn_links a:hover { background-position: left bottom; }

.footermenu {
	position: absolute;
	top: 88px;
	left: 82px;
	margin: 0; padding: 0;
	width: 600px;
}
.footermenu li {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	border-left: 2px solid #fff;
	padding: 0px 6px;
	float: left;
	text-transform: uppercase;
}
.footermenu li:first-child {
	border: none;
}
.footermenu li a {
	color: #fff;
	text-decoration: none;
}

.footermainmenu {
	top: 130px;
}
.footermainmenu li {
	border-left: 2px solid #8cbf3f;
}
.footermainmenu li a {
	color: #8cbf3f;
}

.footersubmenu {
	top: 180px;
	color: #999;
	font-size: 12px;
}
.footersubmenu a {
	color: #999;
	text-decoration: none;
}

