
body {
font-family: Verdana, Arial, Tahoma, sans-serif;
	background-image: url('../images/asphalt.jpg');
	background-repeat: repeat;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #000000;}
a:visited {color:#000000;}
a:hover {color: red;}
a:active { color:#000000;}

h1 {
font-size: 18px;
text-transform:uppercase;
color: #000000;
/*
background-color: #f6f6f6;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
*/
/*padding:5px 15px;*/
padding-left: 10px;
padding-top: 10px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

/*p {padding: 0px 0px 10px 20px;}*/


/* ----------container to center the layout-------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
background-image: url('../images/background.png');
background-repeat: repeat-y;
border-top: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;

}

/* ----------banner for logo-------------- */
#banner {
height: 216px;
padding: 0px;
margin: 0px;
background-color: #000000;
background-image: url(../images/bannerlogo.jpg); 
	background-repeat: no-repeat;


}
/*#banner img {padding:10px 0px;} */

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
/*padding: 5px;*/
margin-left: 275px;
margin-right: 0px;
}

div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}


p, pre{
padding: 5px 10px;
margin:0px;
}


/* --------------left navi------------- */
#left {
float: left;
width: 275px;
margin-left: 10px;
margin-top: 10px;

}

#left p {
font-size: 10px;
margin: 0px;
text-align: center;
}

#left img {
border: 1px solid #C0C0C0;
}


/* --------------bottom photos section------------- */
#bottom_photos { 
clear: both;
 width: 900px;
 color: #333;
 border-top: 1px solid #000000;
 height: 190px;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 /*padding: 10px;*/
}


/* -----------footer--------------------------- */
#footer_with_photos {
margin: 0px;
padding: 0px;
height: 75px;
background-color: #000000;

 }
 
#footer_no_photos {
clear: both;
margin: 0px;
padding: 0px;
height: 75px;
background-color: #000000;
 }

#footer_with_photos p {
		text-align: center;
color: white;
font-size: 12px;
padding-top: 10px;

}

#footer_no_photos p {
	text-align: center;
color: white;
font-size: 12px;
padding-top: 10px;


}

#footer_no_photos a {color: #FFFFFF;
text-decoration: none;
}
#footer_no_photos a:visited {color:#FFFFFF;
text-decoration: none;
}
#footer_no_photos a:hover {color: red;
text-decoration: none;
}
#footer_no_photos a:active { color:#FFFFFF;
text-decoration: none;
}

#footer_with_photos a {color: #FFFFFF;
text-decoration: none;
}
#footer_with_photos a:visited {color:#FFFFFF;
text-decoration: none;
}
#footer_with_photos a:hover {color: red;
text-decoration: none;
}
#footer_with_photos a:active { color:#FFFFFF;
text-decoration: none;
}


/* -----------navigation-------------------------- */ 
.nav{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 255px;
}

* html .nav{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.nav ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.nav a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.nav a:visited{
color: #595959;
}

html>body .nav a{ /*Non IE rule*/
width: auto;
}

.nav a:hover{
background-color: red;
color: black;
}

/* -------------- Bottom Photos --------------------- */
.stepcarousel{
position: relative; /*leave this value alone*/
border-left: 22px solid black;
border-right: 22px solid black;
border-top: 22px solid black;
overflow: scroll; /*leave this value alone*/
width: 270px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 150px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

