@charset "UTF-8";
/* CSS Document */

/* get rid of border around linked images */
img {
	border:						0px;
}

/* Text styles */
h3 {
	color: orange;
	font-family: Helvetica, Arial, sans-serif
	font-size: 38px;
	margin: 0px;
	padding: 0px;
}

ul {
}

li {
	color: #363636;
	font-family: Verdana;
	font-size: 12px;
}

p {
	/*color:						#848484;*/
	color: black;
	font-family: Verdana;
	font-size: 12px;
}

p a {
	color: #808080;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}


p a:hover {
	color:						#4FB8F1;
	text-decoration:			underline;
}

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

#wrapper {
	padding-top:				0px;
	padding-left:				0px;
	width:						100%;
	height:						100%;
}
#logo {
	background-image:			url(../img/ML_FIN.gif);
	background-repeat:			no-repeat;
	float:						left;
	width: 						203px;
	height: 					130px;
	margin-left:				25px;
	margin-top:					10px;
}
#blog {
	position:					relative;
	float:						left;
	width: 						100%;
	height: 					30px;
	margin-top:					0px;
}
#headerimage {
	background-image:			url(../img/home_header.jpg);
	background-repeat:			repeat-x;
	float:						left;
	margin-left:					400px;
	width: 						700px;
	height: 					200px;
	
}
#header {
	padding-top:				0px;
	padding-left:				0px;
	width:						400px;

}
#body {
	background-color:		    #336799;
	font-family:				Helvetica, Arial, sans-serif;
	font-size:					12px;
	position:					absolute;
	width:						100%;
	top:						130px;
	height:						100%;
}
#footer {
	background:					#4FB8F1;
	font-family:				Helvetica, Arial, sans-serif;
	color:						#FFFFFF;
	padding-left:				37%;	
}
#navigation {
	background: #4FB8F1;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	padding-left: 22px;
	font-size: 12;
	font-weight: bold;
}
#contentcolumnone {
	background-color:			#FFFFFF;
	font-family:				Helvetica, Arial, sans-serif;

	padding:					10px;
	padding-right:				25px;
	width:						60%;
	float: 						left;
	margin:						10px;

	background-position:		right;
	background-image:			url(../img/right.gif);
	background-repeat:			repeat-y;	
	
}

#contentcolumnthree {
	font-family:				Helvetica, Arial, sans-serif;
	float: 						left;
	width:						1%;
	margin-top:					10px;
	margin-right:				5px;
	margin-left:				10px;
	overflow:					visible;
}
#toutone {
	display: 					list-item; 
	list-style-image:			url(../img/tout_services.png);
	list-style-position: 		inside;
	height:						245px;
	
}
#touttwo {
	display: 					list-item; 
	list-style-image:			url(../img/tout_lookingforemployer.png);
	list-style-position: 		inside; 
	height:						171px;
}
#toutthree {
	display: 					list-item; 
	list-style-image:			url(../img/tout_lookingforemployee.png);
	list-style-position: 		inside; 
	height:						171px;
}
.tout {
	overflow:					visible;
}
#contentright {
	font-family:				Helvetica, Arial, sans-serif;
	
	background:					#808080;
	float: 						left;
	width:						20%;
	margin-top:					10px;
	margin-right:				10px;
	margin-left:				20px;
}

#cse {
	font-family:				Helvetica, Arial, sans-serif;
	float: 						left;
	width:						100%;
	margin-top:					10px;
	margin-right:				50px;
	margin-left:				150px;
	overflow:					visible;
}
a {
	font-family:				Helvetica, Arial, sans-serif;
	font-size:					14px;
	color:						#000080;
	text-decoration:			none;
}
a:hover {
	font-family:				Helvetica, Arial, sans-serif;
	font-size:					14px;
	text-decoration:			underline;
}
.clr {
	clear:						both;
}