@charset "utf-8";


#headercontainer {
    margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	height: 245px;
	background-color: #fff;
}

#header {
	width: 760px;
	height: 245px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin:auto;
	clear: both;
	background-color: #fff;
	text-align: center;
}
#headercontainer #header #logo {
    width: 225px;
	padding-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
}

#menucontainer{
	display: block;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	clear: both;
	background-color: #000;
	height: 46px;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
}
#menuinner {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 760px; /* Adjust the main top menu centering here */
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-x;
}

#frontmaincontainer {
	background-color: #fff;
    margin: 0;
	padding: 0;
}

#frontmain {
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 760px;
	display: block;
	position: relative;
}

#frontplaque1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 26px;
	color:#b11f23;
	font-weight: bold;
	margin-left: 20px;
}
#frontsecontainer {
	background-color: #b11f23;
	margin: 0;
	padding: 0;
}
#frontsecmain {
	background-color: #b11f23;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 760px;
	
}


/***  hr line directly above the footer ***/
#bottomhr {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	/*	background-color: #d48486;*/
	display: block;
	background-image: url(../images/bgdot.gif);
	background-repeat: repeat-x;
}
}


/****   Inside pages   ***************************************************************/

#insidemaincontainer {
	background-color: #6f6655;
	margin-top: 0px;
	margin-bottom: 0;
}

#insidemain {
	background-color: #cbbb9e;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/insidebg.gif);
	background-repeat: repeat-y;
	padding: 0;
	width: 760px;
	display: block;
}

#leftinside {
	background-color: #9c917e;
	display: block;
	width: 280px;
	height: 100%;
	float:left;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
}

#leftinside p {
	  padding-bottom: 2px;
	  margin:0;
	  padding-bottom: 5px;
}  

#leftinside h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 14px;
	  padding-bottom: 2px;
	  margin:0;
}

#leftinside a {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  color:#333333;
	  font-size: 12px;

}

#leftinside a:hover{
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  color:#333333;
	  font-size: 12px;
	  text-decoration: none;
}

#insidemaincontainer #insidemain #rightinside #contentbox #insidebanners a {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

#rightinside {
  width:630px;
  display: block;
  float:right;
  padding: 0;
  margin-left:auto;
  
}

/****   Bottom  elements   ***************************************************************/

#bottomcontainer {
	height: 120px;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666666;
	background-color: #b11f23;

}

#footer {
   padding-top: 5px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 760px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
	color: #fff;
}
/*  Other page elements   ************************************************************************/


.cleardiv {
clear:both;
margin: 0;
padding: 0;
}

.clearright {
	clear:right;
	margin: 0;
	padding: 0;
}


.centerpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


p {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #4F4F4F;
}

a {
   color: #0066FF;
}

a:visited {
   color: #0066FF;
}

a:hover {
text-decoration: none;

}