@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	margin-top: 10px; /* 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: #FFFFFF;
}
a {
	color: #776EBC;
	text-decoration: none;
}
a:link {
	color: #776EBC;
	text-decoration: none;
}
a:hover {
	color: #776EBC;
	text-decoration: underline;
}
#container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #000000;
	/*background: url(../images/rotator/homePic1.jpg) no-repeat 0px 86px;*/
} 

#header { 
	height: 259px;
	background: url(../images/headerBkgd.jpg) top left repeat-x;
	background-color: none; 
	margin: 0px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.topLogo {
	padding: 0px;
}
/*----  TopNav -----*/

/* IE6 Only */
* html #TopNav { 
	margin-bottom: -3px;
}
/* IE7 Only */
*:first-child+html #TopNav {
	margin-bottom: -3px;
}
#TopNav {
	height: 23px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#TopNav ul {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  *padding: 0px 0px 0px 0px;
  list-style-type:none;
} 
#TopNav li {
  float:right;
  /*background:url("images/blank.gif") no-repeat left top;*/
  margin:0;
  padding:0 5px 0 5px;
  }
#TopNav a {
	float:left;
	display:block;
	/*background:url("images/blank2.gif") no-repeat right top;*/
	padding: 4px 13px 0px 7px;
	*padding: 2px 11px 0px 5px;
	margin: 0px;
	text-decoration:none;
	font-weight:normal;
	color:#FFF;
	font: normal 13px/15px Georgia,Serif;
	/*text-transform: uppercase;*/
  }

#TopNav a:hover {
	color: #000;
  }
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#TopNav a {float:none;}
/* End IE5-Mac hack */

#TopNav #current {
  background-image:url("../images/left_on.gif");
  }
#TopNav #current a {
  background-image:url("../images/right_on.gif");
  color:#000;
  padding-bottom:5px;
  }

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  }

hr {
	border-color:#666666;
}

/*------------------*/
h1 {
	font: normal 28px/28px Georgia, "Times New Roman", Times, serif;
	color: #6A7B86;
	letter-spacing: -1px;
	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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2 {
	font: normal 28px/28px Georgia, "Times New Roman", Times, serif;
	color: #6A7B86;
	letter-spacing: -1px;
	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: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h3 {
	font: normal 18px/20px Georgia, "Times New Roman", Times, serif;
	color: #943a15;
	letter-spacing: 0px;
	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: 20px 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
p {
	font: 12px/20px Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px; /* 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: 7px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/*--------  mainImage  --------*/

#mainImage {
	height: 175px;
	width: 100%;
	background: url(../images/rotator/rotator.php) no-repeat top left;
	margin: 0px;
}
#mainImage p {
	font-size: 10px;
	padding: 152px 0px 0px 110px;
	color: #989429;
}
#mainImage a {
	color: #989429;
	text-decoration: none;
}
#mainImage a:hover {
	color: #FFF;
}
/*---------------------------*/
/* IE6 Only */
* html #sidebar1 { 
	margin-top: -2px;
}

/* IE7 Only */
*:first-child+html #sidebar1 {
	margin-top: 0px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 15px;
	background: url(../images/leftLine.gif) repeat-y bottom right;
}
#sidebar1 img {
	margin-top: 12px;
	border: 1px solid #333333;
}
#sidebar1 p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
/*-------- mainContent ----------*/
#mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent .gallery { 
	float: left;
	display: inline;
	margin: 5px;
	padding: 0;
	border: 1px solid #333333;
}

/*-------- footer ----------*/
#footer {
	width: 540px; 
	margin-top: 30px;
	padding: 0px 0 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.qoute { 	
	font: normal oblique 13px/19px Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	margin: 0px;
}
