/* @override http://localhost/~brian/fescoe2/splash.css */

body {
		  	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
		 	margin:0;
			padding:0;
			font-size: 0.73em;
			line-height:1.3em;
			background: #ffffff;
		}

		
		#wrapper{
			position: relative;
			background-image:url(images/splash_bg.jpg);
			background-repeat:repeat-x;
			margin:0 auto 0 auto;
			padding: 0;
			width:100%;
		}
		
		#header{
width:775px;
background-image:url("../images/design2/header.jpg");
background-repeat:no-repeat;
margin:0 auto 0 auto;
height:141px;

}

#content{
	position:relative;
	margin: 0 10px
	
	}
				

/* ----- columns --------*/

	.column { 
	float: left; 
	margin: 0 1px 0 0; 
	padding: 0; 
	}

		#leftcol{
			position:relative;
		 	width:640px;
		 	padding: 0px;
			z-index:3;
			/*height: 100%;*/
			}
			
		#rightcol{
			position:relative;
		 	width:420px;
		 	padding: 4px;
			background-image: url(images/contactForm.jpg);
			background-repeat: no-repeat;
			height: 400px;
}
		
		#leftcol ul{
		
		list-style-position:inside;
		/*margin-left:30px;*/
		margin:15px 30px;
		}
		#leftcol ol{
		
		list-style-position:inside;
		/*margin-left:30px;*/
		margin:15px 30px;
		}
		
		#leftcol li{
		line-height:30px;
		list-style-position:outside;
		}

#leftcol p{
	margin:5px 10px 10px 0; /*top right bottom left*/
	line-height:1.4em;
	color: #0656A3;
}
		
		label{
			display:block;
			margin: .3em 0;
			line-height: 15px;
		}
		
		fieldset {
			padding: 0;
			padding-bottom: 5px;
			border: 0;
			margin: 1.1em 0 5px 15px;
			
}		
		legend {
			margin-left: 1.2em;
			color: #000000;
			font-weight: bold;
			line-height: 20px;
		}
		fieldset ol {
			padding: 2em 2em 0 2em;
			list-style: none;
		}
		fieldset li {
			padding-bottom: 1em;
		}
		fieldset.submit {
			border-style: none;
		}
		input {
	background-color: #eeeeee;
}
textarea{
	background-color: #eeeeee;
	margin-bottom: 5px;
}
		.clear{
	clear: both;
}
		