
/* HOME PAGE HEADER DIVS */

body{
	margin:0px;}

.header {
	width:100%;
	height:88px;
	margin:0px;
	background-color: #ffffff;}
	
		.header_container {
			position: relative;
			margin-left: auto;
			margin-right: auto;
			width:828px;
			height:88px;
			background-color: #ffffff;}

				.header_logo {
					position:absolute;
					left:0px;
					top:0px;
					width:230px;
					height:88px;
					background-color: #ffffff;}
					
				#header_login {
					position:absolute;
					top:0;
					right:0px;
					width:510px;
					height:88px;
					text-align:right;
					background-color: #ffffff;}
					
.menu {
	width:100%;
	height:57px;
	margin:0px;
	background-color: #000000;
	background-image: url('../chromebg.gif');
	background-repeat: repeat-x;}
	
	
	.menu_container {
			position: relative;
			margin-left: auto;
			margin-right: auto;
			width:828px;
			height:57px;
			background-color: #ffffff;}					
	

/* HOME PAGE CONTENT DIVS */
.content {
	width:100%;
	background-color: #ffffff;}
	
	
	.content_container {
			margin-left: auto;
			margin-right: auto;
			width:828px;
			height:auto;			}
			/* background-color: #505052; */
			/* padding-bottom:10px; */
	
	.mycrawler2_container {
			position:relative;
			margin-left: auto;
			margin-right: auto;
			width:826px;
			height:297px;			
			background-color: #dee2e5;
			border:1px solid #cccdcd;}
			
			.marquee{white-space:nowrap;overflow:hidden;visibility:hidden;}#marq_kill_marg_bord{border:none!important;margin:0!important;}

			
				
			
						.content_intro {
						float:left;						
						width:600px;
						height:234px;
						background-color: #ffffff;
						padding-bottom:20px;}
																									
					
						.content_contact {
						top:0;
						padding-top:20px;
						right:0px;
						float:right;
						width:228px;
						height:auto;
						text-align: left;}
						
						.content_logos {
						top:10px;
						float:left;					
						width:828px;
						border-top:1px #2f9995 dashed;}
						/*border-bottom:1px #2f9995 dashed; */
						/*border-right:2px #2f9995 dotted; float:left; */
					

/* FOOTER DIVS */	
.footer {
	float:left;
	width:100%;
	background-color: #ffffff;}
	
	.footer_container {
			margin-left: auto;
			margin-right: auto;
			width:828px;
			height:auto;
			padding-top:10px;
			padding-bottom:20px;
			border-top:1px #2f9995 dashed;}
	
	
	
a:link {
	text-decoration: none;}
	
a:visited {
	text-decoration: none;}
	
a:hover {
	text-decoration: none;}
	
a:active {
	text-decoration: none;}
	
body {
	background-color: #ffffff;}
	
	
/* TOP HEADER LOGIN FONT */
.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height:20px;
	color:#545454;

	
/* form styles UNUSED */
/***************/

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	float:left;
	background-color:white;
}

label {
	display:block;
	width:100px;
	height:35px;
	padding-right:25px;
	float:left;
	text-align:right;
}

input {
	display:block;
	float:left;
}

form br {
	clear:both;
}