@charset "UTF-8";
/* CSS Document */

/* RESET */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	margin: 0px 0px 1px;
} /* Forces vertical scroll bars on shorter pages */
a img {
	border: none;
}
table {
	border-collapse: collapse;
}

/* PAGE ELEMENTS */

body {
	font: 12px/18px Tahoma, Geneva, sans-serif;
	color: #333;
	background: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px 20px;
}
#container {
	background: url(/assets/images/elements/bg_wsa_main.gif) no-repeat 178px 189px;
	text-align: left;
	margin: 20px auto 0px;
	width: 1024px;
	position: relative;
}
#header {
	background: #FFF url(/assets/images/elements/header_logo.gif) no-repeat 0px 0px;
	height: 191px;
	width: 1024px;
	margin-bottom: 19px;
	position: relative;
}
#headerLogo {
	float: left;
	height: 191px;
	width: 299px;
}
#headerLogo img {
	height: 191px;
	width: 299px;
}
#headerRight {
	float: left;
	height: 191px;
	width: 725px;
}
#navTop {
	background: url(/assets/images/nav/navTop_bg.gif) repeat-x 0px 0px;
	text-align: right;
	height: 29px;
	width: 725px;
	margin-top: 26px;
	margin-bottom: 10px;
	position: relative;
}
#headerPic {
	margin-left: 13px;
}
#content {
	margin-bottom: 10px;
	position: relative;
}
#contentMain {
	width: 932px;
	margin-left: 46px;
}
#left {
	float: left;
	width: 685px;
}
#leftContent {
	width: 655px;
	margin-top: 300px;
	margin-bottom: 22px;
	margin-left: 30px;
}
#minHeight {
	float: right;
	height: 250px;
	width: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

/* BO/M OF PAGE */

#bottom {
	font: 11px/14px Tahoma, Geneva, sans-serif;
	color: #999;
	background: url(/assets/images/elements/spacer_red_3px.gif) repeat-x 0px 14px;
	text-align: left;
	margin-bottom: 10px;
}
#prospective {
	background: url(/assets/images/buttons/but_prospective_members.gif) no-repeat 0px 0px;
	height: 29px;
	width: 210px;
	margin-bottom: 6px;
	margin-left: 46px;
}
#prospective a, #pro/ctive a:visited {
	text-decoration: none;
	display: block;
	height: 29px;
}
#prospective a:hover {
	background: url(/assets/images/buttons/but_prospective_members.gif) no-repeat -210px 0px;
}
#linksBottom {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 4px;
}
#linksBottom ul {
	font: 11px/14px Tahoma, Geneva, sans-serif;
	color: #999;
}
#linksBottom ul li {
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
	list-style-type: none;
}
#linksBottom ul li a:link, #linksBottom ul li a:active, #linksBottom ul li a:visited {
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
#linksBottom ul li a:hover, #linksBottom ul li a.selected {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#copyright {
	text-align: center;
}

/* TAGS */

h3 {
	font: bold 14px/16px Tahoma, Geneva, sans-serif;
	color: #333;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font: bold 13px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin: 0px 0px 10px;
}

/* CLASSE//

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

/* THIS IS FOR PLACING SINGLE VIDEOS ON PAGES */

#video {
	background: url(/assets/images/elements/art_video_shadow.jpg) no-repeat 0px bottom;
	text-align: center;
	margin: 0px 0px 0px 256px;
	height: 343px;
	width: 420px;
}

/* THIS GETS RID OF THE DOTTED LINE AROUND SWFS WHEN CLICKING BUTTONS IN PC FIREFOX */

object {
	outline:none;
}
/* LINK STYLES */

a:link, a:active, a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

