/*** PAGE DEFAULT GLOBALS ***/
html, body {
background: #3b3b3b;
color:#FFFFFF;
font-family:arial,helvetica,clean,sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5;
margin:0 auto;
height:100%;
}

.breaker { 
  height: 10px; 
  clear: both; 
}

div, h1, h2, h3, h4, h5, ul, li { 
  margin: 0; padding: 0;	
}

img { 
  margin: 0; 
  padding: 0; 
  border: 0;	
}

ul { 
  list-style: none;
}

a:link, a:visited, a:active { 
  color: #5e9cdc; 
  text-decoration: none; 
  outline: 0;	
}

a:hover { 
  text-decoration: underline;	
}

a.external:link, a.external:visited, a.external:active, a.external:hover {
  background-image:url(../images/icon-external-light.gif);
  background-position:right 1px;
  background-repeat:no-repeat;
  padding-right:12px;
}

.clear { 
  clear: both; 
  height: 0px;	
}

.hide {
  display:none;
}

.left {
  float: left;
}

.right {
  float: right;
}

p {
margin:0.5em 0pt 1.13em;
}

blockquote {
    margin: 1em 3em;
    padding: .5em 1em;
    border-left: 3px solid #e00000;
    background-color: #f1f1f1; 
    line-height:1.5;
    font-size: 13px;
}

/*** Start Wrappers ***/
#main_shell { 
  background: #3b3b3b url(../images/bg_stripe.jpg) repeat-y;
  color: #FA7F00;
  position: relative;
  text-align: center; 
  width: 810px; 
  min-height: 100%;
  margin: 0 auto; 
  line-height: 1.3em;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;	
}

#head_shell { 
  background: #3b3b3b url(../images/bg_top.jpg) no-repeat;
  color: #FA7F00;
  position: relative;
  text-align: center; 
  width: 810px; 
  margin: 0 auto; 
  line-height: 1.3em;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;	
}

#head_logo {
  color: #ffffff;
  display: inline;
  float: left;
  padding: 20px 0px 0px 10px;
}


#head_menu {
  color: #ffffff;
  display: inline;
  float: right;
  padding: 25px 10px 0px 0px;
}

.toolbar li {
  display:inline;
  margin:0 auto;
  padding:.5em;
  font-size: 13px;
}

.toolbar a:link, .toolbar a:visited, .toolbar a:active   {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-bottom:2px solid;
  border-color:#5e9cdc;
  padding:.5em;
}

.toolbar a:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom:2px solid;
  border-color:#d9832c;
}

#feature_shell { 
  color: #5e9cdc;
  text-align: center; 
  width: 800px; 
  margin: 0 auto; 
  line-height: 1.3em;
  padding: 148px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;	
}

#content_body {
  color: #000000;
  width: 800px;
  margin:0 auto;
  padding: 0px 0px 0px 0px;
}

.content_line {
  display: inline;
  float: left;
  width: 310px;
  top:50%;
  margin:0 auto;
  padding: 1.5em;
  text-align: right;
  color: #ffffff;
}

.content_info{
  display: inline;
  float: left;
  width: 220px;
  margin:0 auto;
  padding:.5em;
  color: #000000;
  text-align: left;
}

.content_title {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  border-bottom:2px solid;
  border-color:#5e9cdc;
  padding: .3em;
  width:100%;
}

.content_map {
  display: inline;
  float: left;
  width: 100px;
  margin:0 auto;
  padding:.5em;
  color: #000000;
}

.pic {
	position: relative;
}

.pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

.pic a img {
	border: 0;
}

.pic a.p1, .pic a.p1:visited {
	border: 0px solid #000000;
	display: block;
	height: 44px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 44px;
}

.pic a.p1:hover {
	color: #000000;
	text-decoration: none;
}

.pic a.p1:hover .large {
	display: block;
	height: 140px;
	left: -3px;
	position: absolute;
	top: -51px;
	width: 206px;
}

#footer_shell { 
  background: #3b3b3b url(../images/bg_footer.jpg) repeat-y;
  color: #989898;
  position: relative;
  bottom: 0;
  text-align: center; 
  width: 810px; 
  margin: 0px auto 0; 
  padding: 10px 0px 10px 0px;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px;	
  line-height:1.5em;
}