/*----------------------------------------------------------------
	reset styles
----------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background:  url(../images/bktile_parkplace.jpg) repeat-x scroll 0 0  #FF742A;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	display: block;
}
strong {
	font-weight: bold;
}
hr {border: none 0; 
	border-top: 1px solid #ccc;
	width: 95%;
	margin: 20px auto 30px 0;
	text-align: left;
	}



/*----------------------------------------------------------------
	hCard styles
----------------------------------------------------------------*/

.vcard {
	clear: left; font-size: 65%; line-height: 1.5;
}
.vcard a:link, .vcard a:visited {
	color: #FFF; text-decoration: none;
}
.vcard a:hover {
	color: #FFF; background: #C69C6D; text-decoration: none;
}
.vcard a:active {
	color: #FFF; text-decoration: none;
}

/*----------------------------------------------------------------
	misc styles
----------------------------------------------------------------*/

.img-style-lt {
	float: left; padding-right: 1em; margin-bottom: 1em; border: 6px solid #B7B7B7;
}
.img-style-rt {
	float: right; margin-left: 1em; margin-bottom: 1em; border: 6px solid #B7B7B7;
}

.img-style-logo {
	margin-bottom: 1em;
}

.clearfix {
	clear:both;
}
.wireframe {
	border: 1px solid black;
}
.block {
	background-color: #F00;
}



/* container*/

#container {
	background: url(../images/background_parkplace.jpg) no-repeat scroll 0 0;
	width: 998px;
}

/* header */

#header {
	text-align: left; padding: 0; margin: 0; height: 72px; width: 878px;
}
#logo {
	float: left;
}
#quicklinks {
	float: right; margin: 4px 7px 0 0; display: inline;
}
#quicklinks a {
	display: block; 
	width: 155px; 
	height: 15px; 
	margin-top: 4px;
	text-transform: lowercase;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 2px 4px;
}
#quicklinks a:link, #quicklinks a:visited {
	color: #FFF; text-decoration: none;
}
#quicklinks a:hover {
	color: #C69C6D; text-decoration: none;
}
#quicklinks a:active {
	color: #FFF; text-decoration: none;
}
.quicklink1 {
	background: url(../images/quicklinkbg1.png) no-repeat scroll 0 0;
}
.quicklink2 {
	background: url(../images/quicklinkbg2.png) no-repeat scroll 0 0;
}
.searchbox { 
	width: 130px; 
	background: #E1E1E1; 
	border: 1px solid #D4D4D4;
	height: 12px;
	padding: 2px 3px;
	color: #988675;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* mainnav */

#mainnav {
	height: 33px; width: 883px; padding-top: 1px;
}
#mainnav ul {
	margin-left: 28px;
}
#mainnav li {
	float: left; line-height: 26px; letter-spacing: 1px;
}
#mainnav li ul {
	position: absolute;
	width: 192px; 
	left: -999em; 
	background: #362F2D;
	margin-left: 0;
}
#mainnav li:hover ul, #mainnav li.sfhover ul {
	left: auto;
}
#mainnav li:hover a, #mainnav li.sfhover a {
	background: #362F2D;
}
#mainnav li ul li {
	width: 192px; font-size: 90%;
}
#mainnav a {
	display: block; padding: 0 8px;
}
#mainnav a:link, #mainnav a:visited {
	color: #FFF; text-decoration: none;
}
#mainnav a:hover {
	color: #FFF; background: #362F2D; text-decoration: none;
}
#mainnav a:active {
	color: #FFF; text-decoration: none;
}
#mainnav li ul li a {
	width: 176px;
}
#mainnav li ul li a:hover {
	background: #603913; 
}
#mainnav li a.active {
	background: #362F2D; 
}

/* content */

#contentwrap {
	background: url(../images/contentbg_parkplace.png) repeat-y scroll 0 0;
}
#contentfooter {
	background: url(../images/contentfooterbg_pp.png) no-repeat scroll 0 0;
	height: 18px;
	width: 878px;
}
#content {
	width: 798px; 
	padding: 40px 40px 0 40px;
	color: #A3501E; 
	background: url(../images/parkplaceheaderbg.jpg) no-repeat scroll 0 0;
}
#content h1 {
	font: 170% "Times New Roman", Times, serif; 
	line-height: 1.3; 
	margin-bottom: 1em;
	color: #FFF;
}
#content h2 {
	font-size: 115%; font-weight: normal;
	margin-bottom: .5em;
}
#content h3 {
	font-size: 110%; font-weight: bold;
	margin-bottom: .5em;
}
#content h4 {
	font-size: 100%; font-weight: normal;
}
#content p {
	font-size: 90%; line-height: 1.3; margin-bottom: 1em;
}

#content p a:link, #content p a:visited {
	color: #333; text-decoration: none;
}
#content p a:hover {
	color: #FFF; background: #A3501E; text-decoration: none;
}
#content p a:active {
	color: #A3501E; text-decoration: none;
}


#content ol {
	list-style-type: decimal; margin: 0 0 1em 1.5em;
}
#content li {
	font-size: 90%; line-height: 1.3;
	
	
}

#content .bullets li {
	background: url(../images/bullet.png) no-repeat scroll 0 0;
	padding-left: 20px;
	line-height: 1.3;
	margin: 0 0 0.5em 1em;
	font-size: 90%;
	text-transform: none;
	list-style-type: none;
}

#content ul li a:link, #content ul li a:visited {
	color: #A3501E; text-decoration: none;
}
#content ul li a:hover {
	color: #FFF; background: #A3501E; text-decoration: none;
}
#content ul li a:active {
	color: #A3501E; text-decoration: none;
}
#content td {
	vertical-align: top; color: #959595; padding: 0 1em 1em 0;
}
#content td h2 {
	color: #96AC01;
}
#content td li {
	background: none;
	padding-left: 0;
	line-height: 1.5;
	margin: 0 0 0 1.5em;
	font-size: 80%;
	text-transform: none;
	list-style-type: disc;
}
#content td a:link, #content td a:visited {
	color: #959595; 
}
#content td a:hover {
	color: #FFF; background: #959595; text-decoration: none;
}
#content td a:active {
	color: #959595; 
}
.img-border {
	margin-bottom: 1em; border: 6px solid #96AC01;
}

/* footer */

#footer {  
	clear: both; 
	padding: 0; 
	height: 188px; 
	padding-left: 40px; 
	position: relative;
	background: url(../images/footerbg_parkplace.jpg) no-repeat scroll 0 0;
}

/* footernav */

#footernav li {
	float: left; 
	line-height: 18px; 
	/*display: inline;*/
	font-size: 65%;
	margin: 0 5px 14px 0;
}
#footernav a:link, #footernav a:visited {
	color: #FFF; text-decoration: none;
}
#footernav a:hover {
	color: #FFF; background: #362F2D; text-decoration: none;
}
#footernav a:active {
	color: #FFF; text-decoration: none;
}

/* credits */

#credits {
	font-size: 65%; 
	color: #C69C6D; 
	line-height: 1.5;
	position: absolute;
	bottom: 7px;
}
#credits a:link, #credits a:visited {
	color: #C69C6D; text-decoration: none;
}
#credits a:hover {
	color: #FFF; background: #C69C6D; text-decoration: none;
}
#credits a:active {
	color: #C69C6D; text-decoration: none;
}


