/*CSS for MJP Finance website written by Justin Connolly (c) SpangleWorks 2007*/


body {
	background-color: #000033;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-stretch: condensed;
	line-height: 1.2em;

}

#box {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: white;
	width: 800px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px 10px 10px;
	margin-top: 0;
	position: relative;
	line-height: 130%;
}
	
#header {
	height: 70px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	border-bottom-width: 5px;
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
}

#header img {
	border-style: none;
}

#navigation {
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #006699;
}

#navigation ul {
	padding-left: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
}

#navigation li {
	display: inline;
}

#navigation a {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: white;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #003399;
}

#quote {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-top-style: solid;
	border-top-color: #003399;
	border-top-width: 5px;
	background-color: #006699;
	margin-top: 15px;
	color: white;
	padding-left: 10px;
	padding-top: 10px;
	font-style: italic;
	font-weight: lighter;
	font-size: large;
	float: right;	
	width: 250px;
}

#content {
	margin-top: 25px;
	margin-bottom: 20px;
	width: 500px;
}

#contentservices {
	margin-bottom: 20px;
	width: 500px;
}

#contentcontact {
	margin-bottom: 20px;
	width: 800px;
}

#footer {
	clear: both;
	border-top-color: #003399;
	border-top-style: solid;
	text-align: center;
	font-size: x-small;
	border-top-width: 1px;
}

#serviceslinks {
	font-style: italic;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom: 15px;
	border-top-style: solid;
	border-top-color: #003399;
	border-top-width: 5px;
	background-color: #006699;
	color: white;
	padding-left: 10px;
	font-size: small;
	line-height: 120%;
	width: 250px;
	position: fixed;
}

#fixeddiv {
	position: absolute;
	left: 550px;
	top: 160px;
}

#serviceslinks h4 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 5px 0 0 0;
}

#serviceslinks ul {
	list-style-type: disc;
	width: 200px;
	list-style-position: inside;
	padding: 0;
	margin-left: 0;
}

#serviceslinks a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	word-wrap: normal;
	line-height: 20px;
	text-decoration: none;
	font-size: 14px;
	color: white;
}

#serviceslinks a:hover {
	text-decoration: underline;
}

.highlight {
	background-color: #fffAB2;
}

#details	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: right;
	line-height: 12px;
	position: absolute;
	left: 505px;
	top: 15px;	
}
	
.gray {
	color: gray;
}

#michaelimage {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 5px;
	color: white;
	text-align: center;
	background-color: #006699;
	margin-top: 15px;
	border-top-color: #003399;
	border-top-style: solid;
	float: right;
	font-style: italic;
	font-weight: bold;
	border-top-width: 5px;
	width: 250px;
	font-size: 16px;
}


p.quals {
	font-size: 10px;
	margin-top: -18px;
}
	
	
/*styles for the contact form */


form.contact fieldset {
		font-family: Helvetica, Verdana, Arial, sans-serif;
		padding: 10px;
		border-color: #003399;
		border-width: 1px;
		border-style: solid;
	}
	
form.contact legend {
		font-family: Helvetica, Verdana, Ariel, sans-serif;
		font-size: large;
		font-weight: bold;
	}
	
form.contact textarea {
		margin-top: 20px;
		border-color: #003399;
		border-style: solid;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: medium;
		padding: 10px;
	}
	
form.contact label.fixedwidth {
		display: block;
		width: 400px;
		float: left;
	}
		
form.contact .buttonarea input {
		margin-top: 10px;
		color: white;
		background-color: #006699;
	}
#contactform {
		margin-bottom: 10px;
		}
		
		

