/* global */
/*	layout */
#top { 
	height:40px; 
	border-bottom:1px solid #ccc; 
	margin:0 0 20px 0; 
}

#header	{ 
	padding: 0px; 
	margin: 0px; 
	background-image: url(../graphics/top.jpg); 
	height: 120px; 
	overflow: hidden;
	position:fixed;
	width: 100%; 
} 

* html #header { 
	padding: 0px; 
	margin: 0px; 
	height: 120px; 
}

#head { 
	height: 120px; 
	width: 800px; 
	margin: 0 auto;
	padding: 0px; 
	display: block; 
	z-index:10;
}

#logo {
	float: left;
	background-image: url(../graphics/logo.jpg);
	height: 120px;
	width: 135px;
}

#nav {
	margin-top: 80px;
	float: right;
}

#nav a {
	text-decoration: none;
	letter-spacing: 1px;
	margin-left: 25px;
	color: white;
	font-size: 16px;
	float: left;
}

#nav a:hover {
	text-decoration: underline;
	letter-spacing: 1px;
	margin-left: 25px;
	color: white;
	font-size: 16px;
	float: left;
}

#home {
	margin-top: 0px;
	padding-top: 130px;
	margin-left: auto;
	margin-bottom: 200px;
	margin-right: auto;
	width: 950px;
}

#home h1 {
	margin-top: 20px;
	letter-spacing: 5px;
	margin-bottom: 20px;
	text-align: center;
	color: #6699ff;
	font-size: 36px; 
}

#home_text {
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 725px;
}

#home_text p {
	line-height: 22px;
	color: #666666;
	font-size: 15px;
}
#units {
	background-image: url(../graphics/units.jpg);
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 245px;
	width: 950px;
	border: 0px none;
	padding: 0;
	border-spacing: 0;
}

#unit_start {
	display: block;
	float: left;
	background-repeat: no-repeat;
}

#west_link {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../graphics/units/west_up.jpg);
	height: 245px;
	width: 251px;
}

#west_link:hover {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../graphics/units/west_over.jpg);
	height: 245px;
}

#mid_link {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../graphics/units/mid_up.jpg);
	height: 245px;
	width: 230px;
}

#mid_link:hover {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../graphics/units/mid_over.jpg);
	height: 245px;
}

#east_link {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../graphics/units/east_up.jpg);
	height: 245px;
	width: 250px;
}

#east_link:hover {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../graphics/units/east_over.jpg);
	height: 245px;
}

#unit_box {
	width: 750px;
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 98px;
	vertical-align: top;
}

#unit_box td {
	vertical-align: top;
}

#unit_box h3 {
	color: white;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

#unit_box h4 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	color: white;
	float: left;
	display: block;
}

#unit_box p {
	color: white;
	text-align: left;
	float: left;
	display: block;
	width: 145px;
}

#unit_box a, #unit_box a:visited {
	color: white;
	text-decoration: underline;
	float: left;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

#unit_box hr {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: white;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#westunit, #midunit, #eastunit {
	height: 850px;
	display: block;
	padding-top: 150px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	width: 850px;
}




#content {
	padding-left: 0px;
	padding-top: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 800px;
}

#content h1 {
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 36px; 
}

#content hr {
	padding: 0px;
	margin: 0px;
	width: 800px;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699ff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#content td {
	text-decoration: none;
	font-size: 14px; 
}

#page_box {
	margin-bottom: 40px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#page_box_top {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../graphics/page_box_top.jpg);
	float: left;
	height: 5px;
	width: 850px;
}

#page_box_content {
	background-image: url(../graphics/box_content.jpg);
	background-color: #fff;
	float: left;
	width: 740px;
	padding: 25px 35px;
}


#page_box_content th {
	vertical-align: top;
}

#page_box_content td {
	text-align: left;
}

#page_box_content div {
	margin-left: 10px;
}

#page_box_content h1 {
	color: #666666;
	margin-top: 0px;
}

#page_box_content hr {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 320px;
	margin-bottom: 15px;
}

#page_box_content p {
	line-height: 18px;
	color: #666666;
	font-size: 12px;
	margin-bottom: 10px;
}

#page_box_content b, #page_box_content strong {
	color: #333;
}

#page_box_content ul {
	margin: 0;
}

#page_box_content li {
	line-height: 20px;
	color: #666666;
	font-size: 12px;
}

#page_box_bottom {
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../graphics/page_box_bottom.jpg);
	float: left;
	height: 50px;
	width: 850px;
}


#links ul {
	margin: 0;
	padding: 0;
}

#links li {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	float: left;
}


/* START NAVIGATION */

#navcontainer{
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 800px;
	height: 35px;
}

#navlist li a, #navlist li a:link{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 15px;
	margin-top: 0;
	float: left; 
	color: #6699ff;
	text-decoration: none;
}

#navlist li {
	margin-top: 0px; 
	padding: 0;
	list-style-type: none;
}

#navlist li a:hover { 
	color: #000;
}

#navlist li a#current, #navlist li a#current:link{ 
	float: left; 
	color: #3366ff;
	font-weight: bold; 
	border-bottom: 2px #fff solid;
}




/* ADMIN BAR */

#admin_bar {
	background-color: #333333;
	width: 800px;
	border: 0;
	border-spacing: 0;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

#admin_bar td {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 13px;
	text-align: left;
}

#admin_bar a {
	margin-left: 4px;
	color: #006699;
	text-decoration: none;
}

#admin_bar a:hover {
	color: #666666;
	text-decoration: underline;
}

#logout {
	background-color: #006699;
	width: 180px;
}

#logout a {
	font-size: 14px;
	color: #fff;
}

#logout a:hover {
	color: #ffcc66;
	text-decoration: underline;
}




#pic_box {
	display: block;
	border: 1px dotted #999999;
	height: 16px;
	width: 320px;
	padding: 10px;
	margin-top: 16px;
	margin-bottom: 20px;
	float: right;
	color: #000;
}

#pic_box a,
#pic_box a:visited {
	color:#0066CC;
	font-size: 16px;
	margin: 0;
	text-decoration:none;
}

#pic_box a:hover {
	color: #663366;
	text-decoration:underline;
}




/* UNIT ADMIN LAYOUT */
#unit {
	/* border: 10px solid #fff; */
	width: 850px;
	margin: 0 auto;
}


#unit td p {
	color: #fff;
}

#unit_table {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 20px;
	padding-top: 160px;
}

