/* Reset.css Original by Erik Meyer: meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ul { list-style: none; }
body { background: white; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
img { border: 0px; }

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix {display: block;}
* html .clearfix {height: 1%;}
/* end hide from IE-mac */

body {
	background-color: #fff;
	font-family: arial, helvetica, sas-serif;
	font-size: 12px;
	line-height: 16px;
	color: #7d7d7d;
	text-align: center;
	margin: 0px 25px 25px 25px;
}

#wrapper {
	width: 948px;
	margin: auto;
	text-align: left;
}

#ajax_content {
	text-align: left;
}

#banner {
	width: 948px; overflow: hidden;
	height: 220px;
	margin-bottom: 21px;
}

#banner_left {
	float: left;
	width: 230px;
	overflow: hidden;
}

#banner_select {
	float: left;
	margin-left: 15px;
	margin-top: 40px;
	width: 400px;
	font-size: 18px;
	color: red;
	line-height: 24px;
}

#banner_right {
	float: left;
	width: 718px;
}

#columns {
	background: url("../images/bg/columns-border.gif") top left repeat-y;
}
	
	#col1 {
		display: inline;
		float: left;
		width: 180px;
		margin: 0 0 0 26px;
	}
	
	#col2 {
		display: inline;
		float: left;
		margin: 0 0 0 26px;
		overflow: hidden;
	}
	
		.col2-normal {
			width: 454px;
		}

		.col2-wide {
			width: 700px;
		}

		#col2-body {
			padding-left: 25px;
		}
	
	#col3 {
		display: inline;
		float: left;
		width: 236px;
		margin:0pt 0pt 0pt 20px;
	}

#footer {
	margin-top: 48px;
	border-top: 1px solid #abb7c2;
	padding: 10px 5px 10px 5px
}

	#footer p, #footer a {
		color: #acacac;
		font-size: 10px;
		line-height: 16px;
	}
	
		#footer a {
			text-decoration: none;
		}
	
	#footer p {
		float: left;
		width: 600px;
	}
	
	#footer .footer-login {
		float: right;
		text-align: right;
		width: 100px;
	}

.nav {
}
	
	.nav li {
		padding: 7px;
		color: #97a3ae;
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
		border-bottom: 1px solid #e7e7e7;
	}

		.nav li li {
			border: none;
			font-size: 11px;
			line-height: 16px;
			padding: 5px 0 5px 0;
		}

			.nav li li li {
				padding-left: 10px;
			}
	
		.nav li a {
			text-decoration: none;
			color: #97a3ae;
		}
		
			.nav li a.active, .nav li a:hover {
				color: #77a55e;
			}
			
		.nav-ghost {
			display: block;
			width: 30px;
			height: 30px;
			overflow: hidden;
			text-indent: -9999px;
			background-color: #666;
		}
			
			.nav .nav-ghost {
				text-indent: 0px;
				width: auto;
				height: auto;
				background-color: #fff;
			}
		
		
.sponsors {
	margin-top: 30px;;
}

	.sponsors h3 {
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 10px;
		color: #acacac;
	}

	.sponsor {
		float: left;
		margin: 0 5px 10px 0;
	}

.email-print {
	margin-bottom: 60px;
	margin-right: 30px;
}

	.email-print li {
		float: right;
		overflow: hidden;
		padding: 5px 0 5px 21px;
	}
	
		.email-print li a {
			font-size: 11px;
			line-height: 16px;
			text-decoration: none;
			color: #97a3ae;
		}
		
			.email-print li a:hover {
				color: #77a55e;
			}
	
		.email-print li.email {
			background: url("../images/bg/email.gif") 0px 7px no-repeat;
			border-right: 1px solid #e1e1e1;
			padding-right: 10px;
		}

		
		.email-print li.print {
			background: url("../images/bg/print.gif") 0px 4px no-repeat;
			margin-left: 10px;
		}


.form {

}

	.error {
		color: #990000;
	}

	.errorlist li {
		margin: 5px 0 5px 0;
		color: #990000;
	}

	.help {
		margin-right: 20px;
		font-size: 10px;
		color: #888;
	}

	.f-row {
		margin: 10px 0 10px 0;
	}

		.f-label {
			float: left;
			width: 100px;
		}
		
		.f-title {
			color: #666;
			font-size: 16px;
			line-height: 22px;
			font-weight: bold;
		}
		
			.f-error {
				color: #990000;
			}
			
			.f-success {
				color: #006600;
			}

		.f-field {
			float: left;
			width: 300px;
		}

		
		
			.f-text-input {
				width: 250px;
				border: 1px solid #a5a5a5;
				padding: 4px;
				font-size: 10px;
			}
			
			.f-select {
				width: 250px;
				border: 1px solid #a5a5a5;
				padding: 4px;
				font-size: 10px;
			}
			
			.f-select-multiple {
				width: 250px;
				height: 200px;
				border: 1px solid #a5a5a5;
				padding: 4px;
				font-size: 10px;
				line-height: 20px;
			}

			.f-text-area {
				width: 530px;
				height: 300px;
			}
			
			.f-text-area2 {
				width: 330px;
				height: 200px;
			}
			

			.eip-textarea {
				width: 250px;
				height: 300px;
				border: 1px solid #a5a5a5;
				padding: 4px;
				font-size: 13px;
				display: block;
			}

	.f-submit {
		margin: 30px 0 10px 0;
	}

	.f-new-attr-key {
		font-size: 13px;
		line-height: 16px;
		width: 80px;
	}

	.f-new-attr-value {
		font-size: 13px;
		line-height: 16px;
		width: 100px;
	}