/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	padding: 0px;
	background: #534f35;
	background-image:url(assets/images/template/bg.png);
	background-repeat:repeat-x;
}

.nospace p{
	margin-top:0em;
	}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 200% Arial,sans-serif;
 color: #000066;
 padding: 0px;
}

h2{
 font: bold 125% Arial,sans-serif;
 color: #000000;
 margin: 0 0 0 0;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px 0 0 0;
 padding: 0px;
}

h4{
 font: bold 100% Arial,sans-serif;
 color: #333333;
 line-height: 14px;
 margin: 0 0 0 0;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	margin: 10px auto 0 auto;
	width: 960px;
}

#pagecell2{
	margin-top: 0px;
	padding-bottom: 1px;
	width: 960px;
	background-image:url(assets/images/template/bg2.png);
}
#pagecell3{
	margin: 0 0;
	width: 960px;
}

#pageNav{
	margin: 0 0 25px 0;
	padding: 3px 0 0 0;
	font: large Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}

/* content */

#content_wrapper{
	margin: 0px;
	padding: 0px;
}

#content_nomargins{
	padding: 0px;
	margin-top: -2px;
}

#content_margins{
	margin: 0px;
	padding: 7px 35px 0px 35px;
}

.imgfloatleft img{
	margin: 0px 6px 0px 0px;
	float: left;
}

#featurebox{
	width: 330px;
	background-color:#cac4bd;
	float:right;
	margin-left: 10px;
	padding: 5px;
}

#featurebox h1{
	color: #453e35;
	font-size: 24px;
	font-style:normal;
	margin: 0 0 3px 0;
}

#featuretext p{
	width: 203px;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: solid #666 1px;
	float: right;

}

#footer{
	clear: both;
	background-image:url(assets/images/template/ftr.png);
	background-repeat:no-repeat;
	font-size: 9px;
	color: #333;
	padding: 12px 40px 15px 40px;
	margin: 0 0;
}

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

#footer a:hover{
	color: #006699;
}


/************** header styles ****************/

#header{
	background-image:url(assets/images/template/hdr.png);
	background-repeat:no-repeat;
	padding: 138px 0 0 0;
	margin: 0px;
}


/************** content styles *****************/
.reversecolors p, .reversecolors h3, .reversecolors h4, .reversecolors h5{
	color:#FFFFFF;
}

.reversecolors a:link, .reversecolors a:visited{
	color:#FFFFCC;
}

.ojbect_rightwrap img{ float:right; padding-left: 5px;}
.ojbect_leftwrap img{ float:left; margin-right: 3px;}

html>body .content {height: auto;}
#homemain{ position:absolute; width: 300px; margin: 10px 10px 10px 435px; font-size:14px; }


/************ sectionlinks styles **************/

#sectionLinks{
	margin: 0px 5px 0 0px;
	position: relative;
	padding: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	font-weight: bold;
	padding: 0px 10px;
	color: #000066;
	z-index:100;
}

#sectionLinks a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}

/* Styles for Menu Items */
#sectionLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sectionLinks li {
	display: inline;
	position: relative;
}
	
#sectionLinks ul ul {
	position: absolute;
	float: none;
	padding: 2px 5px;
	top: auto;
	left: 0;
	display: none;
	background-color: #666666;
	border: 1px solid navy;
	white-space: nowrap;
}

#sectionLinks ul ul a:link, #sectionLinks ul ul a:visited {
	padding: 0;
}

#sectionLinks li:hover ul, #sectionLinks li:hover ul li, #sectionLinks li.over ul, #sectionLinks li.over ul li {
	display: block;

}

