/* CSS Document */
body
{
background-color: #160900;
background:url(images/bg.jpg);
background-position: top center;
background-repeat:no-repeat;
}

p
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
line-height: 1.5;
}

h3
{
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
color:#FFBF00;
padding-bottom: 3px;
font-weight: normal;
margin:0px;
}

h4
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color:#FFBF00;
padding-bottom: 3px;
font-weight: bold;
margin:0px;
}

.content a:link img, .content a:visited img, .content a:active img
{
border: 10px solid #fff;
}

.content a:hover img
{
border: 10px solid #7da2ab;
}
.contentmain
{
width: 800px;
height: 500px;
margin: 20px auto 0px auto;
background: none;
}

.contentsub
{
width: 800px;
height: 500px;
background-color:#160900;
margin: 0px;
padding: 0px;
}

.text_content
{
width: 800px;
height: 500px;
background-repeat: no-repeat;
background-position: top center;
margin: 0px;
padding: 0px;
}
.content
{
padding: 20px 20px 20px 20px;
background: none;
}

.content_left
{
width: 435px;
padding: 0px 20px 20px 50px;
}

a
{
color: #FFBF00;
text-decoration: none;
}

a:visted
{
color: #FFBF00;
text-decoration: none;
}

a:hover
{
color:#fff;
text-decoration: none;
}

.header
{
width: 800px;
height: 50px;
padding: 0px;
}

.nav
{
width: 800px;
padding: 0px;
height: 25px;
background-image:url(images/nav.jpg);
background-position: center top;
background-repeat: no-repeat;
}

.nav ul
{
margin-top: 0px;
padding: 5px 0px 0px 170px;
}

.nav ul li
{
display: block;
width: 75px;
padding-right: 20px;
float: left;
font-weight: 700;
}

.nav ul li a
{
font-size: 11px;
padding: 0px;
display: block;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}
.nav ul li a:visited
{
color: #fff;
}
.nav ul li a:hover
{
color: #b56701;
}


/*Sub level menu*/
.nav ul li ul{
visibility: hidden;
width: 75px;
padding: 5px 0px 0px 7px;
}

/*Sub level menu list items*/
.nav ul li ul li{
float: left;
width: 75px;
padding: 5px 0px 0px 5px;
background-image:url(images/nav_bg2.gif);
background-position: left top;
background-repeat:repeat-y;
font-weight: 700;
text-align: left;
display: block;
}


/* Sub level menu links style */
.nav ul li ul li a{
width: 75px; /*width of sub menu levels*/
height: 25px;
}


.nav ul li ul li a:hover{
color: #FFBF00;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .nav ul li { float: left; height: 1%; }
* html .nav ul li a { height: 1%; }
/* End */

.footer
{
width: 800px;
padding-top: 10px;
height: 25px;
background: none;
text-align:center;
}

.footer p
{
color: #5c2b0a;
}

.footer p a:link, .footer p a:visited, .footer p a:hover
{
font-size: 10px;
color: #5c2b0a;
}

.footer p a:hover
{
color: #987304;
text-decoration: none;
} 

.box
{
float: left;
width: 20px;
height: 15px;
margin: 5px 5px 0px 0px;
background: #333;
}

.text
{
text-align: left;
width: 350px;
}

.hiddenPic {display:none;}


/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
padding: 150px 0px 0px 0px;
width: 800px; /* Set to gallery width, in px or percentage */
height: 300px; /* Set to gallery height */
}

#motiongallery
{
padding: 30px 0px 0px 0px;
}

#motioncontainer a img {
border: 1px solid #502e00; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid #a65f00; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


.testimonial
{
border-bottom: 1px solid #6b5000;
padding: 10px;
margin: 0px 10px 0px 10px;
}


