/* structure */

@charset "UTF-8";
* {
		margin: 0;
		padding: 0;
}

body {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	text-align: center;
	background-color: #fbfbfb;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* main text tags */

a {
	color: #D73E00;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

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

.revlink {
	color: #E3FDF4;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-left: 8px;
}

.revlink:hover {
	color : #C4DCD4;
	text-decoration: underline;
}

/* main structure */

#wrapper {
	width: 1013px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-image: url(/images/wrapperbg.gif);
	padding: 0px;
	background-repeat: repeat-y;
}

#container {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#main {
	width: 926px;
	padding: 27px;
}
#main h1 {
	padding: 0px;
	color: #D73E00;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main h2 {
	padding: 0px;
	color: #D73E00;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main h3 {
	padding: 0px;
	color: #D73E00;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main h4 {
	padding: 0px;
	color: #D73E00;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* homepage */

#contenthm {
	margin: 0;
	width: 927px;
	height: 402px;
	background-image: url(/images/nwhm_05.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	
}

#contenthmbase {
    margin: 0;
	width: 927px;
	height: 14px;
	background-image: url(/images/nwhm_08.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#contenthmlt {
	margin: 0;
	width: 427px;
	float: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#contenthmrt {
	float: right;
	padding: 0px;
	width: 462px;
	margin: 0px;
}

#contenthmlt ul li 
{
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	list-style-image: url(/images/orange_raquo.gif);
	list-style-type: none;
	padding-left: 16px;
	text-indent: -16px;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contenthmlt H1 {
	padding: 0px;
	color: #D73E00;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#contenthmlt p {
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* sidebars */

#homepaneltop {
	padding-bottom: 0px;
	height: 301px;
	width: 926px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#homepanelbot {
	padding-bottom: 5px;
	width: 926px;
}

#homepanelbotrt {
	padding: 10px;
	height: 65px;
	width: 480px;
	float: right;
	text-align: right;
}

#homepanelbotlt {
	width: 239px;
	height: 65px;
	padding: 10px;	
}



#sidebarlefthm {
	margin: 0;
	width: 432px;
	background-image: url(/images/hmpanel_01.jpg);
	background-repeat: no-repeat;
	height: 261px;
	float: left;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#sidebarrighthm {
	float: right;
	padding: 0px;
	width: 459px;
	height: 301px;
	margin: 0px;
}


#sidebarrightpic {
	float: right;
	padding: 0px;
	width: 290px;
	margin: 0px;
}
#sidebarright {
	float: right;
	padding: 0px;
	width: 290px;
	margin: 0px;
	background-image: url(/images/sb_bg_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#sidebarright h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #843b8c;
	background-image: url(/images/sb_bg_01.gif);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: top;
	
}

#sidebarcontent {
	padding-left: 15px;
	padding-right: 15px;
	}

#sidebarcontent h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #843b8c;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	}
	
#sidebarcontent p {
	line-height: 150%;
	}
	
#sidebarcontent hr {
	padding-top: 4px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	height: 1px;
	}

/* level1 content */

#contentwide {
	background-image: url(/images/L1_bg_02.gif);
	background-repeat: repeat-y;
	width: 600px;
	height: 1%;
}

.smH1 {
	font-size: 18px;
}


.medH1 {
	font-size: 24px;
}

#contentwide H1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #843b8c;
	background-image: url(/images/L1_bg_01.gif);
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: top;
	letter-spacing: -1px;
}
#contentfull {
	background-image: url(/images/L1F_bg_02.gif);
	background-repeat: repeat-y;
	width: 926px;
	height: 1%;
}

#contentfull H1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #843b8c;
	background-image: url(/images/L1F_bg_01.gif);
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: top;
	letter-spacing: -1px;
}



#contentwidertf {
	background-image: url(/images/L1_bg_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 600px;
	height: 900px;
}

#contentwidertf H1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #843b8c;
	background-image: url(/images/L1_bg_01.gif);
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
}

#lgbottom {
	width: 585px;
	height: 1%;
	background-image: url(/images/L1_bg_03.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
	
#lgbottomfull {
	width: 911px;
	height: 1%;
	background-image: url(/images/L1F_bg_03.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
	
/* importer content areas */

#contentwideimp {
	background-image: url(/images/L1_bg_02.gif);
	background-repeat: repeat-y;
	width: 600px;
}
	
#contentwideimp H1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #843b8c;
	background-image: url(/images/L1_bg_01.gif);
	padding-top: 21px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 24px;
	background-repeat: no-repeat;
}
#contentwideimp H2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #cc0000;
	background-image: url(/images/L1_bg_02.gif);
	padding-top: 21px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.contentwideimph1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #843b8c;
	background-image: url(/images/L1_bg_imp_02.jpg);
	padding-top: 21px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: bottom;
}

/* header */

#header {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	width: 980px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	height: 181px;
}

#headerlink {
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 137px;
	}
#headerlink a {
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	height: 137px;
	color: #FFFFFF;
	}
#headerbg {
	width: 980px;
	height: 137px;
	margin: 0px;
	padding: 0px;
}
#headerswf {
	float: right;
	height: 167px;
	width: 383px;
}

/* navigation */
#nav {
	list-style-type: none;
	width: 980px;
	height: 44px;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FF6600;
	background-image: url(/images/nav_fade.gif);
	padding: 0;
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2.6;
	text-align: center;
	border-right: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	font-size: 16px;
	margin: 0px;
	vertical-align: bottom;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {
	background-image: url(/images/nav_fade_on.gif);
}
#body_hom #nav_hom a, #body_cop #nav_cop a,
    #body_wha #nav_wha a,#body_cam #nav_cam a,
    #body_faq #nav_faq a,#body_you #nav_you a,
	#body_dis #nav_dis a,#body_sin #nav_sin a,
	#body_con #nav_con a, {
  background: url(/images/nav_bg_on.jpg);
  color: #1A1303;
  font-weight: bold;
}
/* Footer */

#footer {
	clear: both;
	margin-top: 15px;
	border-top: 1px solid #BBD1D6;
	width: 953px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 27px;
	margin-bottom: 0px;
	height: 20px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(/images/footer_grad.gif);
	background-repeat: repeat-x;
}
#footer a {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

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

#clearone {
  clear: both;
  height: 1px;
}

#cleartwo {
  clear: both;
  height: 10px;
}

#clearthree {
	clear: both;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

.numimage {
	vertical-align:text-bottom;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;	
} 
.lgpurple {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #843b8c;
	margin-left: -30px;
	letter-spacing: -1px;
}

#events {
	background-image: url(/images/events_02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 261px;
	margin: 0px;
	padding: 0px;
}

#events H1 {
	background-image: url(/images/events_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	height: 28px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #FFFFFF;
}

#eventscon {
	margin-top: -20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#eventscon H2 {
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: none;
	color: #FFFFFF;
}

#eventscon H2 a {
	color: #FFFFFF;
	text-decoration: underline;
}

#eventscon H2 a:hover {
	color: #CCCCCC;
}
#eventscon H4 {
	font-size: 12px;
	color: #D7549D;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#eventscon p {
	color: #FFFFFF;
	line-height: 125%;
}

#eventscon a {
	color: #FF9900;
	text-decoration: underline;
}

#eventscon a:hover {
	color: #FF6600;
}
#eventscon hr {
	padding-top: 4px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D7549D;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 0px;
	height: 1px;
	}
	
.voteContainer {
	margin: 0px;
	padding: 0px;
	}