/* Paradise 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 {
	background-image: url(images/clock-bkg.jpg);
	background-repeat: no-repeat;
	margin: auto;
	

}

#container {
	background-image:url(images/main_tile.jpg);
	background-repeat: repeat-y;
	margin-left:105px;
	margin-top: 50px;
	margin-bottom: 0px;
	position: relative;
	height: 100%;
	width: 750px;
	
}

/* hides float from IE --- in your face microsoft*/
html>body #container {
	float:left;
}


/*#contentwrap {
	position:relative;
	width: 701px;
	height: auto;
	margin-left: 75px;
	margin-top: 65px;
	background-color: #FFFFFF;
}*/


/*/////////////////////
header styles////////////*/

#header {
	width: 703px;
	background-image: url(images/head.png);
	background-repeat: no-repeat;
	height: 95px;
	
}



/*///////////////////////////////////
 main body divs, columns///////*/
 
 #main {
	background-image:url(images/main_tile.jpg);
	background-repeat: repeat-y;
	width: 700px;
	 	
 }
 


#box {
	width: 530px;
	float: left;
	background-image: url(images/inner_bg.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	font-family: "Trebuchet MS", sans-serif;
	display:inline;
	position: relative;

}

#box p {

}

#box h2 {
	background-image: url(images/inner_top.jpg);
	background-repeat: no-repeat;
	width: 530px;
	height: 20px;
	padding-top:15px;
	padding-left: 25px;
	margin-left:1px;
	margin-top:0px;
	color: #663300;
	
}

dl.contact dt {
	font-weight: bold;

}

div.login {
	width: 300px;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

 input
{
	color: #663300;
	border: 1px solid #663300;
	background-color: #FFFFFF;
}

ul.home {
	display:block;
	float:left;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	
}

/*/////////////////////////////
nav styles/////////////////*/

#nav {
	width: 129px;
	float:left;
	margin-left: 30px;
	margin-top: 30px;
	display:inline;
	position: relative;
	
}

#nav ul {
	list-style-type: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;

}

#nav ul li {
	display: block;
	width: 80px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;

}

#nav ul li a {
	color: #999999;
	text-decoration: none;
	width: 72px;
	display: block;
	padding-left: 8px;

}

#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #CC9933;

}




/*\\\\\\\\\\\\\\\\\\\\\
footer and associated style/////*/

#footer {
	background-image: url(images/footer_bkg.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 100px;
	margin-left: 106px;
	background-position:top;
	width: 700px;
	font-family: "Trebuchet MS", sans-serif;
	margin-bottom: 20px;
	color:#CCCCCC;
}

#footer p.foottitle {
	width: auto;
	float: left;
	text-transform:uppercase;
	font-size:11px;
	margin-top: 35px;
	
}

#footer ul.nav {
	list-style-type: none;
	width: 350px;
	float: right;
	top: 35px;
	font-size: 11px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

#footer ul.nav li {
	display: block;
	float: left;
	width: 4.5em;
	margin-right: -5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: center;
	

}

#footer ul.nav li a {
	color: #CCCCCC;
	text-decoration: none;

}

#footer ul.nav li a:hover {
	font-weight: bold;

}
