@charset "UTF-8";
/* CSS Document */

/* reset inconsistent browser styles */
@import url(reset.css);
@import url(base.css);

html, body {
	height: 100%;	
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	
	background-position: center 173px;
	background-repeat: no-repeat;

}

#Wrap {
	padding: 173px 0 0 0;
}

#HeaderWrap {
	background: url(../images/header-bg.gif) bottom repeat-x;	
	text-align: center;
	border-bottom: 4px solid #fff;
	padding: 64px 0 0 0;
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#Header {
	width: 794px;
	height: 105px;
	background: url(../images/logo.jpg) center bottom no-repeat;
	margin: 0 auto;
	text-align: center;
}

#Logo {
	width: 267px;
	height: 33px;
	margin: 0 auto;
}

#Nav ul {
	margin: 42px 0 0 0;
	padding: 0;
	text-align:center; /* aligns all the children to center */
}
#Nav ul li {
	margin: 0;
	padding: 0;
	list-style-type:none;
	
	display: inline;
}
#Nav a {
	display: inline-block; /* for modern browsers */	
	display: -moz-inline-stack; /* for FF 2 */
	zoom: 1; /* for IE, triggers hasLayout */
	*display: inline; /* IE 7 and below */
	
	
	height: 30px;
	padding: 0 15px 0 15px;
	margin: 0 1px 0 1px;
	
	line-height: 20px;
	font-size: 20px;
	
	text-decoration: none;
	
	background: url(../images/menu-bg.gif) bottom repeat-x;
	
	color: #fff;
}
#Nav a:hover, #Nav a.current, #Nav a.section {
	background: url(../images/menu-bg-over.gif) bottom repeat-x;
}
#Nav a.inactive, #Nav a.inactive:hover {
	color: #c4beb4 !important;
	background: url(../images/menu-bg.gif) bottom repeat-x !important;
}
.navFont {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	
	text-transform: uppercase;
}

#Content {
	position: relative;
	margin: 0 auto;
	/*width: 672px;
	padding: 62px 61px 47px 61px;*/
	text-align: left;
}

#FooterWrap {
	
	width: 794px;
	margin: 0 auto;
	text-align: left;
	height: 60px;
	
	position: relative;
}

#Footer {
	border-top: 1px solid #BDB4AB;
	margin: 0 6px;
	padding-top: 14px;
	font-size: 10px;
}
.footerItem {
	height: 30px;
	border-right: 1px solid #BDB4AB;
	float: right;
	padding: 0 12px 0 12px;
}
.footerItem a {
	font-weight: bold;	
	color: #7D7772;	
	text-decoration: none;
}
.copyright {
	text-align: right;
	color: #7D7772;	
}
.copyright strong {
	color: #7D7772;
}
.last {
	border-right-width: 0;	
}
.social {
	border-right-width: 0;	
}
.social a img {
	vertical-align: bottom;
	margin: 0 3px 0 0;
	padding: 0;
	
}
.topLink {
	border-right-width: 0;
	padding-right: 0;
	width: 80px;
	text-align: right;
}
#Intuit {
	position: absolute;
	bottom: -29px;
	right: 0;
}

.clear {
	clear: both;	
}


/* Elements/Other */
.seo {
	display: none;
}
h1.noMargin, h2.noMargin {
	margin: 0 !important;	
}
.typography h1 a, .typography h2 a {
	color: inherit !important;	
}


/* page Specific */

/* Generic page */
body {
	background-image: url(../images/paper-bg.jpg);
}
#Content {
	width: 600px;
	padding: 62px 106px 0 88px;
	
	/* min-height hack */
	height:auto !important; /* real browsers */
	height:607px; /* IE6: treated as min-height*/
	min-height:607px; /* real browsers */
}
#PaginationPush {
	/* min-height hack */
	height:auto !important; /* real browsers */
	height:580px; /* IE6: treated as min-height*/
	min-height:580px; /* real browsers */
}

#PreviousPage {
	position: absolute;
	display: block;
	top: 128px;
	left: -38px;	
}
#NextPage {
	position: absolute;
	display: block;
	top: 128px;
	right: -38px;	
}

#NextPage.inactive, #PreviousPage.inactive {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;	
}

/* About Page */
.AboutPage {
	background-image: url(../images/about-bg.jpg);
}
.AboutPage #Content {
	background-image: url(../images/about-content-bg.jpg);
	padding-top: 84px;
	
	width: 672px;
	padding: 62px 61px 47px 61px;
	
	/* min-height hack */
	height:auto !important; /* real browsers */
	height:310px; /* IE6: treated as min-height*/
	min-height:310px; /* real browsers */
}
.AboutPage #Shadow {
	padding-bottom: 23px;
	
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background: url(../images/footer-shadow.png) bottom center no-repeat;
}
/* html .AboutPage #Shadow {
	background-image: none;
}*/
.AboutPage #FooterWrap {
	background-color: #fff;	
}

/* Contents Page */
body.ContentsPage {
	background-image: url(../images/contents-bg.jpg);
}
body.ContentsPage #Content {
	width: 492px;
	padding-left: 180px;
	padding-right: 61px;
}
.ContentsPage .typography h1 {
	color: #fff;
	font-size: 37px;
	text-transform: uppercase;
	font-weight: normal;	
}
.ContentsPage .typography ul.tableOfContents {
	margin: 0;
	padding: 0;	
}
.ContentsPage .typography ul.tableOfContents li {
	font-size: 15px;
	list-style-type: none;
}
.ContentsPage .typography ul.tableOfContents li a {
	color: #fff;
	text-decoration: none;
	display: block;	
	text-transform: uppercase;
	background: url(../images/bg-contents-item.png) left top no-repeat;
	
	padding: 6px 0 13px 45px;
	margin-left: 33px;
}
.ContentsPage .typography ul.tableOfContents li a.inactive {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
.chapterName {
	font-style: italic;
	text-transform: none;
}

/* Chapter Contents Page */
#PageNumbers {
	text-align: center;	
	font-weight: bold;
	padding-bottom: 1px;
}
.typography #PageNumbers a {
	color: #000;	
	font-weight: normal;
}