/* -------------------------------------
	Last Edit: 2008-10-14 ~ T. Copeland
	URI: http://www.ndangus.com
---------------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;	
}
body, p{
	font: 14px Helvetica, Geneva, Verdana, Arial, sans-serif;
}
p{
	margin: 0;
	line-height: 1.3;
	padding-bottom: 1em;
}
a{
	color: #fd0f0c;
}
a:visited{
	color: gray;
}
a:hover{
	color: #b90c0b;
}
#container{
	width: 800px;
	margin: 0 auto;
}
#header{
	background: url(images/design/header.gif) no-repeat left top;
}
#header h1{
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	padding: 100px 0 10px 175px;
}
#wrapper{
	padding-left: 8px;
	float: left;
}
#contact{
	background-color: #000;
	color: #fff;
	font-size: 12px;
	width: 165px;
	text-align: center;
	padding: 10px 0 15px;
}
#nav{
	background: url(images/design/menugradient.gif) repeat-x 0 295px;
	width: 165px;
	min-height: 450px;
}
#nav ul{
	margin: 0;
	padding: 0;
}
#nav ul li{
	list-style-type: none;
}
#nav ul li a{
	background-color: #fd0f0c;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 2px solid #fe5755;
	border-bottom: 2px solid #7e0706;
}
#nav ul li a:hover{
	background-color: #b90c0b;
}
#wrapper2{
	float: left;
	width: 165px;
}
#wrapper3{
	float: left;
	width: 600px;
}
#content{
	float: left;
	padding: 10px;
}
#events{
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
}
#events th{
	background-color: #c00;
}
#events th, #events td{
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	padding: 5px;
}
#footer{
	border-top: 1px dotted grey;
	clear: both;
	text-align: center;
	margin: .5em 20px .5em 175px;
	padding-top: .5em;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin-left: 175px;
	margin-bottom: 1em;
}
/* New additions */
.download_forms{
	background: url(images/design/doc-red_32.png) no-repeat;
	padding-left: 35px;
	padding-top: 7px;
	padding-bottom: 10px;
}
.download_forms:hover{
	background-image: url(images/design/down-red_32.png);
}
.cutline{
	font-style: italic;
	font-size: small;
}
.txt_center{
	text-align: center;
}
/* end new */
/* @end */

/* @group Membership Styles */
#memnav a{
	background-color: #fd0f0c;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
}
#memnav a:hover{
	font-size: 15px;
	font-weight: bold;
	background-color: gray;
	color: #fff;
	text-decoration: none;
	padding: 3px;

	}
#my_site_content p:first-line{
	font-weight: bold;
}
.lifetime{
	background: url(images/design/lifeMember.gif) no-repeat 200px top;
}
/* @end */
