/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html { 
	text-align : center; 
	}

body { 
position : relative; 
width : 900px; 
padding: 15px 20px 20px 20px;
margin : 0 auto; 
text-align : left; 
}

div#content { 
position: relative;
width : 100%; 
}

div#nav_main, div#site_info {
width : 100%; 
}

div#site_info {
position: relative
}

form#login {
	position: absolute;
	right: 20px;
	top: 0;
	width: 358px;
	height: 24px;
	padding: 5px 10px 10px 0;
	background: #e5f4fa url(images/bg-login.gif) no-repeat left bottom;
	line-height: 24px;
	}
	
form#login input[type="text"], form#login input[type="password"] {
	border: 1px solid #0093d1;
	height: 1em;
	padding: 2px;
	margin-left: 2px;
	width: 65px;
	font-size: 1.1em;
	color: #0093d1;
	vertical-align: middle;
	}
	
form#login label, form#login input[type="image"] {
	margin-left: 10px;
	}
	
form#login input[type="image"] {
	vertical-align: middle;
	}
	
ul#site_tools {
	position: absolute;
	top: 45px;
	right: 20px;
	width: 368px;
	}
	
ul#site_tools li {
	display: inline;
	margin: 0 5px;
	}
	
div.columns_3 {
	background: transparent url(images/bg-module.gif) repeat-y;	
	}
	
div.columns_3 ul {
	background: transparent url(images/bg-module-bottom.gif) no-repeat left bottom;	
	}
		
div.columns_3 li {
	width: 286px;
	float: left;
	padding-bottom: 5px;
	}
	
li.column_second {
	position: relative;
	left: 21px;
	}

li.column_third {
	position: relative;
	left: 42px;
	}
	
div.columns_3 li h3 {
	background: transparent url(images/bg-module-top.gif) no-repeat;
	padding: 12px 15px;
	}
	
div.columns_3 li p {
	padding: 0 15px 12px 15px;
	}
	
body#home div#site_info {
	margin: 50px 0 0 0;
	}
	
div#site_info {
	margin: 20px 0 0 0;
	}
	
div#site_info ul {
	position: absolute;
	right: 0;
	top: 0;
	}
div#site_info ul li {
	float: left;
	border-left: 1px solid;
	padding-left: 10px;
	margin-left: 10px;
	}
		
div#site_info ul li:first-child {
	border: none;
	}



/*-----------------------------------------------------------------------------------------------
  Aslett Clearing Method
-----------------------------------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-----------------------------------------------------------------------------------------------
  Body for Marketing Pages
-----------------------------------------------------------------------------------------------*/

.public_content {
	margin: 50px 0 0 0;
	padding: 0;
	width: 100%;
	}
.public_content h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	background: none;
	color: #333;
	}
.public_content h3 {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 15px;
	background: none;
	color: #0093d1;
	}
.public_content p {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 13px;
	color: #333;
	}
.public_content ol {
	margin: 0 0 0 16px;
	padding: 12px 0 0 16px;
	font-size: 13px;
	color: #333;
	list-style:inherit;
	}

.public_content ul {
	margin: 0 0 0 16px;
	padding: 12px 0 0 16px;
	font-size: 13px;
	color: #333;
	list-style:outside;
	}
.public_content li {
	margin: 0 0 0 0;
	padding: 1px 0 1px 0;
	font-size: 13px;
	color: #333;
	}
.public_content a {
	color: #0093d1;
	text-decoration: none;
	}
.public_content a:hover {
	color: #0093d1;
	text-decoration: underline;
	}





/*********************** Join Form  **********************/

.join_form {
	width: 449px;
	height: auto;
	margin: 12px 0 0 0;
	padding: 0;
	}
.join_form_top {
	width: 449px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background: url(../images/join/module-top.gif) no-repeat;
	font-size: 5px;
	}
.join_form_middle {
	width: 449px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: url(../images/join/module-bg.gif) repeat-y;
	}
.join_form_middle form {
	margin: 0px;
	padding: 0px;
	}
.join_form_bottom {
	width: 449px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background: url(../images/join/module-bottom.gif) no-repeat;
	font-size: 5px;
	}

.join_table {
	margin: 0 12px 0 12px;
	padding: 0;
	}
.join_table td {
	margin: 0;
	padding: 3px;
	font-size: 13px;
	color: #333;
	}
.join_table td.right {
	margin: 0;
	padding: 10px 0 0 3px;
	font-size: 13px;
	color: #333;
	text-align: right;
	background: url(../images/join/line.gif) repeat-x;
	}

.contact_table {
	margin: 12px 0 0 0;
	padding: 0;
	}
.contact_table td {
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 13px;
	color: #333;
	}


.public_formfield {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 13px;
	color: #008dc8;
	font-weight: normal;
	}
.public_formfield_mrgbttm {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 13px;
	color: #008dc8;
	font-weight: normal;
	margin: 0 0 3px 0;
	}
.formnote {
	font-size: 12px;
	}
.acct_icon_mrgless {
	margin: 0 4px 0 0;
	vertical-align:middle;
	}

p.select_bg {
	background: url(../images/select-bg.gif) top left no-repeat;
	font-size: 12px;
	margin: 0;
	padding: 5px 0 7px 8px;
	color: #008dc8;
	}

.required {
	color: #0093d1;
	}

.AutoComplete {
	max-height: 100px;
	width: 275px;
	overflow: auto;
	background: #fff;
	position: absolute;
	padding: 5px;
	top: 0px;
	left: 0px;
	border: 1px solid #000000;
}

#suggest1, #suggest2 {
	display: none;
	position: relative;
}