/* This is the style of your browser text */

* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a:link, a:visited {
	text-decoration: none;
}

h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
}


#HeaderText h1, #GalleryHeaderText h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 17px;
	display: inline;	
}

#HeaderText p, #GalleryHeaderText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

#ContentText h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#f78e1d;
	padding: 0 0 14px 14px;
}

#ContentText h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#6b6d6f;
	padding: 0 0 2px 14px;
}

#ContentText p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	padding: 0 0 13px 14px;
}

#ContentLeftHome h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	padding: 0 0 13px 0;
	font-weight: bold;
}

#ContentLeftHome h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#6b6d6f;
	padding: 0 0 2px 0;
	font-weight: bold;
}

#ContentLeftHome p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#6b6d6f;
	padding: 0 0 11px 0;
}

#ContentText a:link, #ContentText a:visited, #GalleryContentBack a:link, #GalleryContentBack a:visited, #ContentLeftHome a:link, #ContentLeftHome a:visited {
	text-decoration: underline;
	color: #f78e1d;
}

#ContentText a:hover, #GalleryContentBack a:hover, #ContentLeftHome a:hover {
	text-decoration: none;
	color: #f78e1d;
}

UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	padding: 0 0 13px 8px;
	text-indent: 0px;
	list-style-position: outside;
	/*list-style-image: url(square.gif);*/
	list-style-type: disc;
 }
 
 LI {
 margin: 0 0 0px 7px;
 
 }
 
.csc-sitemap UL{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	padding: 0 0 13px 30px;
	text-indent: 0px;
	list-style-position: outside;
	/*list-style-image: url(square.gif);*/
	list-style-type: disc;
 }
