body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 16px;
	font-weight:bold;
	color:#BE0F34;
	margin-bottom:0px;
}
h2 {
	font-size: 12px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

p, td {
	font-size: 14px;
	line-height:17px;
}

hr {
	height:1px;
	color:#990000;
}

#content a:link, #content a:visited {
	color:#000000;
}

#content a:hover, #content a:focus {
	color:#BE0F34;
}


.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#BE0F34;
	font-style: italic;
	margin-left: 110px;
	width: 290px;
}

/***************TOP MENU********************/
#top ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#top li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:left;	
	padding-left:10px;
	padding-right:10px;
}

#top a:link, #top a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#top a:hover, #top a:focus {
	text-decoration:none;
	color:#FFFFFF;
}







/***************MAIN MENU********************/
ul#nav{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav li.button { /* all list items */
	position: relative;
	padding-left:35px;
	float:left;
	text-align:left;
	font-weight:bold;
	height:24px;
}

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 24px;
	left: -5px;
	width:150px;
	padding:3px;
	padding-left:5px;
	padding-top:9px;
	clear:left;
	background-color:#FFFFFF;
	border: solid 1px #BE0F34;
	text-align:left;
	background-image: url(_images/submenu_bg.gif);
	background-repeat: no-repeat;
	line-height:14px;
}
.subsubmenu {
	font-weight:normal;
}

ul#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display:block;
	list-style:none;
}

#menu a:link, #menu a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#000000;
} 

#menu a:hover, #menu a:focus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#990000;
} 

#menu a.on:link, #menu a.on:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#990000;
} 

#menu a.on:hover, #menu a.on:focus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#990000;
} 

/*******END MAIN MENU*************/




#content ul, #contentWide ul {
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
	padding-left: 8px;
	/*border:#FF0000 solid 1px;*/
}

#content li, #contentWide li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image: url(_images/bullet_content.jpg);
}
#footerNews ul {
	margin: 0px;
	padding: 0px;
}

#footerNews li {
	margin: 0px;
	padding: 0px;
	list-style:circle url(_images/bullet_news.gif) inside;
}

#footerNews a {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footerNews a:link, #footerNews a:visited {
	color: #000000;
}

#footerNews a:hover, #footerNews a:focus {
	color: #990000;
}

#footer h3 {
	font-size: 10px;
	color: #990000;
	margin: 0px;
	padding: 0px 0px 3px 30px;
}

#content ul li.button { /* all list items */
	font-weight:bold;
	padding-top:6px;
}

#content ul li.button ul { /* all list items */
	font-weight:normal;
	padding-top:6px;
}



#locations ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#locations ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	margin-bottom:20px;
}

#locations ul li ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left:10px;
	font-weight:normal;
	margin-bottom:10px;
}



#locations h3 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
}


#locations p {
	margin-top:0px;
}


.photoCredit {
	font-size:9px;
}