html, body {
	margin: 0px;
	padding: 0px;
}

/* header */
#header {
	height: 103px;
	background: #FFFFFF url('../../images/header_bg.gif') repeat-x;
}
#header_top {
	width: 930px; /* 2x230px columns on left and right, 470px center content */
	margin: 0px auto;
	text-align: left;
	height: 75px;
}
#header_logo {
	float: left;
	width: 600px;
}
#header_links {
	float: left;
	width: 330px;
	padding-top: 35px;
	text-align: right;
}
/* end header */

/* navigation */
/*	height: 28px;
	width: 910px;
	margin: 0px auto; */
#navbar {
	width: 930px; /* 2x230px columns on left and right, 470px center content */
	margin: 0px auto;
	height: 23px;
	font-weight: bold;
	overflow: hidden;
	margin-top: 5px;
}
#navbar ul {
	margin: 0px;
	list-style: none;
	padding: 0px 0px 0px 0px;
}
#navbar ul li {
	float: left;
	margin-right: 5px;
	height: 23px;
}
#navbar ul li a {
	display: block;
	color: #FFF;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
}
/* end navigation */

/* event bubble */
#event_bubble_container {
	padding: 5px;
	position: absolute;
	margin: 0px auto;

	position: absolute;
	text-align: center;
	/*filter: alpha(opacity=70); breaks fader in ie7*/
	opacity: .95;
	z-index: 110;
}
#event_bubble_message_container {
	background-color: #fff;
	color: #000;
	font-size: 11px;
	font-family: 'Courier New', Courier, monospace;
}
/* end event bubble */

/* admin stuff */
.admin_edit {
	text-align: right;
}
.admin_edit a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
/* end admin stuff */

/* homepage stuff */
.home_box {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
/* end homepage stuff */



/* Set essential CSS */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#login_container {
	font-size: 12px;
}
#login_container a {
	font-size: 12px;
}

#content_container {
	width: 930px; /* 230px + 230px columns on left and right, 470px center content */
	margin: 0px auto;
	text-align: left;
	margin-top: 10px;
}
#content {
	float: left;
	background-color: #fff;
	overflow: hidden;
}
#left_col {
	width: 230px;
	float: left;
}
#right_col {
	width: 230px;
	float: left;
}
.left_col_item {
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.right_col_item {
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer {
	/* width: 930px; *//* 230px + 230px columns on left and right, 470px center content */
	margin: 0px auto;
	margin-top: 10px;
	bottom: 0px;
	text-align: left;
	text-align: center;
}

/* Prompt Window */
#prompt_container {
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 100;
	text-align: center;
}
#prompt_window {
	position: relative;
	margin: 0px auto;
}
#prompt_window_content {
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
	padding: 10px;
	text-align: center;
	background: #DDDDDD;
}
#prompt_window_header_container {
	height: 25px;
	line-height: 25px;
	color: #787878;
	font-weight: bold;
	font-size: 14px;
	cursor: move;
}
#prompt_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/* End Prompt Window */




a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
.spacer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	background: #3300FF;
	line-height: 0px;
	font-size: 0px;
}
#event_fader {
	position: absolute;
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
	/*filter: alpha(opacity=70); breaks fader in ie7*/
	opacity: .6;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #222222;
	z-index: 110;
}
.success {
	color: #99FF99;
}
.error {
	color: #FF4444;
}
.notice {
	color: #FFFFFF;
	font-style: italic;
}
form {
	display: inline;
}
img {
	border: 0px;
	margin: 0px;
}






.text_link {
	cursor: pointer;
	color: #0000FF;
	text-decoration: none;
}
.text_link:hover {
	color: #0000FF;
}
td img {
	vertical-align: bottom;
}
.note {
	font-size: 10px;
}
.small_note {
	font-size: 8px;
}
.note input {
	font-size: 10px;
}
td {
	vertical-align: top;
}
/* Give a border and pointer cursor so it looks like a button */
.buttonize {
	border: 1px solid #c9c7ba;
	background-color: #f4f4f4;
	cursor: pointer;
	text-align: center;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	padding: 1px 7px;
}
img.buttonize {
	padding: 0px;
	vertical-align: bottom;
}
input {
	font-size: 12px;
	vertical-align: middle;
}
input[type="image"] {
	border: 1px double #c9c7ba;
	border: none;
}
input[type="text"], input[type="password"] {
	height: 16px;
	border: 1px double #c9c7ba;
	text-align: left;
	background-color: #FFFFFF;
}
/* Give a pointer cursor so it looks clickable */
.clickable {
	cursor: pointer;
}

