/* id formatting for page template containers (header, footer, etc) */
@import url("container.css");

/* global tag formatting */
body{
	background-image:url(../images/bg_grad.gif);
	background-repeat: repeat-x;
	background-color:#f9f8ef;
	margin: 0px;
	padding: 0px;
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

td {
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

a {
	color: #7c221a;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #993333;
	text-decoration:underline;
}

h2 {
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #669999;
	text-decoration: none;
}

h3 {
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669999;
	text-decoration: none;
	margin-bottom:15px;
	padding-bottom:15px;
}

ul { 
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0;
}

li { 
	background: url(../images/list_bullet.gif) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 13px;
}

/* ////////// custom classes //////////// */
a.h2 {
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #669999;
	text-decoration: none;
}

a.h2:hover {
	color: #CCCC33;
	text-decoration: underline;
}

a.submenu {
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #669966;
	text-decoration: none;
	font-weight: none;
	margin-bottom:20px;
}

a.submenu:hover {	
	color: #CCCC33;
	text-decoration: underline;	
}

a.small {	
	text-decoration:none;
	font-weight: normal;
	font-size: 10px;
}

a.small:hover {	
	text-decoration:underline;
	font-weight: normal;
	font-size: 10px;
}

.title_img {
	margin-bottom: 20px;
}

.single_col_format {
	margin: 0px 0px 0px 175px;
}

.page_image {
	display: block;
	margin: 0px 0px 15px 0px;
	border: none;
}

.page_image:hover {
	cursor: pointer;
}

.red {
	color: #7c221a;
}

.small {
	font-size:10px;
	line-height: 15px;
}

.gray {
	color: #999999;
}