@charset "utf-8";
/*CSS Custom Created by Slick and Bubba's Elite and Expeditious Websites
		Author: Steven Childs
		Department: Development
*/
body {
font : 100% Verdana, Arial, Helvetica, sans-serif;
background : #005543;
margin : 0;
padding : 0;
color : #000000;
text-align : center;
}

.mainCSS #holder {
margin : 0 auto;
width : 984px;

}

.mainCSS #menu {
position : absolute;
left:459px;
top : 168px;
width : 400px;
z-index:1;
}

.mainCSS #header {
position : relative;
margin:0 auto;
top : 0;
width : 984px;
height : 216px;
background-image : url(../images/header.png);
background-position : top;
background-repeat : no-repeat;
}

.mainCSS #centerHolder {
position : relative;
width : 984px;
margin : 0 auto;
top : 0;
padding-bottom: 0px;
overflow:hidden;
}

.mainCSS #sideBar {
float : left;
width : 300px;
background-color : #ccffcc;
}

.mainCSS #wrapper {
display: block;
text-align:left;
clear:both;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;

}
.mainCSS #center {
position: relative;
top: 0px;
background-image:url(../images/centerbg.png);
background-repeat:repeat-y;
width : 984px;
overflow:hidden;
}

.mainCSS #footer {
position : relative;
top : 0;
width : 984px;
height : 70px;
background-color : #c5e4f9;
padding-top: -0px;
}

.footer {
color : #000000;
font-size : 14px;
line-height: 120%;
font-family : Arial, Helvetica, sans-serif;
}
.content {
color : #000000;
font-size : medium;
line-height: 120%;
font-family : Arial, Helvetica, sans-serif;
}
.sideBarContent {
color : #000000;
font-size : small;
line-height: 130%;
font-family : Arial, Helvetica, sans-serif;
}
.header {
color : #000000;
font-weight : bold;
font-size: x-large;
line-height: 120%;
font-family : Arial, Helvetica, sans-serif;
}
.largeHeader {
color : #000000;
font-weight: bolder;
font-size: xx-large;
line-height: 120%;
font-family : Arial, Helvetica, sans-serif;
}
.large {
color : #000000;
font-weight : bold;
font-size: x-large;
line-height: 120%;
font-family : Arial, Helvetica, sans-serif;
}
.sidebarHeader {
color:#005543;
font-weight : bold;
font-size : medium;
line-height: 120%;
font-family : Arial, Helvetica, sans-serif;
}
.tagLineText{
color:#000000;
font-weight : bold;
font-size : medium;
line-height: 120%;
font-family : Arial, Helvetica, sans-serif;
}
.sideBarTag{
color:#000000;
font-weight : bold;
font-size : small;
line-height: 130%;
font-family : Arial, Helvetica, sans-serif;
}
a {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color : #005e2c;
line-height: 120%;
font-weight : bold;
text-decoration:underline;
}
a:link {
text-decoration:underline;
}
a:visited {
text-decoration:underline;
color : #005e2c;
}
a:hover {
text-decoration:underline;
color : #000000;
}
a:active {
text-decoration:underline;
color : #005e2c;
}

