* {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  background: url(../images/bg_body.gif);
  font-family:Helvetica,Arial,sans-serif;
}

a {
	color: #f47321;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

blockquote {
	margin: 15px 0 5px 0;
	color: #f47321;
	font-size: 14px;
}

address {
	font-style: normal;
}

p.margin {
	margin-bottom: 15px;
}

p.small-text {
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
}

ul.smaller-text li {
	margin: 0 !important;
}

.smaller-text {
	font-size: 12px;
}

.quote_author {
	font-size: 11px;
	line-height: 14px;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

  #main {
    background: url(../images/bg_main.png) repeat-y;
    width: 1000px;
    margin: 0px auto;
  }
   #main_wrap {
     margin: 0px 11px;
     width: 981px;
   }
    #top {
      height: 95px;
    }
	#logo {
		width: 306px;
		height: 95px;
	}
	  #logo h1 {
	  	background: url(../images/logo.gif) no-repeat;
		width: 306px;
        height: 95px;
        margin-left: 30px;
	  	cursor: pointer;
		text-indent: -9000em;
	  }
   
    #mainnav {
	  background: #536772;
      height: 25px;
      width: 981px;
      position: relative;
      top: 0;
      left: 0;
    } 
        #mainnav ul li {
          list-style: none;
          background: url(../images/bttn_mainnav.gif) repeat-y 0 0;
          width: 196px;
          height: 25px;
          float: left;
          position: relative;
          top: 0;
          bottom: 0;
        }
          #mainnav ul li a {
            text-decoration: none;
            color: #fff;
            padding: 0 5px;
            line-height: 25px;
			text-align: center;
            display: block;
            font-size: 12px;
            font-weight: bold;
          }
		  #mainnav ul li a:hover, #mainnav ul li a.selected, #mainnav ul li a:active, #mainnav ul li a:focus {
            color: #000;
          }
     
	 #footer {
	  background: #fff;
	  margin: 73px 30px 0 30px;
	  min-height: 87px;	
	  font-size: 12px;
	  color: #5c707c;
	 }
	 
	 #footer a {
	 	color: #5c707c;
		text-decoration: none;
	 }
	 
	 #footer a:hover {
	 	text-decoration: underline;
	 }
	 
	 #footer_nav {
	 	border-top: 1px solid #698594;
	 	width: 690px;
		float: left;
		padding-top: 8px;
	 }
	 
	 #footer_nav ul li {
	 	list-style-type: none;
		float: left;
		border-left: 1px solid #5c707c;
		padding: 0 5px 2px 5px;
		margin-bottom: 7px;
		line-height: 11px;
	 }
	 
	 #footer_nav ul li.first {
		border-left: 0;
		padding-left: 0;
	 }
	 
	 #footer_nav ul li.first-clear {
	 	clear: left;
		border-left: 0;
		padding-left: 0;
	 }
	 
	 #footer_search {
	 	float: right;
		padding-top: 8px;
	  }
	  
	  #footer_search select {
	  	width: 130px;
		border: 1px solid #b9b9b9;
		background: #fff;
	  }
	  
	  #footer_search #submit {
	  	border: 1px solid #b9b9b9;
		background: #fbfbfb;
		color: #000;
		font-size: 11px;
		width: 25px;
		line-height: 17px;
		cursor: pointer;
	  }
         

