/* Global CSS Styles */

body {
	background: #FFF url(../grfx/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	color: #666666;
}

/* Layout Styles */

#wrapper {
	width: 996px;
	margin: 0 auto;
	background: url(../grfx/border.gif) repeat-y;
}

#container {
	background: url(../grfx/border_main.gif) no-repeat;
	padding: 0px 12px 0 12px;
}

#logo {
	float: left;
	width: 615px;
	margin-bottom: 11px;
}

#logo .nav {
	margin-top: 4px;
}

#banner {
	margin-top: 33px;
	float: right;
	margin-bottom: 11px;
}

/* Content Styles! This is all the styles for between the 2 green bars! */

#content {
	overflow: hidden;
}

#content .search {
	width: 145px;
	float: left;
	background: #c2e5ff;
	padding-right: 6px;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}

	#content .search .image {
		clear: both;
		float: right;
		margin-bottom: 5px;
		margin-right: 5px;
	}

		#content .search .searchbox {
			font-weight: bold;
			color: #2d3091;
			margin: 10px 0px 0 8px;
			font-size: 0.9em;
		}
		
		.searchbox input, .searchbox select {
			border: 1px solid #6aa6ea;
			width: 125px;
			color: #2d3091;
			font-weight: bold;
			font-size: 1em;
		}

#content .text_admin {
	width: 770px;
	margin-left: 150px;
	padding: 0 24px 0 24px;
}		

#content .text {
	float: left;
	width: 615px;
	padding: 0 24px 0 24px;
}

	#content .text .secnav {
		border-top: 3px solid #87add6;
		border-bottom: 3px solid #87add6;
		padding: 8px 0 3px 0;
	}

#content .google {
	float: right;
	width: 155px;
}

/* Footer Style */

#footer {
	text-align: center;
	color: #2c2f91;
	font-size: 0.8em;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
}

#footer a {
	color: #2c2f91;
}

#footer img {
	margin-right: 10px;
}

/* Green bar style for top and bottom of page. */

.greenbar {
	background: #63bc46;
	clear: both;
	height: 5px;
	line-height: 5px;
	margin: 1px 0 1px 0;
}

.clear {
	clear: both;
	line-height: 1px;
}

.form500
{
	width: 500px;
}

.form500 table
{
	width: 500px;
}

.form500 td
{
	width: 200px;
}

.form500 input[type="text"]
{
	width: 250px;
}

.form750
{
	width: 750px;
}

.form750 table
{
	width: 750px;
	border: 1px;
}
/*
.form750 td
{
	width: 400px;
}
*/
.form750 input[type="text"]
{
	width: 250px;
}

.min_height 
{	
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

.msg_result
{
	text-align: center;
	color: Red;
}

.collapsePanel 
{
	overflow:hidden;
}