/* Main CSS for Inheritage
Michael Griffith - Griffiti LLC
*/


/* CORE */

/* Zero Out */
body, div, p, ul, ol, dl, dt, dd, li, form {
	margin: 0;
	padding: 0;
}

a:focus {
outline: none;
}

body {
	margin: 0 auto; 
	width: 1024px;
	padding: 0px;
	background-color: #e8ddc6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#outer_container {
	margin: 0 auto;
	position: relative;
	width: 1024px;
	min-height: 500px;
	background-image: url('images/white_border.png');
	background-repeat: repeat-y;
}

#inner_container {
	margin-left: 30px;
	position: relative;
	width: 960px;
	min-height: 1036px;
	background-image: url('images/inner_bg.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
	z-index: 2;
}

#sub_inner_container {
	margin-left: 30px;
	padding-bottom: 20px;
	position: relative;
	width: 960px;
	background-color: #b4b7c9;
	z-index: 2;
}

#sub_inner_inner_container {
	margin-left: 5px;
	position: relative;
	width: 950px;
	background-color: #e8e4d8;
	z-index: 3;
	padding-bottom: 5px;
}

#subPageHeader {
	position: relative;
	width: 960px;
	height: 366px;
	z-index: 4;
	margin-left: -5px;
}

#almanackPageHeader {
	position: relative;
	width: 960px;
	height: 248px;
	z-index: 4;
	margin-left: -5px;
	background-image: url('images/almanack_header.jpg');
	background-repeat: no-repeat;
}

#almanackPageSubHeader {
	position: relative;
	width: 960px;
	height: 115px;
	z-index: 4;
	margin-left: -5px;
	background-image: url('images/almanack_subheader.jpg');
	background-repeat: no-repeat;
}

#slides_bg {
	position: relative;
	width: 960px;
	height: 629px;
	background-image: url('images/slides_bg.png');
	background-repeat: no-repeat;
	z-index: 3;
}

#homeLink {

}

#homeLink a {
	position: absolute;
	width: 298px;
	height: 37px;
	left: 30px;
	top: 20px;
	text-decoration: none;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	z-index: 4;
	margin-left: 15px;
}

#homeLink a:hover {
	text-decoration: none;
	background: url('images/logo_hover.png');
	background-repeat: no-repeat;
	z-index 5;
}

#sub_homeLink {

}

#sub_homeLink a {
	position: absolute;
	width: 298px;
	height: 37px;
	left: 30px;
	top: 20px;
	text-decoration: none;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	z-index: 4;
	margin-left: 10px;
}

#sub_homeLink a:hover {
	text-decoration: none;
	background: url('images/logo_hover.png');
	background-repeat: no-repeat;
	z-index 5;
}

.slideShow {
	z-index: 10;
}

div.rotator { 
	position: relative; 
	height: 375px; width: 757px; 
	margin-top: 100px; 
	margin-left: 190px; 
}

div.r1 { 

}

div.r1 p { 
	margin-top: 138px;
	text-align: left; 
	font-size: 11px;
	line-height: 30px;
	color: #ffffff;
	float: right;
	width: 167px;
	height: 196px;
	background-image: url('images/textbg.gif');
	background-repeat: no-repeat;

}


div.navigation { 
	position: absolute;
	top: 140px;
	left: -87px;
}

div.navigation div.current, div.navigation a { 
	width: 12px;
	height: 20px; 
	margin: 0 0px 0 0; 
	overflow: hidden; 
	background-image: url('images/slide_position.png'); 
	background-repeat: no-repeat;
	text-decoration: none;
	
}

div.navigation a:hover { 
	text-decoration: none;
	background-image: url('images/slide_position_hover.png'); 
	background-repeat: no-repeat;
}

div.navigation div.current { 
	background-image: url('images/slide_position_hover.png'); 
	background-repeat: no-repeat; 
}

div.navigation a { 
	display: block; 
	background-image: url('images/slide_position.png'); 
}

#introslide { 
	background: transparent; 
}

