
body {
  background: #DADADA url('/images/layout/bg.gif') repeat-x;
  color: #474747;
}

h2 {
  color: #000;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.8em;
}
h3 {
  color: #000;
}

a {
  color: #f49b00;
}
a:hover {
	text-decoration: underline;
}

hr {
  background: #fff url('/images/layout/hr.gif') no-repeat scroll center;
  border: 0px;
  color: #FFF;
  display: block;
  height: 1px;
  margin-bottom: 15px;
  padding: 0px;
}

#page {
  margin: auto;
  padding-bottom: 50px;
  width: 960px;
}
#logo {
  float: left;
  margin:0;
}
#tagline {
  float: right;
  margin-top: 65px;
}

#header {
  height: 137px;
}

#navigation {
  background: #000 url('/images/layout/menu_bg.gif');
  clear: both;
  width: 100%;
}
  #navigation ul.toplevel {
    padding-left: 10px;
  }
  #navigation ul.toplevel li {
    display: inline;
  }
  #navigation ul.toplevel li a, #navigation ul.toplevel li a:link, #navigation ul.toplevel li a:visited {
    background: url('/images/layout/menu_item_bg.gif') no-repeat;
    display: inline;
    float: left;
	  font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
  }
  #navigation ul.toplevel li.first a {
    background: none;
  }
  #navigation ul.toplevel li a:hover, #navigation ul.toplevel li a.current {
    background: url('/images/layout/menu_item_bg_active.gif') repeat-x;
  }
  #navigation ul.toplevel li a span {
    background: url('/images/layout/menu_item_bg_right.gif') no-repeat right;
    color: #FECB49;
    display: block;
    padding: 12px 31px;
  }
  #navigation ul.toplevel li a:hover span, #navigation ul.toplevel li a.current span {
    background: url('/images/layout/menu_item_bg_active.gif') repeat-x;
    color: #000;
  }
  #navigation ul.toplevel li.last a span {
    background: none;
  }

#navigation.with_subnav {
  background: url('/images/layout/menu_bg_with_subnav.gif');
  height: 79px;
}
  #navigation ul.subnav li {
    display: inline;
  }
  #navigation ul.subnav li a, #navigation ul.subnav li a:link, #navigation ul.subnav li a:visited {
    background: url('/images/layout/submenu_item_bg.gif') left no-repeat;
    color: #000;
    display: block;
    float: left;
    text-decoration: none;
  }
  #navigation ul.subnav li.first a {
    background: none;
  }
  #navigation ul.subnav li a:hover, #navigation ul.subnav li a.current {
    background: url('/images/layout/submenu_item_hover_left.gif') no-repeat bottom left;
    color: #000;
  }
  #navigation ul.subnav li a.current {
	font-weight: bold;
  }
  #navigation ul.subnav li a span {
    display: block;
    padding: 11px 20px;
  }
  #navigation ul.subnav li a:hover span, #navigation ul.subnav li a.current span {
    background: url('/images/layout/submenu_item_hover_right.gif') no-repeat bottom right;
  }

#content {
  clear: both;
  padding-top: 5px;
}

#leftcolumn {
  float: left;
  width: 625px;
}

#section_heading {
  float: left;
  padding-bottom: 10px;
  width: 625px;
}
#section_heading img {
  display: block;
}

#section_heading h1 {
  background: url('/images/layout/page_heading_625.gif');
  color: #000;
  font-size: 2em;
  height: 18px;
  padding: 22px;
  width: 581px;
}

#section_heading.section_heading_middle {
  float: right;
  width: 460px;
}
#section_heading.section_heading_middle h1 {
  background: url('/images/layout/page_heading_460.gif');
  font-size: 1.8em;
  height: 16px;
  width: 416px;
}

/* Left hand menu */

#content_left {
  float: left;
  width: 154px;
}
#content_left a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#content_left a:hover {
  text-decoration: underline;
}

#content_left ul.lefthand_menu {
  padding-left: 10px;
  padding-top: 10px;
}

/* Content area */

#content.content_with_sidebar {
  background: #c2c2c2 url('/images/layout/content_with_sidebar_top.gif') repeat-x;
}
#content.content_with_sidebar .content_inner {
  background: url('/images/layout/content_with_sidebar_bot.gif') no-repeat bottom;
  padding: 10px;
}

div.content_body {
  background: #FFF url('/images/layout/content_body_top.gif') no-repeat;
  float: left;
  width: 625px;
}
div.content_body_inner {
  background: url('/images/layout/content_body_bot.gif') no-repeat bottom;
  padding: 15px;
}

