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

/******************* default settings *****************************/

html {
	height: 100%;
	color: #FFF;
	font-family:  Avenir, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

body {
	background-image:url(../images/brownBg.jpg);
	background-repeat:repeat;
	min-height: 100%;
	height: 100%;
}

a:link, a:visited, a:hover, a:active {
	color: #fff;
	text-decoration: none;
}

.clearBoth {
	clear: both;
}

h5 {
	font-size: 16px;
	font-weight:100;
	padding: 0px;
	maring:0px;
}

p {
	margin: 10px 0px;	
}

/******************* Main content settings *****************************/

#bgContainer,#header,#headerShadow,.leftCol,.rightCol,#footer,#logo,#leftFooter, 
#navigation, #title, .contentContainer, .dividerLine, #rightFooter {
	float: left;
	/*border: 1px solid #F00;*/
}

#bgContainer {
	background-image:url(../images/large-paper-bg.jpg);
	min-height: 100%;
	width: 100%;
	background-repeat:no-repeat;
}

.dividerLine {
	width: 2px;
	background-image:url(../images/dividerBg.png);
	background-repeat: repeat-4;
	height: 104px;
	margin-top: 20px;
}

ol, li {
	margin: 10px 0 0 10px;	
}

/******************* Header settings *****************************/

#header {
	height: 25px;
	background-image:url(../images/headerBg.gif);
	background-repeat: repeat-x;
	width: 100%;
}

#headerShadow {
	height: 10px;
	background-image:url(../images/headerShadow.png);
	background-repeat: repeat-x;
	width: 100%;
}


/******************* Menu settings ********************************/

/* drop down list items title*/
#menubar ul li ul li h3{
	font-size: 14px;
	font-weight: 600;
}

#menubar ul li ul li img{
	margin: 3px 0px;
	padding: 0px;
}

#menubar ul li ul li p{
	margin: 0px 0px 8px 0px;
}

/******************* Content settings *****************************/



.contentContainer, .mainContainer {
	width: 1070px;	
}

.mainContainer {
	margin-top: 25px;
}

#title {
	margin-left: 110px;
	height: 36px;
}

#navigation {
	float: right;
	margin-top: 18px;
}

.rightCol {
	width: 100%;
	height: 380px;
}

#rightContainer {
	width: 660px;
	margin-left: 50px;
	height: 400px;
}

#leftContainer {
	height: 400px;
	width: 250px;
	margin-left: 110px;
}

#leftContainer a {
	border-bottom:1px dotted;	
}

#leftContainer a:hover {
	color: #cd7318;	
}

#leftContainer li {
	line-height: 16px;	
}

.leftCol {
	width: 100%;
	height: 380px;
}

.leftCol p{
	line-height: 16px;
}

.subLeftCol, .subRightCol {
	width: 100%;
	height: 15px;
	margin-top: 5px;
}

.subRightCol {
	color:#CCC;
	text-align: right;
}

.subLeftCol p {
	margin: 0px;
}

.subLeftCol .buttons span{
	border-bottom:1px dotted;
}

.subLeftCol .buttons span {
	color: #cd7318;
}

.subLeftCol .buttons span:hover {
	color: #fff;
}

h4 {
	font-size: 20px;	
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 20px;
	font-weight: 100;
}

.contentContainer{
	position:relative;
	height: 400px;
	overflow:hidden;
	margin-top: 20px;
}

.next {
	text-align: right;
}

.contentNav span {
	padding: 2px 10px;
	margin-left: 5px;
}

.contentNav span.active, .contentNav span:hover {
	background:#cd7318;
	color:#fff;
}

p.emphasis {
	margin: 5px 0px 0px 0px;
	padding:0px;
}

#demo{
	font-size: 16px;
	line-height: 20px;
	border-bottom:1px dotted;
		cursor:pointer;
}

#demo:hover {
	color: #cd7318;
}

.spacer {
	margin-top: 18px;	
}

.noTopMargin {
	margin-top: 0px;	
}


/******************* Footer settings *****************************/

#footer {
	background-image:url(../images/footerBg.png);
	background-repeat:repeat-x;
	height: 144px;
	width: 100%;
	min-width: 1070px; 
	margin: 25px 0px 5px 0px;
}

#logo {
	margin: 50px 0px 0px 10px;	
}


#leftFooter {
	width: 299px;
	margin: 48px 0px 0px 22px;	
}

#rightFooter {
	width: 640px;
	margin: 48px 0px 0px 15px;
/*border: 1px solid #903;*/
	font-size: 11px;
}

#footer .title {
	font-size: 11px;
	color: #FFF;
	font-weight: 600;
}

.smallSansText {
	font-family: Avenir, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#FFF;
	line-height: 15px;
}


/* Sample 8*/
#box8{
	position:relative;
	float: left;
}
#box8 div{
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}

span img{
	display:block;
	border:none;
}

.buttons span {
	cursor:pointer;
}
