body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Sets the page to be aligned to the left */
.page_container {
  text-align: left;
}

/* Container for the header image with height and width set */
.header {
  height: 70px;
  width: 760px;
}

/* Container for the navigation bar with height and width set */
.nav_container {
  height: 35px;
  width: 760px;
  color:#FFFFFF;
  font-size: 12px;
}

/* NAV - Sets the initial positioning of the nav bar for an unorderd list */
ul.nav_tabs {
  list-style: none;
  margin: 1px 0 -1px 0;
  padding: 0;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}

/* NAV - Set the first nav button to not have a white margin on the left with set width */
ul.nav_tabs li.nav1 {
    margin-left: 0;
	width: 70px;
}

/* NAV - Set width for additional nav button */
ul.nav_tabs li.nav2 {
    margin-left: 1;
	width: 120px;
}

/* NAV - Set width for additional nav button */
ul.nav_tabs li.nav3 {
    margin-left: 1;
	width: 120px;
}

/* NAV - Set width for additional nav button */
ul.nav_tabs li.nav4 {
    margin-left: 1;
	width: 133px;
}


/* NAV - Set width for additional nav button */
ul.nav_tabs li.nav5 {
    margin-left: 1;
	width: 120px;
}

/* NAV - Set width for additional nav button */
ul.nav_tabs li.nav6 {
    margin-left: 1;
	width: 110px;
}

/* NAV - Set width for additional nav button */
ul.nav_tabs li.nav7 {
    margin-left: 1;
	width: 80px;
}

/* NAV - Set width for additional nav button */
ul.nav_tabs li.nav8 {
    margin-left: 1;
        width: 170px;
}

/* NAV - General properties for the nav buttons such as font, bgcolor, and button height */
ul.nav_tabs li {
    float: left;
    display: block;
    height: 35px;
    padding-right: 0px;
    margin-left: 1px;
    position: relative;
    background-color: #C00202;
    white-space: nowrap;
}

/* NAV - General properties for the nav buttons restated to cover IE errors with CSS */
ul.nav_tabs span {
    height: 35px;
    line-height: 35px;
    
    background-color: #C00202;
}

/* NAV - Properties for the anchor tags */
ul.nav_tabs a {
	text-decoration: none;
    color: #FFFFFF;
}

/* NAV - Properties for the anchor tags with onmouseover behavior compliant with IE */
ul.nav_tabs a:hover {
  color: #DDDDDD;
}

/* Wrapper to keep the main and the sidebar left justified */
.wrap {
  position: absolute;
  width:760px;
  background-color:#FFFFFF;
}

/* Container for index page only */
.left_index {
  margin-top: 3px;
  margin-bottom: 10px;
  width: 454px;
  height:469px;
  float: left;
  background-image: url(../images/left_back.png);
}

.left_index_vic {
float: left;
line-height: 14px;
text-align:justify;
font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
 margin-left: 10px;
 font-size:12px;
 letter-spacing:2px;
}


.left_index_text {
  font-family: "Times New Roman", Times, serif;
  color: #474D5B;
  font-size: 18px;
  font-weight:bold;
  text-align:right;
  padding: 10px 25px 20px 10px;
}

h2 {
  font-family: "Times New Roman", Times, serif;
  color: #474D5B;
  font-size: 18px;
  font-weight:bold;
  text-align:right;
  padding: 10px 25px 20px 10px;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #474D5B;
  font-size: 18px;
  font-weight:bold;
  text-align:center;
  padding: 10px;
}
.right_index {
  margin-top: 3px;
  margin-bottom: 10px;
  width: 306px;
  height: 469px;
  float: right;
  background-image:url(../images/right_back.png);
}

.right_index_title {
  font-family: Arial, Helvetica, sans-serif;
  color: #474D5B;
  font-size: 20px;
  text-align:right;
  padding: 30px 40px 20px 40px;
}

.smaller {
  font-size: 16px;
  font-weight: bold;
}

.right_index_text {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  padding: 90px 30px 20px 15px;
  line-height: 25px;
}
/* Main content area with set size and set to the left.  This applies to ALL subpages (not home page) */ 
.main {
  margin-top: 3px;
  background:#FFFFFF;
  float:left;
  width:610px;
  font-size: 14px;
  
}

/*  This applies a left and right margin to the main content container */
.indent {
margin-left: 15px;
margin-right: 15px;
}

/* Sidebar content area with set size and set to the right.  This applies to ALL subpages (not home page) */
.sidebar {
  margin-top: 3px;
  background: #FFFFFF;
  float:right;
  width:150px;
  font-size: 12px;
}

.sidebar_text {
  padding: 3px;
	border:#333333 solid thin;
}

/* listing1 ---------------------------------------------------------------------- */
#listing1 {
	background-color: #ffffff;
	

	width: 590px;
	}
	
	/* listing2 ---------------------------------------------------------------------- */
#listing2 {
	background-color: #CCCCCC;
	width: 590px;
	}
	
ul.footer {
	width:	240px;
	font-size:	10px;
    padding: 3px;
    float: left;
    margin: 0px;
}	
	
.footer2 {
    margin-left: 5px;
    padding-bottom: 20px;
}

ul.footer a {
	text-decoration: none;
    color: gray;
    white-space: nowrap;
}


.quote {

  font-size: 11px;
  
	left: 230px;
	top: 30px;
	position: absolute;
}

.bluebg {
	background-color: #B3C3E9;
	padding: 10px;
}


