body
{
	margin: 0;
	padding: 0;
	background-color: #bcb9be;
}/* Green #c5cac0 */

img { /* defines the css for the <img> tag */
border: 0px; /* set border width to 0 pixels */
}

table
{
	table-layout: fixed;
	text-align: left;
}

ul, ol, dl { position: relative; }
ul {
	margin-left:20px;
	margin-top:0px;
	padding:1px;
	list-style-type: square;
	line-height: 16px;
	}
	
ol {
	margin-left:30px;
	margin-top:0px;
	padding:1px;
	line-height: 16px;
	}
p,td {
	font-family:Tahoma,Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top: 0px;
}

body type {
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top: 0px;
	text-align: center;
}

a{
	color: #950127;
	text-decoration: none;
}

a:hover{
	color: #C30;
	text-decoration: none;
}

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}
hr { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  margin-top: 30px;
}

.body_txt {	
/*	position: absolute;
	left: 365px;
	top: 430px;*/
/**/	float: right; 
	width:690px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

.body_txt p {
	color: #000000;
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: center;
	line-height: 120%;
}
/*sticky -START- element sticks to the top of the page (top: 0) or bottom (bottom: 20px) */
div.sticky {
  display: none; /* Hidden by default */
  position: -webkit-sticky;
  position: sticky;
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
}
/*sticky -END-*/
form {
	margin:0;
	padding:0;
	text-align: center;
}


.title-bg {
	background-image: url(../images/title-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	color: #950127;
	margin: 0px;
	padding-left: 0px;
	padding-top: 14px;
	padding-bottom: 3px;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #950127;
	margin: 0px;
	padding-left: 0px;
	padding-top: 14px;
	padding-bottom: 3px;
	/* [disabled]text-transform: uppercase; */
	font-style: italic;
}

.bgy {
	background-repeat: repeat-y;
}

.bgx {
	background-repeat: repeat-x;
}

.norepeat {
	background-repeat: no-repeat;
}

.c_name {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #207dbc;
	text-align: left;
	vertical-align: middle;
	padding-left: 9px;
}

.headerimage {
	color: #FFFFFF;
	height:360px;
	background-image: url(images/headerimg.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 0px;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	text-transform: uppercase;
}
.blkbarmenu {
	color: #FFFFFF;
	font-size: 11px;
	background-repeat: no-repeat;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 16px;
	padding-left: 16px;
	white-space: nowrap;
	text-align: right;
	text-transform: none;
	vertical-align: middle;
}

.blkbarmenu_lnk {
	color: #FFFFFF;
	text-decoration: none;
}

.blkbarmenu_lnk:hover {
	color: #fff;
	text-decoration: none;
	background-color: #950127;
}

.mainbarmenu {	text-align: center;
	padding-top: 172px;
}

.menu {
	color: #DEB436;
	font-size: 14px;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 26px;
	white-space: nowrap;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	text-transform: none;
}
.menu:hover {
	background-color: #3D5182;
}
.menu_lnk{
	text-decoration: none;
	color: #DEB436;
}

.menu_lnk:hover {
	color: #D3EAF2;
	text-decoration: none;
}

/* LEFT SIDE MENU */
.leftnav {
	float: left;
	color: #FFFFFF;
	margin:0;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 260px;
	background-color: #fff;
}
.leftnavcap {
	background-image: url(images/navcap.jpg);
	background-repeat: no-repeat;
	margin:0;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	height:9px;
	width:245px;
	background-color: #fff;
}

.leftnavspace {
	margin:0;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height:15px;
	width:260px;
	background-color: #fff;
}

.leftnavbar {
	margin: 0;
	padding: 0;
	width: 260px;
	background-color: #950127;
	color: #000;
	border-bottom: 1px dotted #fff;
	padding-bottom: 1
}

.leftnavbar a{
/* */position: relative; 
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.leftnavbar h2{
	padding-left: 9px;
	padding-right: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: none;
}
.leftnavbar img {
/* */	position: absolute;
	left: 230px;
	top: 3px 
}
.leftnavbar:hover {
	text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 5px #000;
}
/*LEFT SUB MENU */
.leftnavsub {
	margin: 0;
	padding: 0;
	width: 260px;
	background-color: #f3f1de;
	color: #000;
	border-bottom: 1px dotted #999;
	padding-bottom: 1
}
.leftnavsub:hover {
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #000;
}
.leftnavsub a{
	/* */position: relative;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
.leftnavsub h2{
	padding-left: 30px;
	padding-right: 0px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: none;
}
/**/.leftnavsub img {
 float: left;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 13px;
	padding-bottom: 0px;	 
}
.leftnavsubarrow img {
 float: right;
	padding-left: 0px;
	padding-right: 8px;
	padding-top: 15px;
	padding-bottom: 0px;	 
}
/*LEFT SUB2 MENU */
.leftnavsub2 {
	margin:0;
	padding:0;
	width:260px;
	background-color: #fff;
	color: #000;
	border-bottom:1px dotted #999;
	padding-bottom: 1
}

.leftnavsub2 a{
	/* */position: relative;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
.leftnavsub2 h2{
	padding-left: 55px;
	padding-right: 0px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: none;
}
/**/.leftnavsub2 img {
 float: left;
	padding-left: 40px;
	padding-right: 0px;
	padding-top: 13px;
	padding-bottom: 0px;	 
}

/*LEFT SUB2 MENU end */
/*LEFT SUB3 MENU */
.leftnavsub3 {
	margin:0;
	padding:0;
	width:260px;
	background-color: #fff;
	color: #000;
	border-bottom:1px dotted #999;
	padding-bottom: 1
}

.leftnavsub3 a{
	/* */position: relative;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
.leftnavsub3 h2{
	padding-left: 80px;
	padding-right: 0px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: none;
}
/**/.leftnavsub3 img {
 float: left;
	padding-left: 65px;
	padding-right: 0px;
	padding-top: 13px;
	padding-bottom: 0px;	 
}

/*LEFT SUB3 MENU end */
/*LEFT SUB MENU end */
/**/
.toppicture {
float: right;
	margin:0;
	padding:0;
/*	position: absolute;
	left: 389px;
	top: 220px; */

}

.pagename {
	float: left;
	margin:0;
	padding:0;
	height:42px;
	width:236px;
	background-color: #D47600;
}

.pagename p {
	padding-top:8px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	font-style:oblique;
	text-align: left;
	vertical-align: middle;
	text-indent:9px;
}

.sideright {
	float: right;
	margin:0;
	padding:0;
	width:228px;
}

.sideafterlocate {
	float: right;
	margin:0;
	padding:0;
	height:42px;
	width:228px;
	background-color: #D47600;
}

.sideafterlocate p {
	padding-top:9px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	font-style:oblique;
	text-align: left;
	vertical-align: middle;
	text-indent:9px;
}

.sideafterlocate a{  color: #FFF;
	text-decoration: none;
}

.sideafterlocate a:hover{
	color: #FFC;
	text-decoration: none;
}

.sidepict {
	float: right;
	margin:0;
	padding:0;
}

.sidedirections {
	float: right;
	margin:0;
	padding:0;
	height:42px;
	width:228px;
	background-color: #CCCCCC;
}


.sidedirections p {
	padding-top:8px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	font-style:oblique;
	text-align: left;
	vertical-align: middle;
	text-indent:9px;
}

.picture{
	text-align: center;
}
.picture:a {
	color: #ffffff;
	text-decoration: none;
}

.picture:hover {
	color: #ffffff;
	text-decoration: none;
}
.picture:visited {
	color: #ffffff;
	text-decoration: none;
}
.picture:hover {
	color: #ffffff;
	text-decoration: none;
}

.bottom-menu {
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.bottom-menu-lnk {
	color: #fff;
	text-decoration: none;
}

.bottom-menu-lnk:hover {
	color: #fff;
	text-decoration: none;
	background-color: #950127;
}

.bottom_addr {
	font-size: 10px;
	color: #e1edec;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: center;
}

.bottom_copyright {
	font-size: 8px;
	color: #e1edec;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: center;
}

.bottom_addr_lnk {
	text-decoration: none;
}

.bottom_addr_lnk:hover {
	text-decoration: underline;

}

.c-name-bottom {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 14px;
}

.SerifbodyStyle {
	font-family: "Times New Roman", Times, serif;
	color: #08376F;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.landingftr {
	font-size: 11px;
	color: #000;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
.landingftrlinks {
	font-size: 11px;
	color: #D47600;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
.landingftrlinks :a {
	font-size: 11px;
	color: #D47600;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}.splashlinks {
	font-size: 18px;
	color: #D47619;
	/* [disabled]font-weight: bold; */
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
#contacts {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
	font-size: 13px;
}

#contacts td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
	font-size:12px;
}

#contacts tr:nth-child(even){background-color: #f2f2f2;}

#contacts tr:hover {background-color: #ddd;}

#contacts th {
	padding-left: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #950127;
    color: #FFF;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 1px solid #D0E4F5;
}
#contacts th:first-child {
  border-left: none;
}
.Pict_header {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 26px;
	color: #691631;
}
.Pict_shadow {
	box-shadow: 6px 6px 3px grey;
}
.Pict_names {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #000000;
}
.body_txt table {
	text-align: left;
}
