@charset "UTF-8";
body {
	background: #FFFFFF url(images/bg_gradient.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
p {	
	font: .85em "Lucida Grande", Lucida Sans, sans-serif;
	color: #444444;
	line-height: 1.6em;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	line-height:1.1em;
}
h1 {font-size: 2em;}
h2 {font-weight:bold; font-family: Helvetica Neue, Arial, sans-serif; letter-spacing:-1px;}

h3 {color:#777;}


a:link, a:visited, a:active {
	color: #777777;
	text-decoration: underline; border: none;
}
a:hover {
	color:#333333;
	text-decoration: underline;
}
#superheader {color:white; font-size: .8em;}
#container {
	width: 885px;
	background-image: url(images/bg_mainContent.png);
	margin: 6px auto 0 auto;
	text-align: left;
}
#header {
	height: 200px;
	padding-left:30px;
}
#header h1 {
	margin: 0; 
	padding: 10px 0;
}
#header_right {
	float:right;
	width: 280px;
	height: 190px;
	padding: 0 0 0 10px;
	margin: 10px 13px 0 0;
	background-image: url(/images/stack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-left: dotted thin #909090;
}

#breadcrumb {margin-left:40px; font-size:.7em;}

.cushycms {	font: .85em "Lucida Grande", Lucida Sans, sans-serif;
	color: #444444;
	line-height: 1.6em;
}

/* LEFT NAVIGATION */
.navmenu {
	width: 250px; float: left;
}

.navmenu ul {
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
.navmenu a {
	font: bold 13px Lucida Grande, Arial, sans-serif;
	padding: 10px 0 10px 20px;
	display: block;
	width: 250px; /*Define width for IE6's sake*/
	height: 70px;
	color: #595959;
	text-decoration: none;
	background-image: url(/images/btn_green.jpg);
	background-repeat: no-repeat;
	margin: 0 0 15px 0px; /* changed width to 30 from 0*/
	
}
.navmenu a:visited {
	color: #595959;
}
html>body .navmenu a { /*Non IE rule*/
	width: 250px;
}
.navmenu a:hover {
	background-image: url(/images/btn_gray.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.navmenuh1 {
	font-family: Georgia, Times New Roman, serif;
	font-size:30px;
	font-weight: normal;
	color:#FFFFFF;
}
/* End Left Nav */




#mainContent {
	/*margin: 0 310px 0 0;*/
	padding: 10px 0 0 40px;
	min-height:550px;
	width:800px;
}

#left {float: left; width: 520px;}

.pullout {
	float:right;
	width:150px;
	height:270px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#69F;
	padding-left: 5px;
	margin-left: 10px;
	border-left: thin dotted silver;
	font-style:italic;
	font-size:21px;
	line-height:1.2em;
}
#newsdiv { margin-bottom: 20px; 
	border-bottom: dotted thin silver; 
	font-family:  "Lucida Grande", Lucida Sans, sans-serif;
	color: #444444;
	line-height: 1.6em; 
	font-size:.85em;
}
#bottomnav ul {
	width: 800px;
	height: 25px;
	margin: 0;
}
#bottomnav li {
	width: 100%;
	height: 25px;
	display:inline;
	padding: 0 10px;
}
#bottomnav a {
	text-decoration: none;
	color:#787878;
}
#bottomnav a:hover {
	color:#343434;
	background-color: #eae9e9;	
text-decoration: none;
}
#footer {
	padding: 20px 0; text-align:center;
	border-top: thin solid silver; margin:20px 25px 0 25px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
}
#footer a {
	color: #666;
	text-decoration: none; padding:8px;
}
#footer a:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img {border: none;}

.testimonials {border-bottom: thin solid silver; margin-bottom: 20px; padding-bottom:10px; font-size:14px; margin-left:30px; border-left:10px solid #999;padding-left:10px;}

blockquote {border-bottom: thin solid silver; margin-bottom: 20px; padding-bottom:10px; font-size:14px; margin-left:30px; border-left:10px solid #999;padding-left:10px;}

cite {float: right; color: rgb(122, 187, 229);}