div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	max-height: 150px;
	overflow: scroll;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0px;
	padding:2px;
	height:14px;
	cursor:pointer;
}
.map_info_box {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
}
.form_table td {
}

.error_container {
	border: 3px double #000000;
}
.error_header {
	background-color: #a01a1a;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
.error_content {
	background-color: #FFFFFF;
	padding: 5px;
	color: #000000;
	font-weight: bold;
}

/* user menu */
#user_menu_container {
	position: absolute;
	background-color: #000000;
	color: #FFFFFF;
}
#user_menu_container p {
	color: #999999;
}
#user_menu_container a {
	display: block;
	color: #FFFFFF;
}
#user_menu_container a:hover {
	display: block;
	background-color: #00FF33;
	color: #000000;
}
/* end user menu */

/* menu container */
#menu_container {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	padding: 2px;
	z-index: 2;
}

.default_menu {
	background-color: #000000;
	border: 1px solid #808080;
	width: 162px;
	font-size: 12px;
	color: #FFFFFF;
}

.default_menu .context_divider {
	color: #808080;
}

.default_menu .option {
	display: block;
	padding-left: 18px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
}

.default_menu .option_hover {
	display: block;
	padding-left: 18px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;

	background-color: #5296F7;
	color: #000000;
}

.default_menu .disabled_option {
	display: block;
	padding-left: 18px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #9FB0CA;
}

.default_menu .disabled_option_hover {
	display: block;
	padding-left: 18px;
	padding-right: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #9FB0CA;
	background-color: #5296F7;
}
/* end menu container */

/* rating system */
#rating_container {

}
img.star{
	margin: 1px;
}
.rating_score {
	font-weight: bold;
}
.rating_info {
	font-style: italic;
	font-size: 11px;
}
/* end rating system */

/* status system */
.status_online {
	color: #76bd30;
}
.status_offline {
	color: #999999;
	font-style: italic;
}
.status_other {
	color: #76bd30;
}
/* end status system */

.field_note {
	font-size: 10px;
}

/* font classes */
.bold {
	font-weight: bold;
}
span.blue {
	color: #294994;
}
/* end font classes */







/* extra */
.info_box {
	border: 6px solid #3e5396;
	width: 418px;
	*width: 430px;
	padding-top: 0px;
	margin-bottom: 10px;
}
.info_box_title {
	color: #223d91;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
}
.info_box_content {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.info_box_content td {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.info_box_content ul {
	list-style: disc;
	margin-top: 0px;
}
.info_box_content ul li {
	line-height: 18px;
}
.spacer {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}

/* Inusrance Page */
.ins_top {
	border-top: 1px solid #76adde;
}

.ins_title {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #4e8bc1;
	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px solid #76adde;
	border-left: 1px solid #76adde;
	border-bottom: 1px solid #76adde;
}
	
.ins_desc {
	padding: 5px;
	border-right: 1px solid #76adde;
	border-bottom: 1px solid #76adde;
}

.ins_opt {
	padding: 5px;
	border-left: 1px solid #76adde;
	border-right: 1px solid #76adde;
	border-bottom: 1px solid #76adde;
}

.ins_opt li a {
	color: #FF0000;
}

.ins_opt li a:hover {
	font-weight: bold;
}
/* end extra */

/*Association Advantage*/
.aa-association-logo
{
	float:left;
}
.aa-association-about
{
	float:right;
}
.aa-with
{
	clear:both;	
}
.aa-with li.left
{
	float:left;
	width: 420px;
}
h1.aa-association-header
{
	font-size:13.5pt;
}
h3.aa-with-header, .aa-list-strong
{
	font-weight:bold;
	color:#003399;
}
.aa-register
{
	text-align:center;	
	clear:both;
	padding-top:10px;
}
.aa-email
{
	text-align:center;	
}
.aa-calendar
{
	text-align:center;
	width:200px;
	position:relative;
	bottom:230px;
	left:465px;
	height:0;
}

/*End Association Advantage*/