/* Start of CMSMS style sheet 'Lock It Up Default' */
/* Author: Steve Livingston - 1055 Software */


/*******************************/
/*             CSS Defaults           */
/*******************************/

* html, body {
	background: #c3d8a1; 
	margin: 0; 
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	height: 100%;
	width: 100%;
	color: #000;
}

a:link { font-size: 8pt; text-decoration: none; font-weight: bold; color: #090192; }
a:active { font-size: 8pt; text-decoration: none; font-weight: bold; color: #090192; }
a:visited { font-size: 8pt; text-decoration: none; font-weight: bold; color: #090192; }
a:hover { font-size: 8pt; text-decoration: underline; font-weight: bold; color: #090192; }

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.red {
	color: #e61320;
}

.left {
	float: left;
	width: 47%;
	padding-left: 3%;
}

.right {
	float: right;
	width: 46%;
	text-align: right;
	padding: 0 2% 2% 0;
}

.center-margin {
	margin: 0 auto 0 auto;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}



bold-off {
	font-weight: normal;
}

/******************************************/
/*               TOP HEADER STRUCTURE                   */
/******************************************/

#top-header {
	width: 100%;
	height: 120px;
	background: #008554;
}

#top-header img.logo {
	position: relative;
	top: -21px;
	left: 47px
}

#top-left-corner {
	width: 16px;
	height: 17px;
	background: #008554 url(uploads/images/top_left_corner.jpg) top center;
	position: relative;
	top: 34px;
}

#bottom-left-corner {
	width: 7px;
	height: 8px;
	background: #008554 url(uploads/images/bottom_left_corner.jpg) top center;
	position: relative;
	top: -8px;
	overflow: hidden;
}

#bottom-right-corner {
	width: 7px;
	height: 8px;
	background: #008554 url(uploads/images/bottom_right_corner.jpg) top center;
	position: relative;
	top: -16px;
	left: 821px;
	overflow: hidden;
}

#top-right-corner {
	width: 16px;
	height: 17px;
	background: #008554 url(uploads/images/top_right_corner.jpg) top center;
	position: relative;
	top: 17px;
	left: 812px;
}

#middle-left-corner {
	width: 17px;
	height: 18px;
	background: #008554 url(uploads/images/middle_left_corner.jpg) top center;
	position: relative;
}

#middle-right-corner {
	width: 17px;
	height: 18px;
	background: #008554 url(uploads/images/middle_right_corner.jpg) top center;
	position: relative;
	left: 811px;
	top: -18px;
}

#nav-container {
	height: 37px; 
	width: 97.1%;
	background: #a5c952;
	margin: 0 auto 0 auto;
	position: relative;
	top: -15px;
}

#nav-container ul {
	padding-top: .1%;
	text-align: left;
}

#nav-container ul li {
	display: inline;
	padding: 0 .3% 0 1.1%;
}

#nav-container ul li img {
	position: relative;
	top: 4px;
}

#nav-container ul li a {
	color: #fff;
	font-size: 16pt;
	font-weight: normal;
	padding-left: .5%;
}

#nav-container ul li a:hover {
	text-decoration: none;
	font-size: 16pt;
	color: #008554;
}

#nav-topleft-corner {
	width: 9px;
	height: 10px;
	background: #008554 url(uploads/images/nav_left_corner.jpg) top center;
	position: relative;
	top: -52px;
	left: 12px;
	overflow: hidden;
}

#nav-topright-corner {
	width: 9px;
	height: 10px;
	background: #008554 url(uploads/images/nav_right_corner.jpg) top center;
	position: relative;
	left: 807px;
	top: -62px;
	overflow: hidden;
}

#nav-bottomright-corner {
	width: 9px;
	height: 10px;
	background: #008554 url(uploads/images/nav_botright_corner.jpg) top center;
	position: relative;
	left: 807px;
	top: -45px;
	overflow: hidden;
}

#nav-bottomleft-corner {
	width: 9px;
	height: 10px;
	background: #008554 url(uploads/images/nav_botleft_corner.jpg) top center;
	position: relative;
	top: -55px;
	left: 12px;
	overflow: hidden;
}

/******************************************/
/*                    Layout Structure                               */
/******************************************/

#content-container {
	width: 828px;
	height: auto;
	margin: 1% auto 0 auto;
}

#body-container {
	margin-top: 1%;
	width: 100;
	height: auto;
}

#main-container {
	width: 100%;
	height: auto;
	background: #a5c952;
	padding-bottom: 2%;
}

#main-content {
	width: 98%;
	background: #fff;
	height: auto;
	margin: 0 auto 0 auto;	
	position: relative;
	top: -25px;
        color: #444;
}

#main-sub-content {
	width: 98%;
	background: #fff url(uploads/images/body_sub_bg.jpg) top center;
	height: auto;
	margin: 0 auto 0 auto;	
	position: relative;
	top: -25px;
        color: #444;
}

#main-sub-content2 {
	width: 98%;
	background: #fff;
	height: auto;
	margin: 0 auto 0 auto;	
	position: relative;
	top: -25px;
        color: #444;
}

#left-container {
	width: 47%;
	float: left;
	padding: 4% 5% 4% 4%;
}

#left-sub-container {
        width: 58%;
        float: left;
        padding: 4% 3% 4% 2%;
}

#left-container h1 {
	font-size: 19pt;
	font-weight: bold;
	padding-bottom: 3%;
}

.content-block {
	padding-bottom: 4%;
}

.content-block h2 {font-size: 14pt;}

#left-container h3 {
	font-size: 14pt;	
	font-weight: normal;
	padding-bottom: 3%;
}