div.PausePlay {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 255px;
	left: -89px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.pauseButton {
	border: 0;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url('images/pause.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

.pauseButton:hover {
	background: url('images/pauseHL.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

.playButton {
	border: 0;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url('images/play.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

.playButton:hover {
	background: url('images/playHL.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

#menuNavigation {
	position: absolute;
	width: 700px;
	height: 20px;
	top: 558px;
	left: 140px;
	z-index: 4;
}

.navLeft {
	float: left;
	width: 85px;
	height: 20px;
	border-width: 1px;
	border-right-style: solid;
	border-color: #e5d6b8;
}

.navLeft p {
	font-size: 13px;
	line-height: 22px;
	color: #e5d6b8;
	text-align: center;
}

.navLeft p a {
	color: #e5d6b8;
	text-decoration: none;
}

.navLeft p a:hover {
	color: #ffcc00;
}

.navRight {
	float: right;
	width: 277px;
	height: 20px;
	border-width: 1px;
	border-left-style: solid;
	border-color: #e5d6b8;
}

.navRight p {
	font-size: 13px;
	line-height: 22px;
	color: #e5d6b8;
	text-align: center;
	padding-right: 10px;
}

.navRight p a {
	color: #e5d6b8;
	text-decoration: none;
}

.navRight p a:hover {
	color: #ffcc00;
}

#bottom {
	position: relative;
	width: 1024px;
	height: 34px;
	top: 0px;
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
}

#content {
	margin-left: 75px;
	margin-right: 75px;
	margin-top: 29px;
	width: 820px;
	min-height: 240px;
	line-height: 18px;
}

.content_block {
	float: left;
	width: 240px;
	text-align: left;	
	padding-left: 17px;
	padding-right: 14px;
}

.content_block h1 {
	font-size: 14px;
	color: #2a2a2a;
}

.content_block p {
	font-size: 12px;
	color: #2a2a2a;
}

.content_block .caption {
	font-size: 12px;
	color: #2a2a2a;
}

.content_block a {
	color: #000099;
}

.content_block a:hover {
	color: #a90000;
}

.content_block_center {
	float: left;
	width: 240px;
	text-align: left;
	border-width: 2px;
	border-left-style: dotted;
	border-right-style: dotted;
	border-color: #a1a1a1;
	padding-left: 17px;
	padding-right: 12px;
}

.content_block_center h1 {
	font-size: 14px;
	color: #2a2a2a;
}

.content_block_center p {
	font-size: 12px;
	color: #2a2a2a;
}

.content_block_center a {
	color: #000099;
}

.content_block_center a:hover {
	color: #a90000;
}

#sub_content {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 35px;
	min-height: 240px;
}

.sub_content_text {
	padding: 0px 5px 20px 0px;
}

.sub_content_text p {
	margin-bottom: .5em;
	font-size: 12px;
	text-align: left;
	color: #2a2a2a;
	line-height: 18px;	
}

.sub_content_text a {
	color: #000099;
	text-decoration: underline;
}

.sub_content_text a:hover {
	color: #a90000;
	text-decoration: underline;
}

.sub_content_pic {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.clearBoth {
	clear: both;
}

#almanack_col1 {
	width: 420px;
	float: left;
	padding-right: 10px;
}

#almanack_col1 p {
	font-size: 14px;
	color: #2a2a2a;
	line-height: 20px;
}

#almanack_col1 h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#almanack_col1 h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#almanack_col1 h2 a {
	font-size: 14px;
	color: #000099;
	text-decoration: none;
}

#almanack_col1 h2 a:hover {
	color: #a90000;
	text-decoration: underline;
}

#almanack_col1 h3 {
	margin: 0;
	font-size: 14px;
	color: #a90000;
	font-weight: bold;
}

#almanack_col1 .caption {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#almanack_col2 {
	width: 420px;
	float: left;
	padding-left: 15px;
}

#almanack_col2 h1 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-left: 40px;
}

#almanack_col2 h2 {
	margin: 0;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-left: 40px;
	line-height: 20px;

}

#almanack_col2 h2 a {
	margin: 0;
	font-size: 14px;
	color: #000099;
	text-decoration: none;

}

#almanack_col2 h2 a:hover {
	margin: 0;
	color: #a90000;
	text-decoration: underline;
}


#almanack_col2 h3 {
	margin: 0;
	font-size: 14px;
	color: #a90000;
	font-weight: bold;
	padding-left: 40px;
	line-height: 20px;
}


#almanack_col2 h3 a {
	margin: 0;
	font-size: 14px;
	color: #000099;
	text-decoration: none;

}

#almanack_col2 h3 a:hover {
	margin: 0;
	color: #a90000;
	text-decoration: underline;
}


div.DotRule {
	height: 1px;
	border-top: 2px dotted #a1a1a1;
	margin-top: 30px;
	margin-bottom: 3px;
}

div.DotRule hr {
	display: none;
}

div.SingleRuleBlack {
	height: 1px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #e6dfd1;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
}

div.SingleRuleBlack hr {
	display: none;
}



.almanack_box_top {
	width: 420px;
	height: 38px;
	background: url('images/a_box_top.png');
	background-repeat: no-repeat;
}

.almanack_box_repeat {
	width: 420px;
	background: url('images/a_box_repeat.png');
	background-repeat: repeat-y;
}

.almanack_box_bottom {
	width: 420px;
	height: 39px;
	background: url('images/a_box_bottom.png');
	background-repeat: no-repeat;
}

#content_main {
	width: 820px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 5px;
}

#content_main p {
	color: #2a2a2a;
	font-size: 12px;
	line-height: 18px;
}

#sub_inner_bottom {
	margin-left: 30px;
	width: 960px;
	height: 36px;
	background-image: url('images/sub_inner_btm.png');
	background-repeat: no-repeat;
}

#sub_inner_inner_bottom {
	margin-left: 5px;
	width: 950px;
	height: 31px;
	background-image: url('images/inner_inner_btm.png');
	background-repeat: no-repeat;	
}

#inner_footer {
	width: 960px;
	padding-bottom: 10px;
}

#inner_footer p {
	color: #807766;
	font-size: 12px;
	text-align: center;
}


#inner_footer p a{
	color: #000099;
	text-decoration: none;
}

#inner_footer p a:hover {
	color: #a90000;
	text-decoration: underline;
}

#footer {
	width: 820px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer p {
	color: #807766;
	font-size: 12px;
	text-align: center;
}

#footer p a {
	color: #807766;
	text-decoration: none;
}

#footer p a:hover {
	color: #a90000;
	text-decoration: underline;
}

#sub_footer {
	margin-left: 35px;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#sub_footer p {
	color: #807766;
	font-size: 12px;
	text-align: center;
}

#sub_footer p a {
	color: #807766;
	text-decoration: none;
}

#sub_footer p a:hover {
	color: #a90000;
	text-decoration: underline;
}
