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

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

body{

	font-family: Arial,sans-serif;
	color: #333333;
	background-color: #666666;
	/*line-height: 1.166;*/	
	
	margin: 0px;
	padding: 0px;
}

#banner {
height: 73px;
background-image: url(../images/bg_head.gif);
background-repeat:repeat-x;
margin-top:0px;
}

#logo {

margin-top:0px;
margin-right:270px;

}
#logo img{
margin-top:15px;
}

#date {
font-family:Verdana, Arial, Helvetica, sans-serif; 
background-color:#ffffff;
color:#ffffff;
font-size:small;
} 
#date p{
margin-bottom:0px;
}

#envelope{
background-color:#000000;
width: 1000px;
margin:10px auto;
margin-bottom:0;
}

#wrapper {

width: 900px;
background-color:#ffffff;
margin:30px auto;
margin-bottom:30px;
border: 1px solid #000000;
text-align:left;
}

#wrapper a:link {  font-weight: bold; color: #FF0000; text-decoration: none}
#wrapper a:visited {  font-weight: bold; text-decoration: none}
#wrapper a:active {  color: #FF0033; font-weight: bold}
#wrapper a:hover {  font-weight: bold; color: #FF6600}
/*a:link, a:visited, a:hover {
	font-weight:bold;
	color: #c90000;
	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, Helvetica,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

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

h5{
 font-size: 100%;
 color: #334d55;
}*/

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;
}

/*em{ /* used in about_us for the Flash add-on warning 
	color:#0033CC;
	font-style:normal;
	font-weight: bold;
	}
*/
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#links {
background-color:#000000;
margin-top:1px;
margin-right:0px;
margin-left:0px;

}
#links div{
margin-right:270px;

}
#links div img{
margin-bottom:0px;
margin-top:4px;
}

#phone{
margin-top:15px;
margin-bottom:5px;
height:57px;
background-image:url(../images/icon_telephone.jpg);
background-repeat:no-repeat;
background-position:center;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

/*#nav{
	margin: 0 85% 0 0;
	padding: 0px;
	background-color: #C90000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}*/

#content{
	height:600px;
	background-color:#FFFFFF;
  	float:left;
	width: 70%;
	margin: 0;
	padding: 0 3% 0 0;
}


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

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


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

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


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

#globalNav{
color: #cccccc;
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: 90%;
	padding: 0px 4px 0px 0px; 
}


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

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


/************** .feature styles ***************/
.feature{
	padding: 0px 0px 10px 10px;
	/*font-size: 80%;
	font-weight: normal;*/
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; color: #333333;
	margin-top:-5px;
}

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

.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{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 8.5pt;
	font-style: normal;
	color: #333333;
	background-color:#FFFFFF;
}

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


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

#siteInfo{
	clear: both;
	/*border: 1px solid #cccccc;*/
	font-size: 75%;
	color: #cccccc;
	padding: 3px 10px 3px 10px;
	/*margin-top: 0px;*/
	margin-bottom:0px;
	background-color:#000000;
}

#siteInfo a{
	color:#006699;
}
/* 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 0px;
	/*vertical-align: middle;*/
}


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

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

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

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/
#rightcol{

background-color:#e8e8e8;
border:1px;
border-color:#FFFFFF;

color:#FFFFFF;
margin-right: 25px;
margin-top: -50px;
width: 185px;
/*margin-bottom: 20px;*/
float: right;
clear:left;

}
#rightcollogo{
width:100%;
background-color:#FFFFFF;
margin-top:0px;

}
#rightcollogo img{
margin-top:0px;
border:1px 1px 0px 1px;
border-color:#FFFFFF;
}
/*#leftcol{
background-color:#c90000;
color:#FFFFFF;
margin-left: 0px;
margin-top: 20px;
width: 195px;
margin-bottom: 20px;
float: left;

}*/

#rightcol #nav ul {
font-family:Geneva, Arial, Helvetica, sans-serif;
/*font-stretch:extra-condensed;*/
font-weight:bold;
text-align:center;
background-color: #ffffff;
list-style-type: none;
margin:0 0px 0 0px;
padding: 0;
font-size: 100%;
border: 0px solid #e87800;
}

#righcol #nav ul li {
padding: 0px;
margin:0px 10px 0px 10px;
 

}
#rightcol ul li a{
background-image:url(../images/button_blank_off.gif);
background-position:center;
background-repeat:no-repeat;
/*background-color: #FFCC00;*/
border-top: 0px solid #000000;
color: #000000;
font-weight:bold;
display: block;
padding: 3px 0px 3px 0px;
text-decoration: none; 
height: 1%;
}
#rightcol #nav a:focus {
background-color: #c90000;
border-right: 1px solid #fff;
border-bottom: 2px solid #e87800;
color: #000000;
}
#rightcol #nav a:hover { 
background-image:url(../images/button_blank_on.gif);
background-repeat:no-repeat;

/*background-color: #003366;*/
border-right: 0px solid #ffc600;
border-bottom: 0px solid #ffe691;
color: #000066;
}


/*#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: 90%;
}

#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;
}

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

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


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

/*.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.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;
}
*/
.leftimage{
float: left;
margin-right: 10px;
/*border: 1px solid #000000;*/
clear:both;
}

.leftimage2{
float: left;
margin-right: 10px;
margin-left:15px;
/*border: 1px solid #000000;*/
clear:both;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-top:0px;
margin-left: 10px;
/*border: 1px solid #000000;*/
/*width: 150px;*/
}


