/* ------------------------------------------------------------

	Margy Wopschall Style Sheet

------------------------------------------------------------ */

body {
		font: small/18px "Lucida Grande", verdana, arial, helvetica, sans-serif;
		color: #FFF;
		background: #527E8F;
		margin: 0;
		padding: 0;
}


/* ------------------------------------------------------------

	Typography

------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6, p, ul, li {
		padding: 0;
		margin: 0;
}

h5 {
	margin: 0 0 15px 0;
	font-size: 120%;
}



p {
		margin-bottom: 18px;
}

ul, li {
		list-style: circle;
}

a:link, a:visited {
		color: #FFF;
		text-decoration: none;
}

a:hover, a:active {
		color: #C8D7E5;
		text-decoration: none;
}

img {
	border: none;
	}
			  
/* ------------------------------------------------------------

	Layout Divs

------------------------------------------------------------ */

#container {
		width:784px;
		margin:0 auto;
		background: url(../images/bg_body.jpg) top left no-repeat;
		padding-top: 202px;
}

#col1 {
		float: left;
		width: 445px;
		margin-right: 30px;
}

#col2 {
		float: left;
		width: 140px;
		text-align: center;
}

#col2 img {
	margin-bottom: 10px;
	}

#col2 p {
		font-size: 85%;
		text-align: center;
}

#applyOnline {
		border-top:1px solid #6E93A1;
		padding: 10px 0 0 0;
		}

#applyOnline img {
	margin-bottom: 3px;
	}

	
		
/* ------------------------------------------------------------

	Navigation

------------------------------------------------------------ */

#topNavigation {
		padding: 5px 82px;
		margin-left: 38px;
}

#topNavigation li {
		display: inline;
		padding-right: 10px;
}

#topNavigation li a {
		text-decoration: none;
		padding: 5px 6px;
		text-shadow: 2px 3px 3px #2A4C5A;
}

#topNavigation li a:hover {
		background: #305666;
		color: #FFF;
}


/* ------------------------------------------------------------

	Content

------------------------------------------------------------ */

#content {
		padding-top: 26px;
		margin-left: 126px;
		width: 624px;
}

#col1 h1 {
		font-size: 115%;
		margin-bottom: 10px;
}

/* ------------------------------------------------------------

	Footer

------------------------------------------------------------ */

#footer {
		font-size: 85%;
		margin-left: 126px;
		padding: 40px 0 200px 0;
		clear: left;
		color: #244957;
}

#footer a:link, #footer a:visited {
		color: #FFF;
		border-bottom: none;
}

#footer a:hover, #footer a:active {
		color: #C8D7E5;
		border-bottom: 1px dotted #c8d7e5;
}

/* ------------------------------------------------------------

	Privacy Policy

------------------------------------------------------------ */

#col1 h2 {
		font-size: 115%;
		margin-bottom: 7px;
		margin-top: 15px;
}

#col1 h3 {
		font-size: 115%;
		margin-bottom: 7px;
}

#col1 ul {
	margin-bottom: 10px;
	}		

#col1 li {
		list-style: disc;
		margin-left: 20px;
		padding-bottom: 5px;
}

/* ------------------------------------------------------------

	Request A Quote

------------------------------------------------------------ */

.formSections {
		font-weight:700;
}

.textLeft {
		float:left;
		width: 40%;
		text-align: right;
		padding-left:10px;
		line-height:15px;
}

.inputRight {
		float: left;
		padding-left: 10px;
		line-height: 15px;
}

.choices {
		float:left;
		width:40%;
		padding-left:10%;
}

#formContainer {
	float:left;
	margin:0px auto;
	width:440px;
	}

#formContact {
	margin: 5px auto;
	text-align:center;
	padding-top:10px;
	border-top:1px solid #6E93A1;
	}

.formSections {
	font-weight:700;
	}

.textLeft {
	float:left;
	width:40%;
	padding-left:10px;
	line-height:15px;
	text-align:right;
	}

.inputRight {
	float:left;
	width:45%;
	padding-left:10px;
	line-height:15px;
	}

.choices {
	float:left;
	width:40%;
	padding-left:10%;
	}
	
input, textarea, select {
	border: 1px solid #507E8E;
	padding: 2px;
	}
		
/* required field */
	.requiredField {
		font-weight:700;
		color:#fff;
	}

.quotit a {
	color: #EEFC57;
}

.quotit a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------

	Utility

------------------------------------------------------------ */

.clear {
	clear: both;
	margin: 4px 0;
}

/* keep floating elements in containers and add needed space between divs */
	.spacer {
		clear:both;
		}
	
/* donít show some items with CSS enabled */	
	.hideMe {
		display:none;
		}


