/* CWE CSS DOCUMENT */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background-image: url("../images/bg_tile.jpg");
	background-repeat: repeat-x;
	background-color: #6A6A6A;
	background-position: top;
	margin: 0px;
}

#container {
	width: 882px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

/* ----------------
TEXT FORMATTING
----------------- */

#numbers {
	padding: 7px 10px 0px 0px;
	height: 28px;
	font-weight: bold;
	font-size:13px;
}

#footerText {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	padding-bottom: 20px;
}

.titlecontent {
	padding: 0px 20px 0px 0px
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 18px;
	color: #1B6DA9;
}

.bold {
	font-weight: bold;
}

#alignleft {
	margin: 20px;
}

/* TABLE TEXT FORMATTING */

.tabletext {
	padding: 0px 5px 0px 5px;
}

.tabletubstitle {
	font-weight: bold;
}

.tubstitle2 {
	color: #ffffff;
}

#servicesinfo4 td.tubstoptitle {
	border-bottom: 1px solid #000000;
	border-top: none;
}

.tabletubsyellow {
	background: #FFFF99;
}

.tabletubspurp {
	background: #666699;
}

#servicesinfo4 td {
	border-top: 1px solid #000000;
}

#servicesinfo5 td {
	border-top: 1px solid #000000;
}

#servicesinfo4 td.tubstitle {
	border-top: none;
}

#servicesinfo5 {
	padding: 0px;
	margin: 0px;
}

#servicesinfo5 td.tubstitle {
	border-top: none;
}

/* ----------------
LINK FORMATTING
----------------- */

a {
	color: #404040;
	text-decoration: underline;
}

a:hover {
	color: #48BAF0;
	text-decoration: none;
}

#footerText a {
	color: #83BEDA;
	text-decoration: underline;
}

#footerText a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#button a {
	color: #404040;
	text-decoration: none;
}

#button a:hover {
	color: #48BAF0;
	text-decoration: underline;
}

#servicesimg a {
	color: #404040;
	text-decoration: none;
}

#servicesimg a:hover {
	color: #48BAF0;
	text-decoration: underline;
}

/* ----------------
BANNER FORMATTING
----------------- */

#header {
	position: relative;
	float: left;
	width: 882px;
	height: 183px;
	padding: 0px;
	margin: 0px;
}

#left {
	position: relative;
	float: left;
	background: url("../images/banner_left.jpg");
	width: 685px;
	height: 183px;
	padding: 0px;
	margin: 0px;
}

#right {
	position: relative;
	float: left;
}

#banner_yellow {
	position: relative;
	float: left;
	width: 882px;
	height: 28px;
	font-size: 11px;
	text-align: right;
	background: url("../images/banner_yellow.jpg") top left;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

/* ----------------
MENU FORMATTING
----------------- */

#menuHolder {
	position: relative;
	float: left;
	width: 882px;
	height: 31px;
	padding: 0px;
	margin: 0px;
}

#menuHolder ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
}

#menuHolder a {
	text-decoration: none;
}

#menu {
	position: relative;
	float: left;
	width: 882px;
	padding: 0px;
	margin: 0px;
}

#menuHolder li.menuleft {
	display: block;
	width: 142px;
	height: 31px;
	background: url("../images/btn_left.jpg") top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

#menuHolder a.home {
	display: block;
	width: 130px;
	height: 31px;
	background: url("../images/btn_home.jpg") top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

#menuHolder a.about {
	display: block;
	width: 106px;
	height: 31px;
	background: url("../images/btn_about.jpg") top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

#menuHolder a.services {
	display: block;
	width: 103px;
	height: 31px;
	background: url("../images/btn_services.jpg") top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

#menuHolder a.gallery {
	display: block;
	width: 139px;
	height: 31px;
	background: url("../images/btn_gallery.jpg") top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

#menuHolder a.contact {
	display: block;
	width: 108px;
	height: 31px;
	background: url("../images/btn_contact.jpg") top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

#menuHolder a.links {
	display: block;
	width: 154px;
	height: 31px;
	background: url("../images/btn_links.jpg") top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

/* ----------------
MAIN CONTENT FORMATTING
----------------- */

#mainContent {
	position: relative;
	float: left;
	background: url("../images/maincontent_bg.jpg") repeat-y;
	width: 882px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* ----------------
RIGHT CONTENT FORMATTING
----------------- */

#rightContent {
	position: relative;
	float: right;
	width: 691px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#content {
	padding: 10px 10px 0px 30px;
}

