/*  =========================================================================  */
/*  Reset CSS  */
/*  -------------------------------------------------------------------------  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a img { 
  border: none; 
  padding: 0;
  margin: 0;
}

/*  =========================================================================  */
/*  general styles  */
/*  -------------------------------------------------------------------------  */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75.5%;
}

body  {
  font-size: 1em;
	text-align: left;
	line-height: 1.3;
	color: #262626;
}

h1 {
  font-size: 1.9em;
  font-weight: normal;
  margin-bottom: .5em;
	color: #a44412;
  letter-spacing: -1px;
	font-family: Georgia, Times, serif;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #7b8047;
	margin: 0 0 .5em 0;
}

h3, h4, h5, h6 {
  margin: 0 0 .35em 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
}

p, ul, ol, dl, dt, dd, code {
  margin: 0 0 1.25em 0;
}

p img {
	border:2px solid #7b8047;
}

ol, ul {
  margin-left: 1.65em;
}

ol li, ul li { 
  margin: 0 0 .35em 0;
}

dt {
  margin-bottom: .3em;
  font-weight: bold;
}

dd {
  padding: 0 0 0 20px;
}

em {
}

a:link, a:hover {
  color: #a44412;
}

a:hover, a:active {
  color: #000;
}

a:visited {
  color: #7b8047;
}

/*  =========================================================================  */
/*  layout  */
/*  -------------------------------------------------------------------------  */
#wrapper {
  width: 945px;
  margin: 0 auto;
  text-align: left;
}

#header {
  padding: 93px 0 0 0;
  background: #89bcb9 url(../images/masthead_bg_small.jpg) repeat-x;
  position: relative;
}

.home #header {
  padding: 137px 0 0 0;
  background: #89bcb9 url(../images/masthead_bg.jpg) repeat-x;
}

#logo a {
  position: absolute;
  top: 55px;
  display: block;
  left: 30px;
  width: 145px;
  height: 230px;
  text-indent: -999em;
  overflow: hidden;
  background: transparent url(../images/logo.png) no-repeat top center;
}

.home #logo a {
  position: absolute;
  top: 73px;
  left: 30px;
  background: transparent url(../images/logo_home.png) no-repeat top left;
}

#slogan {
  position: absolute;
  top: 45px;
  left: 330px;
  height: 19px;
  width: 457px;
  text-indent: -999em;
  overflow: hidden;
  background: transparent url(../images/slogan.gif) no-repeat top left;
}

.home #slogan {
  top: 65px;
}

#login {
  position: absolute;
  top: 0;
  right: 40px;
  background-color: #343434;
}

#login a {
  color: #fff;
  text-decoration: none;
  font-size: .916em;
  padding: .4em .85em .3em .85em;
  display: block;
}

#nav {
  background-color: #666666;
  padding: 4px 30px 0 205px;
}

#nav ul, #nav ul li {
  float: left;
  list-style-type: none;
  margin: 0;
}

#nav ul li {
  margin-right: 1px;
}

#nav li a {
  float: left;
  color: #fff;
  padding: .6em .75em;
  font-family: Georgia, Times, serif;
  font-weight: bold;
  font-size: .916em;
  text-decoration: none;
  background: transparent url(../images/menu_item_bg.gif) repeat-x;
}

#nav li a:hover {
  background: #fee7b1 none;
  color: #262626;
}

#nav li a.active {
  background: #fee7b1 none;
  color: #262626;
}

#subNav {
  width: 715px;
  margin-bottom:15px;
  height:30px;
}

#subNav ul, #subNav ul li {
  float: left;
  list-style-type: none;
  margin: 0;
}

#subNav ul li {
  margin-right: 6px;
}

#subNav li a {
  float: left;
  color: #a44412;
  letter-spacing: -1px;
  font-family: Georgia, Times, serif;
  font-weight: bold;
  font-size: .916em;
  text-decoration: underline;
}

#subNav li a:hover {
  color: #262626;
}

#subNav li a.active {
  color: #262626;
  text-decoration:none;
}

#contentwrapper {
  border-top: 4px solid #fee7b1;
}

#featuredcontent {
  background-color: #fee7b1;
  padding: 0 40px 0 205px;
}

#featuredcontent img {
  display: block;
}

#content {
  padding: 2em 60px 2em 205px;
  background: #fff url('../images/content_bg.jpg') repeat-x;
}

#footer {
  border-top: 4px solid #acb365;
  text-align: center;
}

p#address {
  font-family: Times, serif;
  color: #fff;
  padding: .4em 0 .3em 0;
  font-size: 1.2em;
  background-color: #a44412;
  text-transform: uppercase;
  margin: 0 0 .6em 0;
  line-height: 1;
}

p#copyright {
  color: #333;
  font-size: .916em;
}


/*  =========================================================================  */
/*  fix - floats  */
/*  -------------------------------------------------------------------------  */
.fix {
 	display:inline-block;
 }
 .fix:after {
 	display:block; 
 	visibility:hidden; 
 	clear:both; 
 	height:0; 
 	content: "."; 
 }
 
.left {
 	float:left;
}
.right {
	float:right;
}
.clearFix {
	clear: both;
}
#googleContent {
	height: 45px;
}

