/* CSS Document */
/*-----------------------------
      universal attributes
-------------------------------*/

*	{
	margin: 0;
	padding: 0;
}
a	{
text-decoration: none;
}
a:link, a:visited	{
color: #175880;
}
a:hover, a:active	{
color: #175880;
}
h1	{
position: absolute;
padding: 50px 0 5px;
top: 160px;
left: -20px;
width: 550px;
padding-left: 20px;
border-bottom: 4px solid #cb0f15;
background: #f3be00;
font-size: 20px;
color: #0f4989;
}
h2	{
margin: 0 0 10px;
padding-left: 20px;
font-size: 19px;
background: url("../images/pages_layout/headline_bullet.gif") no-repeat left;
color: #116989;
}
a img	{
border: none;
}
p	{
margin: 0 200px 10px 0;
font-size: 14px;
}
.wide p	{
	margin: 0 10px 10px 0;
}
body	{
	behavior: url("/csshover.htc");
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.clear	{
	height: 1px;
	clear: both;
}

/*-----------------------------
      site frame
-------------------------------*/

#site_frame	{
	position: relative;
	margin: 0 auto;
	width: 730px;
	background: url("../images/pages_layout/pages_content_blue_bg.gif") repeat-y left;
	border: 1px solid gray;
}
	/*-----------------------------
		  pages header
	-------------------------------*/
	
	#pages_header	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 730px;
	height: 134px;
	background: url("../images/pages_layout/pages_header_bg.jpg") no-repeat;
	z-index: 100;
	}
		#main_logo	{
		position: absolute;
		top: 20px;
		left: 60px;
		}
		#flash_container	{
		display: none;
		}
		#site_function_links_wrapper	{
			position: relative;
			margin-top: 20px;
			padding-left: 485px;
			color: white;
		}
		#site_function_links_wrapper a.floating_link	{
				position: relative;
				zoom: 1;
				color: white; 
		}
	/*-----------------------------
		  pages content
	-------------------------------*/
	
	#pages_content	{
	position: relative;
	padding: 265px 0 100px;
	margin: 0 30px 0 180px;
	zoom: 1;
	_height: 500px;
	min-height: 500px;
	}
	#pages_content .back_to_top	{
		color: #004166;
		border-bottom: 1px solid #004166;
		margin-bottom: 10px;
	}
		/*-----------------------------
			  menu column
		-------------------------------*/
		
		#menu_column	{
		position: absolute;
		top: 200px;
		left: -180px;
		width: 150px;
		height: 300px;
		}

	/*-----------------------------
		  pages footer
	-------------------------------*/
	
	#pages_footer	{
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 730px;
		height: 80px;
	}
		#secondary_navigation_footer	{
			position: relative;
			width: 540px;
			padding-left: 180px
		}
		#secondary_navigation_footer a	{
				color: #26A2B3;
				position: relative;
				zoom: 1;
		}
		#secondary_navigation_footer span	{
				background: url("../images/pages_layout/orange_bullet.gif") no-repeat center;
		}
		#site_contact_information	{
			position: absolute;
			height: 25px;
			width: 680px;
			bottom: 0;
			left: 0;
			padding-left: 50px;
			padding-top: 15px;
			background: #26A2B3;
			font-size: 11px;
			color: white;
		}
		#octava	{
			position: absolute;
			right: 10px;
			bottom: 12px;
			font-size: 11px;
			color: white;
		}

