﻿@charset "utf-8";
/* CSS Document */

/*Primary Site Colors
Hunter Orange:#FF8900
Earth Brown: #462300
Clay Tan: #9B4E00
*/


body 
{
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#462300;
}

.p 
{
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#462300;
	text-indent: 3em;
}

.img 
{
	float: left;
	padding: 10px;
}


.style0 
{
	color: #9B4E00;
	font-size: 12px;
	font-weight: bold;
}

.style1 
{
	color: #9B4E00;
	font-size: 16px;
	font-weight: bold;
}

.style2 
{
	color: #9B4E00;
	font-size: 20px;
	font-weight: bold;
}

h3
{
	color: #FFFFFF;
	line-height: 10px;
	letter-spacing: normal;
    font-family: "Times New Roman", Times, serif;
    font-size: 32px;
    font-weight: bold;
}

h4
{
	color: #462300;
	line-height: 16px;
	letter-spacing: normal;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;	
}


h1 
{
	color: #FF8900;
	line-height:26px;
	letter-spacing:0.21em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2 
{
	color: #9B4E00;
	line-height:22px;
	letter-spacing:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul 
{
	margin: 0;
	padding:0;
	list-style-type: none;
}

ul a 
{
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 70px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

a
{
	color:#9B4E00;
	text-decoration: none;
	background-image: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

li a:hover
{
	/*background-position: right bottom;*/
	background:  url(../imgs/pointingDogButtonCB.png) no-repeat left top;
	text-decoration: none;
	font-weight: bold;
}

li
{
	text-indent: 0px;
}


#articleMainContainer
{
	position: absolute;
	width: 725px;
	height: auto;
	left: 175px;
	top: 186px;
}

#articleSubContainer
{
	position: relative;
	width: 700px;
	height: auto;
	padding: 10px;
	background-color: #FFFFF0;
	border: 2px #462300 solid;
	text-indent:30px;
}

#mainContainer 
{
	position: absolute;
	width: 500px;
	height: 100%;
	left: 175px;
	top: 186px;
}

#sideBar
{
	z-index: 1;
	position: absolute;
    background-image:url('../imgs/SideBar.png');
	width: 150px;
	height: 260px;	
	left: 0px;
	top: 139px;
}

#waterMark
{
	z-index: 0;
	position: fixed;
	background-image:url('../imgs/EKwatermark.png');
	width: 150px;
	height: 75px;
	left: 0px;
	top: 205px;
}

#pointingLogo 
{
	width: 900px;
	height: 175px;
	position: absolute;
	z-index: 5;
	background-image:url('../imgs/TopBanner.png');
	left: 0px;
	top: 0px;
}


#mainNavBar 
{
	width: 150px;
	height: 180px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 180px;
}

#copyRightBox 
{
	position:relative;
	width: 725px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#9B4E00;
	z-index: 5;
	text-align: center;
}

#pictureBoxCP 
{
	width: 200px;
	height: auto;
	position: absolute;
	left: 700px;
	top: 188px;
}


