html, body, form, fieldset {
	margin: 0;
	padding: 0;
	height: 100%;
}

.joinerror {
	color:red;
	font-style: italic;
	margin-left:5px;
}

.joinfield{
	width: 180px;
	margin-bottom: 2px;
}

#submit{
	width:75px;
	margin-left:220px
}

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#c2c2c2;
	margin:40px;
}

/*============================== TOC ============================*/
.contenttoc {
	padding:10px
}
.toclink   {
	color:#f60;
	padding-bottom: 10px
}

/* Normal link */
a:link, a:visited {
	color: #0d4e99;
	font-size: 11px;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

a img {
	border: none;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%; color: #09c}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 0;
}

ol li {
	margin-left: 35px;
}

.contentpaneopen ul {
	list-style: disc;
}

.contentpaneopen ul li {
	margin-left: 35px;
}

.description  ul {
	list-style: disc;
}

.description ul li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	padding: 5px 5px;
	border: none;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

textarea{
	width: 700px;
	border: none;
	background-color: #EEE;
	padding: 5px;

}
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
	text-align: left;
}

.containerheader{
	width: 952px;
	margin: 0 auto;
}

.container{
	width: 952px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

/*================================ HEADER ============================*/

.member_login {
	width: 650px;
	padding-top: 30px;
	float: left;
}

#login_form {
	float: right;
}

/*============================ ROUNDED SEPARATOR =======================*/
.roundedmodulebg{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.roundedmodule1{
	width: 952px;
	background-color: #EFEFEF;
	background-image: url(../images/rounded_tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.roundedmodule2{
	width: 100%;
	background-image: url(../images/rounded_tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.roundedmodule3{
	width: 100%;
	background-image: url(../images/rounded_bl.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.roundedmodule4{
	width: 100%;
	background-image: url(../images/rounded_br.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 5px;
}


/*================================ MAINBODY ============================*/
.mainbodybg{
	margin-top: 10px;
	width:952px;
	margin:0 auto;
}

/*Left*/
.leftcolumn{
	width: 215px;
	float: left;
	margin:10px;	
}

/*Center*/
.middlecolumn{
	width: 708px;
	float: right;
	margin-top:10px;
	margin-right: 10px;
	margin-left: 10px;
}

#pathway{
	margin-bottom: 10px;
}


/*================================ FOOTER ============================*/
.footerbg1{
	width: 100%;
	color: #888;
	border-top: 3px solid #EEE;
	padding-top: 10px;
	margin-top: 10px;
	height: 50px;
}

/*============================== COPYRIGHT ============================*/
.copyrightbg{
	width: 100%;
	padding: 0px 0px 10px 0px;
}

.copyright{
	text-align: left
}

.copyright span{
	color: #0d6e99;
}


/*============================== NEW ASA CSS LAYOUT ============================*/

#wrapper2 { 
	margin: 0 auto;
	width: 952px;
}

#content_cover{
	background-color: #fff;
	width: 952px;
	margin: 0 auto;
	overflow: hidden;
}

#content2 { 
	float: left;
	color: #333;
	width: 710px;
	display: inline;
	padding: 10px 10px 0 0;
	margin-bottom:20px;

}

#asaNews, #asaEduEvents{
	width: 348px;
}

#asaNews li, #asaEduEvents li{
	padding-bottom: 10px
}

#asaNews {
	float: left;
	border: 1px solid #c30;
	margin-bottom: 20px;
}

#asaNews ul {
	padding: 10px;
}

#asaNews h3 {
	height: 30px;
	background-color: #c30;
	color: #fff;
	padding-left: 10px;
	padding-top:10px;
	margin-top:0;
}

#asaEduEvents{
	float: right;
	margin-left: 10px
}

#asaEduEvents {
	float: left;
	border: 1px solid #f90;
	margin-bottom: 20px;
}

#asaEduEvents ul {
	padding: 10px;
}

#asaEduEvents h3 {
	height: 30px;
	background-color: #f90;
	color: #fff;
	padding-left: 10px;
	padding-top:10px;
	margin-top:0;
}

.contentheading_asa{
	color:#666;
	font-size: 12px;
	font-weight: bold;
}

