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

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height:1.25;
	color:#CCCCCC;
}

p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height:1.25;
	color:#CCCCCC;
}

p.description {
	font-size: 13px;
	color:#666;
}
p.description strong {
	color:#999;
	font-weight:bold;
}

.indent {
	padding-left: 25px;
}

h1 {
	font-family: Arial, sans-serif;
	font-weight:lighter;
	font-size: 17px;
	color:#99CC00;
	line-height: 25px;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight:lighter;
	font-size: 17px;
	color:#99CC00;
	line-height: 25px;
}

h3 {
	color:#fff;
}

h6 {
	font-size: 14px;
	font-weight: normal;
}

.footer {
	font-size: 12px;
}

.green {
	color:#99CC00;
}

a {
	color:#FF9900;
	text-decoration: none;
	overflow: hidden;
}

a:hover {
	text-decoration: underline;
}

#secondaryNav {
	color: #666666;
	font-size:12px;
	line-height:18px;
}

#secondaryNav a {
	color:#666666;	
}

#secondaryNav a:hover {
	color:#ffffff;	
}

.floatleft {
	float:left;
	margin: 5px 10px 5px 0;
}

.floatright {
	float:right;
	margin: 5px 0 5px 10px;
}

/* QUOVOLVER STYLING */

/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

blockquote {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 370px; /* required */
	
	}

blockquote p { 
	font-style: italic; 
	line-height:1em;
	text-align:center;
}

blockquote p.announcement {
	line-height: 1.5em;	
	text-align:center;
}

blockquote cite { 
	color:black;
	font-style: normal; 
	display: block; 
	text-align: right; 
	text-transform: uppercase; 
	font-size: 10px; 
	font-weight: bold; 
	letter-spacing: 1px;  
}

blockquote h2 {
	color: white;
	text-transform: uppercase; 
	font-size: 10px;
	padding-bottom: 5px;
	line-height: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
}

p strong {
	font-weight:bolder;
	color:#FFF;
}

.pic-border {
	background-color:#333;
	color:#FFF;
	padding: 3px;
	font-style:italic;
	font-size:10px;
}

.frontbtn {
	padding-bottom: 8px;	
}
