/* CSS Document */

* { margin: 0; padding: 0; }



body, html {
	width: 100%;
	font-family: Tahoma;
	font-size: 101%; /* Hack for better IE support */
	color: #333333;
	background-repeat: repeat-x;
	background-image: url(assets/topbar-background.jpg);
	}
#topbar {
	margin: auto;
	width: 780px;
	height: 107px;
	position: relative;
}

/* logo area */
#logo {
	float: left;
	margin-top: 35px;
}

.floatleft {
	float: left;
}

/* div incorporating all content below the topbar area and above the bottom-bar*/
#main-wrapper {
	background-image: url(assets/main-backdrop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 5px;
	height: 550px;
	position: relative;
}

/* div incorporating all content below the topbar area and above the bottom-bar - specific for the bio page*/

#main-wrapper-bio {
	background-image: url(assets/main-backdrop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 5px;
	height: 620px;
	position: relative;
}

/* div incorporating all content below the topbar area and above the bottom-bar specific for the membership apps page*/

#main-wrapper-apps {
	background-image: url(assets/main-backdrop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 5px;
	height: 500px;
	position: relative;
}

/* div incorporating all content below the topbar area and above the bottom-bar specific for the membership page*/
#main-wrapper-members {
	background-image: url(assets/main-backdrop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 5px;
	height: 95%;
	position: relative;
}


/* div containing the two columns of content */
#maincontent {
	width: 780px;
	margin: auto;
	height: 100%;
}

/* the left-side of the page maincontent*/
#left-area {
	width: 530px;
	float: left;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
	height: 90%;
}

/* the left-side of the page maincontent specifically for the membership apps page*/

#left-area-apps {
	width: 530px;
	float: left;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
	height: 410px;
}

#left-area p {
	font-size: .7em;
	margin-top: 15px;
}

#left-area a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#left-area a:visited {	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#left-area a:hover {	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

/* the right-column of the page maincontent*/

#right-area {
	float: right;
	width: 210px;
	margin-top: 10px;
	margin-right: 0px;
	position: relative;
}


/*the main header on each page with red-background*/
.headertext {
	font-size: .9em;
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #CC0000;
	margin: 0px;
	font-weight: bold;
}


.home-float-right{
	float: right;
	margin-left: 10px;
}

/* div and styles containing the latest-news stories*/
#latestnews {
	font-size: 0.8em;
	top: 10px;
	padding: 5px;
}

#latestnews p {
	font-size: 0.8em;
}

#latestnews a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
#latestnews a:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;

}
#latestnews a:hover {
	color: #666666;
	font-weight: bold;
		text-decoration: underline;

}

/* header elements */
h2 {
	color: #333333;
	font-size: .8em;
	font-weight: bolder;
	margin-top: 15px;
}

h3 {
	color: #990000;
	font-size: .8em;
	font-weight: bolder;
	margin-top: 3px;
	margin-bottom: 6px;
}

h4 {
	color: #CC0000;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
}

/* bottom strip of red */
#bottombar {
	height: 40px;
	background-image: url(assets/footer.jpg);
	background-repeat: repeat-x;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	clear: both;
}


/* Footer */
#footer {
	width: 780px;
	color: #FFFFFF;
	font-size: 70%;
	font-family: Arial;
	background-image: url(/share/images/site/footer_bg.png);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}

#footer ul {
	float: left;
	list-style: none;
	}

#footer ul li {
	float: left;
	padding: 0 0.4em;
	border-right: 1px #FFFFFF solid;
	line-height: 0.7em;
	}

#footer ul li.last {
	border-right: none;
	}

#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	}

#footer ul li a:hover {
	color: #999999;
	text-decoration: underline;
	background-color: #000000;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
	background-color: #000000;
	}


#footer div {
	float: right;
	}

/* list styles */
ol {
	font-size: 0.7em;
	list-style-type: square;
	display: inline;
	text-indent: 0px;
}
ol li{
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
	margin-top: 7px;
	margin-bottom: 7px;
	
}

ol li ul {
	font-weight: normal;
	color: #990000;
	font-size: 1em;
}
ol li ul li{
	list-style-type: disc;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-position: outside;
	margin-left: 15px;
}

/* form styles */
button {
	border: 1px solid #CC0000;
}

label {
	font-size: 0.7em;
	vertical-align: top;
	font-weight: bold;
	color: #333333;
}

input {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 13px;
	border: 1px solid #CCCCCC;
	background-color: #FCFCFC;
	font-size: 0.7em;
	padding: 2px;
}

textarea {
	margin-top: 5px;
	margin-bottom: 5px;
}

.button {
	font-size: 0.7em;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #990000;
	padding: 3px;
	height: 22px;
}

/* makes questions bold on q & a page*/
.qanda-bold {
	font-weight: bold;
}


/*border to images */

.borderimage {
	border: 1px solid #333333;
	float: left;
	margin-right: 20px;
}
