html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}





/* added for Explorer, since it doesn't use <meta name="viewport" ...> */

@viewport {
	zoom: 1.0;
	width: device-width;
}

@-ms-viewport {
	zoom: 1.0;
	width: device-width;
}




body {
	margin:0px;
	padding:0px;
	background-color:#f1f0f0;

	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 0 !important;
}



.centralContent{
	margin-top: 15px !important;
	background-color:#ffffff;
	padding: 10px 0px !important;

	border-style: solid;
	border-color: #cccccc;
	border-width: 4px;
	z-index: 0 !important;
}



.grid {
	padding: 0 0px;
}




.hide {
	display: none;
}


.rule{
	border-color: #D8D8D8;
	background-color: #D8D8D8;
	color: #D8D8D8;
}





.mainPromo {
	margin-top: -10px;
	margin-bottom: 0px;
	margin-right: 20px;
}



#list, #list2{
	margin-left: 50px;
}

#list li{
	color: #990016;
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 10px !important;
}

#list span{
	color: #666666;
}




#list2 li{
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 10px !important;
}

#list2 span{
	color: #666666;
}








/* link styles */

a {
	font-family: "Helvetica Medium", "Helvetica", helvetica, arial, sans-serif;
	color: #8e8d8d;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #990016;
}



#insideAreas a{
	color:#CCCCCC !important;
}

#insideAreas a:hover{
	color:#990016 !important;
}

#contentColumn a{
	color: #990016;
	text-decoration: underline;
}


#contentColumn a:hover{
	color: #666666;
	text-decoration: none;

}



#directions:link, #directions:visited {
	z-index: 0 !important;
	color: #938b82;
	background: url(../images/icon_car.gif) no-repeat; background-position: left; padding: 0.5em 0 0.5em 25px;
	position: relative;
	top: 1em;
	text-decoration: none;
}

#directions:hover, #directions:active {
	color: #990016;
}

.lineClear{
	clear: left;
}


#portfolioBack {
	text-decoration: none !important;
	color: #ffffff !important;
	margin-top: -2pt !important;
}

