@charset "utf-8";
/* CSS Document */

#container {
	left: 75px;
	position: absolute;
	top: 50px;
}

#navigation {
	width: 145px;
}

#page_title {
	position: absolute;
	left: 160px;
	top: 80px;
}


/* 

#logo {
	position: absolute;
	left: 100px;
}

#navigation {
	position: absolute;
	top: 90px;
	left: 100px;
	width: 150px;
}

#page_title {
	position: absolute;
	left: 260px;
	top: 100px;
}

#content {
	position: absolute;
	left: 260px;
	top: 156px;
}

#copyright {
	left: 100px;
	float: left;
}

*/

ul.navigation, ul.navigation_home {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 16px;
}

ul.navigation_home {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
}

ul.navigation li, ul.navigation_home li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-image: url(../../../images/list_bullet_red_2.jpg);
}

ul.navigation li a, ul.navigation_home li a {
	color: #444444;
	text-decoration: none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 200%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

