@charset "utf-8";
@import url(layouts.css);
@import url(components.css);
@import url(navigation.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}
* { margin:0; padding:0; outline:none; }
body{
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #000;
}

/*  Heading Formatting */
h1 {font-size:19px;line-height: 1.1em;font-weight: 900;color: #000;}
h2 {font-size:17px;line-height: 1.1em;font-weight: 900;color: #000;}
h3 {font-size:15px;line-height: 1.1em;font-weight: 900;color: #000;}
h4 {font-size:14px;line-height: 1.1em;font-weight: 900;color: #000;}
h5 {font-size:13px;line-height: 1.1em;font-weight: 900;color: #000;}
h6 {font-size:12px;line-height: 1.1em;font-weight: 900;color: #000;}
#content_pad h1 ,
#content_pad h2 , 
#content_pad h3 , 
#content_pad h4 , 
#content_pad h5 , 
#content_pad h6 {padding:15px;}
#content_pad p {padding:4px 0;}
div.catItemIntroText h3 , div.itemFullText h3 { padding:5px 0 25px; text-align:center;}
div.catItemIntroText h4 , div.itemFullText h4 { padding:10px 0; text-align:center;}

/*links*/
a:link , a:visited  {
	color: #640202;
}
a:hover {color: #000;}
img {border: 0 none;}
ol {
	list-style-position: outside;
	margin-left: 20px;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}
/* Clears Divs */
.clr{clear: both;}
#content p {
	line-height:1.3em;
}
/* #######################  END GENERAL SETTINGS ############################ */
