/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

h1 {
font-size: 14px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
}

h2 {
font-size: 13px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
}

h3 {
font-size: 12px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
}

h3.a {
font-size: 12px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
color: white;
}

h2.a {
font-size: 16px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
color: red;
}

h2.b {
font-size: 14px;
font-style: italic;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
color: black;
text-align: center;
}

a:link			{ color:#3c62a3; }
a:visited		{ color:#3c62a3; }
a:active		{ color:#3c62a3 }
a:hover			{ color:#B90000; }
.p-white {
font-size: 10px;
font-weight:bold;
color:#FFFFFF;
}

#site-container{
	width:995px;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
}
#rollover {
	width:134px;
	height:104px;
}
/*** Left Navigation ***/

#left-navigation{
	width:150px;
	
	padding:0 0 0 4px;
	vertical-align:top;
}

/*** One Column Pages ***/
.one-column #left-navigation{ display:none; }

#category-tree{
	padding:0px;
	margin:0;
}

#category-tree-top-image{}
#category-tree-bottom-image{}

#category-tree a{
	display:block;
	text-decoration:none;
	color:#3c62a3;
	font-size:14px;
	font-weight:bold;

}

#category-tree div{}


.form-pad {
	font-weight: bold;
	padding-left: 10px;
	font-size: 11px;
}
.red24pt {
	font-size: 24px;
	color: #B90000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-left: 35px;
}
.white24pt {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding-left: 10px;
}
.go-btn {
margin-left: 5px;
margin-top: 5px;
}
.homesearch {

	margin-top: 3px;
}

#footer-text {
font-weight: bold;
font-size: 13px;
color: #0000ff;
}

#footer-text a{
text-decoration:none;
}
#nav-bg{
	background-image:url(graphics/nav-bg.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 124px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
/* navigation bar links */
#nav-bg a:link,
#nav-bg a:visited,
#nav-bg a:active{ 
	color:#ffffff; 
	text-decoration:none;
}
#nav-bg a:hover {
	text-decoration: underline;
}
#sub-nav {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left: 20px;
	background-color: #5E80BA;
	height: 29px;
}
/* sub-navigation bar links */
#sub-nav a:link,
#sub-nav a:visited,
#sub-nav a:active{ 
	color:#ffffff; 
	text-decoration:none;
}
#sub-nav a:hover {
	text-decoration: underline;
}
#copywrite {
font-size:10px;
}
