/*
	-------------------------------------------------------------
	Main Elements
	-------------------------------------------------------------
*/

html {
	height:100%;
}

body {
	text-align: center;
	margin:0;
	padding: 0;
	background: url(images/background.gif) repeat-x #c6e4ae;
	font-family: Arial;
	font-size: 12px;
}

#frame {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	height:100%;
	overflow: hidden;
	background: #fff;
}

#body_section {
	float: left;	
}

.layout_border_left {
	float: left;	
	background: url(images/left_grad_bg.gif) repeat-y #c6e4ae;
	height:100%;
	margin-bottom: -20000px;
	padding-bottom: 20000px;
}

#main_container {
	width: 940px;
	float: left;
	background: #fff;
	padding: 10px;
}

.layout_border_right {
	float: left;	
	background: url(images/right_grad_bg.gif) repeat-y #c6e4ae;
	height:100%;
	margin-bottom: -20000px;
	padding-bottom: 20000px;
}

#left_column {
	float: left;
	width: 190px;		
	padding-right: 10px;
	background: #fff;
}

#logo {
	float: left;
	padding-bottom: 10px;
}

#info_column {
	float: left;
}

.info_container {
	background: #fffbe3;
	border-right: 1px solid #ffe95b;
	border-left: 1px solid #ffe95b;
	padding: 10px;
	font-size: 8pt;
	font-weight: bold;
	width: 168px;
}

#sponsor_column {
	background: #fffbe3;
	border-right: 1px solid #ffe95b;
	border-left: 1px solid #ffe95b;
	border-bottom: 1px solid #ffe95b;
	padding: 10px;
	text-align: center;
	float: left;
	width: 168px;
}

.presented_text {
	font-size: 9pt;
	font-weight: bold;
	color: #457020;
	padding: 20px 0 20px 0;
	float: left;
	text-align: center;
	width: 170px;
}

#right_column {
	float: left;
	width: 740px;		
}

#nav {
	float: left;
	width: 740px;		
	border-bottom: 1px dotted #ffdd00;
}

#home_body {	
	margin-top: 10px;
}

#int_body {	
	margin-top: 15px;
	float: left;
}

#int_tite {	
	margin-top: 9px;
	float: left;
	width: 720px;
	border-bottom: 1px dotted #7bc144;
	/*background: #f2f9ec;*/
	background: #fff;
	padding: 10px;
}

h1.int {
	color: #7bc144;	
	margin: 0;
	padding: 0;
}

#home_top {	
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	color: #333;
}

#int_copy {	
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	font-size: 9pt;
	color: #333;
	line-height: 12pt;
	background: url(images/int_bg.gif) center no-repeat #fff;
	min-height: 650px;
	width: 740px;
}

#home_top_sub {	
	float: left;
}

#home_bottom {	
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}

#home_bottom_sub {	
	float: left;
}

.icon {
	float: left;	
	width: 390px;
	padding-top: 20px;
}

.right_icon {
	float: left;	
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
}

.info_header {
	float: left;	
}

#home_left {
	float: left;	
	width: 390px;
}

#home_right {
	float: right;
	width: 350px;
}

#application_container {
	background: #eaf8f7;
	margin-left: 40px;
	float: left;	
	padding: 20px;
	width: 310px;
	font-size: 8pt;
}

#news_container {
	background: #e8ebf4;
	margin-left: 40px;
	float: left;	
	padding: 20px;
	width: 310px;
	font-size: 8pt;
	line-height: 12pt;
}

#event_map_container {
	margin-left: 50px;
	float: left;	
	width: 220px;
}

#twitter_container {
	margin-left: 50px;
	float: left;	
	background: #ecf8ff;
	padding: 20px;
	width: 220px;
	font-size: 8pt;
}

#sponsor_container {
	margin-left: 50px;
	float: left;	
	background: #f8e8ea;
	padding: 20px;
	width: 220px;
	font-size: 8pt;
}

#facebook_container {
	margin-left: 50px;
	float: left;
	position: relative;
	padding-top: 20px;
}

#footer{
	top: 10px;
	position: relative;
	background: #fffbe3;
	padding: 10px;
	text-align: center;
	float: left;
	width: 920px;
	color: #457020;
	font-size: 8pt;
}

.news_date {
	color: #1c3f93;
	font-weight: bold;
}

.twitter_date {
	color: #4ab9ff;
	font-weight: bold;
}

/*
	-------------------------------------------------------------
	Links
	-------------------------------------------------------------
*/

img {
	border: 0;	
}

a:link, a:visited {
	color: #00a79d;
	text-decoration: none;
}

a:hover {
	color: #00a79d;
	text-decoration: underline;
}

a:active, a:focus {
	color: #00a79d;
	text-decoration: none;
}

a.footer:link, a.footer:visited {
	color: #457020;
	text-decoration: none;
}

a.footer:hover {
	color: #457020;
	text-decoration: underline;
}

a.footer:active, a:focus {
	color: #457020;
	text-decoration: none;
}

a.twitter:link, a.twitter:visited {
	color: #4ab9ff;
	text-decoration: none;
}

a.twitter:hover {
	color: #4ab9ff;
	text-decoration: underline;
}

a.twitter:active, a:focus {
	color: #4ab9ff;
	text-decoration: none;
}

a.sponsor:link, a.sponsor:visited {
	color: #bd1f2d;
	text-decoration: none;
}

a.sponsor:hover {
	color: #bd1f2d;
	text-decoration: underline;
}

a.sponsor:active, a:focus {
	color: #bd1f2d;
	text-decoration: none;
}

a.news:link, a.news:visited {
	color: #1c3f93;
	text-decoration: none;
}

a.news:hover {
	color: #1c3f93;
	text-decoration: underline;
}

a.news:active, a:focus {
	color: #1c3f93;
	text-decoration: none;
}

.photo_row {
	float: left;
	padding-bottom: 10px;
	width: 700px;	
}

.photo_cont {
	float: left;
	padding-right: 10px;
}

h2.header {
	color: #00a79d;
}

.sponsor_row {
	float: left;
	padding-bottom: 20px;	
	width: 740px;
}

.sponsor_cont {
	float: left;
	width: 230px;
	text-align: center;
	padding-top: 15px;
}

.restuarant_row {
	float: left;
	padding: 10px;	
	width: 700px;
	background: #fffbe3;
	margin-top: 2px; 
	border-bottom: 1px dotted #ffdd00;
	border-top: 1px dotted #ffdd00;
}

.restuarant_cont {
	float: left;
	width: 230px;
	padding: 10px;
	font-size: 12px; 
}

.yellow_border {
	border: 1px solid #ffdd00;
}