/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/


body{
	margin:0;
	padding:0;
	color:#000;
	background-image:url(images/topbg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#main p a:link, #main p a:visited, #main h2 a:link, #main h2 a:visited, #main h3 a:link, #main h3 a:visited{
	color:#DC0067;
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#DC0067;
}
#main p a:hover, #main h2 a:hover, #main h3 a:hover{
	color:#000;
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#000;
}

#main p{
	line-height:1.2em;
}

#wrap {
	width:780px;
	margin:0 auto;
	background:none;
}

#header {
	height:160px;
}
#header img{
	position:relative;
	top:10px;
	left:480px;
}

#nav {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px 10px;
	background:url(images/menubg.jpg);
	position:relative;
	bottom:20px;
	width:550px;
	/*width:620px;*/
	height:20px;
	z-index:12;
}

#nav ul {
line-height:20px;
		margin:0;
		padding:0;
		list-style:none;

	}
	#nav li {
		display:inline;
		margin:0;
		padding:0 10px;
border-right:1px solid #fff;
	}

#nav li.last{
border:none;
}

#nav li a:link { text-decoration: none; color:#fff; font-weight:bold;}
#nav li a:visited {text-decoration: none; color:#fff; font-weight:bold;}
#nav li a:active {text-decoration: underline; color:#fff; font-weight:bold;}
#nav li a:hover {text-decoration: underline; color:#fff; font-weight:bold;}


	#main-top {
clear:both;
margin-top:10px;
margin-bottom:10px;
	}

#main {
	float:left;
	width:530px;
	padding:10px;
	text-align: left;
}
	#main li{
		line-height:1.2em;
		list-style:square;
		list-style-type:square;
		margin-left:20px;
		margin-bottom:1em;
	}


/* SIDE BAR */

#sidebar{
	float:right;
	width:180px;
	padding:20px;
	padding-bottom:0px;
	background-color:#7BB021;
	font-weight:bold;
	/*background:#99c;*/
	background-image:url(images/sideBar1_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
	#sidebarEnd{
		float:right;
		width:220px;
		height:20px;
		background-color:#333;
		background-image:url(images/sideBar1_bottom.jpg);
		background-repeat:no-repeat;
	}
	.sidebarTitle1 {
		color:#D7EFAD;
		margin-bottom:10px;
		margin-top:0;
		font-weight:normal;
	}
	#sidebar a:link, #sidebar a:visited{
		color:#FFF;
		text-decoration:none;
	}
	#sidebar a:hover{
		text-decoration:underline;
	}
	#sidebar li{
		line-height:1.8em;
	}
	

/* SIDE BAR - COUNTDOWN */
#countdownWrap{
	width:180px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:2em;
	color:#5B8318;
	letter-spacing:-1px;
}
#countdownLeft{
	width:40px;
	float:left;
}
#countdownRight{
	width:130px;
	float:right;
}
.countdownTitle{
	color:#496A13;
	font-size:1.1em;
	margin:0;
	margin-bottom:20px;
}

#footerWrap{
	width:100%;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#DC0067;
	padding-top:130px;
	padding-bottom:20px;
}
#footer {
	margin:0 auto;
	width:780px;
	text-align:center;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
}
	#footer h3{
		font-size:1.1em;
		font-weight:bold;
		margin-bottom:20px;
		color:#FFF;
	}
	#footer p{
		font-size:x-small;
		margin-top:0;
		line-height:1.2em;
	}
	#footer img{
		border:0;
		margin:0;
	}


	* html #footer {
		height:1px;
	}
	

/* SUB STRUCTURE */

.supporterBadge-Large{
	width:512px;
	height:100px;
	padding:2px;
	margin-bottom:10px;
	border-color:#CCC;
	border-width:1px;
	border-style:dotted;
}

.supporterBadge-Small{
	width:160px;
	height:100px;
	padding:2px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border-color:#CCC;
	border-width:1px;
	border-style:dotted;
}

	.supporterBadge-Large a:link{
		border-bottom-style:none;
		border-bottom-width:0;
		text-decoration:none;
	}
	
	
/* TYPOGRAPHY */
h1{
	color:#DC0067;
	font-size:2em;
	letter-spacing:-1px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
}

h2{
	color:#7BB021;
	font-size:1.2em;
	letter-spacing:-1px;
	font-family:Tahoma, Geneva, sans-serif;
}

h3{
	color:#999;
	font-size:2em;
	letter-spacing:-1px;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
}

.breadcrumb{
	color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:x-small;
	margin:0;
	margin-bottom:10px;
}
	.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover{
		text-decoration:underline;
		color:#9A9A9A;
		border-bottom:none;
	}
	.breadcrumb img{
		margin-left:6px;
		margin-right:6px;
	}
		
.subTxt1{
	font-size:x-small;
	color:#999;
}

label{
	font-weight:bold;
}

.form-register{
	padding:2px;
	margin-top:6px;
}

.getInvolved-Sub01{
	color:#666;
	margin-top:6px;
}

#ContactForm li{
	list-style:none;
	margin-bottom:1.3em;
}
