/* SQUAN ASSOCIATES GENERAL RULES */

/* HTML DEFINITIONS */

*, html, body {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%; 
}

body {
	background: transparent url("/images/backgrounds/gold_metallic_background.jpg");
	background-position: center top;
	background-repeat: repeat;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: left;
	color: #3f2c00;
}

a {
	color: #01345d;
	text-decoration: none;
}

a:visited {
	color: #01345d;
}

a:hover {
	color: #ffffff;
}

a img {
	border: none;
}


/* SITE CONTAINERS */

div#whole_site_container {
	margin: 0px 0px -184px 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#site_container {
	padding: 0px 0px 0px 0px;
}

div#container {
	position: relative;
	margin: 0px auto;
	padding : 0px 0px 270px 0px;
	width: 1000px;
}


/* SITE HEADER */


div#header h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 200px;
}

	#header h1 a {
		display: block;
		width: 300px;
		height: 200px;
	}
	
	 #header h1 span, #header img {
		display: none;
	 }


/* MAIN CONTENT REGION */

div#main_body {
	line-height: 20px;
	font-size: 13px;
	color: #3f2c00;
}

	#main_body h2 {
		margin: 0px 0px 20px 0px;
		font-size: 24px;
		line-height: 30px;
		font-weight: 100;
		color: #FFFFFF; 
	}
	
	#main_body h3 {
		margin: 20px 0px;
		color: #0e314d; 
		font-size: 15px;
	}
	
	#main_body p {
		margin: 20px 0px 0px 0px;
	}
	
	#main_body ul, #main_body ol {
		margin: 20px 0px 0px 0x;
		list-style: none;
	}
	
	#main_body li {
		margin: 8px 0px;
		padding: 0px 0px 0px 35px;
	}
			#main_body ul li {
				background: transparent url("/images/misc_elements/li.gif");
				background-position: 0px 0px; 
				background-repeat: no-repeat;
			}
		
	#main_body img {
		margin: 10px 0px;
	}


/* FOOTER */

div#footer{
	position: relative;
	height: 184px;
	background: transparent url("/images/backgrounds/footer_background.gif");
	background-position: center top;
	background-repeat: no-repeat;
}

	a#sticky_stamp {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 33%;
		height: 184px;
	}
		
		#sticky_stamp p, #sticky_stamp img {
			display: none;
		}