@charset "UTF-8";
@import url("/css/navigation.css");
@import url("/css/news.css");


* { /* Resets browser default margins and padding */
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* sets all browsers to 10px */
	color: #000000;
	text-align: left;
	line-height: 1.6em;
	vertical-align: middle;
}

body {
	background-image: url(/images/global-bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Links */

a {
	color: #215082;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.button, .backlink {
	line-height: 20px;
	background-color: #99ca61;
	display: block;
	height: 20px;
	width: 90px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #215082;
}

.button {
	background-image: url(/images/nav-current.jpg);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.backlink {
	background-image: url(/images/back-btn.jpg);
	background-repeat: no-repeat;
	background-position: 5% center;
}

/* Basic Styling */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	color: #215082;
}

h1 {
	font-size: 3.3em;
	line-height: 120%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #bff0a2;
	text-transform: uppercase;
}  /* displayed at 40px */
h2 {font-size: 1.5em;}  /* displayed at 18px */
h3 {font-size: 1.33em;}  /* displayed at 16px */
h4 {font-size: 1.25em;}  /* displayed at 15px */
h5 {font-size: 1.16em;} /* displayed at 14px */
h6 {font-size: 1em;} /* displayed at 12px */
input, select, th, td {font-size:1em} /* for IE */

.highlight {color: #215082;}
.red {
	color: #FF0000;
}
p {
	margin-bottom: 6px;
}
hr {
	border-color: #215082;
	border-style: solid;
	border-width: 1px 0 0;
	margin: 6px 0px;	
}
blockquote {
	margin: 15px;
	padding: 0px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #215082;
}
/* Structure */

#wrapper {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-color: #9acb60;
}

#globalHeader {
	height:280px;
	background-image: url(/images/header-bg-global.jpg);
}

#content {
	float: right;
	width: 740px;
	padding-right: 20px;
	padding-top: 16px;
	font-size: 1.2em;
}

#sidebar {
	float: left;
	width: 188px;
	padding-top: 20px;
	padding-left: 12px;
	font-size: 1.2em;
	font-weight: bold;
	color: #215082;
}

#globalFooter {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A9D273;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A9D273;
	color: #FFFFFF;
	padding: 4px;
	background-image: url(/images/global-bg.jpg);
}

#globalFooter span {
	float: right;
}

#globalFooter a {
	color: #FFFFFF;
}

.memberContainer {
	float: left;
	text-align: left;
	width: 350px;
}
.newsItem {
	background-color: #aed580;
	padding: 12px;
	margin: 15px 0px;
}
.newsItem p {
	margin-bottom: 10px;
}


/* Basic Classes */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
	

.clearboth {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.valignTop {
	vertical-align: top;
}
.valignBottom {
	vertical-align: bottom;
}
.noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.padding5px {
	padding: 5px;
}

/* Unique Headers */

body#news #globalHeader {background-image: url(/images/header-bg-news.jpg);}
body#join #globalHeader {background-image: url(/images/header-bg-join.jpg);}
body#about #globalHeader {background-image: url(/images/header-bg-about.jpg);}
body#events #globalHeader {background-image: url(/images/header-bg-events.jpg);}
body#resources #globalHeader {background-image: url(/images/header-bg-resources.jpg);}
body#members #globalHeader,
body#memedit #globalHeader,
body#memrenew #globalHeader,
body#memresources #globalHeader,
body#memsurvey #globalHeader,
body#memforum #globalHeader,
body#memsearch #globalHeader {background-image: url(/images/header-bg-members.jpg);}

/* Forms */


fieldset {
	background-color: #aed580;
	border: 1px solid #215082;
	padding: 15px;
	margin: 15px 0px;
	position:relative;
}

body#memforum fieldset, .search-box fieldset {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: 0px;
	margin: 0px;
	padding: 5px;
	clear: both;
}
legend {
	background-color: #aed580;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #215082;
	text-transform: uppercase;
	border: 1px solid #215082;
	padding: 4px 8px;

}

input[type="text"], input[type="password"]  {
	margin-bottom: 10px;
	border: 1px solid #215082;
	padding: 4px;
}
select {margin-bottom: 10px}

.confirmation {
	background-color: #aed580;
	border: 1px solid #215082;
	margin: 8px;
	padding: 8px;
	list-style-type: none;
}

.confirmation li strong {
	margin-right: 6px;
}



/* Warnings */

.warning {
	font-size: 100%;
	line-height: 100%;
	color: #FF9900;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 5px;
	font-weight: bold;
}

/* Errors */

.errormsg {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #FF0000;
	padding: 5px;
}
.error {
	font-size: 100%;
	line-height: 100%;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 5px;
	font-weight: bold;
	width: 50%;
}
.required {
	font-size: 100%;
	line-height: 100%;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 1px;
	font-weight: bold;
	width: 25%;
}
/* Success */

.success {
	font-size: 100%;
	line-height: 120%;
	color: #215082;
	background-color: #FFFFFF;
	border: 1px solid #33CC33;
	padding: 10px;
	font-weight: bold;
	width: 75%;
}
#rotating {
}
#rotating li {
	text-align: center;
	list-style-type: none;
}
#rotating img {
	border: 2px solid #224A85;
	padding: 4px;
}
#rotatingContainer {
	float: right;
	width: 160px;
	margin-left: 20px;
}
