
body {
  margin:0;
  padding:0;
  border:0;	/* This removes the border around the viewport in old versions of IE */
  width:100%;
  background:#D5D5D4;
 
  min-width:600px; /* Minimum width of layout - remove line if not required */
		/* The min-width property does not work in old versions of Internet Explorer */
  font-size:90%;
  font-family:Arial,sans-serif;
  text-align:center;
  
margin:auto;
}

div {
font:Arial, sans-serif;
}

a {
  color:#000;
  font:Arial, sans-serif;
}

a:hover {
  color:#555;
  /*background:#369;*/
  text-decoration:underline;
}

h1, h2, h3 {
  margin:.8em 0 .2em 0;
  padding:0;
}
.hdr {margin:0 0 0 80px;padding:20px 0 0 0; font: bold 2.5em Arial, sans-serif; line-height: 0.8em; width:450px;border-bottom: 1px solid #B34C50; text-align:left; color: #6b6c6d; letter-spacing: 2px;}


h1 {margin: 0 0 0 90px;padding:20px 0 0 0; font: bold 2.5em Arial, sans-serif; line-height: 0.8em; width:450px;border-bottom: 1px solid #B34C50; text-align:left; color: #6b6c6d; letter-spacing: 2px;}

h2 {margin: 0 0 20px 0;padding:30px 0 10px 0; font: bold 1.8em Arial, sans-serif; line-height: 0.8em; text-align:left; color: #6b6c6d; letter-spacing: 2px;}

h4 {margin: 0 0 20px 0;padding:20px 0 0 0; font: bold 1.2em Arial, sans-serif; line-height: 0.8em; text-align:left; color: #6b6c6d; letter-spacing: .8px;}


h5 {margin: 0 0 20px 0;padding:20px 0 0 0; font: bold 0.8em Arial, sans-serif; line-height: 0.8em; text-align:left; color: #6b6c6d; letter-spacing: .8px;}

p {
  margin:.4em 0 .8em 0;
  padding:0;
  font: normal 14px Arial, sans-serif;
}

img {
  margin:0px 0 5px;
  border:none;
}

#block_1{			/*Center Content*/
float: left;
  /*width: 34%;*/
  /*margin-left: 33%;*/
}
* html #block_1{
  display: inline;
}

#block_2{			/*Left Sidebar*/
  float: left;
  /*width: 33%;*/
  /*margin-left: -67%;*/
  background:#e1e1e1;
}

#block_3{			/* Right Sidebar*/
  float: left;
  /*width: 33%;*/
}

/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3{
  padding-bottom: 32767px !important;
  margin-bottom: -32767px !important; 
}

/* End Mac IE5 filter */
#wrapper{
  overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper{
  /* Normally a Holly-style hack height: 1% would suffice but that causes 
  IE 5.01 to completely collapse the wrapper - instead we float it */
  float: left;
  /* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
  float/**/: none;
}

/* easy clearing */
#wrapper:after{
  content: '[DO NOT LEAVE IT IS NOT REAL]'; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#wrapper{
  display: inline-block;
}

/*\*/
#wrapper{
  display: block;
}

/* end easy clearing */
#footer{
  clear: both;
}

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output{
  position: relative;
  /*z-index: 1000;*/
}

#master{
  float:left;
  width:100%;
  text-align:left;
}

/*
.content{		 do NOT use float:left - margin:0 auto must go inline style
    padding:15px 0 0 0;
    text-align:left;
}
*/
.layout{		/* used in about-us.php */
  float:left;
  position:relative;
  overflow:hidden;
}

/* Footer styles */
#footer {
  background:#EFF1F3;
  color:#646464;
  clear:both;
  float:left;
  width:100%;
  
}
#footer p {
  padding:10px;
  margin:0;
}
	
.submen{
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  color:#777;
}
.submen li{
  display: inline;
  
}

.submen li a{
  border-left: 1px solid #cccccc;
  margin-left: 9px;
  padding-left: 14px;
  font-size: 12px;
  font-weight:bold;
  text-decoration:none;
  color:#777;
}

.submen li a:hover{
  color:#555;
  text-decoration:underline;
}

submen a:hover{
  color:#555;
  text-decoration:underline;
}
.submen li a.nobar{
  border-left: none;
  margin-left: 9px;
  padding-left: 14px;
  font-size: 12px;
}

/* MENUS */

#menu {
/*width: 100%;*/
background: #D5D5D4;
/*float: left;*/
text-align:left;
padding-top:10px;
}

#menu a {
font: bold 12px arial, sans-serif;
display: block;
margin: 0;
padding:3px 0 3px 0;
color:#7F7F80;
background:#D5D5D4;
text-decoration: none;
}

#menu a:hover {
color: #000;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
text-align:center;
width: 8.6em;		/*width of menu tabs - must match #menu li below*/
float: left;
}

#menu li {
  position: relative;
  padding:0 0 0 0;
  width:8.6em;
  z-index: 500;
}

#menu ul ul {
  position: absolute;
  z-index: 500;
}

#menu ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;
background:#D5D5D4;
left:0em;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
  display: block;
  background:#D5D5D4;
  /*background:transparent;*/
  left:0em;
}


#menu ul li a.active,
#menu ul li a.active:hover {
  color:#000;
  background:#D5D5D4;
  font-weight:bold;
}

.entbox{
    float:left;
    padding:10px;
    background-image: url(/images/entrybox.gif);  
    background-repeat: repeat-x;
    border:1px #BBB solid;
   
}
.dwrn{float:left;padding:3px 0 3px 3px;font-size:14px;font-weight:bold;color:#FF5555;}
.clrwrn{clear:both;text-align:center;font-weight:bold;color:#AA0000;font-size:13px}
.dlin{float:left;clear:both;width:600px;padding:3px 0 3px 0;}
.dtxt{float:left;width:150px;font-size:13px;font:Arial, sans-serif;}
.dtxtb{float:left;width:150px;font-size:13px;font-weight:bold}
.cdtxtb{clear:left;float:left;width:150px;font-size:13px;font-weight:bold;padding:2px 0 2px 0;}
.dreq{float:left;display:inline;margin-top:5px;width:10px;font-size:small;font-weight:bold;color:red;}
.dnotreq{float:left;width:10px;}
.sitm{float:left;font-size:13px;text-align:center}
.addon{float:left;clear:both;width:790px;padding:0;color:#037;font-size:8px;line-height:12px;}

.ddat input{padding:0;margin:0;height:17px;width:200px;background-color:#FFF;border-color: #808080 #CCCCCC #CCCCCC #808080;
border-style: solid;
border-top-width: 2px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 2px;}

.ddat textarea{padding:0;margin:0;background-color:#FFF;border-color: #808080 #CCCCCC #CCCCCC #808080;
border-style: solid;
border-top-width: 2px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 2px; }

.cap {
  font-family:Arial,sans-serif;
  font-weight:normal;
  font-size:11px;
  color:#2A2A2A;
}
