@charset "UTF-8";
/* CSS Document */

.body 
	{
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	}

.bodyfeature1 
	{
	color: #333333;
	font-size: 14px;
	font-weight : bold;  
	line-height: 21px;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.header
	{ 
	color : #666666; 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 14px; 
	font-weight : bold;  
	line-height : 18px;
	}
	
.orangeheader
	{ 
	color : #FF8000; 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 14px; 
	font-weight : bold;  
	line-height : 18px;
	}
	
.headline
	{ 
	color : #FF8000; 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 24px; 
	font-weight : bold;  
	line-height : 27px;
	margin-top: 0px;
	}

.showcasehead
	{ 
	color : #FF8000; 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 48px; 
	font-weight : bold;  
	line-height : 48px;
	}

.showcaseheadsmaller
	{ 
	color : #FF8000; 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 36px; 
	font-weight : bold;  
	line-height : 36px;
	}

.pullquote
	{ 
	color : #FF8000; 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 18px; 
	font-weight : normal;  
	line-height : 20px;
	}

.sidebarbody 
	{
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	}

.sidebarheadline
	{
	color : #F8F8F8;
	font-family : Arial, Verdana, sans-serif;
	font-size : 15px;
	font-weight : bold;
	line-height : 17px;
	margin-top: 0px;
	margin-bottom: 2px;
	}
	
.caption 
	{
	color: #333333;
	font-size: 10px;
	font-weight : bold;  
	line-height: 15px;
	font-family: Arial, Verdana, sans-serif;
	}
	
.captionreverse
	{
	color: #EEEEEE;
	font-size: 10px;
	font-weight : bold;  
	line-height: 15px;
	font-family: Arial, Verdana, sans-serif;
	}
	
.captionreverse2
	{
	color: #FFFFFF;
	font-size: 10px;
	font-weight : bold;  
	line-height: 10px;
	font-family: Arial, Verdana, sans-serif;
	}
	
.comments
	{
	color: #000000;
	font-size: 10px;
	font-weight : normal;  
	line-height: 12px;
	font-family: Arial, Verdana, sans-serif;
	}
	
.cpenumber
	{
	color: #FFFFFF;
	font-size: 14px;
	font-weight : bold;  
	line-height: 14px;
	font-family: Arial, Verdana, sans-serif;
	}
	
.pagefooter
	{ 
	color : #FFFFFF; 
	font-family : Arial, Verdana, sans-serif; 
	font-size : 10px; 
	font-weight : bold;  
	}

/*BELOW HERE IS FROM THE CHROME MENU*/

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: #FF8000; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #4B4B4B; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size: 12px;
font-family : Arial, Verdana, sans-serif;
line-height:15px;
z-index:100;
background-color: white;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 8px 8px 4px 8px;
text-decoration: none;
font-weight: bold;
color: #4B4B4B;
}

.dropdeck 
	{
	color:#999999;
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	}
	
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #4B4B4B;
color:#FFFFFF;
}