body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: 100;
	background-color: #343434;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/bg.jpg);
}
#container {
	border: 1px solid #000000;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	min-height:100%;
	position:relative;
	padding-bottom: 20px;
	height: 100%;
} 
 #sidebar1 p img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCC;
}
#header {
	background-color: #333;
	padding-bottom: 15px;
	padding-left: 2px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-right: 0;
	padding-left: 20px;
	padding-top: 10px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 680px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 680px;
}
#sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 500px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	width: 800px;
	height: 100%;
} 
#linearound {
	border: 1px solid #999;
	margin: 3px;
	padding: 3px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:200px;
} 
#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 */
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #CCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #header ul {
	list-style-type: none;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	color: #930;
	text-decoration: none;
}



#menu {
	text-align: center;
	z-index: 999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}


#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.4em;
	font-weight: 100;
	padding: 0;
	margin: 0;
	z-index: 999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #000;
}




#nav a {
	display: block;
	width: 150px;
	w\idth:150px;
	text-decoration: none;
	text-align: center;
	padding-top: 0.25em;
	padding-right: 1px;
	padding-bottom: 0.25em;
	padding-left: 1px;
	color: #FFF;
}
#nav a:hover {
	display: block;
	width: 150px;
	w\idth:150px;
	text-decoration: none;
	text-align: center;
	background-color: #F1F1F1;
	color: #039;
}


#nav li {
	float: left;
	padding: 0;
	width: 150px;
}

#nav li contact {
	float: left;
	padding: 0;
	width: 150px;
}


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	w\idth: 150px;
	font-weight: normal;
	margin: 0px 0px 0px -1px;
	background-color:#999;
	visibility: visible;
}

#nav li li {
	width: 150px;
}

#nav li ul a {
	width: 150px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #999;
}

#nav li ul ul {
	margin-top: -1.75em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color: #FFF;
	background-color: #F00;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	color: #900;
	background-color: #999;
}

#nav li:hover, #nav li.sfhover {
	background-color: #CCC;
	color: #900;
}

/*  added new class to change the drop down hover colors */
#nav ul li:hover, #nav ul li.sfhover {
	background-color: #F00;
	width: 150px;
}

table {
  border-collapse: collapse;
}
.left {
  margin-right: 0px;
  float: left;
}
h1 {
	font-size: 20px;
	margin-top: 10px;
	color: #333333;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	margin-top: 15px;
	color: #000;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
h4 {
  font-size: 12px;
  font-weight: bold;
  background-position: left;
  background-repeat: repeat-y;
  margin-left: 9px;
  padding: 3px 5px;
}

h6{
  font-size: 10px;
  font-weight: normal;
  padding: 1px 10px 1px 6px;
  margin: 10px 10px 10px 10px;
  color: #000;
  font-weight: bold;
}
h7{
  color: #000;
  font-size: 9px;
  font-weight: bold;
}

/* PARAGRAPH
--------------------------------------------------------------------*/


.quote	{
	font-size: 12px;
	color: #615e5e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	}
	
/* TABLES
--------------------------------------------------------------------*/

table {
  margin-left: 2%;
  margin-right: 2%;
  border-collapse: collapse;
}
td {
  vertical-align:top;
  padding: 2px;
}
.highlight {
  margin: auto;
  border: 1px solid;
  padding: 10px;
}
.highlight td {
	padding: 10px;}




.linearound {
	padding: 3px;
	border: 1px solid #666666;
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.botline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.twoColFixRtHdr #container #sidebar2 img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #999;
}
.twoColFixRtHdr #container #sidebar3 img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #999;
}
img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #666;
}

#header p {
	color: #CCC;
	padding-left: 20px;
}
.twoColFixRtHdr #container #mainContent table tr td p {
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent table tr td p {
	color: #FFF;
}

