@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-color: #B7BF91;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000000;
}

h1 { font-family: "Times New Roman", Times, serif; font-size: 21px; color: #000000; font-weight: normal;  padding-top: 10px; clear: both; }
h2 { font-family:  "Myriad Pro", san-serif; font-size: 20px; color: #015374; letter-spacing:1px; font-weight: normal;  padding-top: 8px; padding-bottom:8px; clear: both; }

.content-box a:link img, .content-box a:visited img { border: 10px solid #8B9557; }
.content-box a:hover img { border: 10px solid #331F13; }

.footer-left-content a:link, .footer-left-content a:visited { color: #FFFFFF; font-size:12px; font-family: "Times New Roman", Times, serif;}
.footer-left-content a:hover { color: #3D3D3D; font-size:12px; font-family: "Times New Roman", Times, serif; }
.phoneDisplay a { color: white !important; }
#entire-container {
	margin-top:25px;
	width: 100%;
}

#container {
  margin: 0 auto;
  width: 990px;
  min-height:300px;
  background-color: #FFFFFF;
  overflow:hidden;
}

#top {
	margin:0 auto;
	width:990px;
	height:109px;
	background-color: black;
}

#rotate-container {
	margin:0 auto;
	width: 990px;
	height: 350px;
}

#rotate-container2 {
	margin:0 auto;
	width: 990px;
	height: 200px;
}


.logo {
	width:211px;
	height:99px;
	float: left;
	margin-top:5px;
	margin-left:10px;
}

img {border:none;}

#content-container {
	margin:0 auto;
	width: 905px;
	min-height:420px;
}

.left-content {
	float:left;
	width: 500px;
	display: inline;
	font-family: "Myriad Pro", san-serif;
	font-size:14px;
	line-height:20px;
}

.right-content {
	float:left;
	width: 360px;
	display: inline;
	margin-top:28px;
	margin-left:40px;
}

#footer {
	background-image: url(../images/footerbg.jpg);
	width: 100%;
	height:180px;
}

#footer-container {
	width: 950px;
	margin: 0 auto;
	padding-top:20px;
}
	
	
.footer-left-content {

	display: inline;
	font-family: "Myriad Pro", san-serif;
	font-size:14px;
	line-height:20px;
}

.phoneDisplay { 
	float: right; 
	display: inline; 
	color: white; 
	height: 10px; 
	width: 200px; 
	font-weight: bold; 
	font-size: 20px; 
	margin: 5px 25px 0 0;
}



/*NAV Classes*/

#nav a:link, #nav a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:8pt;
	color:white;
	background:none;
	text-decoration: none;
	text-align:center;
}

#nav {
  background:none;
  margin:0 0 0 230px;
  list-style:none;
  line-height:normal;
  text-align:center;
  padding-left:0;
}

#nav li {
margin-top:75px;
  background:none;
  float:left;
  list-style:none;
  line-height:normal;
  padding-right:14px;
  text-align:center;
}

#nav li a:hover {
color:#990000;
}

.pPush p { margin-bottom: 1em; }