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

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

body{
	font-family: Arial,sans-serif;
	font-size:10px
	color: #000000;
		
	margin: 0px;
	padding: 0px;
}

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

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 70%;
 color: #000000;
}

h3{
 font-size: 90%;
 color: #223439;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #990000; 
}

h6{
 font-size: 100%;
 color: #990000;
  
 
}

ul{
 list-style-type: square;
}

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

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

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	
	
	width: 100%;
	background-color:#000000;
	background-image:url(images/trans.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
	
	
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #E8E8E0;
	
	
	
	
	
}

#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}
/***********************************************/
/*Menu                              */
/***********************************************/
#menu{
	margin: 0;
	padding: 10px 0px;
	float:right;
	
	width: 100%;
	background-color:#DADAC9;
	
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 5px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #d9dac9;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 70%;
	padding: 0px 4px 0px 0px; 
	color: #d9dac9;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	font-size:16px;
	color:#660000;
	
}

.feature img{

	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	background-image:url;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #b3b593;
	background-color:#000000;
	
	padding: 10px 10px 10px 10px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */
#siteInfo a{
	
	padding: 5px 5px 2px 2px; 
	color: #b3b593;
}	
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
	
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
/************* #sub styles ***************/

#sub{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	
}

#sub form{
 margin: 0px;
 padding: 0px;
}

#sub label{
	display: block;
	margin: 0px;
	padding: 0px;
}
.sub h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

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

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


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
	font-weight:bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
	color:#660000;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #D8D8CD;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 75%;
	
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.time {
	padding: 10px 10px 2px 10px;
	font-size: 70%;
	color: #000000;
}
.h5{
	font-family:  "Times New Roman", Times, serif;
	font-size: 135%;
	color: #b3b593;
	font-weight: bold;
}
.field {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #DADAC9;
	padding: 10px 10px 2px 10px;
}
	
/* This piece of code is for clearing the floats without structural markup Don't
modify it ------------------------------------------------------------------> */

.clearfix:after {
 content: ".";
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix {
 display: inline-table;
}


/* Hides from IE-mac \*/
* html .clearfix {
 height: 1%;
}
.clearfix {

 display: block;
}
/* End hide from IE-mac */

.left {
 float: left;
 padding: 0px;
}

.right {
 float: right;
 padding: 0px;
}

.leftdouble {
 float: left;
 padding-left: 10px;
}

.rightdouble {
 float: right;
 padding: 10px;
}



IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

.storycontent {
 border: 0;
 padding: 0px 0px 10px 10px;
 
 text-align: justify;
 
 clear: both;
}
/************** .order styles ***************/



#field2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 50%;
	padding: 10px 10px 2px 10px;
	float:left;
	background:#DADAC9;
	margin: 0;
	
}  

	
#field3 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	
	padding: 10px 10px 2px 10px;
	width: 45%;
	float:right;
	position:relative;
	margin: 0;
}    
#field4 {width:100%;margin:0 auto;text-align:left; background:#DADAC9;}
