@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
    background-image: url("../images/bg.jpg");
    background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
    background-image: url("../images/map.gif");
    background-repeat:repeat-x;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1 {
  color: #CC0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #CCCCCC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  }
h3 {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  }  
/* Main Links */
a,  a:link {
  color: #CC0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
  color: #CC0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #CC0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #CC0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}


A.menu2:link { 
font-family:verdana;
font-size:11px;
color: #cccccc;
}
A.menu2:visited { 
font-family:verdana;
font-size:11px;
color: #cccccc;
}
A.menu2:hover { 
font-family:verdana;
font-size:11px;
color: #0099cc;
}
A.menu2:active { 
font-family:verdana;
font-size:11px;
color: #cccccc;
}




/*------------------- START VIDEO ---------*/
#video {
top: auto; 
right: 0; 
left: auto; 
bottom: 0; 
position: fixed; 
z-index: 10;
}
/*------------------- END VIDEO ---------*/




/*------------------- START TABLE ---------*/
table.serv {
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 100%;
background-color: #ffffff;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
}

table.serv td {
background-color: #fff;
color: #000;
width: 20%;
padding: 5px;
text-align: left;
border: 1px #cccccc solid;
}

table.serv td.head {
background-color: #cccccc;
color: #000;
width: 20%;
padding: 5px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 10px;
font-weight: bold;
}

table.serv td.leftside {
background-color: #cc0000;
color: #fff;
padding: 5px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 10px;
font-weight: bold;
} 
/*-------------------END TABLE ---------*/
