﻿body 
{
	width: 100%;
	position: relative;
	background-color: #D0E1F5;
	height: 100%;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: fixed;
	background-image: url(../images/TriAxisBackgroundGrad.jpg);
}

.Title
{
	font-weight: normal;
	font-size: 18px;
	color: #4415D2;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.TitleCoverText
{
	font-weight:bold;
	font-size: 18px;
	color: #5C5C5C;
	font-style: normal;
	font-family: Arial;
}

.SubTitle
{
	font-weight: normal;
	font-size: 14px;
	color: #4883C5;
	font-style: normal;
	font-family: Arial;
}

.SubTitleCoverText
{
	font-weight: bold;
	font-size: 14px;
	color:#5A86C0;
	font-style: normal;
	font-family: Arial;
}

.GenText
{
    font-weight: normal;
    font-size: 12px;
    color: #696969;
    font-family: Arial;
}

.ImageBorderBlack
{ 
    border-right: Black 1px solid; 
    border-top: Black 1px solid; 
    border-left: Black 1px solid; 
    border-bottom: Black 1px solid; 
}

.CoverImageBorder
{ 
    border-right: #dcdcdc 8px solid; 
    border-top: #dcdcdc 8px solid; 
    border-left: #dcdcdc 8px solid; 
    border-bottom: #dcdcdc 8px solid; 
}


.GenCoverText
{
    font-weight: normal;
    font-size: 12px;
    color: #696969;
    font-family: Arial;
}

a.blue:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #00F;
	background-repeat: no-repeat;
}


a.blue:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #00F;
	background-repeat: no-repeat;
}


a.blue:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: black;
	background-repeat: no-repeat;
}

a.blue:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #00F;
	background-repeat: no-repeat;
}

a.white:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    color: #FFF;
    background-repeat: no-repeat;
}


a.white:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    color: #FFF;
    background-repeat: no-repeat;
}


a.white:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
	font-size: 16px;
	color:#000;
	background-repeat: no-repeat;
}

a.white:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	background-repeat: no-repeat;
}

a.green:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: green;
    background-repeat: no-repeat;
}


a.green:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: green;
    background-repeat: no-repeat;
}


a.green:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #6d95cb;
    background-repeat: no-repeat;
}

a.green:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: green;
    background-repeat: no-repeat;
}


a.HomePageBlueProjectLinks:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	background-repeat: no-repeat;
}


a.HomePageBlueProjectLinks:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bolder;
	font-size: 16px;
	color: #FFF;
	background-repeat: no-repeat;
}


a.HomePageBlueProjectLinks:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	background-repeat: no-repeat;
}

a.HomePageBlueProjectLinks:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	background-repeat: no-repeat;
}


.ParentNodeStyle
{
    font-weight:normal;
}

.HoverNodeStyle
{ 
    font-family:Arial; 
    font-size:12px; 
    text-decoration: underline; 
    color:#4883C5;
}

.SelectedNodeStyle 
{
    font-weight:normal; 
    color:#4883C5; 
    padding-left:0px;
    padding-top:0px; 
    font-family:Arial; 
    font-size:12px;
}

.NodeStyle
{
    font-family:Arial; 
    font-size:12px; 
    color:#696969;
    padding-top:0px;
    padding-left:2px;
}

#wrapper {
	width: 960px;
	margin-top: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 700px;
}
#TopLeftImage {
	background-image: url(../images/corp_blue_nav_tl1.gif);
	float: left;
	position: relative;
	height: 33px;
	width: 14px;
	background-repeat: no-repeat;
}
#TopCenterImage {
	background-image: url(../images/corp_blue_nav_bg_l.gif);
	background-repeat: repeat-x;
	float: left;
	height: 33px;
	width: 960px;
	position: relative;
}
#TopRight {
	background-image: url(../images/corp_blue_nav_tr1.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 14px;
	position: relative;
}
#HeaderPicture {
	float: left;
	height: 100px;
	width: 960px;
	position: relative;
}
#HeaderMenu {
	background-color: #5580BB;
	text-align: left;
	vertical-align: top;
	float: left;
	height: 18px;
	width: 940px;
	position: relative;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#BottonLeftImage {
	background-image: url(../images/corp_blue_nav_bl1.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 14px;
	position: relative;
}
#BottonCenterImage {
	background-image: url(../images/corp_blue_nav_bg_l.gif);
	background-repeat: repeat-x;
	float: left;
	height: 33px;
	width: 960px;
	position: relative;
}
#BottonRight {
	background-image: url(../images/corp_blue_nav_br1.gif);
	float: left;
	height: 33px;
	width: 14px;
	position: relative;
}
#PageContentTitle {
	float: left;
	height: 20px;
	width: 930px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFF;
}
#ProjectCat {
	padding: 10px;
	float: left;
	position: relative;
	width: 220px;
}
#ProjectTitleText {
	padding: 10px;
	float: left;
	width: 200px;
	position: relative;
}
#ContentWrapper {
	background-color: #FFF;
	float: left;
	width: 960px;
	position: relative;
}
#ProjectPicture {
	float: left;
	width: 210px;
	border: 5px solid #CCC;
	position: relative;
	height: 150px;
}
.CoverMore {
	color: #EA0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#PageContent {
	background-color: #FFF;
}
#PageContent {
	text-align: left;
	vertical-align: top;
	float: left;
	position: relative;
	width: 960px;
}
#LeftMenuWrapper {
	background-color: #999;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	float: left;
	width: 180px;
	position: relative;
}
#ProjectHeading {
	background-color: #999;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 180px;
	position: relative;
}
#ProjectCurrentHeading {
	background-color: #CCC;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 178px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000;
	border-bottom-color: #333;
	border-left-color: #FFF;
}
#ProjectCurrentPages {
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 178px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #333;
	position: relative;
	background-image: url(../images/ProjectNameGrad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#FullBodyContent {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	float: left;
	width: 740px;
	position: relative;
	background-color: #FFF;
}