#contentleft {
	position: relative;
	float: left;
	width: 436px;
	height: auto;
	padding: 20px 0px 0px 0px;
}

#contentright {
	position: relative;
	float: left;
	width: 185px;
	height: auto;
	padding: 0px 0px 0px 0px;
}

#contentbottom {
	position: relative;
	float: left;
	height: auto;
	padding: 10px 0px 0px 0px;
}

/* ----------------
SERVICES FORMATTING
----------------- */

#button {
	position: relative;
	float: left;
	width: 185px;
	height: 45px;
	background: url("../images/title_bg.jpg") no-repeat;
	text-align: center;
	padding: 15px 0px 0px 0px;
}

#button2 {
	position: relative;
	float: left;
	width: 185px;
	height: 45px;
	background: url("../images/title_bg.jpg") no-repeat;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

#servicesinfo {
	position: relative;
	float: left;
	width: 650px;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#servicesinfo3 {
	position: relative;
	float: left;
	width: 650px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	border: 1px solid #000000;
}

#servicesinfo3 td {
	border: 1px solid #000000;
}

#servicesinfo2 {
	position: relative;
	float: left;
	width: 650px;
	height: auto;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#servicesinfo4 {
	position: relative;
	float: left;
	width: 650px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	border: 1px solid #000000;
}

#servicesinfo5 {
	position: relative;
	float: left;
	width: 500px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	border: 1px solid #000000;
}

#servicesimg {
	position: relative;
	float: left;
	width: 650px;
	height: auto;
	padding: 0px;
}

#mainimage {
	vertical-align: middle;
	position: relative;
	float: left;
	width: 185px;
	height: 135px;
	padding: 70px 0px 0px 0px;
}

#image1 {
	position: relative;
	float: left;
	width: 185px;
	height: 135px;
}

#image2 {
	position: relative;
	float: left;
	width: 185px;
	height: 129px;
}

#image3 {
	position: relative;
	float: left;
	width: 185px;
	height: 129px;
}

#image4 {
	position: relative;
	float: left;
	width: 185px;
	height: 129px;
}

#image5 {
	position: relative;
	float: left;
	width: 185px;
	height: 129px;
}

#image6 {
	position: relative;
	float: left;
	width: 185px;
	height: 129px;
}

#image7 {
	position: relative;
	float: left;
	width: 185px;
	height: 129px;
}


/* ----------------
LEFT CONTENT FORMATTING
----------------- */

#leftContent {
	position: relative;
	float: left;
	width: 191px;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: url("../images/nav_bg.jpg") repeat-y;
}

/* ----------------
NAV FORMATTING
----------------- */

#navHolder {
	position: relative;
	float: right;
	width: 191px;
	height: auto;
	padding-top: 20px;
	margin: 0px;
	background: url("../images/nav_top.jpg") no-repeat;
}

#navHolder ul li {
	list-style-type: none;
	padding: 0px 0px 0px 1px;
	margin: 0px;
}

#navHolder a {
	text-decoration: none;
	display: block;
}

#nav {
	position: relative;
	float: left;
	width: 191px;
	padding: 0px;
	margin: 0px;
	display: block;
}

#nav li a {
	width: 180px;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #48BAF0;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	display: block;
	vertical-align: middle;
	line-height: 20px;
}

#nav li a:hover {
	width: 180px;
	color: #002744;
	font-weight: bold;
	border-bottom: 1px solid #48BAF0;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	display: block;
	vertical-align: middle;
	line-height: 20px;
}

#subnav {
	position: relative;
	float: left;
	width: 191px;
	padding: 0px;
	margin: 0px;
	display: block;
}

#subnav li a {
	width: 155px;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #48BAF0;
	padding: 5px 5px 5px 30px;
	display: block;
	text-decoration: underline;
	font-style:italic;
}

#subnav li a:hover {
	width: 155px;
	color: #002744;
	font-weight: bold;
	font-style:italic;
	border-bottom: 1px solid #48BAF0;
	padding: 5px 5px 5px 30px;
	display: block;
	text-decoration: none;
}

/* ----------------
FOOTER FORMATTING
----------------- */

#footer {
	position: relative;
	float: left;
	width: 882px;
	height: 70px;
	background: url("../images/footer.jpg") no-repeat;
	padding-bottom: 10px;
}

.logo {
	vertical-align: middle;
}

#formslinks a{
	font-size:13px;
	line-height:20px;
	color:#fcbd00;
}





