html 
	{
     overflow: -moz-scrollbars-vertical;
	}
	
body {
	margin:0;
	padding:0;
	background-color:#00a3bf;
	background-image:url(../images/bg.gif);
	background-position: top;
	background-repeat:repeat-x;
	font-family: Helvetica, Tahoma, sans-serif;
	color:#333333;
	font-size:11.5px;
	line-height:16px;
	text-align:center;
	}

/* LAYOUT */

#header {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:235px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
	background-image:url(../images/hdr_bg.gif);
	background-position: top;
	background-repeat:no-repeat;
	padding-top:12px;
	background-color:#FFFFFF;
	}
	
#nav {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
	background-color:#FFFFFF;
}

#logo{
	width:900px;
	height:50px;
}

#global_nav {
	float:right; 
	width:400px;
	text-align:right;
	padding:32px 80px 0 0;
	font-weight:600;
	color:#749002;
}
	
#container { 
	width: 900px;  
	margin: 0 auto; 
	text-align: left; 
	padding-bottom:15px;
} 

div#star { 
	width: 990px;  
	margin: 0 auto; 
	background-image:url(../images/spark.png);
	background-position:top right;
	background-repeat:no-repeat;
	

} 

div#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 265px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-size:11px;
	margin-top:30px;
}

div.sidebar_interior{
	background-image:url(../images/sidebar_bg.gif); 
	width:234px; 
	background-repeat:repeat-x;
	}
	
p.sidebar_text{
	margin:0; 
	font-family:Tahoma, Arial, Helvetica, sans-serif; 
	font-weight:700; 
	font-size:11px; 
	line-height:15px; 
	color:#4c4c4c; 
	padding:0px 10px 0 12px;
	}


#mainContent { 
	width: 575px;
	background-color:#ffffff;
	margin: 0 0 0 25px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

#contentArea { 
	padding-top:10px;	
	background-color:#ffffff;
	padding-bottom:30px;
} 

#textArea {
	padding:0 10px 0 10px;
	}
	
#portfolio { 
	width: 900px;  
	margin: 0 auto; 
	text-align: center; 
	padding-bottom:35px;
} 
	
	
#footer {
	background-image:url(../images/footer_bg.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	background-color:#f39940;
	height:100px;
	width:900px;
	text-align:center;
	color:#b67533;
}


.floatRight{
	float:right;
	}
	
	
.hidden { display:none; }
.show {display:block; }

	
.prop {
    float:right;
    width:1px;
  }

.minHeight {  height:390px;  }
  

p {margin-top:0px; margin-bottom:10px; }

/* TEXT */
h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:23px;
	margin-bottom:8px;
	color:#ee7700;
	font-weight:800;
	}


h2 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	margin:0;
	color:#999999;
	}
	

	
h3 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:14px 0 0 0;
	color:#333333;
	}


h4, h5 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	color:#333333;
	}
	
	
	
/* LISTS */

li {
	margin:0px;
	padding:0px;
	}
	
ul {
	list-style: disc url(../images/listArrow.gif) inside;
	margin-left: 20px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	}
	
/* MISC */
	
.indent {
	padding-left:8px;
	}
	
/* LINKS */
a{
	color: #00a3bf;
	text-decoration:none;
}

a:visited{
	color: #00a3bf;
	text-decoration:underline;
}

a:hover {
	color: #11b6d3;
	text-decoration:underline;
}

#footer a{
	color: #f9e59a;
	text-decoration:none;
	font-weight:600;
}

#footer a:visited{
	color: #f9e59a;
	text-decoration:none;
	font-weight:600;
}

#footer a:hover {
	color:#f9e59a;
	text-decoration:underline;
	font-weight:600;
}

#global_nav a{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #82a200;
	text-decoration:none;
}

#global_nav a:visited{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #82a200;
	text-decoration:none;
}

#global_nav a:hover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #749002;
	text-decoration:underline;
}

a.btn_learnmore {
    display: block;
	width: 126px;
  	height: 33px;
    text-decoration: none;
    background: url("../images/btn_learnmore.gif");
   }

a.btn_submit {
    display: block;
	width: 126px;
  	height: 33px;
    text-decoration: none;
    background: url("../images/btn_submit.gif");
   }

a.btn_submitrfp {
    display: block;
	width: 126px;
  	height: 33px;
    text-decoration: none;
    background: url("../images/btn_submitrfp.gif");
   }
   
   a.btn_learnmore:hover, a.btn_submit:hover, a.btn_submitrfp:hover {
     background-position: 0 -33px;
   }





.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;
	
}


