* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(../img/bg_gradient.jpg) top repeat-x;
	font-family: Arial;
	color: #000000;
	font-size: small;
}

/***********************************/
/* Structure
************************************/
#wrapper {
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	padding: 20px;
}
#address {
	clear: right;
	float: right;
	text-align: right;
	margin-top: 20px;
	width: 400px;
}

#leftFrame {
	float: left;
	width: 180px;
	margin-top: 10px;
}

#rightFrame {
	float: right;
	width: 600px;
	margin-top: 10px;
}

#footer {
	margin-top: 10px;
}

/***********************************/
/* Headings
************************************/
#wrapper h1 {
	float: left;
	width: 224px;
	height: 120px;
	position: relative;
	font-size: 80%;
}
#wrapper h1 span {
	height: 100%;
	width: 100%;
	position: absolute;
	background: url(/_assets/img/ADP_Logo2.jpg) top left no-repeat;
}
#wrapper h1 a {
	cursor: hand;
}

#wrapper h2 {
	float: right;
	width: 300px;
	height: 50px;
	position: relative;
	font-size: 80%;
}
#wrapper h2 span {
	height: 100%;
	width: 100%;
	position: absolute;
	background: url(/_assets/img/motto1.gif) top left no-repeat;
}

#leftFrame h3 {
	width: 96px;
	height: 73px;
	position: relative;
	font-size: 80%;
	margin-top: 30px;
	margin-left: 30px;
}
#leftFrame h3 span {
	height: 100%;
	width: 100%;
	position: absolute;
	background: url(/_assets/img/mpalogo.gif) top left no-repeat;
}
#leftFrame h3 a {
	cursor: hand;
}

#leftFrame h4 {
	font-size: 90%;
}

#rightFrame h1 {
	color: #da241e;
	height: auto;
	width: auto;
	font-size: large;
	margin-bottom: 20px;
	float: none;
}

#rightFrame h2 {
	float: none;
}

/***********************************/
/* Paragraphs
************************************/
#rightFrame p {
	color: #1d1915;
	margin-bottom: 20px;
}

/***********************************/
/* Images
************************************/
img.homeImage {
	float: right;
	padding-left: 10px;
/*	padding-bottom: 10px; */
}
img#rightFrame a {
	border: none;
}
img.galleryImg {
	border: 1px solid black;
}
/***********************************/
/* Forms
************************************/
form#quickform {
	margin-top: 30px;
	padding: 5px;
	background-color: #eeeeee;
}

form#quickform input[type~="text"] {
	width: 165px;
}
form#quickform textarea {
	height: 100px;
	width: 165px;
	font-family: Tahoma;
}

/***********************************/
/* Links
************************************/
#address a {
	color: #1d1915;
	text-decoration: underline;
}
#rightFrame a {
	color: #1d1915;
	text-decoration: underline;
}

#footer a {
	color: #1d1915;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #da241e;
}

a.galleryImg {
	height: 92px;
	display: block;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

/***********************************/
/* Lists
************************************/
ul.navigation {
	list-style-type: none;
}
ul.navigation li a {
	display: block;
	padding: 3px;
	margin-bottom: 2px;
	background-color: #eeeeee;
	color: #1d1915;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	border-left: 5px solid #eeeeee;
}
ul.navigation li a:hover {
	background-color: #cccccc;
	color: #da241e;
	text-decoration: none;
	border-left: 5px solid #da241e;
}

/***********************************/
/* Pull Quotes
************************************/
.pullquote {
	width: 90%;
	float: right;
	font-size:100%;
	line-height:160%;
	margin-top:10px;
	background: url(/_assets/img/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(/_assets/img/openquote.gif) no-repeat left top !important;
	padding:5px 0 5px 25px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

/***********************************/
/* Miscellaneous
************************************/
.separator {
	clear: both;
}
.bold {
	font-weight: bold;
}
.justify {
	text-align: justify;
}
.quotelabel {
	clear: right;
	text-align: right;
}