html, body {
	margin: 0; padding: 0;
	background: #252525;
	font-family: 'Arial', sans-serif;
	height: 100%;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #a61c21;
}

ul, ol {
	margin: 0; padding: 0;	
}

form {
	margin: 0; padding: 0;
}

a {
	color: #a0141c;	
}

a.back {
	font-weight: bold;
	color: #000000;
	background: url('../images/more_arrow_op.png') center left no-repeat;
	
	text-decoration: none;
	display: block;
	padding: 20px 0 0 0;
}

#holder {
	width: 760px;
	margin: 0 auto;	
	background: #FFFFFF;
	min-height: 100%;
	position: relative;
}

#header {
	width: 100%; overflow: hidden;
}

#logo {
	padding: 13px 18px 28px 18px;
	float: left;
}
#logo a {
	background: url('../images/spug.png') no-repeat;
	width: 196px;
	height: 65px;
	display: block;
	overflow: hidden;
	text-indent: -5000px;
}

#topnav {
	float: right;
	padding: 46px 26px 0 0;
}
#topnav ul {
	list-style-type: none;
	font-size: 11px;
}
#topnav li {
	float: left;
	border-right: 1px solid #a62229;
	line-height: 1em;
	padding: 0 7px 2px 7px;
}
#topnav li a {
	margin-top: -1px;
	display: block;
}
#topnav form {
	position: relative;
	top: -5px;
	left: -1px;
	overflow: hidden;
}
#topnav .textbox {
	border: 1px solid #cecece;
}
#topnav .submit {
	border: 0;
	margin: 5px;
}
#topnav input, #topnav label {
	float: left;
}

#navigation {
	width: 100%; overflow: hidden;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #a0141c;
}
#navigation ul {
	width: 100%; overflow: hidden;
	list-style-type: none;
	padding: 7px 0;
}
#navigation li {
	float: left;
}
#navigation li a {
	background-image: url('../images/navigation.png');
	overflow: hidden;
	height: 8px;
	text-indent: -5000px;
	display: block;
}

#n-aboutus a {
	background-position: 0 0;
	width: 78px;
	margin: 0 0 0 22px;
}
#n-forum a {
	background-position: -78px 0;
	width: 157px;
	margin: 0 0 0 69px;
}
#n-library a {
	background-position: -235px 0;
	width: 66px;
	margin: 0 0 0 67px;
}
#n-events a {
	background-position: -301px 0;
	width: 58px;
	margin: 0 0 0 82px;
}
#n-sponsors a {
	background-position: -359px 0;
	width: 82px;
	margin: 0 0 0 56px;
}

#subnav {
	width: 170px;
	float: left;
}
#subnav ul {
	list-style-type: none;
	padding: 10px 0 10px 10px;
}
#subnav li {
	background: url('../images/bullet_square.png') no-repeat 0 5px;
	padding: 0 0 0 14px;
	margin: 0 0 5px 0;
}
#subnav li a {
	text-decoration: none;
}

#content {
	width: 100%; overflow: hidden;
	padding-bottom: 93px;
}
#content h1 {
	color: #a61c21;
	margin: 0 0 20px 0;
	font-size: 14px;
}
#content .page {
	padding: 11px 27px;
	overflow: hidden;
}

.page ul {
	margin: 10px 10px 10px 15px;
	line-height: 1.5em;
	list-style-type: none;
}

.page ul li {
	background: url('../images/bullet_square.png') no-repeat left 6px;
	padding-left: 15px;
}


#login {
	background: #e5babc;
	padding: 11px 6px;
}
#login h3, #login label {
	color: #a31d1f;
}
#login form {
	width: 100%; overflow: hidden;
}
#login label {
	margin: 10px 0 2px 0;
	display: block;
}
#login .textbox {
	border: 1px solid #c27679;
	border-right: 1px solid #c69a9c;
	border-bottom: 1px solid #c69a9c;
	padding: 3px 4px;
	font-family: 'Arial', sans-serif;
	display: block;
	width: 147px;
}
#login .submit {
	float: right;
	margin: 10px 0 10px 0;
}
#login p {
	margin: 0;
}

.loginForm {
	width: 100%; overflow: hidden;
}
.loginForm label {
	margin: 10px 0 2px 0;
}
.loginForm input, .loginForm label {
	display: block;
}
.loginForm .submit {
	margin: 10px 0 0 0;
	display: block;
}


#homepage {
	width: 100%; overflow: hidden;
	padding: 0 0 0 1px;
}
#homepage .column {
	float: left;
	width: 247px;
	margin: 0 3px;
}
#homepage h2 {
	background: url('../images/home_header.png') repeat-x;
	padding: 13px 8px 12px 8px;
}
#homepage h2 span {
	background-image: url('../images/home_titles.png');
	display: block;
	height: 8px;
	overflow: hidden;
	text-indent: -5000px;
}
#homepage .content {
	background: url('../images/home_gradient.png') repeat-x;
}
#homepage ul {
	list-style-type: none;
	width: 100%; overflow: hidden;
}
#homepage ul li {
	padding: 12px;
	border-bottom: 1px solid #c9c7c7;
	overflow: hidden;
	min-height: 85px;
}
#homepage li a {
	font-weight: bold;
}
#homepage .more {
	background: url('../images/more_arrow.png') center right no-repeat;
	padding: 0 12px 1px 0;
	font-weight: normal;
	color: #898989;
	text-decoration: none;
	margin: 5px;
	float: right;
}

