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

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

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(images/body_back.jpg);
}

a:link, a:visited {
	color: #000066;
	text-decoration: underline;
}

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

ul.feed {list-style-type:none;padding:0;margin:15px 0 0 8px;}
ul.feed li {margin:0 0 4px 0;}

table.radar {text-align:center;font-weight:bolder;}

.weather {
	background-color:white;
	border:1px solid black;
	float:right;
	font-size:12px;
}

.h1 {
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
}

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                                 */
/***********************************************/

#container_home {
position: absolute; 
left: 50%; 
width: 745px; 
height: auto; 
margin-left: -372px;
background-image:url(images/back_container.jpg);
background-repeat:repeat-y;
}

#container {
position: absolute; 
left: 50%; 
width: 745px; 
height: auto; 
margin-left: -372px;
background-image:url(images/back_secondary_container.jpg);
background-repeat:repeat-y;
}


#masthead{
	margin: 0;
	border-bottom: 1px solid #e8e4c7;
	width: 100%;
	background-image:url(images/back_header.jpg);
	background-repeat:no-repeat;
	height:113px;
}

#financials{
/*margin: 0 0 0 570px;*/
/*	width:170px;
	height:auto;*/
	padding:0px;
	border-left: 1px solid #e8e4c7;
	text-align:right;
}

#content{
  float:left;
	width: 570px;
	margin: 0;
	padding: 0;
}

#repeat_top{
	width: 745px;
	margin: 0;
	background-image:url(images/back_secondary_top.jpg);
	background-repeat:repeat-x;
	font-family:"Times New Roman", Times, serif;
}
#left_box{
	width: 725px;
	padding:0px;
	background-image: url(images/corner_image.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#content2{
	width: 725px;
	margin: 0;
	padding: 10px;
	font-family:"Times New Roman", Times, serif;
}

.newsfeeds{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#contact{
width:200px;
height:auto;
float:right;
text-align:right;
color:#133c00;
font-size:12px;
padding-right:10px;
padding-top:10px;
}

#header{
height:207px;
border-bottom: 1px solid #e8e4c7;
}

#intro {
background-image:url(images/back_intro.jpg);
background-color:#e8e4c7;
background-repeat:repeat-x;
width:552px;
height:auto;
padding:10px;
font-family:"Times New Roman", Times, serif;
}

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

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


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

#globalNav{
padding:3px 0px 0px;
white-space: nowrap;
text-align:center;
background-image:url(images/back_nav.jpg);
background-repeat:repeat-x;
height: auto;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e8e4c7;	
}
/* '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 */

a.nav {
	font-size: 16px;
	padding: 0px 15px;
	color:#E8E4C7;
	text-transform: uppercase;
	text-decoration:none;
	border-right-width: 3px;
	border-right-style: groove;
	border-right-color: #333333;	
}

a.nav:visited {
	font-size: 16px;
	padding: 0px 15px; 
	color:#E8E4C7;
	text-transform: uppercase;
	text-decoration:none;
}

a.nav:hover {
	font-size: 16px;
	padding: 0px 15px; 
	color: #FFCC00;
	text-transform: uppercase;
	text-decoration:none;
}

a.contact {
	font-size: 16px;
	padding: 0px 15px;
	color:#E8E4C7;
	text-transform: uppercase;
	text-decoration:none;
}

a.contact:visited {
	font-size: 16px;
	padding: 0px 15px; 
	color:#E8E4C7;
	text-transform: uppercase;
	text-decoration:none;
}

a.contact:hover {
	font-size: 16px;
	padding: 0px 15px; 
	color: #FFCC00;
	text-transform: uppercase;
	text-decoration:none;
}

/************** image styles ***************/

.main_img{
	float: left;
	padding: 0px;
	margin: -10px 10px 10px -10px;
	width:302px;
	height:207px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

#siteInfo{
	clear: both;
	border-top: 1px solid #e8e4c7;
	font-size: 75%;
	color: #e8e4c7;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color:#aaaa7c;
}
/* 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" */


/************** home boxes **************/

#boxleft {
float:left;
padding:0px;
font-size:12px;
width:297px;
margin-top:0px;
}

#boxleft p {
padding:10px;
}

#boxright {
margin-left:299px;
padding:0px;
font-size:12px;
/*width:271px;*/
margin-top:0px;
}

#boxright p {
padding:10px;
}

#boxright_secondary {
margin-left:302px;
padding:100px;
font-size:12px;
width:275px;
margin-top:0px;
}

#boxright_contact {
margin-left:303px;
padding:10px;
width:auto;
margin-top:0px;
}

/************** font styles **************/

.titlebar{
font-size: 14px;
padding:3px 0px;
white-space: nowrap;
text-align:center;
background-image:url(images/back_nav.jpg);
background-repeat:repeat-x;
height:auto;
border-bottom: 1px solid #e8e4c7;
text-transform:uppercase;
color:#e8e4c7;
}	

.subtitle {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
font-weight:bold;
}
