body {
text-align:center;
background-image:url(../images/background.gif);
background-repeat:repeat-x;
background-color:#dbeb83;
}

a {
color:#95b100;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

ul { 
list-style-image: url(../images/bullet.gif); 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-right:5px;
} 


#mainwrap {
margin-left: auto;
margin-right: auto;
width: 960px;
}

/* head containers */

#topframe {
width: 960px;
height:75px;
background-image:url(../images/wrap_top.gif);
background-repeat:no-repeat;
}

#header {
width: 960px;
}

/* logo area */

#headLT {
float:left;
width:230px;
height:188px;
background-color:#312825;
text-align:center;
padding-top:50px;
}

/* nav and header images */

#headRT {
float:left;
width:730px;
height:238px;
background-color:#000000;
}

#mainnav {
width:720px;
text-align:center;
background-color:#95b100;
}

#mainimg {
width:720px;
background-color:#312825;
}

/* middle to lower */

#maincontent {
width:960px;
background-image:url(../images/content_bck.gif);
background-repeat:repeat-y;
background-color:#312825;
position:relative;
float:left;
min-height:200px;
padding-top:-10px;
}

#content {
margin-left:10px;
padding:10px;
display:inline;
text-align:center;
}

#headline {
margin-top:10px;
margin-left:20px;
float:left;
}

#contentcopy {
text-align:left;
width:650px;
margin-left:55px;
vertical-align:top;
padding-top:25px;
}

#column {
float:left;
width: 300px;
padding:0 5px 10px 5px;
height: auto;
text-align:left;
}

#videoapp {
text-align:center;
z-index:1;
}

/* form stuff */

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

legend {
font-size:12px;
color:#333333;
}

#stylized label {
float:left;
width:110px;
font-size:11px;
color:#333333;
text-align:right;
padding-right:5px;
}

#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}


#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#333333 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

/* form stuff */

#footwrap {
width: 960px;
}

#footer {
width: 960px;
height:75px;
background-image:url(../images/wrap_bottom.gif);
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
float:inherit;
}

/* slider stuff */

#slideshow{
    background-color:#F5F5F5;
    border:1px solid #FFFFFF;
    height:525px;
    margin:75px auto 0;
    position:relative;
    width:780px;

    -moz-box-shadow:0 0 22px #111;
    -webkit-box-shadow:0 0 22px #111;
    box-shadow:0 0 22px #111;
}

#slideshow ul{
    height:467px;
	top:10px;
    list-style:none outside none;
    overflow:hidden;
    position:absolute;
    width:700px;
}

#slideshow li{
    position:absolute;
    display:none;
    z-index:10;
}

#slideshow li:first-child{
    display:block;
    z-index:1000;
}

#slideshow .slideActive{
    z-index:1000;
}

#slideshow canvas{
    display:none;
    position:absolute;
    z-index:100;
}

#slideshow .arrow{
    height:86px;
    width:60px;
    position:absolute;
    background:url('../images/arrows.png') no-repeat;
    top:50%;
    margin-top:-43px;
    cursor:pointer;
    z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}
