.addimage{
	position: relative;
}
.addimage .top {
	width:100px;
	height:100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body {
background-color: #ffff;
margin:0px;
padding:0px;
font: 10px  verdana, arial, helvetica;
}
p{
	font-size:12px;
}
a{
color:#ff7200;
}
#constimg{
	float: right;
}
#textbox{
	float: leaft;
}
h1{
	color:#ff7200;
}
.button {
   border-top: 1px solid #c94545;
   background: #faac52;
   background: -webkit-gradient(linear, left top, left bottom, from(#f5912c), to(#faac52));
   background: -webkit-linear-gradient(top, #f5912c, #faac52);
   background: -moz-linear-gradient(top, #f5912c, #faac52);
   background: -ms-linear-gradient(top, #f5912c, #faac52);
   background: -o-linear-gradient(top, #f5912c, #faac52);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   margin:2px;
   }
.button:hover {
   border-top-color: #f5842e;
   background: #f5842e;
   color: #5e3002;
   }
.button:active {
   border-top-color: #eb6a00;
   background: #eb6a00;
   }
#main_container{
margin-top:5px;
margin-bottom:5px;
margin-left:auto;
margin-right:auto;
width:950px;
height:auto;
background-color:#FFFFFF;
 box-shadow: 0px 0px 10px 5px #898d95;
}
#header-slogan{
	background-color:#000;
	height:5px;
	border-bottom:2px solid #ff7200;
border-top:2px solid #ff7200;
color:#ff7200;
font-size:18px;
text-align:right;
padding-top:3px;
font-family: "Comic Sans MS", cursive, sans-serif
}
#header-band{
width: 100%;
height:42px;
color: #fff;
background-color:#000;
text-align:center;
border-bottom:2px solid #ff7200;
border-top:2px solid #ff7200;
margin-bottom:5px;
}
.orangewriting{
color:#ff7200;
}
#wide-content-bock{
	padding:10px;
	width:920px;
	float:left;
	min-height:50px;
}
#half-content-bock{
	padding:20px;
	float:left;
	width:430px;
	min-height:80px;
}
#header-band ul{
list-style:none;padding:0 0 0 10px;margin: auto;display:block;
}
#header-band ul li{
list-style:none;
float:left;
width:auto;
height:42px;
line-height:42px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
display: inline-block;
margin-right: -4px;
position: relative;
padding: 0px;
cursor: pointer;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;

}
#header-band ul li a{
height:42px; width: auto;float:left;text-decoration:none;padding:0 0 0 25px; margin:0px 3px 0px 3px;color:#fff;text-align:center;
}
#header-band ul li a:hover{
height:42px;width: auto;text-decoration:none;color: #ff7200;padding:0 0 0 25px; background:url(../images/arrow.gif) no-repeat left;
}
#header-band ul li a.current{
height:42px;width: auto;float:left;text-decoration:none;padding:0px;color: #ff7200;padding:0 0 0 25px; background:url(../images/arrow.gif) no-repeat left;
}
#header-band ul li ul {
  padding: 0;
  position: absolute;
   z-index: 10;
  top: 40px;
  width:200px;
  left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#header-band ul li ul li { 
  background: #000; 
  width:100%;
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
#header-band ul li ul li:hover { background: #416367; }
#header-band ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#header-overlay{
background-image: url('../images/tile.png');
background-repeat: repeat;
width:100%;
height:100%;
 position: absolute;
 z-index: 10;
 opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
#header{
position:relative;
width: 100%;
text-align:center;
color: #fff;
background-color:#fff;
}
#header img{
	float:left;
	margin-left:70px;
}
#main_content{
padding:0px;
margin-left:auto;
margin-right:auto;
width:940px;
min-height:300px;
}
#footer{
width: 100%;
min-height:150px;
float:left;
color: #fff;
background-color:#ff7200;
margin-top:15px;
}
#footer h2{
color:#000;
}
.footer-block{
	float:left;
	width:250px;
	height:160px;
	padding:10px;
	margin-left:10px;
}
.footer-block a{
	color:#000;
	font-size:12px;
}
.copyright{
float:right;
padding-left:10px;
padding-top:20px;
padding-right:2px;
}
.footer_links{
float:right;
padding-right:2px;
padding-top:3px;
}
.nivoSlider {
	display:block;
	width:940px;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 900px;
	text-align: left;
	border-collapse: collapse;
}
.rounded-corner a{
	padding: 2px;
	margin: 2px;
	text-align: center;
	border-radius: 1px;
	font-weight: bold;
}
.rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	background: #fea964;
}
.rounded-corner td
{
	padding: 8px;
	background: #fef5e0;
	border-top: 1px solid #fff;
	color: #669;
}
.rounded-corner tbody tr:hover td
{
	background: #fbe2ad;
	cursor: pointer; cursor: hand;
}
#pages{
	margin-top:5px;
	text-align:right;
}
#pages a{
	width: 5px;
	height: 5px;
	background: #FEA964;
	padding: 2px;
	margin: 2px;
	text-align: center;
	border-radius: 1px;
	color: white;
	font-weight: bold;
}
#contact_form{
width:310px;
height:auto;
padding:5px;
}
.form_row{
float:left;
padding:4px 0 4px 0;
}
label{
width:70px;
float:left;
padding:3px 5px 0 0;
color:#FF7200;
text-align:right;
}
input.contact_input{
width:220px;
height:18px;
float:left;
border:1px #ced6ec solid;
background-color:#FBE2AD;
color: #000;
}
textarea.contact_textarea{
width:220px;
height:80px;
float:left;
border:1px #ced6ec solid;
background-color:#FBE2AD;
color: #000;
}