html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 150%;
  color: #333333;
}

html {
  background: white url(../images/background_repeat.jpg) repeat-x center top;
}
body {
  background: transparent url(../images/background.jpg) no-repeat center top;
}

a {
  color: #C3A861;
}
a:hover {
  color: #333333;
}

img {
  border: none;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

#header {
  width: 963px;
  margin: 0 auto;
  height: 81px;
  _overflow: visible;
  padding: 0px;
  _position: relative; !important
}

#loginPannel{
	position:relative;
}
#logo {
  float: left;
  margin: 0;
  padding: 12px 10px;
}
#top-nav {
  float: left;
  margin: 0;
  padding: 50px 0 0 30px;
  width: 460px;
}
#top-nav li {
  display: inline-block;
  margin: 0px 5px;
  text-decoration: none;  
  /* For IE 7 */
  zoom: 1;
  *display: inline;
}
#top-nav li a {
  	color: white;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 3px 6px;
    padding: 3px;
    text-decoration: none;
	border:none;
	display: block;
	height:auto !important;
	height:45px;
}

#top-nav li.dropdown:hover a, #top-nav li a:hover, #top-nav li a.selected {
	color: #C3A861;
}

li.dropdown:hover > a{
	display: block;
	height:auto !important;
	height:45px;
}

#top-nav li.dropdown:hover {
  text-decoration: none;
  background: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

#top-nav li ul {
	position: absolute;
	display: none;
	z-index: 1;
	background: #fff;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#top-nav li:hover ul {
	display: block;
}

#top-nav li ul li {
	display: block;
	list-style-type: none;
	list-style-position: outside;
}

#top-nav li ul li a{
	display: block;
	border-bottom:1px solid black;
	padding:5px 3px 5px 3px;
}

#top-nav li ul li a.lastMenu{
	border-bottom:none;
}

#top-nav li.dropdown:hover ul li a {
	color: #333;
}

#top-nav li.dropdown ul li a:hover {
	background: none repeat scroll 0 0 #C3A861;
	color: #fff;
	border-radius: 3px;
	border-bottom: 1px solid #C3A861;
}

#login {
  float: right;
  _position: absolute;
  _right: -1px;
  _bottom: -5px;
  margin: 0;
  padding: 5px 15px 0 15px;
  background: white;
  /*width: 140px;*/
  height: 80px;
  font-size: 11px;
}

#logged_in {
  float: right;
  _position: absolute;
  _right: -1px;
  _bottom: -5px;
  margin: 0;
  padding: 5px 10px 0 10px;
  background: white;
  width: 160px;
  height: 80px;
  font-size: 11px;
}

#login b, #logged_in b {
  display: block;
  background: transparent url(../images/dotted_line.jpg) repeat-x left bottom;
  padding: 0 0 2px 0;
  margin: 0 0 4px 0;
}
#sign_in {
  display: inline-block;
  width: 91px;
  height: 39px;
  text-indent: -999em;
  background: transparent url(../images/signin_btn.png) no-repeat left top;
}
#sign_in:hover {
  background-position: 0 -39px;
}
/*#login a {
  font-weight: bold;
}*/

#body {
  width: 963px;
  min-height: 584px;
  _height: 584px;
  background: transparent url(../images/wrapper_div.jpg) no-repeat left top;
  margin: 0 auto;
  padding: 16px 4px 5px 4px;
}
#body:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

#left {
  float: left;
  width: 963px;
}

#right {
  float: left;
  width: 270px;
  padding: 0 7px 0 14px;
}

#footer {
  border-top : 1px solid #ccc;
  width: 948px;
  margin: 20px auto 0;
  padding: 0;
  font-size: 11px;
  color: #666;
}

#footer a {
  color: #3B4F68;
}

#footer div{  
  padding: 4px 0;
  line-height: 15px;
}

#footer div span{  
  padding-left: 59px;
}

#addthis > div
{
	padding-top:10px;
}
#addthis div span{  
  padding-left: 0px;
}

#addthis div span.atc_l {
    padding-left: 12px;
}

#footer #addthis {
  height: 40px;
  border-bottom : 1px solid #ccc;
  padding: 0;
}

#footerNotice
{
	float:left;
}

#footerLinks
{
	float:right;
}

a.learn-more{  
	display: block;
	background: url(../images/pinnacle_btn_learnmore.png) no-repeat 0 0;
	text-indent: -999em;
	width: 101px;
	height: 28px;	
}

a.learn-more:hover{  
	background-position: 0 -28px;
}

#banner {
  margin: 0 8px 10px 8px;
}
