body, html {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background-color:#fff;
	background-image:url('pics/fw/bg_2.jpg');
	background-repeat: no-repeat;
}
p, a, h1, h2, h3, li, ul {
	font-family: sans-serif;
}
p, h3, li {
  text-align:left;
}
span {
	font-family: sans-serif;
}
h3 {
  padding:15px 10px 10px 20px;
}
#wrap {
	width:1070px;
	margin:0px auto;
}


/*************** header ***************/
#header {
  padding:5px 10px;
	height:142px;
	background:#cedfac;
}
#header p {
  font-size:.9em;
  margin: 90px 15px 0px 0px;
  float:right;
	line-height: 1.3em; 
}
#header .flush-right{
  text-align:right;
}
#header img {
	padding:24px 0px 0px 33px;
	float: left;
}


/*************** nav ***************/
#nav {
	padding:0px 0px 0px 0px;
	text-align:center;
	background-image:url('pics/fw/button.png'); 
}
#nav ul{
  padding:15px;
}
#nav ul li{
  display:inline;
	font-weight:bold;
	font-size:1.2em;
	margin:0px 10px 0px 10px;
	padding-right:10px;
	padding-left:10px;	
}
#nav ul li a:link {
	text-decoration: none;
	color:#fffe2b;
}
#nav ul li a:visited {
	text-decoration: none;
	color:#fffe2b;	
}
#nav ul li a:hover {
  text-decoration:underline;
  color:#ce2527;
}
#nav ul li a:active {
	color: #1b0e9a;
}
#nav #act_link {
	text-decoration: none;
	color: #ce2527;
}


/*************** current page ***************/
#current {
	padding-bottom:15px;
	padding-top:3px;
  padding-right:10px;
	padding-left:10px;		
	background-color:#CEDFAC;
}

#greenCategory {
	color:#405f3b;
}


/*************** main ***************/
#main {
	background:#cedfac;
	min-height:450px;
	height:auto;
	/*ciscoHack*/
	%display: block%; 
  _height:1%;
  %min-height: 1%;
}
#main:after {
	/*ciscoHack*/
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* fuck you Internet Explorer */
/*\*/
* html #main {
height: 450px;
}
#main a {
	color:#00008B;
}
#main a:link {
	text-decoration: none;
}
#main a:visited {
	text-decoration: none;
	color:#00008B;
}
#main a:hover {
	color:#ce2527;
	text-decoration: underline;
}
#main a:active {
	color: #1b0e9a;
}
#main p {
  padding-left:20px;
  padding-right:41px;
  padding-bottom:20px;
  line-height:135%;
}
#main ul {
  padding:10px 10px 10px 20px;
}
#main ul li {
  line-height:135%;
}


/*************** footer ***************/
#footer {
  padding-top:25px;
  width:1070px;
  height:320px;
  background-color:#cedfac;
}
#footerIMG {
	text-align:center;
  padding-top:5px;
}
.icon {
	display:inline;
	padding:10px;
}
#footer_text {
  padding-top:20px;
	text-align:center;
	font-size:.7em;
	line-height:135%;
}
.footerTextCenter {
  text-align:center;
}
#html #footer {
	height:1px;
}


/*************** HOME ONLY: image rotation ***************/
table { margin: auto; border-collapse: separate; border-spacing: 20px }
td { vertical-align: top; text-align:center; width: 235px }
.pics_rotate { 
	background-color: #001E07; 
	height: 220px;
	width: 220px;
	padding:0; 
	margin:0; 
	overflow: hidden;
	margin-left:5px;
}
.pics_rotate img {
	height: 200px; 
	width: 200px; 
	margin: 10px; 
	top:0; 
	left:0 }


/*************** HOME ONLY: twitter ***************/
#tweetie_boy {
  font-size: 16px;
  font-weight:bold;
	background-image:url('pics/fw/twittie_long.png');
	background-repeat:no-repeat;
	margin:7px 28px 20px 33px;
	height:650px;
	width:420px;
	float:right;
	color:white;
	display:block;
	overflow:hidden;
}
#tweetie_pestec_logo{
  padding:10px 25px 10px 0px;
}
#twitter_div li{
  padding:2px;
  margin-left:15px;
  text-align:left;
}
#twitter_div a{
  padding:7px;
  font-size:12px;
}


/*************** HOME ONLY: lead paragraphs ***************/
#lead_paragraph{
  padding:20px 0px 3px 20px;
 	font-size: 1.25em;
	font-weight:200;
}
#lead_paragraph_bottom{
  text-align:center;
  margin:auto; 
  padding:0px 0px 0px 20px;
  font-size: .9em;
  font-weight:200;
}


/*************** SUB PAGES: pic style ***************/
#roundCorner {
  margin-right: 15px;
  margin-left: 10px;
}
.float_right_hor {
  height:425px;
  width:625px;
  background-color: #001E07; 
  overflow: hidden;
  margin-top:15px;
  margin-left:20px;
  float:right;
  clear:right;
}
.float_right_hor img {
  margin-top:12px;
}
.float_right_ver {
  height:625px;
  width:425px;
  background-color: #001E07; 
  overflow: hidden;
  margin-top:15px;
  margin-left:20px;  
  float:right;
  clear:right;  
}
.float_right_ver img {
  margin-top:12px;
}
