/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{
	color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;font-weight:normal;
}

li{
	list-style:none;
}

caption,th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

q:before,q:after{
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

legend{
	color:#000;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

/* LAYOUT */

body {
	background-color: #414141;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #414141;
}

#wrapper{
	position: relative;
	margin:0px auto;
	width:820px;
}

#header {
	position: relative;
	width: 820px;
	height: 200px;
}

#main{
	position: relative;
	float:left;
	width:820px;
	padding-bottom:25px;
}

#nav_column{
	position:relative;
	width:200px;
	float:left;
	color:#fff;
	padding-top:10px;
}

#content_column{
	position:relative;
	background:url(../images/generic/layout/content_bgnd.jpg) repeat-y;
	width:620px;
	float:left;
}

#main_content{
	position:relative;
	width:580px;
	height:auto;
	margin-left:20px;
	clear:both;
}

#main_content_footer {
	position:fixed;
	background:url(../images/generic/layout/content_footer_shadow.jpg);
	height:15px;
}

#column1_home{
	float:left;
	width:180px;
	position:relative;
	padding-right:20px;	
}

#column2_home{
	float:left;
	width:180px;
	position:relative;
	padding-right:20px;	
}

#column3_home{
	float:left;
	width:180px;
	position:relative;
}

#column1_home a, #column1_home a:active, #column1_home a:visited, #column2_home a, #column2_home a:active, #column2_home a:visited, #column3_home a, #column3_home a:active, #column3_home a:visited, #column1_other a, #column1_other a:active, #column1_other a:visited, #column2_other a, #column2_other a:active, #column2_other a:visited{
	font-weight:bold;
	text-decoration:none;
}

#column1_home a:hover, #column2_home a:hover, #column3_home a:hover, #column1_other a:hover, #column2_other a:hover {
	color: #414141;
}

#column1_other{
	float:left;
	width:380px;
	position:relative;
	padding-right:20px;	
}

#column2_other{
	float:left;
	width:180px;
	position:relative;
}

#footer{
	position:relative;
	width:580px;
	float:left;
	padding:5px 0px 10px 0px;
	margin-top:20px;
	font-size:9px;
	line-height:12px;
}

#footer a, #footer a:active, #footer a:visited{
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover{
	color: #414141;
}

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

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

/* HOME PHOTO HOLDER */

#home_photo_container{
	position:relative;
	width:570px;
	height:266px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	padding-right:10px;
	margin-bottom:25px;
	line-height:1.4em;
}

#home_photo_container_text{
	padding-top:10px;
}

.home_conventiontitle{
	font-size: 16px;
	font-weight:bold;
}

#home_photo_container a:link, #home_photo_container a:active, #home_photo_container a:visited{
	font-weight:bold;
	text-decoration:none;
}

#home_photo_container a:hover{
	text-decoration:none;
	color: #FFFFFF;
}

/* NAV */

ul.nav{
	list-style:none;
	color:#FFFFFF;
	line-height:1.5em;
	font-weight:normal;
	padding-top:10px;
}

.nav li.main{
	display:block;
	width:auto;
}

.nav li a:link, .nav li a:visited, .nav li a:active {
	font-size:14px;
	background:url(../images/generic/icons/bulletsquarewhite.gif) no-repeat 6px 8px;
	outline:none;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding:2px 2px 3px 18px;
	width:180px;
}

.nav li a:hover{
	background:url(../images/generic/icons/bulletsquarewhite.gif) no-repeat 6px 7px;
	font-weight:normal;
	color:#FFFFFF!important;
	width:180px;
}

/* TEXT STYLING */

h1 {
	font-size:48px;
	line-height:50px;
	letter-spacing:-1px;
	font-weight:bold;
	padding-top:18px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	color: #414141;
	margin-bottom:25px;
}

h3 {
	font-size:18px;
	line-height:22px;
	padding-bottom:3px;
}

h4 {
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	padding-bottom:3px;
	margin-bottom:10px;
}

h5 {
	font-size:18px;
	line-height:22px;
	color:#414141;
	padding-bottom:3px;
}

/* RSS FEED LIST STYLING */

#column2_home ul li, #column1_other ul li, #column2_other ul li{
	outline:none;
	color:#414141;
	text-decoration:none;
	display:block;
	padding:2px 2px 3px 18px;
}

#column2_home li a:link, #column2_home li a:active, #column2_home li a:visited, #column2_other li a:link, #column2_other li a:active, #column2_other li a:visited{
	color: #414141;
	font-weight:bold;
	text-decoration:none;
}

#column1_other li a:link, #column1_other li a:active, #column1_other li a:visited{
	font-weight:normal;
	text-decoration:none;
}

#column1_other li a:hover{
	color: #414141;
}

/* TABLE STYLING */

tr td {
	padding:5px;
	vertical-align:top;
}

.news_table {
	border-top: 1px solid #538dc5;
	border-bottom: 1px solid #538dc5;
	clear:both;
}

tr.fill td {
	background: #EEEEEE;
	color:#538dc5;
	font-weight: bold;
	padding:5px;
	vertical-align:top;
	font-size:10px;
}

tr.white td {
	background: #FFFFFF;
	color:#538dc5;
	font-weight: bold;
	padding:5px;
	vertical-align:top;
	font-size:10px;
}

tr.fill td a, tr.fill td a:active, tr.fill td a:visited, tr.white td a, tr.white td a:active, tr.white td a:visited {
	text-decoration:none;
	color: #82a54f;
	text-transform:uppercase;
}

tr.fill td a:hover, tr.white td a:hover {
	text-decoration:underline;
}

/* BMC */

#bmc {
	border-bottom:1px solid #FFFFFF;
	text-align:center;
	font-size:12px;
	padding-bottom:10px;
	margin-bottom:30px
}

#bmc a:link, #bmc a:active, #bmc a:visited {
	background-color:#1d5e2a;
	padding:1px 3px 1px 3px;
	text-decoration:none;
	color: #FFFFFF;
}

#bmc a:hover {
	background-color:#333333;
}
