/* CSS Document */

html { height: 100%;  margin-bottom: 0px; }
html * { padding: 0; margin: 0; }

body {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 13px;
	background: #313767 url(../images/siteelements/background.gif) repeat-x;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #0066FF;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
	background-color: transparent;
}

a:visited {

}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC3300;
	margin-bottom: 10px;
}

h4 {

}

ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

ul li {
	list-style: outside;
	list-style-image: url(../images/siteelements/arrow.gif);
	margin-left: 20px;
	margin-bottom: 10px;
}

#line {
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 10px;
}

/**/

#holder {
	top: 10px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	z-index: 50;
	background-color: transparent;
}

#round_grey_top {
	position: absolute;
	top: -5px;
	width: 770px;
	height: 20px;
	z-index: 150;
	background: url(../images/siteelements/round_grey_top.png) no-repeat;
}

#round_grey_bottom {
	position: absolute;
	bottom: -5px;
	width: 770px;
	height: 20px;
	z-index: 150;
	background: url(../images/siteelements/round_grey_bottom.png) no-repeat;
}

#round_white_top {
	position: absolute;
	top: -5px;
	width: 770px;
	height: 20px;
	z-index: 150;
	background: url(../images/siteelements/round_white_top.png) no-repeat;
}

#round_white_bottom {
	position: absolute;
	bottom: -5px;
	width: 770px;
	height: 20px;
	z-index: 150;
	background: url(../images/siteelements/round_white_bottom.png) no-repeat;
}



/**/

#menu {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 248px;
	z-index: 200;
	background-color: transparent;
}

.menu_item {
	position: relative;
	top: 0px;
	left: 0px;
	width: 248px;
	z-index: 250;
	background-color: transparent;
}

#menu a {
	color:#FFFFFF;
}
#menu  li:hover {
	background-image: url(../images/menu/menu_background_h.jpg);
	height: 20px;
}
#menu ul li {
	list-style: none;
	list-style-image: none;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(../images/menu/menu_background.jpg);
	width: 248px;
	height: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/**/

#top_section {
	position: relative;
	top: 10px;
	width: 770px;
	height: 650px;
	z-index: 100;
	background-color: #F1F2F6;
}

	#top_body_header {
		position: absolute;
		top: 16px;
		right: 31px;
		width: 476px;
		height: 50px;
		z-index: 150;
		background-color: transparent;
	}

	#top_body_copy {
		position: absolute;
		top: 67px;
		right: 16px;
		width: 476px;
		height: 430px;
		z-index: 200;
		background-color: transparent;
	}
	
		#top_body_copy_propimage {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 250;
			background-color:transparent;
		}
		
		#top_body_copy_propstates {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 160px;
			z-index: 250;
			background-color:transparent;
		}

		#top_body_copy_propmain {
			position: absolute;
			top: 200px;
			left: 0px;
			width: 476px;
			z-index: 250;
			background-color:transparent;
		}

		#top_body_copy_proptext {
			position: absolute;
			top: 300px;
			left: 0px;
			width: 476px;
			z-index: 250;
			background-color:transparent;
		}

		#top_body_copy_proprollovers {
			bottom: 0px;
			left: 0px;
			width: 476px;
			z-index: 250;
			background-color:transparent;
		}

/**/

#bottom_section {
	position: relative;
	top: 30px;
	width: 770px;
	height: 150px;
	z-index: 100;
	background-color: #F7F7F7;
}

#bottom_section p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	line-height: 15px;
	margin-bottom: 10px;
}

	#bottom_header {
		position: absolute;
		top: 16px;
		left: 16px;
		width: 496px;
		height: 24px;
		z-index: 200;
		background-color: transparent;
	}

	#bottom_copy1 {
		position: absolute;
		top: 47px;
		left: 20px;
		width: 420px;
		height: 100px;
		z-index: 250;
		background-color: transparent;
	}
	
	#bottom_copy2 {
		position: absolute;
		top: 47px;
		right: 16px;
		width: 300px;
		height: 100px;
		z-index: 250;
		background-color: transparent;
	}

/**/

#footer {
	position: relative;
	top: 50px;
	width: 770px;
	height: 40px;
	text-align: center;
	z-index: 100;
	background-color: transparent;
}

#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	margin-bottom: 10px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
}

#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
	background-color: transparent;
}

#footer a:visited {

}

