/* --------------------------------------------
Date: 		20 May 2004
--------------------------------------------- */


/* Basics
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
	color: #1d1308;
	background: #000 url("../images/home_bg.jpg") repeat-x;
	width: 660px;
	margin: 0 auto;
}

p {
	margin: 0;
	padding: 0;
}

abbr, acronym {
	cursor: help;
	font-style: normal;
}

hr {
	display: none;
}

/* misc /**************************/

.standardsAlert { display: none; }
.clearleft { clear: left; }
img { border: none; display: inline; }
div.clearer {clear: both; line-height: 0; height: 0;}

/* Links
----------------------------------------------- */

a:link {
	color: #7B2F0D;
	text-decoration: none;
}

a:visited {
	color: #7B2F0D;
	text-decoration:none;
}

a:hover {
	color: #DCA155;
	text-decoration: none;
	border-bottom: 1px dotted #DCA155;
}

a:active {
	color: #DC7C00;
}

/* Layout
----------------------------------------------- */
#masthead {
	width: 960px;
	height: 135px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

#navbar {
	width: 960px;
	height: 48px;
	margin: 0;
	padding: 0;
	display: block;
	background: url("../images/navbar.jpg") no-repeat top left;
}

#wrapper {
	width: 960px;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff3db url("../images/main_pagemid.jpg") repeat-y;
}

#wrapperspecial1 {
	width: 960px;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff3db url("../images/main_pagemidspecial1.jpg") repeat-y;
}

#pagetop {
	width: 960px;
	height: 36px;
	background: #fff3db url("../images/main_pagetop.jpg") no-repeat top left;
	margin: 0;
	padding: 0;
	display: block;
}

#innerwrapper {
	width: 890px;
	margin: 0 35px;
	padding: 0;
}

#main {
	width: 630px;
	float: right;
	padding: 0;
	margin: 0;
	display: inline;
	overflow: visible;
	padding-top: 12px;
}

#sidebar {
	width: 260px;
	float: right;
	padding: 0;
	margin: 0;
	display: inline;
}

#pagebase {
	width: 960px;
	height: 44px;
	background: #fff3db url("../images/main_pagebase.jpg") no-repeat top left;
	margin: 0;
	padding: 0;
	display: block;
}


/* Nav
----------------------------------------------- */

#nav {
	margin: 0;
	padding: 0;
	height: 48px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 8px 0 10px 24px;
	list-style: none;
	display: inline;
	font-family: 'Merriweather', serif;
	letter-spacing: -0.03em;
	font-size: 1.2em;
	font-weight: 900;
	text-shadow: 2px 2px 2px #4d443b;
}

#nav li a {
	color: #000;
}

#nav li a:hover {
	color: #f0e3c3;
	text-decoration: none;
	border-bottom: none;
}

#nav a:active, #nav a.selected {
	color: #f0e3c3;
	text-shadow: -2px -2px 2px #41372e;
}

*/

/* Typography
----------------------------------------------- */
#features table tr {
	vertical-align: baseline;
}

#features table tr td.leftfeaturetop {
	width: 330px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: url(../images/leftfeaturetop.jpg) top left no-repeat;
}

#features table tr td.leftfeaturetop h1 {
	margin: 0;
	padding: 30px 25px 8px 130px;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #740400;
}

#features table tr td.rightfeaturetop {
	width: 330px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: url(../images/rightfeaturetop.jpg) top right no-repeat;
}

#features table tr td.rightfeaturetop h1 {
	margin: 0;
	padding: 30px 170px 8px 30px;
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #740400;
}

#features table tr td.left p {
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 0 25px 4px 130px;
}

#features table tr td.right p {
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 0 170px 4px 30px;
}

#featuresbase {
	background: url(../images/featuresbase.jpg) top left no-repeat;
	height: 29px;
}

/* Footer
----------------------------------------------- */

#footer {
	clear: both;
	width: 660px;
	height: 65px;
	background: #000 url("../images/footer.jpg") no-repeat top left;
	margin-bottom: 20px;
}

#footer p {
	margin: 0;
	padding: 0;
	font: 0.7em 'Lucida Grande', 'Lucida Sans Unicode', arial, verdana, sans-serif;
	font-weight: bold;
	color: #e8dcc1;
	line-height: 1.3em;
	padding-top: 25px;
}
