@charset "UTF-8";

a:link {color:#000000; text-decoration: none; font-weight: bold;}      
a:visited {color:#666; text-decoration: none; font-weight: bold;}  
a:hover {color:#17828F; text-decoration: none; font-weight: bold;}  
a:active {color:#17828F; text-decoration: underline; font-weight: bold;}  


#subnavarea {
	color: #525252;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
#navwords a {
	text-decoration: none;
	color: #FFF;
}
#subnav1 {
	float: left;
	width: 140px;
	clear: left;
	padding-top: 8px;
}
#subnav2 {
	width: 140px;
	float: left;
	padding-top: 8px;
}
#subnav3 {
	width: 140px;
	float: left;
	padding-top: 8px;
}
#subnavarea a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #9BA598;
	text-decoration: none;
	font-weight: bold;
}
.blueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #44A0AC;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #747D71;
}
.maintextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #747D71;
}
.teamtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #747D71;
}
.teamtablebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #747D71;
}
h1 {
	font-size: large;
	color: #44A0AC;
	margin-top: 0px;
	margin-bottom: 9px;
}
#subnavarea a:hover {
	color: #525252;
	text-decoration: none;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #ECEEEB;
}
.oneColFixCtrHdr #container {
	width: 930px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	overflow: hidden;
}
.oneColFixCtrHdr #header {
	padding: 8px 0px 0;
	margin-top: 20px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	height: 27px;
	text-decoration: none;
	color: #FFF;
}
#navigation {
	margin-right: 17px;
	margin-left: 12px;
	background-color: #999;
	height: 27px;
	background-image: url(../images/navback.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/background.png) repeat-y;
	overflow: hidden;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/bottom.png) no-repeat;
	height: 120px;
	overflow: hidden;
	clear: both;
}
.oneColFixCtrHdr #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 */
}
#navwords {
	height: 27px;
	margin-left: 355px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
}
#technology a {
	width: 102px;
	height: 21px;
	padding-top: 6px;
	display: block;
	color: #FFF;
	text-decoration: none;
	float:left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #BBB;
}
#technology a:hover {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#team a {
	width: 60px;
	height: 21px;
	padding-top: 6px;
	display: block;
	color: #FFF;
	text-decoration: none;
	float:left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #BBB;
}
#team a:hover {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#projects a {
	width: 80px;
	height: 21px;
	padding-top: 6px;
	display: block;
	color: #FFF;
	text-decoration: none;
	float:left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #BBB;
}
#projects a:hover {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#resources a {
	width: 96px;
	height: 21px;
	padding-top: 6px;
	display: block;
	color: #FFF;
	text-decoration: none;
	float:left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #BBB;
}
#resources a:hover {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
	display: block;
	color: #FFF;
	text-decoration: none;
} 
#news a {
	width: 60px;
	height: 21px;
	padding-top: 6px;
	display: block;
	color: #FFF;
	text-decoration: none;
	float:left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #BBB;
}
#news a:hover {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#contact a {
	width: 72px;
	height: 21px;
	padding-top: 6px;
	display: block;
	color: #FFF;
	text-decoration: none;
	float:left;
	border-right-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #BBB;
}
#contact a:hover {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#base a {
	width: 60px;
	height: 21px;
	padding-top: 6px;
	display: block;
	color: #FFF;
	text-decoration: none;
	float:left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #BBB;
}
#base a:hover {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#rightcolumn {
	width: 521px;
	float: right;
	margin-right: 20px;
	clear: right;
	margin-bottom: 20px;
	overflow: hidden;
}
#logoarea {
	width: 290px;
	float: left;
	padding-top: 50px;
	padding-left: 20px;
	clear: left;
}
#addressblock {
	float: left;
	width: 290px;
	clear: left;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 13px;
	font-weight: 300;
	color: #999;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 20px;
	text-align:right;
}
#addressblock2 {
	float: left;
	width: 196px;
	clear: left;
	margin-left: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: 300;
	color: #999;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 20px;
}
#addressblock a {
	color: #333;
	text-decoration: none;
}
#addressblock a:hover {
	color: #17828F;
	text-decoration: none;
}
a#addresslink:link {
 	color: #333;
	text-decoration: none;
}
a#addresslink:hover {
	color: #17828F;
	text-decoration: none;
}

.addresshead {
	color: #44A0AC;
}
#section-team #team a {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
}
#subnavarea {
	height: 76px;
}
#mainbodycontent {
}
#newspanel {
	padding: 10px 10px 10px 15px;
	margin-top: 20px;
	background-image: url(../images/sidebarback.jpg);
	background-repeat: repeat-x;
	margin-right: 100px;
}
.homebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #747D71;
	text-decoration: none;
}
.homebodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #747D71;
	text-decoration: none;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #747D71;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.big-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #868F84;
}
#home a{
	width: 62px;
	height: 21px;
	padding-top: 6px;
	display: block;
	color: #FFF;
	text-decoration: none;
	float:left;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBB;
	border-left-color: #BBB;
}
#home a:hover {
	display: block;
	color: #FFF;
	text-decoration: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BBB;
	border-left-color: #BBB;
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
}
#section-technology #technology a {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
}
#section-projects #projects a {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
}
#section-contact #contact a {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
}
#section-resources #resources a {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
}
#section-news #news a {
	background-image: url(../images/navback2.png);
	background-repeat: repeat-x;
}

#bottomtags {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