.createdate_asa {
	padding: 5px 0;
	font-style: italic;
	color: #000;
}


/*================================ HEADER ============================*/
.headerimage {
	background-image: url(../images/home-page-image.jpg);
	width: 708px;
	height:209px;
}

.headerjoin {
	position:relative;
	top:20px;
	left:520px;
}

#header2 {
	color: #333;
	width: 952px;
	float: left;
	height: 90px;
}

.header_logo{
	width: 215px;
	height:120px;
	margin-left: 10px;
	float: left;
	position: absolute;
	top:0;
}

#menu_bar {
	width: 250px;
	left:720px;
	top:-40px;
	height: 20px;
	position: relative;
}

.menubar_items {
	position: inherit;
	height: 20px;
	font-size: 10px;
	padding:5px
}


.searchBox{
	width: 260px;
	left:705px;
	top:20px;
	height: 30px;
	position: relative;
}

#footer2 { 
	width: 952px;
	height: 35px;
	clear: both;
	color: #333;
	display: inline;
}

.copy {
	padding: 10px;
	float: left;
}

#footer-nav li{
	display:inline;
	float:right;
	padding-right:10px;
}

#footer-nav a{
	color: #333
}

/*================================ LEFT ============================*/
#leftcolumn2 { 
	color: #333;
	background: ;
	width: 210px;
	float: left;
	padding:10px;
}

.moduletable_sharemail{
	background-color: #ebebeb;
	color: #000;
	padding: 5px;
	margin-top: 10px;
	font-size: 10px;
}

.moduletable_sharemail h3{
	font-size: 20px;
	font-weight: bold;
	color: #09c;
}

.moduletable_vmcart{
	background-color: #ebebeb;
	color: #000;
	padding: 5px;
	margin-top: 10px;
	font-size: 10px;
}

.moduletable_vmcart h3{
	font-size: 20px;
	font-weight: bold;
	color: #09c;
}

.moduletable_eventState {
	background-color: #d2ecf5;
	color: #000;
	padding: 5px;
	margin-top: 10px;
	font-size: 10px;
}

.moduletable_eventState h3{
	font-size: 20px;
	font-weight: bold;
	color: #09c;
}

.moduletable_feed{
	background-color: #ebebeb;
	color: #000;
	padding: 5px;
	margin-top: 10px;
	font-size: 10px;
}

.moduletable_feed h3{
	font-size: 20px;
	font-weight: bold;
	color: #09c;
}

.moduletable_banner{
	margin-top: 10px;
	text-align: center;
	width: auto;
}

.clearfix {	
	clear:both; 	
	margin:0px !important; 
	padding:0px !important; 
	height: 1px; 
	font-size: 1px; 
	line-height: 1px; 
}


/*======================= ASA MAIN MENU =============================*/

.moduletable_asa{
	background-color: #09c;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}


.mainlevel_asa, .mainlevel_asa:link, .mainlevel_asa:visited{
	display: block;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
	background-color: #09c;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.mainlevel_asa:hover, .mainlevel_asa:active{
	background-color: #fff;
	color: #09c;
}

#active_menu_asa{
	background-color: #fff;
	color: #09c;
}

#active_menu_asa.sublevel_asa {
	background-color: #fff;
}

.sublevel_asa, .sublevel_asa:link, .sublevel_asa:visited{
	display: block;
	padding: 2px 0px 2px 2px;
	text-decoration: none;
	background-color: #fff;
	color: #09c;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.sublevel_asa:hover,.sublevel_asa:active{
	background-image: url(../images/indent.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #fff;
	color: #09c;
	padding-left: 10px;
}


.leftmain .module_menu a:link, .leftmain .module_menu a:visited{
	
}

.leftmain .module_menu a:hover, .leftmain .module_menu a:active{
}

.leftmain .module_menu a:active{
}

span.mainlevel_asa{
	color: #7cb905;
}
span.mainlevel_asa:hover{
}



a.tooltip {color:#c00;text-decoration: none}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:350px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url('/asa_site/images/tooltip.gif') 0 0; display:block; font-size:1px;}




