/* The Core Technique
================================= */


body {
  font-size: 62.5%;
  text-align: left; /*To center the page, use  text-align: center;  */
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background-color:#FFF;
}

#wrapper {
background-image:url(../images/landingbg1.jpg);
background-repeat: no-repeat;
position: relative;
  width: 807px;
  height:1100px;
  margin: 0 15px; /*To center the page, use margin: 0 auto; */
}


#content-left { 
  width: 431px;
  position: absolute;
  top: 238px;
  left: 16px;
}
#roll-over {
	width: 240px;
	position: absolute;
	top: 118px;
	left: 369px;
	height: 64px;
}

ul {display:visible}







#mainContent { 
  width: 74%; 
  float: left; 
}

#secondaryContent { 
  width: 25%;
  float: right; 
} 

#footer { 
  clear: both;
} 

#footer ul {
	margin: 0;
	padding: 0;
	width: 100%;
	 text-align: center;
	list-style: none;
  float: left;
 }

#footer ul li {
display: inline;
padding: 0 2px;
font-size: 10px;
}

ul.first { margin-top: 30px !important;}


/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

a {outline: none;}
a:link, a:visited { color: #00C; }
a:hover, a:active { color: #000; }


h1 {
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
}
h3 {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
}
h4 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

h5 {
 font-size: 1.2em;
  font-weight: normal;
  text-align: center;
 }
p, li {
  font-size: 1.4em;
  line-height: 1.4em; 
}


h1, h2, h5, p {
  margin: 1em 0;
}

h2 {margin-bottom: 2em;}

br {line-height: 5px;} /*---This makes the links in MainNav display correctly-----*/


#wrapper {
  background-color: #fff;
}

#branding {
  background-color:#FFF;
  padding: 0;
}

#branding h1 {
  margin: 0;
	width: 800px; 
	background: url(..../images/Top-Logo-Dark-Blue.gif) no-repeat;
	text-indent: -9000px;
}

#branding h1 a {
	display: block;
	background: url(..../images/Top-Logo-Dark-Blue.gif) no-repeat;
	height: 90px;
}

#mainNav {
  background-color:#666;
 text-align: center;
}

#mainNav ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
	}

#mainNav li {
	float: left;
	padding: 3px;
}

#mainNav a {
	display: block; 
	width: 108px;
	height: 37px;
	font: 14px/12px "Times New Roman", serif;
	color: #FFC;
	text-decoration: none;
	background: #00C url(..../images/mainNavbutton.png) no-repeat left top;
}
#mainNav li.single a { font: 16px/35px "Times New Roman", serif !important;}

#mainNav a:hover { 
	color: #CCC;
	background: #36C url(..../images/mainNavbutton.png) no-repeat right top;
}


#footer {
  padding: 1px 20px;
}


#secondaryContent {
  padding: 20px 0;
 }

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.2em;
}

#secondaryContent li{
	margin-bottom: 40px; 
	list-style: none;
}


.rvi {
border: 2px solid #000000;
padding: 0 10px;
font-size: 16px;
width: 165px;
text-align: center;
}
