/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(http://www.prescottseniortransportation.com/images/tie_logo.gif); width:274px; height:213px;}
#topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#contenttext{float:right; width:540px; margin-top: -50px;}
#contenttext img {padding: 8px;}
#leftpanel{float:left; width:260px;}
#footer{float:left; width:800px; background-color:#F0F0F0; margin-top: 20px; padding:10px;}


/* FORMS  */
fieldset {
	margin-top: 10px;
  padding: 1em;
  font-size: 12px;
  border:1px solid #ccc;
  }

label {
  float:left;
  width:8em;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
legend {
  padding: 2px 8px;
  color: #CC0000;
  border: 1px solid #ccc;
  font-size: 12px;
  font-weight: bold;
  }  
fieldset.submit {border: none;;}  
fieldset.submit input {
	margin-left: 10em;
	padding: .5em 6em;
	}
.note {
		padding-left: 2em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		color: red;
	}
.disclaimer {
	font-size: x-small;
	}
	
/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/* PAGE NAV */
.nav {text-align: center;}

#menu{float:right; width:526px; height:32px; background-image:url(http://prescottseniortransportation.com/images/bg_menu.gif); background-repeat:repeat-x;}
#menu ul {
	list-style: none;
	margin: 0;
	}
#menu li {
	float: left;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0;
	}
#menu li a {
	display: block;
	padding: 5px 16px 0 0;
	color: #fff;
	}
#menu li a:hover {	
    color: #fff;
	text-decoration: underline;	
	}


/*TEXT STYLES*/
.bodytext {
	font: 1.05em Tahoma, sans-serif;
	line-height: 1.4em;
	color: #333;
	text-align: justify
}

h1 {
	font: 1.8em Tahoma, sans-serif;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	margin-top: 40px;
	font-family: Tahoma, sans-serif;
	font-size:27px;
	font-weight:bold;
	color:#FFFFFF;
}
.whitetitle a {color: #fff; text-decoration:none}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.largewhitetext {
	font: 0.95em Tahoma, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	padding: 3px 20px;
	color: #FFFFFF;
}
.largewhitetext a{
	text-decoration:none;
}
.largewhitetext a:hover{
	text-decoration:underline;
}

.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.leftColText {
	font-family: Tahoma, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	text-align: left;
	color: #E13800;

}
a.leftColText {
	display: block;
	text-decoration:none;
	padding: 1px 20px;
}
a.leftColText:hover {
	text-decoration: underline;
	}