/* CSS Document */

/* ========================================================================= */
/* body styles */

body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #555566;
		background-image: url(../images/bg.jpg);
		background-repeat: repeat-y;
		background-position: top center;
		background-color: #efefef;
	}
		

a:link { color:#555566; text-decoration: none; }
a:visited { color:#555566; text-decoration: none; }
a:active { color:#555566; text-decoration: none; }
a:hover { color:#9c9cd0; text-decoration: underline; }		

div.intro_flash { /* global styles opening flash piece */
		width: 960px;
		height: 390px;
		overflow: hidden;
	}
	
font, p, td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #555566;
	}
	
h1 {
		font-family: Tahoma, Arial, Verdana, sans-serif;
		font-size: 20px;
		color: #002664;
	}

h2 {
		font-family: Tahoma, Arial, Verdana, sans-serif;
		font-size: 17px;
		color: #7a2531;
	}
	
h3 {
		font-family: Tahoma, Arial, Verdana, sans-serif;
		font-size: 14px;
		color: #7e99aa;
	}
	
h4, h4 a {	/* exclusive to the nav menu */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;	
		font-weight: 700;
		padding: 0px;
		margin: 0px 0px 10px 0px;
	}

div.html_nav {
		background-color: #efefef;
		border: 1px solid #cfcfcf;
		width: 190px;
		height: auto;
		margin: 8px 20px 0px 0px;
		padding: 7px 10px 10px 10px;
		text-align: left;
	}
	
div.content {
		margin-top: 20px;
		height: auto;
		padding-left:0px;
	}
	
h4 p, h4 p a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin: 1px 0px 2px 6px;
		padding: 0px;
	}
	
form.general_form input {
		margin-top: 2px;
		margin-bottom:2px;
		margin-right:5px;
		padding: 2px;
		border: 1px solid #cccccc;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;

}

form.general_form textarea {
		margin-top: 2px;
		margin-bottom:2px;
		margin-right:5px;
		padding: 2px;
		border: 1px solid #cccccc;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
}

div.vault_login {
		background-color:#efefef;
		border: 1px solid #cfcfcf;
		padding: 7px 10px 7px 10px;
		margin: 5px 0px 5px 10px;
		float: right;
		width: 140px;
		text-align:left;
}

div.event_menu {
		background-color:#efefef;
		border: 1px solid #cfcfcf;
		padding: 3px 7px 3px 7px;
		margin: 5px 5px 5px 5px;
		float: right;
		width: 220px;
}

div.letter_president_menu {
		background-color:#efefef;
		border: 1px solid #cfcfcf;
		padding: 3px 7px 3px 7px;
		margin: 5px 5px 15px 25px;
		float: right;
		width: 180px;
}
	div.letter_president_menu p {
		margin: 0px 0px 8px 0px;
		font-size: 10px;
	}
	
	div.menu_mini_description {
		margin: 6px 0px 0px 10px;
		text-align: justify;
	}

div.signup_help {
		background-color: #efefef;
		border: 1px solid #cfcfcf;
		padding: 5px 5px 5px 5px;
		margin: 5px 0px 10px 0px;
		font-size:9px;
		text-align: left;
}

div.whats_hot {
		background-color: #efefef;
		border: 1px solid #cfcfcf;
		padding: 6px;
		margin: 10px;
}

p.moreInfo_right {
		text-align: right;
		font-style: italic;
		font-weight: bold;
		font-size: 9px;
}

.hotIcon {
		margin: 0px 10px 10px 0px;
		float: left;
}

/* ========================================================================= */
/* header styles */

div.header { /* global styles for the header */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;
		width: 960px;
		height: 65px;
		overflow: hidden;
		background-image: url(../images/header_bg.jpg);
		background-repeat: repeat-x;
		position:relative;
	}
	
	td.gray_box { 	/* gray box to the right in the header */
			height: 65px;
			padding: 0px 0px 0px 0px;
			background-image: url(../images/header_gray_box.jpg);
			background-repeat: repeat-x;
		}
		
	.gray_box_buttons {
			bottom: 0px;
			position: aboslute;
			float: left;
			padding: 0px 0px 0px 0px;
		}
		
	input.nav_search_box {
			width: 130px;
			height: 19px;
			background-color:#ffffff;
			border: 1px solid #c9c9cc;
			float: right;
			padding: 2px 1px 1px 1px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color:#898989;
			font-style: italic;
			font-weight: normal;
			margin-bottom: 8px;
			margin-left: 5px;
		}

	div.nav_links {
			position: absolute;
			top: 13px;
			right: 13px;
			color: #ffffff;
		}
		
	a.nav:link { color:#ffffff; text-decoration: none; }
	a.nav:visited { color:#ffffff; text-decoration: none; }
	a.nav:active { color:#ffffff; text-decoration: none; }
	a.nav:hover { color:#d9d9d9; text-decoration: underline; }
	
div.admin_sub_header {
		width: 950px;
		height: 15px;
		text-align: left;
		padding: 7px 0px 10px 0px;
		background-image: url(../images/admin_sub_header.jpg);
		background-repeat: repeat-x;
		border-left: 1px solid #afafaf;
		border-right: 1px solid #afafaf;
		font-size: 12px;
		color: #002664;		
	}
	
div.admin_explanation {
		font-size:11px;
		color: #999999;
		margin-left:40px;
	}
	
div.admin_limited_nav {
		font-size:10px;
		background-color:#e9e9e9;
		border: 1px solid #cfcfcf;
		line-height: 20px;
		padding: 5px 5px 5px 5px;		
	}
		
		
/* ========================================================================= */
/* footer styles */

div.footer {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;
		width: 960px;
		height: 88px;
		overflow: visible;
		background-image: url(../images/footer_bg.jpg);
		background-repeat: repeat-x;
		position: relative;

	}

div.footer_cap {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #ffffff;
		width: 960px;
		height: 38px;
		overflow: visible;
		position: relative;
	}
	
	div.footer_icons {
			background-image: url(../images/footer_icon_bg.jpg);
			background-repeat: repeat-x;
			height: 70px;
			padding: 8px 0px 20px 0px;
			width: auto;
			float:left;
		}
	
	img.footer_icon {
			margin-right: 5px;
			float:left;
		}
	
	div.sub_footer {
			width: 920px;
			padding-right: 20px;
			padding-left: 20px;
			font-size: 9px;
			font-weight: normal;
			color: #9c9c9c;
			line-height: 18px;
			text-align: right;
			position: absolute;
			bottom: 0px;
			right: 0px;
		}
		
div.intro_text_container {
	width: 950px;
	min-height: 260px;
	
	padding: 0px;
	margin: 70px 0px 0px 0px;
	border: 0px;
	
	background-image: url('../images/intro_bg_fade.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

	div.intro_text {
		padding: 15px;
		margin: 0px;
		text-align: left;
		
		font-size: 11px;
	}
	
div.super_footer {
	width: 100%;
	min-height: 45px;
	
	position: fixed;
	bottom: 0px;
	left: 0px;
	
	background-image: url('../images/super_footer_bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	
	background-color: #000110;	
}

	div.super_footer_links {
		float: right;
		padding: 15px 10px 5px 20px;
		color: #ffffff;
		font-weight: bold;
	}
	
		div.super_footer_links a:link { color: #ffffff; }
		div.super_footer_links a:visited { color: #ffffff; }
		div.super_footer_links a:active { color: #ffffff; }
		div.super_footer_links a:hover { color: #cfcfcf; }


/* ========================================================================= */
/* admin panel styles ... */

td.admin_icon_bg {
		height:44px;
		width:44px;
		background-image:url(../images/icons/admin_icon_bg.gif);
		background-repeat: no-repeat;
		background-position: top center;
	}


/* ========================================================================= */
/* positioning styles ... for images, text, other divs - MUST be next in a position:relative parent! */

.top {
		position:absolute;
		top: 0px;
	}
	
.bottom {
		position:absolute;
		bottom: 0px;
	}

.left {
		float: left;
		padding: 0px 3px 0px 3px;
	}

.top_right {
		float: right;
	}
	


/* ========================================================================= */
/* image styles */

img {	/* why do browsers insist on keeping A images defaulted to include a border!? */
		border: 0px;
	}

/* ========================================================================= */
/* image style attributes */


div.webinar_registration_box_container {
	width: 800px;
	min-height: 150px;
	border: 1px solid #cfcfcf;
	background: #efefef;
	margin: 24px 0px 24px 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
}
	
	div.webinar_registration_box {
		padding: 15px;
	}
	
	div.webinar_registration_box h1, div.webinar_registration_box h2, div.webinar_registration_box h3 {
		margin: 0px 0px 18px 0px;
		padding: 0px;
	}
	
	div.webinar_registration_field {
		width: 550px;
		height: auto;
		border: 0px;
		padding: 5px;
		margin: 0px 0px 12px 24px;
		background: #dfdfdf;		
	}
	
		div.webinar_registration_field input, div.webinar_registration_field select {
			min-width: 300px;
			font-size: 18px;
			font-family: Trebuchet MS, Arial, sans-serif;
			color: #333333;
			padding: 3px 5px 3px 5px;
			margin: 0px;
		}