#homepage #events h2 span {
	background-position: 0 0;
	width: 69px;
}
#homepage #highlights h2 span {
	background-position: -69px 0;
	width: 105px;
}
#homepage #newmembers h2 span {
	background-position: -174px 0;
	width: 130px;
}

#homepage #more {
	width: 100%; overflow: hidden;
	clear: both;
	padding: 5px 0 0 0;
}
#homepage #more li {
	padding: 0 !important; border: 0;
	width: 247px;
	margin: 0 3px;
	float: left;
}


#events a {
	display: block;
	margin: 0 0 5px 0;
}
#events .date {
	color: #A0141C;
	display: block;
	margin: 0 0 5px 0;
}

#highlights a {
	display: block;
	margin: 0 0 5px 0;
}

#newmembers li img {
	float: left;
	margin: 0 10px 0 0;
}
#newmembers .body {
	overflow: hidden;
	padding: 0 0 5px 0;
}
#newmembers a {
	display: block;
	margin: 0 0 5px 0;
}

#memberlist {
	width: 100%; overflow: hidden;
}
#memberlist dl {
	border: 1px solid #a41d21;
	margin: 0 0 15px 0; padding: 0;
	background: #efd1d2;
	zoom: 1;
}
#memberlist dt {
	padding: 8px 9px 8px 22px;
	font-weight: bold;
	border-bottom: 1px solid #a41d21;
	line-height: 1em;
	color: #a31d1f;
	background: url('../images/bullet_square.png') no-repeat 9px 11px #FFFFFF;
}
#memberlist dd {
	margin: 0; padding: 0;
}
#memberlist .thumb {
	float: left;
	padding: 12px 6px;
}
#memberlist .desc {
	overflow: hidden;
	line-height: 1.6em;
}
#memberlist .desc p {
	margin: 10px 5px 15px 5px;
}
#memberlist .contact {
	clear: both;
	background: #FFFFFF;
	overflow: hidden;
	line-height: 1em;
	width: 100%;
	padding: 5px 0;
}
#memberlist .contact dl {
	border: 0; float: left;
	width: auto !important;
	background: #FFFFFF;
	margin: 4px 0 4px 9px;
	overflow: visible;
	clear: left;
}
#memberlist .contact dt {
	border: 0; padding: 0 3px 0 0;
	float: left;
	background: none;
}
#memberlist .contact dd {
	float: left;
	white-space: nowrap;
}
#memberlist .contact a {
	text-decoration: none;
}
#memberlist .email {
	float: right !important;
	margin: 4px 9px 4px 0 !important;
}

#libraryList {
	width: 100%; overflow: hidden;
	margin: 10px 0;
}
#libraryList dt {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 12px;
	background: url('../images/bullet_square.png') no-repeat 0 6px;
}
#libraryList dd {
	padding: 10px 0 25px 0;
	margin: 0;
	line-height: 1.5em;
}
#libraryList dd p {
	margin: 0;
}

table {
	border: 1px solid #985b5f;
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
}
table th, table td {
	border: 1px solid #985b5f;
	border-top: 0;
	border-bottom: 0;
	text-align: left;
}
table th {
	color: #822a2f;
	padding: 8px 9px;
	border-bottom: 1px solid #985b5f;
}
table td {
	color: #822a2f;
	background: #e3bbbc;
	padding: 5px 9px;
}
table .alt td {
	background: #f3d1d3;
}

.forum td {
	vertical-align: top;
}
.forum div {
	display: inline;
}
.forum a {
	text-decoration: none;
}

.forumMessage {
	border: 1px solid #a41d21;
	margin: 0 0 15px 0;
}
.forumMessage h1 {
	border-bottom: 1px solid #a41d21;
	padding: 6px 7px 7px 7px;
	margin: 0 !important;
	line-height: 1em !important;
	font-size: 1em !important;
}
.forumMessage .message {
	padding: 12px 7px 10px 7px;
	background: #e3bbbc;
	color: #822a2f !important;
}
.forumMessage .body {
	padding: 5px 0;
}
.forumMessage .message.alt {
	background: #efd1d2;
}
.forumMessage h4 span {
	font-weight: normal;
}
.forumMessageForm label {
	display: block;
	margin: 10px 0 5px 0;
}

.resources {
	list-style-type: none;
}
.resource a {
	color: #000000;
}

#sitemap {
	padding: 0 20px;
	list-style-type: none;
	line-height: 1.5em;
}
#sitemap a {
	background: url('../images/bullet_square.png') no-repeat left 6px;
	padding-left: 15px;
}

#footer {
	border-top: 1px solid #a0141c;
	height: 62px;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; right: 0;
	overflow: hidden;
}
#footer h5 {
	float: left;
	height: 100%;
	position: relative;
	margin: 0 5px 0 15px;
}
#footer h5 span {
	line-height: 1em;
	position: relative;
	top: 50%;
	margin-top: -0.5em;
	display: block;
	color: #898989;
	font-weight: normal;
}
#footer .cont {
	float: right;
	height: 100%;
	position: relative;
}

#corp {
	float: left;
	list-style-type: none;
	height: 100%;
}
#corp li {
	float: left;
	height: 100%;
	padding: 0 10px;
}
#c-nsnetworks a {
	width: 93px;
	height: 40px;
	margin-top: -20px;
}
#c-apertio a {
	background-position: -93px 0;
	width: 83px;
	height: 24px;
	margin-top: -12px;
}
.error
{
	color: Red;	
}
.eventsummary
{
	padding: 6px 0 0 0;	
}
.pagePrevNext
{
	display: inline-block;
	padding: 0 5px;	
}