div.content_body_middle {
  background: #FFF url('/images/layout/content_body_middle_top.gif') no-repeat;
  float: right;
  width: 460px;
}
div.content_body_middle_inner {
  background: url('/images/layout/content_body_middle_bot.gif') no-repeat bottom left;
  padding: 15px;
}

div.content_body p {
  padding-bottom: 15px;
}

div.content_body a {
	color: #f49b00;
	font-weight: bold;
}
div.content_body a:hover {
	text-decoration: underline;
}
div.content_body ul {
	margin-left: 15px;
	margin-bottom: 10px;
}
div.content_body li {
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 0px;
	padding-bottom: 5px;
}
div#form_errors {
  background: #EEE;
  margin-bottom: 15px;
  padding: 15px;
}
div#form_errors ul {
  margin-bottom: 0px;
  margin-top: 15px;
}

.content_column {
  float: left;
  padding-right: 12px;
  width: 45%;
}

/* sidebar */

#sidebar {
  float: right;
  width: 307px;
}
#sidebar p {
  padding-top: 12px;
}
#sidebar p.btn {
  padding-top: 15px;
}

.callout_1 {
  background: url('/images/layout/callout_1_top.gif') no-repeat top;
  margin-top: 10px;
}

.callout_5 {
  background: url('/images/layout/callout_5_top.gif') no-repeat top;
  margin-top: 10px;
}

.deep {
  background: url('/images/layout/callout_5_top_deep.gif') no-repeat top;
  margin-top: 10px;
}

.callout_1 .callout_inner, .callout_5 .callout_inner {
  background: url('/images/layout/callout_1_bot.gif') no-repeat bottom;
  padding: 15px;
  padding-top: 13px;
}
.callout_1 h4, .callout_5 h4, .callout_5 h4 {
  color: #000000;
  height: 30px;
  font-size: 1.1em;
  padding-left: 40px;
  /*padding-bottom: 12px;*/
}

.deep h4 {
  padding-bottom: 16px;
}
.callout_1 p, .callout_5 p {
  color: #4f4f4f;
}
.callout_1 a, .callout_5 a {
   text-decoration: none;
}
.callout_1 a:hover, .callout_5 a:hover {
  text-decoration: underline;
}
.callout_1 ul, .callout_5 ul {
  padding-left: 15px;
  padding-top: 10px;
}
.callout_1 li, .callout_5 li {
  color: #FFF;
  list-style-type: disc;
}

.callout_2 {
  background: url('/images/layout/callout_2_top.gif');
  margin-top: 10px;
}
.callout_2 .callout_inner {
  background: url('/images/layout/callout_2_bot.gif') no-repeat bottom;
  padding: 15px;
}
.callout_2 h4 {
  color: #fecb49;
  /*padding-bottom: 15px;*/
  padding-bottom: 3px;
  font-size: 1.1em;
}
.callout_2 p {
  color: #FFF;
}
.callout_2 a {
  color: #FECB49;
  text-decoration: none;
}
.callout_2 a:hover {
  text-decoration: underline;
}
.callout_2 ul {
  padding-left: 15px;
  padding-top: 10px;
}
.callout_2 li {
  color: #FFF;
  list-style-type: disc;
}

.callout_3 {
  background: url('/images/layout/callout_3_top.gif');
  margin-top: 10px;
}
.callout_3 .callout_inner {
  background: url('/images/layout/callout_3_bot.gif') no-repeat bottom;
  padding: 15px;
  padding-top: 13px;
}
.callout_3 h4 {
  color: #333333;
  /*padding-bottom: 22px;*/
  padding-bottom: 10px;
  font-size: 1.1em;
}
.callout_3 p {
  color: #FFF;
}
.callout_3 a {
  color: #ffe578;
  text-decoration: underline;
}
.callout_3 a:hover {
  color: #FFF;
  text-decoration: underline;
}
.callout_3 ul {
  padding-left: 15px;
  padding-top: 10px;
}
.callout_3 ul li {
  color: #ffe578;
  list-style-type: disc;
  list-style-image:url("/images/layout/callout_list_item.png");
}
.callout_3 li {
  color: #FFF;
}

.callout_top {
  margin-top: 0px;
}

.callout_location {
  background: url('/images/layout/callout_4_top.gif');
}

.callout_btn_yellow {
  background: url('/images/layout/callout_button_yellow.gif') top left no-repeat;
  color: #fcb827;
  display: block;
  font-weight: bold;
  height: 15px;
  line-height: 13px;
  padding-left: 20px;
  padding-top: -2px;
}

