@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
#container {
	width: 1000px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
} 
#header {
	background: #FFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
} 
#navbar {
	text-align: center;
	background-color: #FFF;
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	height: 29px;
	padding-left: 185px;
	border-collapse: collapse;
	line-height: 27px;
}
ul{
    margin: 0 auto;
    padding: 0;
}
ul.navbar li{
	list-style: none;
	border-right-width: 1px;
	border-right-color: #59C3C4;
	border-left-color: #4CB7B8;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	padding-right: 20px;
	padding-left: 20px;
	height: 29px;
	float: left;
}
ul.navbar a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
}
ul.navbar a:hover{
	color: #9FF;
}
body#home a#homenav,
body#about a#aboutnav,
body#projects a#projectsnav,
body#references a#refnav,
body#costs a#costsnav,
body#news a#newsnav{
	color: #9FF;
}

/* round cornered CSS boxes use this info*/
.rbtop div  {
	background-image: url(images/corner_top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.rbtop {
	background-image: url(images/corner_top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.rbbot div  {
	background-image: url(images/corner_bottom_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rbbot      {
	background-image: url(images/corner_bottom_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
}
.rbcontent  {
	margin: 0px 14px;
}
.roundboxhome {
	background-color: #9FF;
	background-repeat: repeat;
	float: right;
	width: 496px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.roundboxhome2 {
	background-color: #9FF;
	background-repeat: repeat;
	float: right;
	width: 496px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 10px;
	height: 150px;
}
.roundboxsub {
	background-color: #9FF;
	background-repeat: repeat;
	width: 705px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.roundboxsubcolumn {
	background-color: #;
	background-repeat: repeat;
	width: 265px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #030;
}
.rbfact1box {
	background-repeat: no-repeat;
	width: 272px;
	background-image: url(images/fact1.png);
	height: 92px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}
.rbfact2box {
	background-repeat: no-repeat;
	width: 272px;
	background-image: url(images/fact2.png);
	height: 98px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}
.rbfact3box {
	float: right;
	background-repeat: no-repeat;
	width: 192px;
	background-image: url(images/fact3.png);
	height: 199px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
p.fact1 {
	font-size:20px;
	color:#030;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 24px;
}
p.fact2 {
	font-size:20px;
	color:#58c9dd;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 24px;
	margin-right: 0px;
	margin-left: 0px;
}
p.fact3 {
	font-size:20px;
	color:#a0e5bd;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 24px;
	margin-right: 0px;
	margin-left: 0px;
}
.factwhite {
	font-size:22px;
	color:#FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 24px;
}

#photocolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 474px;
	margin: 10px;
}
#mainContent {
	margin: 0 0 10 484px; /* 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. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	height: 536px;
	overflow: hidden;
} 
.mainbot {
	background-image:url(images/mainboxbottom.png);
	background-repeat: no-repeat;
	height: 10px;
	position: absolute;
	top: 526px;
	background-color: #FFF;
	background-position: bottom;
	width: 496px;
	float: right;
}
#subpageContent {
	margin: 0 150 0 0px; /* the right margin on this div element creates the column down the right 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. */
	padding: 0 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#subpagecolumn {
	float: right; /* since this element is floated, a width must be given */
	width: 265px;
	margin: 0 10px 0px 10px;
}
#popup {
	width: 725px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
} 
#footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #FFF;
	background-image: url(images/footerbar.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
} 
#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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18pt;
	color:#030;
	font-style: normal;
	font-weight: normal;
	margin: 3px 0px 10px 0px;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color:#030;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 3px 0px 10px 0px;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #009999;
	padding-top: 8px;
}
h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #FFF;
	margin: 3px 0px 10px 0px;
}
p.blue{
	color:#9FF;
}
p.lightgreen{
	color:#a0e5bd;
}
.green{
	color:#030;
; 	font-weight: bold;
}
a{
	color: #008aa2;
}
a:visited{
	color: #327950;
}
.colleft {
	float:left;
	width: 300px;
	margin-left: 10px;
}
