
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	}
body, table, td, th, h3 {
	font: normal normal normal 12px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
a	{
	text-decoration: none;
        color: #90A7D6;
	}
a:hover {
	text-decoration: underline;
	}
label {
	font-weight: bold;
	white-space: nowrap;
	}
ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 8px;
	}
form {
	display: inline;
	}
h1, h2, h3 {
	margin: 0px;
       	}
h3 {
	background-color: #EEE;
	font-weight: bold;
	padding: 2px;
	}
th {
	background-color: #EEE;
	text-align: left;
	font-weight: bold;
	padding: 2px;
	}
select {
	margin: 0px;
	}
pre {
	border: 1px dotted #EEE;
	overflow: scroll;
	margin: 0px;
	}


/* body container */
#body_container {
	width: 560px;
	}


/* head container and logo */
#head_container {
	border: 1px solid #FFF;
	margin-bottom: 5px;
	}
#head_container #logo {
	background: transparent url(../images/site/lockerpartners.gif) no-repeat;
	height: 100px;
	}


/* main container */
#main_container {
	border: 1px solid #333;
	background: #CCC;
	margin-bottom: 5px;
	}


/* navigation container */
#navigation_container {
        text-align: left;
	color: #CCC;
	}
#navigation_container A {
	color: #90A7D6;
	text-decoration: none;
	}


/* content container */
#content_container {
	background: #FFF;
        color:#736F6E;
	}
#content_container_body {
	background: #FFF;
	margin: 10px;
	}


/* footer container */
#foot_container {
	border: 1px solid #FFF;
	padding: 5px;
	}


/* container boxes used specifically for forms and whatnot */
#container_box {
	position: relative;
	overflow: hidden;
	}
#container_box #top {
	background: transparent url(../images/container_box2.gif) repeat-x 0px 0px;
	height: 18px;
	}
#container_box #top #left {
	float: left;
	background: transparent url(../images/container_box.gif) no-repeat -18px 0px;
	width: 18px;
	height: 18px;
	}
#container_box #top #right {
	float: right;
	background: transparent url(../images/container_box.gif) no-repeat -36px 0px;
	width: 18px;
	height: 18px;
	}
#container_box #middle #content {
	background: #FFF url(../images/container_box.gif) repeat-y -90px 0px;
	padding-left: 18px;
	width: 100%;
	}
#container_box #middle #right img {
	width: 18px;
	height: 1;
	}
#container_box #middle #right {
	background: transparent url(../images/container_box.gif) repeat-y 0px 0px;
	vertical-align: top;
	}
#container_box #bottom {
	background: transparent url(../images/container_box2.gif) repeat-x 0px -18px;
	height: 18px;
	}
#container_box #bottom #left {
	float: left;
	background: transparent url(../images/container_box.gif) no-repeat -54px 0px;
	width: 18px;
	height: 18px;
	}
#bottom #right {
	float: right;
	background: transparent url(../images/container_box.gif) no-repeat -72px 0px;
	width: 18px;
	height: 18px;
	}


/* videoslider scroll window */
#videoslider {
	position: relative;
	overflow: hidden;
	z-index: 100;

	width: 635px;
	height: 85px;
	}
#videoslider #videoslider_window {
	position: absolute;
	left: 0px;
	top: 0px;
	clip: rect(0px, 100%, 102px, 0px);
	overflow: hidden;
	z-index: 1;

	width: 100%;
	height: 102px;
	}
#videoslider #videoslider_window #videoslider_scroll {
	position: absolute;
	visibility: hidden;
	z-index: 1;
	}
#videoslider #videoslider_window #videoslider_scroll TD {
	}

/* news articles / listings styles */
.news_line1, .news_line2 {
	padding-top: 10px;
	border-top: 1px dotted #999;
	}
.news_line2 {
	border-bottom: 1px solid #F3F3F3;
	background: #F3F3F3;
	}
.news_line1 blockquote, .news_line2 blockquote {
	margin: 10px;
	margin-left: 17px;
	}
.news_line1 h3, .news_line2 h3 {
	margin: 0px;
	background: transparent;
	}
.news_line1 h3 sub, .news_line2 h3 sub {
	font-weight: normal;
	font-size: 75%;
	vertical-align: bottom;
	}

/* additional styles */
.spacer {
	height: 3px;
	font-size: 0px;
	}