body {
	margin: 0 auto;
	background:url(../images/imgstrip.jpg) repeat-x #BDBDBD;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	font-size: 0.8em;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	height: 800px;
	padding: 0;
}

#container {
	background: #FFF;
	margin: 0;
	padding: 0;
}

#header {
	text-align: center;
}

h1 {
	color: #666;
	font-size: 1.5em;
}

.navigation {
	background: #666;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

.navigation ul {
	padding: 10px 0;
	margin: 0;
}

.navigation li {
	display: inline;
	list-style: none;
	padding: 8px 30px;
}

.navigation li a {
	color: #FFF;
	text-decoration: none;
}

.navigation li a:hover {
	text-decoration: underline;
}

#bottomnav {
	background: #FFF;
}

#bottomnav a {
	color: #4A4A4A;
}

#footer {
	margin: 0;
	background: #666;
	padding: 10px 0;
}

#footer, #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#nb {
	float: left;
	width: 25%;
	text-align: center;
}

#innershed {
	float: right;
	width: 25%;
	text-align: center;
}

#cpright {
	text-align: center;
}



#imageUpload {
	width: 23em;
	border: 1px solid  #CCC;
	background-color: #E8E8E8;
	padding: 1em;
	margin: 1em 0;
}

#imageUpload ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#imageUpload li {
	height: 1.7em;
	line-height: 1.7em;
}

#imageUpload li label {
	width: 6em;
	float: left;
	text-align: right;
	margin: 0 1em 0 0;
}

#imageUpload li .input {
	border: 1px solid #CCC;
	padding: 0.2em;
}

#content {
	padding: 0 10px;
	overflow: auto;
}

#map {
	width: 350px;
	height: 200px;
	float: right;
	margin-right: 5px;
	border: 1px solid #666;
	padding: 5px;
}

form input, form textarea, form select {
	border: 1px solid #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	background-color: #FFF;
}

form .col21, form .col22 {
	float: left;
	width: 100%;
}

form input, form textarea {
	width: 20em;
}

form #specialRequirements, form #emailAddress { width: 20em; }
form #specialRequirements { height: 7em; }

#formd {
	width: 75%;
}

form {
	border: 2px solid #CCC;
	margin: 1em 0;
	padding: 1em;
}

form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

form li {
	overflow: auto;
	padding: 0.4em;
	border-bottom: 1px solid #CCC;
}

form ol label {
	float: left;
	width: 12em;
	line-height: 1.8em;
}

form label em {
  font-weight: bold;
  font-style: normal;
  color: #C00;
  margin: 0 0 0 0.5em;
}

form .radio {
	margin: 0 0 0 12em;
}

form .radio label {
	float: none;
}

.errorMessage {
	border: 2px solid #C00;
	padding: 1em;
	background-color: #FCC;
}

.errorMessage h2 {
	font-size: 1.2em;
	margin: 0;
}

.errorMessage ul {
	margin: 0;
	padding: 0.6em 0 0 1.8em;
	list-style: square;
}

.contactinfo ul {
	margin-bottom: 50px;
}

.contactinfo li {
	list-style: none;
	padding: 0 0 10px 25px;
}

.contactinfo .telephone {
	background: url(http://assets.easyroutehosting.org/icons/telephone.png) top left no-repeat;
}

.contactinfo .address {
	background: url(http://assets.easyroutehosting.org/icons/house.png) top left no-repeat;
}

.contactinfo .email {
	background: url(http://assets.easyroutehosting.org/icons/email.png) top left no-repeat;
}

table {
	margin: 10px auto;
	border: 1px solid #c1c1c1;
	padding: 0;
	background: #f9e7c4;
	border-spacing: 0;
	empty-cells: hide;
}

td {
	border: 1px solid #c1c1c1;
	padding: 10px;
	empty-cells: hide;
}

table {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 280px;
	background-color: #666;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

table td {
	background-color: #CCC;
	color: #000;
	padding: 4px;
	text-align: center;
	border: 1px #fff solid;
}

table th {
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: center;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
} 

.slideShowImage {
    height:364px;
    position:absolute;
    width:1000px;
}

#slideShow {
    height:364px;
    margin-bottom:10px;
    position:relative;
    width:1000px;
}