/* CSS Document */

body {
background-color: #424542;
font-family: arial;
font-size: 12px;
margin: 0px;
padding: 0px;
}

a{
text-decoration: none;
color: #000;
}

a:visited{
color: #000;
}

a:active {
color: #000;
}

a:hover {
color:#fff;
}


#theBG {
height: 931px;
width: 755px;
background-image: url(images/bg.jpg);
background-repeat: no-repeat;
border-left: 1px solid white;
border-right: 1px solid white;
}

#topBorder {
width: 756px;
border-bottom: 1px solid white;
position: absolute;
top: 31px;

}

#homeLink {
height: 120px;
width: 504px;
position: absolute;
cursor: pointer;
top: 140px;
left: 250px;
}

#home, #contact {
height: 15px;
width: 15px;
position: absolute;
cursor: pointer;
}

#home {
left: 705px;
}

#contact {
left: 725px;
}

#titleLarge {
color: white;
font-size: 24px;
border-bottom: 1px solid white;
display: block;
width: 756px;
position: absolute;
top: 272px;
left: 0px;
}

#container {
float: left;
width: 755px;
height: 650px;
position: absolute;
top: 10px;
}

#content, #mainNav {
color: #FFFFFF;
}

#content {

width: 540px;
position: absolute;
top: 315px;
left: 10px;
border: 1px solid white;
padding-top: 6%;
}

#content p{ 
padding-left: 5px;
padding-right: 5px;
}

#bg1 {
position: absolute;
width: 540px;
top: 316px;
left: 11px;
border-bottom: 1px solid white;
}

#bg2 {
position: absolute;
width: 154px;
top: 316px;
left: 580px;
border-bottom: 1px solid white;
}

#menu {
display: block;
position: absolute;
top: 340px;
width: 180px;
left: 550px;
padding-top: 3%;
}

#menuBorder {
position: absolute;
left: 578px;
top: 315px;
width: 156px;
height: 280px;
border: 1px solid white;
}

#mainNav, .subNav{
list-style: none;
text-align: left;

}

#mainNav li, .subNav{
margin: 2px;
display: block;

}

.mainNavLi a{
display: block;
background-color: #649AA6;

width: 100%;
}

#special{
display: block;
background-color: #649AA6;
padding: 1px;
width: 100%;
}

#mainNav li a, .subNav a{
display: block;
width: 100%;
color: white;
text-decoration: none;
padding-top: 3px;
padding-right: 3px;

}

.subNav{
text-align: right;
}

#mainNav li a:hover {
background-color: #FBB442;
color: black;

}

#footer {
display: block;
position: absolute;
height: 18px;
width: 754px;
left: 1px;
background-color: #aaa;
padding-top: 4px;
padding-left: 1px;
border-top: 1px solid white;
border-bottom: 1px solid white;
top: 900px;
color: #000;
}

#footer a {
color: #333;
}

#footer a:hover {
color: #FFF;
}

#footer #footerOver {
padding-left: 434px;
}

input{
width: 175px;
}

select {
width: 180px;
}

#Submit, #Reset {
margin-top: 3px;
width: 70px;
}

#contactForm {
padding-left: 5px;
}

#arrow {
background-image: url(images/arrow.gif);
width: 11px;
height: 11px;
position: relative;
top: -15px;
left: 122px;
}