#PartialBodyContent {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	float: left;
	width: 540px;
	position: relative;
	background-color: #FFF;
}
#PageContentWrapper {
	background-color: #999;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 960px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
#LeftMenu {
	text-align: left;
	vertical-align: super;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
	position: relative;
}

a.LeftMenuCat:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color:#FFF;
	background-repeat: no-repeat;
}


a.LeftMenuCat:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color:#FFF;
	background-repeat: no-repeat;
}


a.LeftMenuCat:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color:#4415D2;
	background-repeat: no-repeat;
}

a.LeftMenuCat:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color:#FFF;
	background-repeat: no-repeat;
}

a.LeftMenuProject:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color:#000;
	background-repeat: no-repeat;
}


a.LeftMenuProject:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background-repeat: no-repeat;
}


a.LeftMenuProject:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration:underline;
	font-weight: normal;
	font-size: 12px;
	color:#4415D2;
	background-repeat: no-repeat;
}

a.LeftMenuProject:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background-repeat: no-repeat;
}
#PartialBodyPictures {
	background-color: #CCC;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 180px;
	position: relative;
}
#PartualBodyAndPictureWrapper {
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
	float: left;
	position: relative;
}
#VerticalSpacer {
	float: left;
	height: 100%;
	width: 180px;
	position: relative;
}
.ProjectPictureHeight {
	vertical-align: top;
	height: 500px;
}

a.LeftMenuCatCurrent:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color:#4415D2;
	background-repeat: no-repeat;
}


a.LeftMenuCatCurrent:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color: #4415D2;
	background-repeat: no-repeat;
}


a.LeftMenuCatCurrent:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color:#000;
	background-repeat: no-repeat;
}

a.LeftMenuCatCurrent:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color: #4415D2;
	background-repeat: no-repeat;
}
#FullPageVerticalSpacer {
	height: 500px;
}
#ManagementPic {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 120px;
	width: 120px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
.ManagementPicSize {
	margin: 0px;
	padding: 10px;
	height: 100px;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Manager {
	margin: 0px;
	padding: 10px;
	float: left;
	height: 100px;
	width: 600px;
	position: relative;
	text-align: left;
	vertical-align: top;
}
div {
	color: #FFF;
}
#FooterCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	float: left;
	height: 18px;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 20px;
	color: #FFF;
	text-align: left;
	position: relative;
}
.TopMenuVertDivider {
	font-size:16px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bolder; 
	color:#000;
}
li {

}
#HomeContent {
	float: left;
	height: 265px;
	width: 960px;
	position: relative;
	background-repeat: repeat-x;
	background-image: url(../images/HomeContentBackgroundGrad.jpg);
}
#ProjectFlashShow {
	float: left;
	height: 339px;
	width: 960px;
	position: relative;
}
#ProjectCategory {
	float: left;
	height: 21px;
	width: 174px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	border: 3px outset #999;
	background-color: #5580BB;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ProjectCategorySpacer {
	float: left;
	height: 30px;
	width: 20px;
	position: relative;
}
#HomePageProjectCategoryHeadingSpacer {
	float: left;
	height: 30px;
	width: 630px;
	position: relative;
}
#HomePageNews {
	float: left;
	height: 222px;
	width: 304px;
	position: relative;
	text-align: left;
	vertical-align: top;
	background-color: #838383;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 20px;
	border: 3px ridge #999;
}
#HomePageProjectCatLinks {
	width: 630px;
	float: left;
	position: relative;
	height: 266px;
}
#HomePageProjectCategoryLineSpacer {
	float: left;
	height: 25px;
	width: 630px;
	position: relative;
}
