@charset "UTF-8";
/* CSS Document */

body { 
background-image: url(../images/bkg_1.gif);
background-repeat: repeat-x;
background-color: #514f4f;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
} 

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000;
	font-weight: normal;
}

a {
color: #868277;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

a img {
border: none;
}

.divider {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
}
	
/* Backgrounds */
.content_left {
	background-image: url(../images/content_sides_1.jpg);
	background-repeat: repeat-y;
}

.content_right {
	background-image: url(../images/content_sides_2.jpg);
	background-repeat: repeat-y;
}

.contact_bkg {
	background-image: url(../images/contact_1.jpg);
	background-repeat:repeat-y;
}

/* Texts */


.Address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	color: #666;
	font-weight: normal;
}

.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing:3px;
	color: #1b2d47;
	font-weight: normal;
}

.whiteHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;

}

.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: normal;

}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	float: left;
	padding-left: 5px;
	padding-top: 6px;
	font-weight: bold;
	
}


A.White:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

A.White:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

A.White:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

A.White:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #CBC7B0;
}



A.Black:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

A.Black:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

A.Black:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

A.Black:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #6479A5;
}

.navbkg {
	background-image: url(../images/nav_bkg_1.jpg);
	background-repeat: repeat-x;
}

.Menu {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.Menu:hover {
	background-image: url(../images/nav_bkg_over.jpg);
	color: #FFFFFF;
	background-position: center;

}

.cellbkg {
	height: 39px;
}

.cellbkg:hover {
	background-image: url(../images/nav_bkg_over.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

.servicesBkg{
	background-image: url(../images/flash_tbl_22.jpg);
	background-repeat: no-repeat;
}	


/* side navigation */

#sidebar {
display: block;
width: 256px;
/*height: 303px;*/
/*background-color: #E5E5E5;*/
vertical-align: middle;
overflow: hidden;
border-top: 0px #000000 solid;
border-bottom: 0px #000000 solid;
padding: 0px;
margin: 0px;
}

ul#sidelist {
display: block;
width: 256px;
/*height: 303px;*/
/*background: #E5E5E5 url(../)*/;
border-top: 0px #000000 solid;
border-bottom: 0px #000000 solid;
padding-left: 0px;
padding-top: 0px;
margin: 0px 0px 0px 0px;
float: ;
}

ul#sidelist li {
display: block;
float: ;
}

ul#sidelist li.endTab {
display: block;
float: ;
color: #fff;
}

ul#sidelist li a {
	display: block;
	/*background: #E5E5E5 url(../)*/;
float: ;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	letter-spacing: 0px;
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #000000;
	border-bottom: 0px solid #FFFFFF;
	border-top: 0px solid #000000;
	white-space: nowrap;
	height: 22px;
	width: 256px;
	text-indent: 24px;
	vertical-align: middle;
	text-align: left;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;/*padding: 0px 0px 0px 0px;*/
}

ul#sidelist li a:hover {
background: #1b2d47;
color: #FFFFFF;
text-decoration: none
}

/* end side navigation */

.footer_bkg {
	background-image:url(../images/footer_2.jpg);
	background-repeat:repeat-x;
}

.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #000000;

} 

.footer_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

A.footerLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

A.footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

A.footerLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

A.footerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

