/* structure */

html{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body{
		margin: 0px auto;
	padding: 0px;

}

#pagecontainer {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#pageheader {
	height: 120px;
	background-image:url(images/bg_header.png) top left repeat-x;
}

#pageheaderhome {
	height: 221px;
	background-image:url(images/bg_header.png);

}

#headeraddy {
	margin: 30px 35px 0px 0px;
	text-align: right;
	float: right;
color: #DC7D9D;
	font: 11px Tahoma;
}


#pageheaderlogo {
	float: left;
	width: 200px;
}

#pageheader #pageheaderlogo {
	margin: 25px 0px 0px 20px;
}

#pageheaderhome #pageheaderlogo {
	margin: 0px;
	width: 320px;
}

#tagline {
	clear: right;
	text-align: right;
	float: right;
	width: 440px;
	font-size: 16px;
	font-family: 'Georgia', sans-serif;
	line-height: 22px;
}

#pageheader #tagline {
	margin: 30px 35px 0px 0px;
	color: #b93860;
}

#pageheaderhome #tagline {
	margin: 70px 35px 0px 0px;
	color: #d4c7ad;
}

#pagefooter {
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #47422f;
	font-size: 12px;
	font-family: 'Georgia', sans-serif;
	line-height:16px;
}

#pagebody {
	background-image: url('images/page_bottom_curve.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #d0cdc0;
}

#pagebody.homepage {
	background-image: url('images/page_bottom_curve_home.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f5f2e7;
	height: 265px;
}


/*defaulted CSS*/
html {
	font-family: 'Tahoma', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #49473d;
	background-color: #000000;
}


a          { color: #91002d; text-decoration: underline; }
a:visited  { color: #91002d; text-decoration: underline; }
a:active   { color: #c81d52; text-decoration: underline; }
a:hover    { color: #af1041; text-decoration: underline; }
a.noline   { text-decoration: none; }

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

br.even {
	clear: both;
}

div.clear {
	line-height:1px;
	margin-top:-1px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

textarea {
	overflow: auto;
}

h1 {
	font-family: 'Georgia', serif;
	color: #3f3c2f;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 4px;
	padding: 0px;
}

h2 {
	font-family: 'Georgia', serif;
	color: #3f3c2f;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px;
}

h3 {
	font-family: 'Georgia', serif;
	color: #3f3c2f;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 4px;
	padding: 0px;
}

h4 {
	font-family: 'Georgia', serif;
	color: #3f3c2f;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 4px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

p ul {
	margin-top: 12px;
}

table {
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#59604e;
	border-top: solid 1px #cdc9b0;
	border-left: solid 1px #cdc9b0;
	border-collapse:collapse;	
}

td, td {
	padding: 4px;
	border-right: solid 1px #cdc9b0;
	border-bottom: solid 1px #cdc9b0;
	vertical-align:top;
}


/*home css*/

#homepagecontent {
	background-image: url('images/bg_home_content.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 255px;
}

#homepagefeature {
	width: 480px;
	float: left;
}

#homepagenews {
	width: 450px;
	float: right;
	margin-top: 8px;
}

.latestnews {
	clear: both;
	padding-top: 10px;
	padding-left: 110px;
	margin-right: 20px;
	font-size: 11px;
	line-height: 14px;
}

.latestnews p {
	margin-left: -110px;
}

.homepagenewsitemtext {
	width: 320px;
	float: right;
}

/*nav css*/

#navcontainer {
	height: 45px;
	overflow: hidden;
	font-family: 'Georgia', serif;
}

#navcontainer ul {
	position:absolute;
	white-space:nowrap;
	display:inline;
	width:960px;
	background:#000;
}

#navcontainer.homepage {
	height: 150px;
}

#nav {
	color: #990033;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	overflow: hidden;
	background-image: url('images/bg_nav_over.gif');
	background-repeat: repeat-x;
	background-position: left;
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	overflow: hidden;
	font-size: 20px;
	width: 240px;
	cursor:pointer;
	cursor:hand;
}

#nav a {
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	border-left: solid 1px #1a0008;
	background-repeat: repeat-x;
	background-position: left;
}

#nav li.firstNav a{ border-left:none !important; }
#nav li.firstNav span{ border-left:none !important; }

#navcontainer.homepage #nav a {
	height: 150px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	border-left: solid 1px #1a0008;
	background-repeat: repeat-x;
	background-position: left;
}

#nav a,#nav a:visited {
	background-image: url('images/bg_nav_off.gif');
	color: #d4c7ae;
	text-decoration: none;
}

#nav a:hover,#nav a:active {
	background-image: url('images/bg_nav_over.gif');
	background-position: top left;
	color: #f1e3c8;
	text-decoration: none;
}

#nav a span {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	border: none;
}

span.navitext {
	background-image: none;
	font-size: 11px;
	font-family: 'Tahoma', sans-serif;
	color: #a87282;
	white-space: normal;
	float: left;
	display: block;
	width: 200px;
	line-height: 17px;
	font-weight: normal;
}