@charset "UTF-8";
body  {
	font: 100% Helvetica, sans-serif;
	background: #565656;
	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;
}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 650px;
	background: #565656;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: 0;
	
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* 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 */
	height: 600px;
	background: #565656; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(images/right-arc.png);
	margin-top: 0;
	background-position: left top;
	background-repeat: no-repeat;
}

#mainContent { 
	width: 550px;
	margin: 0px 350px 0 0; /* 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: 30px 50px 0px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 570px;
} 


.bottom-nav {
	width: 900px;
	margin: 0px 0 0 0; /* 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: 15px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	height: 18px;
	color: #40b0b7;
	font-style: italic;
	border-bottom: solid #3c3c3c 1px;
	background-image: url(images/darkbox.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;	
} 


#info {
	width: 290x; /* 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 */
	height: 200px;
	padding: 30px 30px 30px 30px;
	color: #9c9c9c;
	font-weight: 100;
	font-size: 11px;
	font-style: italic;
	border-left: solid #3c3c3c 1px;
	line-height: 140%;
	margin-top: 0;
}


#left {text-align: left;
	float: left;
	width: 550px;
}

.bold {	font-weight: 100;
		font-size: 12px;
		font-stretch: extra-condensed;
		font-style: italic;
		color: #40b0b7;
		}

.eyelink {
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	margin-top: 0px;
	height: 32px;
	padding-left: 134px;
	color: #40b0b7;
	font-style: italic;
	padding-top: 18px;
	background-image: url(images/darkbox.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
	
.company {
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	color: #40b0b7;
	font-style: italic;
	height: 12px;
	}
	
.companytext {
	margin-top: 1px;
	font-weight: 100;
	font-size: 11px;
	font-stretch: extra-condensed;
	color: #000;
	line-height: 1.5;
	}
	
.bodytext {
	font-weight: 100;
	font-size: 10px;
	color: #9c9c9c;
	line-height: 1.5;
	}
	
.bodytext2 {
	font-weight: 100;
	font-size: 9px;
	color: #353535;
	line-height: 1.5;
	}
	
.linkstext {
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	height: 30px;
	padding-left: 134px;
	color: #40b0b7;
	font-style: italic;
	}


.links1 {
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	font-size: 12px;
	height: 28px;
	padding-left: 134px;
	padding-top: 8px;
	margin-bottom: -8px;
	color: #40b0b7;
	font-style: italic;
	background-image: url(images/aqua%20circles%201.png);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: top;
	}

.links2 {
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	font-size: 12px;
	height: 28px;
	padding-left: 134px;
	padding-top: 8px;
	margin-bottom: -8px;
	color: #40b0b7;
	font-style: italic;
	background-image: url(images/aqua%20circles%202.png);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	}

.links3 {
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	font-size: 12px;
	height: 28px;
	padding-left: 134px;
	padding-top: 8px;
	margin-bottom: -8px;
	color: #40b0b7;
	font-style: italic;
	background-image: url(images/aqua%20circles%203.png);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	}

.links4 {
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	font-size: 12px;
	height: 28px;
	padding-left: 134px;
	padding-top: 8px;
	margin-bottom: -8px;
	color: #40b0b7;
	font-style: italic;
	background-image: url(images/aqua%20circles%204.png);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	}

.links5 {
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	font-size: 12px;
	height: 28px;
	padding-left: 134px;
	padding-top: 8px;
	margin-bottom: -8px;
	color: #40b0b7;
	font-style: italic;
	background-image: url(images/aqua%20circles%205.png);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	}

.links6 {
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	font-size: 12px;
	height: 28px;
	padding-left: 134px;
	padding-top: 8px;
	margin-bottom: -8px;
	color: #40b0b7;
	font-style: italic;
	background-image: url(images/aqua%20circles%206.png);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	}

.links7 {
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	font-size: 12px;
	height: 28px;
	padding-left: 134px;
	padding-top: 8px;
	margin-bottom: -8px;
	color: #40b0b7;
	font-style: italic;
	background-image: url(images/aqua%20circles%207.png);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	}

.links8 {
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	font-size: 12px;
	height: 28px;
	padding-left: 134px;
	padding-top: 8px;
	margin-bottom: -8px;
	color: #40b0b7;
	font-style: italic;
	background-image: url(images/aqua%20circles%208.png);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	}


.links9 {
	font-weight: 100;
	font-size: 12px;
	font-stretch: extra-condensed;
	font-size: 12px;
	height: 28px;
	padding-left: 134px;
	padding-top: 8px;
	margin-bottom: -8px;
	color: #40b0b7;
	font-style: italic;
	background-image: url(images/aqua%20circles%209.png);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
	}

a:link {
	color: #40b0b7;
	text-decoration: none;
}


a:hover, a:active, a:focus {
   text-decoration: underline;
   color: #000;
}


a:visited {
	text-decoration: none;
	color: #40b0b7;
}



































.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;
}