@charset "utf-8";

/*colors 
orange color: #db6d16
*/

/* --- Zero Margins and Padding --- */
* {
margin: 0;
padding: 0;
}

/* --- Page Containter Styles --- */
body {
font-family: Arial, Helvetica, Verdana, Sans-serif;
font-size: 12px;
color: #000;
background: #000 url(../images/site_structure/general/background.jpg) no-repeat top center;
}

#page-container {
width: 760px;
margin: 0 auto;
background-color: #FFF;
border: #FFF solid thick;
}

/* --- Main Navigation Container--- */
#main-navigation {
height: 30px;
background-color:#000;
border-top: #FFF solid 1px;
border-bottom:#FFF solid 1px;
}

/* --- Header Styles --- */
body.about #header {
height: 97px;
background: #000 url(../images/site_structure/general/header_bg.jpg);
clear:both;
}

body.about #banner {
height: 150px;
background: #db6d16 url(../images/site_structure/banners/banner1.jpg);
clear:both;
}

/* --- Content Styles --- */
#sidebar {
background-color: #db6d16;
float: right;
width: 280px;
margin-top: 6px;
line-height: 18px;
color: #FFF;
font-family: Arial, Helvetica, Verdana, Sans-serif;
}

#box-top {
width: 280px;
height: 12px;	
background: #fff url(../images/site_structure/box-top.gif) no-repeat top center;	
}
#box-bottom {
width: 280px;
height: 12px;
background: #fff url(../images/site_structure/box-bottom.gif) no-repeat top center;	
}

#sidebar h2{
margin: 10px 0;
}

#sidebar .padding {
padding: 10px;
}

#sidebar2 {
background-color: #000;
float: right;
width: 280px;
margin:5px 0 5px 0;

color: #FFF;
}

#black-box-top {
width: 280px;
height: 12px;	
background: url(../images/site_structure/black-box-top.gif) no-repeat top center;	
}
#black-box-bottom {
width: 280px;
height: 12px;
background:  url(../images/site_structure/black-box-bottom.gif) no-repeat top center;	
}

#sidebar2 h2{
margin: 10px 0;
}

#sidebar2 .padding {
padding: 0 10px 10px 10px;
}

#content {
background-color: #FFF;
margin-right: 280px;
line-height: 18px;
}

#content .padding {
padding: 10px;
}

#content p {
margin: 0;
padding: 10px 0;
}

#content_page {
background-color: #FFF;
line-height: 18px;
}

#content_page h1{
margin: 10px;
color:#db6d16;
}

#content_page p{
padding: 10px;
}

/* --- Footer Styles --- */
#footer {
background-color: #000;
height: auto;
clear: both;
font-family: Tahoma, Arial, Helvetica, Sans-serif;
font-size: 12px;
color: #FFF;
border-bottom: 2px solid #000;
padding: 0 10px;
line-height: 18px;
}

#footer a {
color: #FFF;
text-decoration: underline;
}

#footer a:hover {
color: #FFF;
text-decoration: none;
}

#footer ul {
padding: 0;
margin: 0 0 0 14px;
}

#footer h3 {
margin: 0;
padding: 0;
padding-bottom: 15px;
color:#fff;
}

#footer #column_container {
float: left;
background: url(../images/site_structure/general/homepage_columns.gif) top left repeat-y;
margin-top: 12px;
border: #FFF solid 1px;
}

#footer_container {
padding-top: 1px;
margin: 0;
}

#footer #copyright {
padding: 3px 5px;
background-color:#db6d16;
margin-bottom: 5px;
margin-top: 5px;
text-align:center;
}

#footer #column1 {/*242 px */
width: 230px;
float: left;
padding: 5px 5px;
margin: 5px 2px 5px 0;
background-color:#201f1f;
}

#footer #column2 {/*264 px */
width: 242px;
float: left;
padding: 5px 5px;
margin: 5px 2px 5px 2px;
background-color:#201f1f;
}

#footer #column3 {/*242 px */
width: 228px;
float: left;
padding: 5px 5px;
margin: 5px 0 5px 2px;
background-color:#201f1f;
}

/* Miscellaneous Styles */
.hidden {
display: none;
} /* Used to temporarily hide items for testing */

.clear {
clear:both;
}

.tooltip {
list-style:none;
background:url('../images/arrow.gif') no-repeat 0 5px;
font: normal 13px/18px Arial, Helvetica, sans-serif;
color:#fff;
padding:0 0 16px 13px;
}

.photos img  {
padding: 3px;
border: 1px #000 solid;
}

img {
border: none;
}

/*------------------ Slider Styles ------------------*/

#slider-wrapper {
width:760px;
height:150px;
position:relative;
}

#slider {
position:relative;
width:760px; /* Change this to your images width */
height:150px; /* Change this to your images height */
background:url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
position:absolute;
top:0px;
left:0px;
display:none;
}

#slider a {
border:0;
display:block;
}

.nivo-directionNav a {
display:block;
width:30px;
height:34px;
background:url(../images/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}

a.nivo-nextNav {
background-position:-30px 0;
right:10px;
}

a.nivo-prevNav {
left:10px;
}

