/* CSS Framework Import */
@import url("src/reset.css");
@import url("src/grid.css");
@import url("src/typography.css");
@import url("src/forms.css");
@import url("template.css");

/* 
CSS Site Outline and Definitions:

----------------
CSS FILES:
----------------
NOTE:  This template is using a form of the BluePrint CSS Framework.  Below is a general outline as to what the CSS files do.  Not all Blueprint CSS styles are present (it is a leaned down version of it).

reset.css:  Resets all standard browser outputs so the design can start with a clean slate.

grid.css:  Sets up the grid and dimensions for using fixed width parameters.

typography.css:  Sets the default typography.

forms.css:  Sets some standard form styling.

screen.css:  All CSS code related to the layout/structure of the site

ie.css:  Conditional stylesheet only for IE quirks.

print.css:  Print page styling.

*/


body {
	margin: 0;
	padding: 0;
	background: #b29666 url(../images/images/bodyBg.jpg) repeat-x;
}

#wrapper {
	margin-top: 0px;
	background-color: #d6bf96;
}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 41px;
	background: url(../images/images/menuBg.jpg) no-repeat;
	font-size: 14px;
}

ul#nav li {
	float: left;
	margin: 4px 23px;
}

ul#nav li a {
	color: #fff;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #b49a69;
}

#contentArea {
	padding: 0px;
	padding-left: 5px;
	padding-top: 5px;
}

#sidebar {
	width: 415px;
	float: left;
}

#sidebar .sidebarImage {
	margin-bottom: 5px;
}

#content.half {
	width: 476px;
	margin-left: 416px;
	text-indent: 0px;
	padding-left: 0px;
}

#content h1 {
	color: #97161a;
	margin: 0;
	font-size: 20pt;
}

#content h2 {
	color: #003366;
	font-size: 16pt;
	font-weight: bold;
}

#content h3 {
	color: #003366;
	font-size: 10pt;
	font-weight: bold;
	font-style:italic;
}


#content h4 {
	color: #97161a;
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
}

#content h5 {
	color: #333333;
	font-style: normal;
	margin: 0;
	font-size: 10pt;
	padding-left: 15px;
	padding-bottom: 10px;
}

#content blockquote span {
	float: left;
	margin: 0 10px 0 0;
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 50px;
}

#footer {
	/*background: #000 url(../images/images/footer_bg.jpg) repeat-x;*/
	padding: 0px;
	color: #fff;
	width: 910px;
	background-image: url(../images/images/footer_bg.jpg);
	height: 37px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
}
#footer  .moduleMid {
	width: 400px;
	margin-left: 0px;
	background-position: left top;
	text-align: left;
}

#footer h3 {
	color: #d6bf96;
	font-size: 22px;
	text-transform: uppercase;
}

#footerLeft span {
	float: right;
	font-size: 18px;
	background-image: none;
	width: 400px;
}

#sidebarMiddle ul {
	list-style: none;
	margin: 0;
}

#sidebarMiddle ul li {
	height: 19px;
	border-bottom: 1px solid #fff;
	padding: 10px 5px;
}

#sidebarMiddle ul li:hover {
	background: url(../images/images/footerNavBg.jpg) repeat-x;
}

#sidebarMiddle ul li a {
	text-decoration: none;
	color: #fff;
}
#footerRight  {
	color: #FFFFFF;
	font-size: 10px;
	background-position: right;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 575px;
}

#footerRight p.contact {
	color: #46698c;
}

#copyright {
	height: 46px;
	background: url(../images/images/copyrightBg.jpg);
	color: #fff;
}

#copyright p {
	margin: 0;
	padding: 13px;
	
}
#footer .module.last {
	margin-right: 0;
	width: 388px;
	background-image: url(../images/images/copyright_bg.jpg);
	float: right;
}
#content .contentImage {
	margin-bottom: 5px;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer .footerImage {
	margin-bottom: 0px;
	background-image: url(../images/images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 37px;
	width: 900px;
}
#sidebarA {
	width: 500px;
	float: left;
	padding-top: 0px;
	font-size:12px;;
	font-weight:bold;
	
}
#sidebarA .sidebarImage {
	margin-bottom: 5px;
}
#contentA.half {
	width: 300px;
	margin-left: 525px;
	text-indent: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
}
.style6 {
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 10pt;
	padding-left: 25px;
	padding-top: 0px;
}
#footer .moduleRt {
	width: 425px;
	margin-left: 426px;
	text-align: right;
}
#footer h6 {
	color: #FFFFFF;
	font-style: normal;
	margin: 0;
	padding-left: 15px;
	padding-bottom: 10px;
	onmouseover: #444444
}
.masstimes {
	font-size: 10pt;
	font-weight: bold;
	color: #033C74;
	font-family: Arial, Helvetica, sans-serif;
}