#left-container p.front-page-p {
	padding-left: 4%;
	font-size: 8pt;
	padding-bottom: 8%;
}

#left-container img {
	border: 3px double #fff;
}

.float-image-left {
	float: left;
	padding: 5%;
}

#right-container {
	width: 40%;
	float: right;
	padding: 2.5% 0 2.5% 4%;
}

#right-sub-container {
        width: 31.7%;
        float: right;
        margin: 2% 0 0 0;
        padding: 2% 1.5% 0 0;
}

#right-sub-container ul li {
        list-style-type: none;
        padding: 3% 0 3% 3%;
        _padding: 1% 0 1% 0;
}

#right-sub-container ul li:hover {
        background: #008751;
        color: #fff;
}

#right-sub-container ul li.current {
        background: #008751;
        color: #fff;
        padding: 3% 5% 3% 0%;
        _padding: 1% 0% 1% 3%;
        font-weight: bold;
        font-size: 10pt;
}

#right-sub-container ul li a {
        padding: 3% 5% 3% 0%;
        _padding: -0% 0% 0% 4.5%;
        color: #008751;
        width: 100%;
        font-size: 10pt;
}

#right-sub-container ul li a:hover {
        color: #fff;
        text-decoration: none;
        font-size: 10pt;
}

#right-container ul li {
	list-style-image: url(uploads/images/lock_list.jpg);
}

#home-page-container ul li {
	list-style-image: url(uploads/images/lock_list.jpg);
        font-weight:bold;
}

#boxes-container ul li {
	list-style-image: url(uploads/images/lock_list.jpg);
}

#boxes-container {
	padding-left: 25px; padding-top:25px;
}

/******************************************/
/*                           Main CSS                                 */
/******************************************/

form {
        background: #f7fbf2;
        padding: 2%;
        width: 94%;
        border: 4px solid #eff5e7;
}

form div {
        padding: 1% 0 1% 0;
        clear: both;
}

form div label {
         float: left;
         width: 45%;
}

form div.checkbox-group label {
         float: none;
}

.page-title {
        font-size: 18pt;
        color: #008554;
        padding: .5% 0 .5% 1%;
        margin-bottom: 3%;
        background: #eff5e7;
}

#location-top {
        clear: both;
        width: 100%;
        height: auto;
        margin-bottom: 5%;
}

.location-img {
        float: left;
        width: 51%;
}       

.location-detail {
        width: 46%;
        float: right;
}

.location-detail p {
         padding: 1% 0 1% 0;
}

table {
        width: 97%;
        border-collapse: collapse;
        text-align: left;
}

table td { 
         padding: 1% 0 1% 0;
}

table tr.row-header {
        border-bottom: 1px solid #008453;
        color: #008453;
}
table tr.row-one {
        background: #eff5e7;
       
        border-bottom: 1px solid #ACB99B;
}

table tr.row-two {
        border-bottom: 1px solid #ACB99B;
}

/******************************************/
/*                           Footer                                          */
/******************************************/

#footer {
	background: #d9e6b9 url('/images/cms/bbbseal1.gif') bottom right no-repeat;;
	width: 98%;
	margin: 0 auto 0 auto;
	height: 210px;
	font-size: 8pt;
	clear: both;
	overflow: hidden;
}

div.block {
	width: 23.5%;
	height: auto;
	float: left;
	padding: 1.1% 0 2.5% 1%;
	_padding-left: 1%;
}

#footer-topleft-corner {
	width: 11px;
	height: 9px;
	background: #008554 url(uploads/images/footer_topleft_corner.jpg) top center;
        _background: transparent;
	position: relative;
	overflow: hidden;
	top: -181px;
}

#footer-bottomright-corner {
	width: 11px;
	height: 9px;
	background: #008554 url(uploads/images/footer_botright_corner.jpg) top center;
	position: relative;
	left: 800px;
	top: 10px;
	overflow: hidden;
}

#footer-bottomleft-corner {
	width: 11px;
	height: 9px;
	background: #008554 url(uploads/images/footer_botleft_corner.jpg) top center;
	position: relative;
	overflow: hidden;
        top: 1px;
}

#footer-topright-corner {
	width: 11px;
	height: 9px;
	background: #008554 url(uploads/images/footer_topright_corner.jpg) top center;
        _background: transparent;
	position: relative;
	left: 800px;
	_left: 800px;
	overflow: hidden;
	top: -190px;
}

#footer ul.left-list li {
	font-weight: bold;
	padding-top: 11%;
	_padding-top: 4%;
}

#footer ul.right-list li {
	font-weight: bold;
	color: #007443;
	font-size: 8pt;
	padding-top: 15%;
	_padding-top: 4%;
}

.locations-list-left {
        float:left;
        text-align:right;
        padding-right: 10px;
        width: 125px; 
        _width: 123px; 
	font-weight: bold;
	font-size: 8pt;
}

.locations-list-right, .locations-list-right a {
        float: left;
	font-weight: bold;
	font-size: 8pt;
	color: #007443;
}

.locations-list-clear {
        clear:both;
}

#footer ul.left-list {
	width: 56%;
	float: left;
}

#footer ul.right-list {
	width: 38%;
	float: left;
}

.highlight-item {
     font-weight:bold; font-size: 16pt;
}

#footer-title span.footer-sub-title { color: #008555; }
#footer-title h1 { color: #000; position: relative; left: 0px; top: 15px; font-size: 18pt; width: 100%; _padding: 0; _margin: 0; text-align:center;}




/* End of 'Lock It Up Default' */

