/* =============================================================== */
/* ----------------- UNDO EXISTING SYTLES ------------------------ */
/* =============================================================== */

/* This section will be added later after CSS is organized */


/* =============================================================== */
/* --------------------------- GLOBAL ---------------------------- */
/* =============================================================== */
/*set default style in body then override elsewhere*/
BODY {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	Background: #000000;
	text-align: center;
	}
a {
	color: #971d22;
	text-decoration: none;
	font-weight: bold;
	}
a:link,  a:visited{
	text-decoration: none;
	color: #971d22;
	}
a:hover, a:active {
	text-decoration: underline;
	text-align: inherit;
	}
p {
	margin:0px;
	padding:0px 0px 0px 0px;
	line-height: 16px;
	}
h1 {
	font-size:19px;
	margin:0px;
	padding:0px 0px 0px 0px;
	/*color: #;*/
	font-weight: bolder;
	margin-left: 0px;
	text-align: right;
	}
h2 {
	font-size:14px;
	margin:0px;
	padding:0px 0px 0px 0px;
	/*color: #;*/
	text-decoration: none;
	margin-left: 40px;
	color: #971D22;
	}

/* =============================================================== */
/* --------------------------- FONTS ----------------------------- */
/* =============================================================== */

body{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	}
.nav, #tgln, .ftrnav {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	}

/* =============================================================== */
/* ------------------------ CORE LAYOUT -------------------------- */
/* =============================================================== */

#wrapper {
	width:850px;
	margin:0 auto;
	}

/*========== Top navigation bar =========*/
/*wrapper for nav section*/
#nav {
	width: 850px;
	float:left;
	text-align: center;
	}
/*default style for all topnav*/
.nav1, .nav2, .nav3, .nav4, .nav5 {
	width: 121px;
	line-height: 23px;
	float: left;
	border-bottom:solid 4px #ffffff;
	}
/*colors for each nav*/
.nav1 {
	background-color: #999998;
	}
.nav2 {
	background-color: #cec35d;
	}
.nav3 {
	background-color: #5f879a;
	}
.nav4 {
	background-color: #971d22;
	}
.nav5 {
	background-color: #e9a94e;
	}
	
	
/*colors for specific pages */
.nav1page {
	background-color: #999998;
	border-bottom-color: #971d22;
	}
.nav2page {
	background-color: #cec35d;
	border-bottom-color: #971d22;
	}
.nav3page {
	background-color: #5f879a;
	border-bottom-color: #971d22;
	}
.nav4page {
	background-color: #971d22;
	border-bottom-color: #971d22;
	}
.nav5page {
	background-color: #e9a94e;
	border-bottom-color: #971d22;
	}
/*link styles for all boxes*/
a.nav1:link, a.nav2:link, a.nav3:link, a.nav4:link, a.nav5:link , 
a.nav1:visited, a.nav2:visited, a.nav3:visited, a.nav4:visited, a.nav5:visited {
	font-variant: small-caps;
	text-decoration: none;
	color: #FFFFFF;

	}
a.nav1:visited, a.nav2:visited, a.nav3:visited, a.nav4:visited, a.nav5:visited {
	text-decoration: none;
	font-variant: small-caps;
	}
a.nav1:hover, a.nav2:hover, a.nav3:hover, a.nav4:hover, a.nav5:hover, 
a.nav1page:hover, a.nav2page:hover, a.nav3page:hover, a.nav4page:hover, a.nav5page:hover {
	text-decoration: none;
	color: #000000;
	border-bottom-color: #971d22;
	}

	/*========= Header ==========*/
#hdr {
	width: 850px;
	border-top: solid 1px #971d22;
	float:left;
	background-color: #FFFFFF;
	}
.hdrimg {
	float: left;
	padding:0;
	}

/*========== Tagline =========*/
#tgln {
	float: left;
	width: 850px;
	padding: 5px 0px 5px 0px;
	background-color: #971d22;
	Color: #ffffff;
	text-align: center;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 1px;
	}

/*========== Main Content =========*/
/*the main body is wrapped then subdevided into two columns*/
#content {
	width: 850px;
	border-top: solid 1px #971d22;
	float:left;
	background-color: #ffffff;
	text-align: Left;
	}
.content-left {
	float: left;
	width: 170px;
	padding: 30px 40px 20px 60px;
	text-align: right;
	}
.content-left p{
	padding: 10px 10px 0px 5px;
	}
.content-right {
	width: 500px;
	float: left;
	margin: 30px 40px 20px 40px;
	}
.content-right p{
	padding: 5px 20px 10px 20px;
	margin-left: 20px;
	}


	
/*========== Bottom navigation bar =========*/
/*wrapper for nav section*/
#ftr {
	width: 850px;
	border-top: solid 1px #971d22;
	padding-top: 10px;
	float:left;
	background-image: url(images/ftrbg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	}
/*first default settings for boxes*/
.ftrnav {
	width: 50px;
	line-height: 16px;
	float: left;
	}
/*link styles for all boxes*/
a.ftrnav:link, a.ftrnav1:visited {
	text-decoration: none;
	color: #000000;
	}
a.ftrnav:hover {
	text-decoration: underline;
	color: #000000;
	}
	
/*============== Footer =============*/
.ftrtxt {
	width: 850px;
	float: left;
	font-size: 10px;
	margin: 5px 0px 9px 0px;
	text-align: center;
	}

/* =============================================================== */
/* ------------------------ CONTENT ------------------------------ */
/* =============================================================== */
#content .pressreleasesmallfont {
	font-family: "Lucida Grande";
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
}
#content .content-right italic {
	font-family: "Lucida Grande";
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
}
#content .content-right ITALIC {
	font-family: "Lucida Grande";
	font-size: 11px;
	font-style: italic;
}
