/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Times New Roman, sans-serif;
	color: #fff;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/backgrounds/bground.jpg);
}

a {
	color: #381124;
	text-decoration: none;
}

a:link {
	color: #9a2705;
	text-decoration: none;
}

a:visited {
	color: #9a2705;
	text-decoration: none;
}

a:hover {
	color: #9a2705;
	text-decoration: underline;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	font-size: 0.8em ;
	margin : 0 ;
	padding : 0 ;
	color: #fff;
}
#navBar a {
	margin-left : 2px ;
	color: #fff;
}
#navBar a:hover {
	text-decoration : underline ;
}
#spotlight a {
	margin-left : 2px ;
	color: #9a2705;
}
#spotlight a:hover {
	text-decoration : underline ;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #d4dfe8;
	color: #333;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#wrapper {
	width: 800px ;
	margin : 5px auto ;
	border : 1px solid #fbd46b ;
}
#masthead{
	border-top : 10px solid #e69f22 ;
	border-bottom : 10px solid #e69f22 ;
	width: 100%;
	background-color: #381124 ;
	height: 100px ;
	margin: 0 auto;
}
#masthead #links{
bottom: 0px;
}
#masthead ul{
	margin: 0;
	padding: 0;
	list-style: none;
	

}
#masthead li {
	padding: 0;
	display: inline;
	background: none;
	
	}
#masthead a{
	display: block;
	float: left;
	height: 90px;
	padding: 10px 10px 0 10px;
	font-size: 80%;
	color:#fff;
	}
	
	#masthead a:hover {
	background: #9A2705;
	text-decoration: none;
	color: #FFFFFF;
}

#masthead b {
	text-decoration: underline;
}
#leftGraphic {
	width: 200px ;
	height: 100px ;
	margin: 0 ;
	padding: 0 ;
	float : left ;
}
#headlines {
  	float:left;
	width: 200px ;
	border-right: 1px solid #fbd46b;
	background-image:url(../images/backgrounds/navbg.jpg);
	background-position : top;
  	background-repeat : no-repeat;
	background-color : #9a2705 ;
	margin : 0 ;
	padding : 0 ;
	
	
}
#headlines div {
	width : 100% ;
	color: #fff ;
	border-bottom: 1px solid #fbd46b;
	font-weight: normal;
	margin: 0 ;
	padding: 0 ;
	font-size: 0.7em ;
}
#headlines ul {
	list-style: none;
	font-size: 0.8em ;
	margin : 0 ;
	padding : 0 ;
}
#headlines a {
	display: block ;
	margin-left : 15px ;
	margin-right : 25px;
	color: #fef8e1 ;
	border-bottom: 1px dotted #fef8e1;
}

#headlines a:hover {
	background: #DB5600;
	text-decoration: none;
	color: #FFFFFF;
	}
	
#headlines p {
	margin: 5px ; 
	color: #fef8e1;
	font-size: 0.7em;
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#headlines li {border-bottom: 1px solid #d4dfe8 ;}

/* fix for browsers that don't need the hack */
html>body #headlines li {border-bottom: none;}


#content{
  float: left;
  width: 398px ;
  background-image : url(../images/backgrounds/contentbg.jpg);
  background-position : top;
  background-repeat : no-repeat;
  background-color : #fff ;
  color : #000 ;
  font-size:10pt;

}

#content p {
	margin-left: 5px ;
	margin-right: 5px ;
}
#content a img {
   border : 0 ;
}
#content h1 {
   font-size : 1.3em ;
   margin: 0 ;
   color: #003 ;
}
#content h2 {
   font-size : 1.1em ;
   margin: 0 ;
   color: #003 ;
}
#content h3 {
   font-size : 1.1em ;
   margin: 0 ;
   color: #003 ;
}
#content ul li {
	list-style-image:  url(../images/bullet.png);
}
#content a{

}
#navBar{
  	float : right;
	width : 197px ;
	margin: 0px;
	padding: 0px;
	background-color: #7d7060 ;
	border-left : 1px solid #fbd46b ;
	color: #fff;
	
}
#navBar #sectionLinks {
	width : 100% ;
	background-color : #036 ;
	color: #fff ;
	text-align: center;
	font-weight: normal;
	font-size: 1em ;
	margin: 0 ;
	padding: 0 ;
	border-bottom: 1px solid #fbd46b;
}
#navBar #spotlight {
	background-color : #fef8e1 ;
	color: #000 ;
	text-align: center;
	font-weight: normal;
	font-size: 1em ;
	padding: 0 ;
}

#navbar ul {
	list-style: none;
	font-size: 0.8em ;
	margin : 0 ;
	padding : 0 ;
	color: #fff;
}
#navbar a {
	display: block ;
	margin-left : 15px ;
	margin-right : 25px;
	color: #fff ;
	border-bottom: 1px dotted #fef8e1;
}

#navbar a:hover {
	background: #fff;
	text-decoration: none;
	color: #fef8e1;
	}
.spotlight a {
	color: 
}
.colEnder {
   margin : 0 ;
   padding : 0 ;
   line-height : 0 ;
}
.clearer {
	line-height: 0;
	clear : both ;
}
#footer {
	width: 100%;
	clear: both;
	height:25px;
	background-color: #382411;
	color: #fef8e1;
	text-align:center;
	font-size:8pt;
	line-height:25px;
	border-bottom : 10px solid #e69f22 ;
}
.floatRight {
   float: right ;
   margin-left: 10px ;
}
.floatLeft {
   float: left ;
   margin-right: 10px ;
}

