*{
padding:0px;
margin:0px;
}

body{
background-color:#000000;
color:#CC0000;
font-family:Helvetica, Arial, Tahoma;
font-size:14px;
}

#wrapper{
margin:0px auto 0px auto;
width:876px;
background-image:url(../images/parker-website-right.jpg);
background-repeat:repeat-y;
}

#header{
height:125px;
background-image:url(../images/parker-website-menu-header.jpg);
background-repeat:no-repeat;
}

#nav{
padding:77px 40px 0px 0px;
font-size:12px;
}

#nav ul{
text-align:right;
}

#nav li{
display: inline;
list-style-type: none;
padding: 6px 8px 5px 8px;
}

#nav a{
color:#CC0000;
text-decoration:none;
}

#content{
background-image:url(../images/parker-website-content-top.jpg);
background-repeat:no-repeat;
}

#leftMenu{
width:117px;
height:171px;
float:left;
font-size:14px;
padding-left:20px;
}

#leftMenu ul{
list-style:none;
line-height:25px;
}

#leftMenu a{
color:#CC0000;
text-decoration:none;
}

#rightContent{
margin:0px 0px 0px 137px;
padding:10px;
text-align:justify;
}

#rightContent span{
padding:0px 30px 0px 10px ;
color:#FFFFFF;
}

#rightContent ul{
padding-left:40px;
}

#imageRight{
padding:0px 10px 20px 10px ;
float:right;
clear:right;
}

#imageRight img{
border:#CC0000 1px solid;
}


#footer{
background-image:url(../images/parker-site-footer.jpg);
background-repeat:no-repeat;
height:99px;
clear:both;
text-align:center;
color:#990000;
line-height:99px;
overflow:hidden;
font-size:12px;
}

/* whats on css */

#listBox{
width:600px;
padding:10px;
}

#listBox h1{
font-size:18px;
font-weight:bold;
padding:0px;
margin:0px;
line-height:18px;
}

#imgBox{
width:600px;
}

#textBox{
text-align:left;
padding:5px;
width:600px;
filter:alpha(opacity=70);   
-moz-opacity: 0.7;   
opacity: 0.7;

}

#textBox a:hover{
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

#textBox a{
filter:alpha(opacity=70);   
-moz-opacity: 0.7;   
opacity: 0.7;
}

#textBox p{ 
text-align:right;
font-weight:bold;
}


a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #CC0000;
}

.redBorder{border:#CC0000 2px solid;}

#selected a{color:#000000; font-weight:bold;}
#selected {background-color:#CC0000;}

.xmasLink{border:#CC0000 1px solid;margin:5px;}

.mainText{padding:0px 30px 0px 10px ;color:#FFFFFF;}

.mainText h1{padding:10px 0px 0px 0px ;color:#CC0000;}

.mainText strong{color:#CC0000;}

input, textarea {
color:#FFFFFF !important;
width: 250px !important;
padding: 3px !important;
margin: 3px 0 18px 0 !important;
border: 1px solid #CC0000 !important;
background:#000000 !important;
}
input:focus, textarea:focus {
background:#000000;
border: 1px solid #990000;
}

.button {
background: #FFCC00;
width: 250px;
color: #482602;
border: 1px solid #333;
}
.button:hover {
background: #FEFFD6;
}