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

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

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
	background-image: url(../Art/space.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #EBE9DA;
	
}

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

a:hover {
	color: #999999;
}



/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

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

h2{
	font-size: large;
	color: #CC0000;
}

h3{
	font-size: 120%;
	color: #003366;
	text-align: left;
}

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

h5{
 font-size: 80%;
 color: #334d55;
}

ul{
 list-style-type: square;

}

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

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

}

label{
	font:  100% 	Verdana, Arial, Helvetica, sans-serif;
 color: #D3CBA3;
}


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

#masthead{
	padding: 0px;
	width: 700px;
	top: 0px;
	
}

#navBar{
	float:left;
	width: 160px;
	z-index: 0;
	background-image: url(../Art/nav.jpg);
	text-align: right;
	margin-left: 1%;
	
	
}

#content{
	float:right;
	width: 495px;
	color: #666666;
	text-align: left;
	margin-right: 0%;
	padding: 15px;
	
	
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	text-align: center;
}


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

#pageName{
	text-align: left;
	padding: 20px 20px 20px 0px;
	font-weight: bolder;
}


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

#globalNav{
	color: #cccccc;
	text-align: center;
	margin-top: 0px;
	padding: 1%;
	width: 510px;
	margin-left: 0%;
	float: right;

}
/* '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 {
	padding: 0px 0px 0px 0px;
}


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

#breadCrumb{
	padding: 15px 0px 15px 0px;
	text-align:left;
}
#breadCrumb a:link{
	color: #D3CFAD;
}
	



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

.feature{
	padding: 0px 10px 0px 10px;
	text-align:justify;
	top: 0px;
}

.feature h3{
	padding: 10px 0px 5px;
	text-align: center;
}

.feature img{
	border: solid 1px #cccccc;
	float: right;
	margin: 0px 10px 0px 10px;
}
.feature img2{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	border: solid 1px #cccccc;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
}

.story p{
  padding: 0px 0px 0px 0px;
  text-align:left;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #D3CBA3;
	color: #cccccc;
	padding: 10px 0px 10px 0px;
	width: 700px;
	margin-left: 0%;
	margin-right: 0%;
	text-align: center;
	z-index: 3;
	margin-bottom: 0px;
	height: 3%;
	font-family: "Times New Roman", Times, serif;
	
}
/* 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 img{
	padding: 4px 4px 4px 4px;
}


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

#search{
	padding: 5px 0px 5px 10px;
	height:50px;
	background-image: url(../Art/navtop.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

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

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#searchbot{
	height:25px;
	background-image: url(../Art/navbottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}


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

#navBar ul a:link, #navBar ul a:visited {display: block; padding: 3px 5px 3px 5px; border-bottom: 1px   #666666    inset; }
#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  #E6E6E6;}

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


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

#sectionLinks{
	color: #FFFFFF;
	position: relative;
	margin-left:5px;
	margin-right: 5px;
	padding: 0px;
	border-top:1px solid #999999;
	text-align: left;

}

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


#sectionLinks a:link{
	border-bottom:2px solid  #999999;
	padding: 2px 10px 2px 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	background-color: #E6E6E6;
	border-bottom:1px solid   #999999;
	padding: 2px 10px 2px 10px;
}

#sectionLinks a:hover{
	padding: 2px 10px 2px 10px;
	border-bottom:1px solid   #999999;
	background-color: #FFFFFF;
}


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

.relatedLinks{
	margin: 5px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.relatedLinks h3{
	padding: 10px;
}


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

#advert{
	padding: 10px 0px 0px 10px;
	border-top: 1px solid #999999;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	color:#003399;
	border-top:#CCCCCC;
	border-bottom:#CCCCCC;
	text-align: left;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#Container
{
	width: 700px;
	height: auto;
	position:absolute;
	top: 0px;
	z-index:1;
	margin-left: -350px;
	height: auto;
	left: 50%;
	visibility:visible;
	}
