/* Blades & Things CSS Document */


body {
	margin: 0px;
	background: #fff;
	font: 12px/12px arial, verdana, sans-serif;
	color: #666666;

}

#content_container {
	width: 900px;
	margin: 0 auto;
	height: auto;
	background-image: url(../images/shadow_lrg.gif);
	background-repeat: repeat-y;
}

#header {
	width: 880px;
	height: 200px;
	background: url("../images/header.gif") no-repeat center;
}
#mini_nav {
	margin-top: 2px;
	margin-right: 60px;
	float: right;
	width: 170px;
	height: 15px;
	background-color: #999999;
} 
#mid_head {
	margin-top: -1px;
	width: 880px;
	height: 100px;
	background: url("../images/mid_head.gif");
}
#mid_head_green {
	margin-top: -1px;
	width: 880px;
	height: 100px;
	background: url("../images/mid_head_green.gif");
}

#center_box {
	margin-left: -2px;
	width: 880px;
	min-height: 600px;
	background: #ccc url("../images/shadow_lrg.gif") repeat-y right;
	border-left: #fff 2px solid;
}
#center_content {
	padding-top: 10px;
	margin-left: 50px;
	padding-left: 20px;
	padding-right: 20px;
	width: 740px;
}
#footer {
	width: 880px;
	height: 60px;
	background:  url("../images/shadow_lrg.gif") repeat center;
	clear: both;
}
#footer_content {
	background-color: #989898;
	padding-top: 5px;
	padding-left: 30px;
	margin-left: 41px;
	width: 768px;
	height: 35px;
	color: #fff;
}
#nav {
	width: 880px;
	height: 31px;
	background: url("../images/nav.gif") no-repeat center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
#nav ul {
	margin: 0;	
}
#nav li {
	vertical-align: middle;
	display: inline;
}
#nav li a {
	text-decoration: none;
	border: none;
	color: #fff;
	margin-left: 18px;
	margin-right: 22px;
}
#nav li a:hover {
	text-decoration: none;
	color: #0066FF;
}

/* Link Styles */
/* ############################*/

a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
}
a:hover {
	text-decoration: none;
}

#center_content a:link {
	color: #0066FF;
	text-decoration: underline;
}
#center_content a:visited {
	color: #0066FF;
}
#center_content a:hover {
	text-decoration: none;
}

/* Text Styles */
/* ######################*/

.small {
	font: 10px/10px arial, verdana, sans-serif;
}
.med {
	font: 11px/11px arial, verdana, sans-serif;
}
hr {
	color: #b6b6b6;
	border-top: #b6b6b6 1px solid;
	border-bottom: none;
}
.blu {
	color: #0066FF;
}
.green {
	color: #093;
}
.red {
	color: #FF0000;
}
h1, h2, h3,  h4 {
	color: #0066FF;
	font-family: arial, verdana, sans-serif;
	line-height: 1.2em;
}
h5 {
	color: #093;
	font-family: arial, verdana, sans-serif;
	line-height: 1.2em;
	font-size: 18px;
}
td p, #center_content p {
	line-height: 1.6em;

}



/* List Styles */
/* ######################*/

.unordered {
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
}
.unordered li {
	padding-left: 12px;
	margin-bottom: 6px;
	background-position: 0 .5em;
	background: url("../images/list.gif") no-repeat center left;
	line-height: 1.6em;
}