.callout_btn_black {
  background: url('/images/layout/callout_button_black.gif') top left no-repeat;
  color: #000;
  display: block;
  font-weight: bold;
  height: 15px;
  line-height: 13px;
  padding-left: 20px;
  padding-top: -2px;
}

/* footer */

#footer {
  padding: 30px 20px;
}
#footer * {
  font-weight: bold;
}

#footer p {
  color: 000;
}
#footer p a, #footer p a:link, #footer p a:visited {
  color: #E38600;
  text-decoration: none;
}

/* homepage content */

#slider * {
  display: block;
  margin: 0px;
  padding: 0px;
}

#homepage_tagcloud { height: 400px; position: relative; width: 960px; z-index: 100; }
#homepage_tagcloud a { position: absolute; padding: 10px; text-decoration: none; }
#homepage_tagcloud a:hover { text-decoration:underline; }

#homepage_ticker {
  background: url('/images/layout/homepage_ticker_bg.gif');
  height: 51px;
}
#homepage_ticker p {
  padding: 17px;
}
#homepage_ticker strong {
  color: #DDB34D;
}
#homepage_ticker p a {
  font-weight: bold;
  text-decoration: none;
}
#homepage_ticker_js {
  float: left; margin-left: 0px; padding-left: 0px; padding-top: 18px; width: 560px;
}
#homepage_ticker_js a {
  display: block;
  width: 570px;
}
#homepage_ticker #homepage_ticker_js a, #homepage_ticker #homepage_ticker_js a:visited, #homepage_ticker #homepage_ticker_js a:link {
  color: #FFF;
  text-decoration: none;
}
#homepage_ticker #homepage_ticker_js a:hover {
  color: #FFF;
  text-decoration: underline;
}


#homepage_teasers {
  clear: both;
  padding-top: 10px;
}

.homepage_teaser p, #homepage_ticker p {
  color: #FFF;
}

.homepage_teaser a, #homepage_ticker a {
  color: #DDB34D;
  font-weight: bold;
}
.homepage_teaser a:hover, #homepage_ticker a:hover {
	text-decoration: underline;
}

.homepage_teaser {
  background: #000 url('/images/layout/teaser_bg.gif');
  float: left;
  height: 219px;
  padding: 15px;
  margin-right: 9px;
  width: 284px;
}
  .homepage_teaser h2 {
    color: #FECB49;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    padding-bottom: 10px;
  }
  .homepage_teaser p {
    padding-top: 10px;
  }
  .homepage_teaser_right {
    margin-right: 0px;
  }
  .homepage_teaser_body {
    height: 181px;
  }
  .homepage_teaser a {
    text-decoration: none;
  }
  
#homepage_highlight {
  background: #FECE4E url('/images/layout/highlight_bg.gif') repeat-x;
  height: 101px;
  margin-top: 11px;
  padding: 20px;
}
  #homepage_highlight h2 {
    color: #383838;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    padding-bottom: 9px;
  }
  #homepage_highlight p a, #homepage_highlight p a:link, #homepage_highlight p a:visited {
    color: #383838;
    padding-top: 5px;
    text-decoration: none;
  }

/* form */

div.content_body form p {
	float: right;
	padding: 5px 0px;
	width: 280px;
}
div.content_body form .input_left {
	clear: both;
	float: left;
}
div.content_body form .input_left li {
  clear: left;
  list-style-type: none;
}
form label {
	float: left;
	padding-top: 1px;
	vertical-align: baseline;
	width: 110px;
}
form input[type="text"] {
	float: left;
	width: 160px;
}
form input[type="text"].input_text_short {
	width: 100px;
}
form input[type="checkbox"] {
 float: left; 
}
form textarea {
	float: left;
	width: 480px;
}
form textarea.narrow {
  width: 320px;
}
div.content_body form p.submit_btn_row {
	padding-bottom: 10px; padding-top: 10px; text-align: center; width: 100%;
}
div.content_body ul.form_list_items {
  margin-left: 0px;
}
div.content_body ul.form_list_items li {
  margin-left: 0px;
}

.required {
	color: #e38600;
}

/* Sitemap page */

div.content_body .sitemap ul {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sitemap li ul li ul {
  padding-top: 5px;
}

/* Sitemap page */

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:400px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		float: right;
		margin-right: 30px;
		margin-top: -63px;
		padding:0;
		position: relative;
		z-index: 99999;
		}
	ol#controls li{
		margin:0 3px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:30px;
		line-height:30px;
		}
	ol#controls li a{
		float:left;
		height:30px;
		line-height:30px;
		border:1px solid #000;
		background:#4A4A4A;
		color:#FECB49;
		font-weight: bold;
		padding:0 13px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#FDB827;
		color:#000000;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

