/* Patriot Settlement Services, LLC. style sheet -- Zack Naylor */

/*global resets*/
* {
		margin: 0;
		padding: 0;
	}
	h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
	li, dd { margin-left:5%; }
	fieldset { padding: .5em; }
	
	
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
container, body \\\\\\\\\\\\\\\*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	

}

#container {
	
}

form {
	width: 55%;
	margin:0 auto;
}


/*/////////////////////
header styles////////////*/

#header {
	width: 100%;
	height: 189px;
	background-image:url(images/head_tile.jpg);
	background-repeat:repeat-x;
	
	
}

#header div.body {
	width: 499px;
	height:186px;
	margin: 0 auto;
	background-image:url(images/head_bkg.jpg);
	background-repeat: no-repeat;
}

#header div.body img {
	margin-top: 75px;
	margin-left: 10px;
	margin-bottom: 0px;
}

#header div.body h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-left: 10px;

}


/*///////////////////////////////////
 main body divs, columns///////*/
 
#main {
	background-image:url(images/body_bkg.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
	min-height: 402px;
	height:26em;
	margin-bottom: -17px;
	position: relative;
}

#main div.content {
	width: 502px;
	margin: 0 auto;
	padding-bottom:20px;
	font-size:11px;
	color:#999999;
}

#main div.content h2 {
	font-size: 24px;
	font-weight: normal;
	color: #333399;

}
	
#main a {
	color: #9D9E7F;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

}

#main a:hover {
	color: #000000;

}



/*/////////////////////////////
nav styles/////////////////*/

#nav {
	height: 20px;
	bottom: 15px;
	position: relative;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 15px;

}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;

}

#nav a:hover {
	color:#CCCC99;
	
}



/*\\\\\\\\\\\\\\\\\\\\\
footer and associated style/////*/

#footer {
	clear: both;
	height: 39px;
	width: 100%;
	position: relative;
	background-color: #333399;
	margin-bottom: 0px;
	margin-top: 0px;
	overflow:hidden;
	background-image: url(images/foot_tile.jpg);
	background-repeat: repeat;
	
}

#footer h5 {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;

}


#footer div.bottom {
	width: 502px;
	position: relative;
	height: 39px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer div.footnav {
	width: auto;
	float: right;
	display: block;
	margin-top: 5px;

}

#footer a {
	text-decoration:none;
	color:#999999;
	font-size:9px;
	margin-right: 3px;
	margin-left: 3px;
}

#footer a:hover {
	text-decoration:underline;
}
