* {
	margin: 0;
	padding: 0;
}

a img {
	border-width: 0;
}

html {
	background: #fff url('../images/bg_bottom.jpg') top left;
	font-family: Arial, Helvetica, sans-serif;

}

body {
	background: transparent url('../images/bg_top.jpg') top left repeat-x;
	min-height: 282px;
	padding-top: 30px;
}

img.centered {
	display: block;
	margin: 0 auto;
}


#container {
	width: 801px;
	margin: 0 auto;

}


#mastheadouter {
	background: transparent url('../images/headdropshadow-trans.png') top left repeat-y;
	padding: 0 25px;
}

#mastheadinner {
	height: 203px;
	border: 1px solid black;
	border-bottom-width: 0;
	overflow: hidden;
}


#mainouter {
	background: transparent url('../images/dropshadow-trans.png') top left repeat-y;
	padding: 0 25px;
}

#maininner {
	border: 1px solid black;
	border-top-width: 0;
	border-bottom-width: 0;
	background: #f0f0f0 url('../images/faux.gif') left top repeat-y;
}

#maininner #breaker {
	position: relative;
	clear: both;
}

#maininner #insidep2s {
	display: block;
	margin: 0 0 0 auto;
	width: 85px;
}

#maininner #insidep2s img {
	display: block;
}

#maininnertable {
	width: 100%;
}


/* ============================================================
	Navigation
============================================================ */

#nav {
	height: 26px;
	background: blue url('../images/nav_bg.jpg') left top no-repeat;
}

/*
#nav {
	list-style-type: none;
}

#nav li {
	display: inline;
}

#nav li img {
	vertical-align: bottom;
}
*/

/* ============================================================
	Sidebar
============================================================ */

#sidebar {
	width: 215px;
	/* background: #ccc url('../images/pro2serve-building-sketch.jpg') top left no-repeat; */
	background: #ccc url('../images/pro2serve-building-photo.jpg') top left no-repeat;
	background-color: transparent;
	padding-top: 121px;

	font-size: 80%;
}

#sidebar dl {
	border-top: 1px solid black;
	padding: 15px;
	position: relative;
}

#sidebar dl span.date {
	display: block;
	color: #0D6D75;
	font-weight: bold;
	margin-top: 1em;
}

#sidebar dl dt {
	font-weight: bold;
}

#sidebar dl dd {
	/* margin-bottom: 1em; */
overflow: hidden;
word-wrap: break-word;
}

#sidebar .subhead {
	color:#0066CC;
	font-family: serif;
	font-size: 125%;
	/* font-style: italic; */
	font-variant: small-caps;
	font-weight: bold;
}

#sidebar .readmore {
	margin-bottom: 1em;
	display: block;
}

#sidebar li {
	margin-left: 1em;
	font-size: .9em;
}


/* ============================================================
	Content
============================================================ */

#content {
	padding: 15px 50px 15px 50px;
	position: relative;
}

#content h1 {
	font-size: 1.5em;
}

#content dfn {
	font-weight: bold;
}

#content h2 {
	font-size: 1em;
}

#content h3 {
	font-size: .75em;
}

#content h2.subhead {
	font-size: .75em;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	color:#0066CC;
	width: 80%;
}

#content p {
	margin: 1em 0;
	font-size: .75em;
}

#content p img {
	margin: 10px;
	float: right;
}

#content p img.alt {
	float: left;
}

#content img.full {
	display: block;
	/*
	margin-left: -30px;
	*/
	width: 400px;
	margin: 0 auto;
}

#content > ul,
#content ul.indexfocusareas {
	font-size: .75em;
	margin: 1em 0;
}

#content ul {
	padding-left: 1.5em;
}

#content ul li {
	padding-bottom: 0.5em;
}

#content dl {
	font-size: .75em;
}

#content dl dt {
	margin-top: 1em;
}

#content dl dd {
	margin-bottom: 1em;
}

/*
#content #insidep2s {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 85px;
	height: 66px;
}
*/

/* ============================================================
	Footer
============================================================ */

#footerouter {
	clear: both;
	padding: 0 25px;
	background: transparent url('../images/dropshadow_bottom-trans.png') bottom left repeat-y;
}

#footerinner {
	background: black url('../images/bg_footer.jpg') top left no-repeat;
	color: white;
	font-size: .55em;
	text-align: right;
	padding: 1.25em 0.5em;
position: relative;
}


/*
br.clear {
	clear: both;
	height: 1px;
	margin: 0;
}
*/

a.readmore {
	display: block;
}

/*
#footer {
	clear: both;
	background: black url('../images/bg_footer.gif') no-repeat;
	color: white;
	font-size: .55em;
	padding: 20px 20px 20px 0;
	height: 32px;
	text-align: right;
}
*/


/* ============================================================
	Generic Elements
============================================================ */

form {
	margin: 1em 0;
}

fieldset {
	border-width: 0;
	margin: 0;
	padding: 0;
}


/* ============================================================
	Content
============================================================ */
table.contacts td {
	font-size: 80%;
	vertical-align: top;
	width: 50%;
}

table.contacts {
	margin-bottom: 1em;
}

table.contacts span.instructions {
	font-style: italic;
}

table.contacts span.instructions,
table.contacts span.company,
table.contacts span.location {
	display: block;
}

table.contacts span.name,
table.contacts span.title {
	font-weight: bold;
}

form .securitycode img {
	border: 1px solid black;
}

form label {
	display: block;
	font-size: 100%;
	overflow: auto;
	padding-bottom: 0.5em;
	width: 430px;
}

form label span {
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 10px;
	width: 120px;
}
form label input,
form label textarea {
	display: block;
	float: left;
	width: 250px;
}

form label textarea {
	height: 10em;
}

table.securitycode td.image {
	width: 130px;
	text-align: center;
}

table.securitycode td span {
	font-size: 0.75em;
}

ul#events li,
ul#awards li {
	padding-bottom: 1em;
}

ul#events li h2,
ul#awards li h2 {
	font-size: 125%;
}

ul#events li span.date,
ul#awards li span.date {
	display: block;
	font-style: italic;
}




#vehiclelist {
list-style-type: none;
}

#vehiclelist>li {
margin: 1em 0;
padding: .5em 0;
border-bottom: 2px inset;

}

#vehiclelist img {
margin: 0 auto;
margin-bottom: 1em;
display: block;
}