@charset "utf-8";
/* Pickens Kane Global CSS Document */


* {
	margin:0px;
	padding:0px;
}

body {
background-image: url(../images/bkg.jpg);
background-repeat: repeat-x;
background-color:#535354;
font-size: .7em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}





img {
border: none;
display: block;
}


a {
color: #cc8b3c;
text-decoration: none;
}

a:hover {
color: #cc8b3c;
text-decoration: underline;
}

p {
color: #7f7465;
line-height: 20px;
}


h1 {
font-size: 2.0em;
font-weight: bold;
color: #535354;
padding-bottom: 15px;
}


img {
border: none;
display: block;
}


.left {
float: left;
}

.right {
float: right;
}

.clear {
clear:both;
}


/*-----------------site wrapper ----------------*/

#siteWrapper {
margin: 0px auto 0px auto;
width: 990px;
}



/*-----------------masthead ----------------*/


#masthead img { /*logo*/
float:left;
padding-top: 7px;
padding-left: 17px;
}


#masthead p {
display: block;
text-align: right;
font-size: 1.8em;
font-weight: bold;
color: #ffffff;
padding-bottom: 25px;
}




/*-------utility----------*/


#utility {
display: block;
text-align: right;
padding-top: 8px;
padding-bottom: 27px;
}

#utility li {
display: inline;
padding-left: 20px;
}

#utility a {
color: #ffc20e;
}





/*-------nav----------*/


#nav {
display: block;
text-align: right;
}



#nav ul {
padding-right: 15px;
padding-top: 7px;
}

#nav li {
display: inline;
padding-left: 24px;
}

#nav a {
font-size: 1.1em;
font-weight: bold;
color:#ffffff;
}





/*-------form----------*/





#formColumn1 {
float:left;
}



#formColumn2 {
float:left;
padding-left: 30px;
}


#formContainer label {
display: block;
color: #ffffff;
padding-bottom: 3px;
padding-top: 8px;
}



#formContainer input {
width:227px;
height: 18px;
border: #1a1818 1px solid;
}


#formContainer dl {
padding: 0px;
}

#formContainer dl input {
margin-bottom: 0px;
}


#formContainer dd {
float:left;
padding-right: 11px;
}


#formContainer input.pickup {
width: 48px;
}

#formContainer input.date {
width: 65px;
}

#formContainer label.dateText {
width: 70px;
}

#formContainer select {
width:227px;
height: 20px;
border: #1a1818 1px solid;
font-size: .9em;
}

#formContainer .submitBtn {
background-image:url(../images/btn-submit.jpg);
background-repeat: no-repeat;
width: 183px;
height: 35px;
display:block;
border:none;
margin-top: 19px;
}




/*------- Content----------*/

#content {
background-color: #ffffff;
width: 990px;
float:left;
}


#content h1 {
padding-left: 15px;
}



/*------- left----------*/



#left h2 {
color: #67777f;
font-size: 1.1em;
}

#left h2 a {
color: #67777f;
font-size: 1.1em;
}


#left a {
font-weight: bold;
color: #cc8b3c;
}



/*------- right----------*/

#right h2 {
color: #67777f;
font-size: 1.2em;
padding-bottom: 10px;
}

#right ul {
color: #67777f;
font-size: 1.1em;
padding-bottom: 15px;
}

#right p {
padding-bottom: 20px;
}


#right h1 {
padding-left: 0px;
}




#locations {
background-image:url(../images/bkg-locations.jpg);
height: 170px;
background-repeat: no-repeat;
width: 380px;
}

#locations ul {
float: left;
padding-right: 20px;
padding-top: 15px;
line-height: 24px;
padding-left: 15px;
}


#locations li {
color: #535354;
}

#locations li a {
color:#cc8b3c;
font-weight: bold;
}


/*------- footer----------*/

#footer {
width: 990px;
background-color:#403c32;
height: 100px;
text-align: center;
}


#footer ul {
padding-right: 15px;
padding-top: 7px;
}

#footer li {
display: inline;
padding-left: 24px;
}

#footer li a {
font-size: 1em;
color: #ffc20e;
}


#footer p {
padding-top: 10px;
}

#footer p a{
color: #ffc20e;
}



.active {
text-decoration: underline;
}
