@charset "utf-8";
/* CSS Text */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;	
}

p {
	padding-top: 10px;
}


h3 {
	display: block;
	padding-top: 15px;
	padding-bottom:5px;
	color: #AB0F3B;
	font-size: 14px;
	text-transform: uppercase;

}

h4 {
	padding-top: 15px;
	color: #AB0F3B;
}


#Content {
	font-size: 0.8em;
	line-height: 1.7em;
	/*word-spacing: .1em;*/
	text-align: justify;
}




#Address{
	font-size: 12px;
	font-weight: bold;
	color: #67012D;
}

#Address li {
	display:inline;
	padding-right: 30px;
}

.bold {
	font-weight:bold;
}

.color_sienna {
    color:sienna
}

#Content #Right_Content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}


#Content #Right_Content li {
	background-image: url(Images/List_Items_1.jpg);
	background-repeat: no-repeat;	
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 22px;
	background-position: 0px 8px;
}


#Content #Left_Content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

#Content #Left_Content li {
	background-image: url(Images/List_Items_1.jpg);
	background-repeat: no-repeat;	
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 22px;
	background-position: 0px 8px;

}


#Catalog_Description {
	color: #666;
	font-size: .8em;
	line-height: 1.4em;

}



#Notes {
	color: #666;
	font-size: .9em;
	line-height: 1.5em;
}

#Wrapper #Top_Header h1 {
	text-indent: -9999px;
}


#Wrapper #Top_Header h2 {
	text-indent: -9999px;
}
#Wrapper #Middle_Graphic h2 {
	text-indent: -9999px;
}
#Wrapper #Middle_Graphic ul {
	text-indent: -9999px;
	list-style-type: none;
}
.Content_Header H2 {
	text-indent: -9999px;
}
