body {
	margin: 0px;
	height: 100%;
	background: #4e4e4e;
}
* html {
	height: 100%;
}
.SiteMaster {
	width: 100%;
	height: 100%;
}
.SiteMasterTop {
	vertical-align: top;
	background-image: url(bkgd_site_top.gif);
	background-repeat: repeat-x;
}
.SiteMasterTopAdmin {
	vertical-align: top;
	background-image: url(bkgd_site_top.gif);
	background-repeat: repeat-x;
	background: #f0f0f0;
}
.SiteMasterTopHome {
	vertical-align: top;
	background-image: url(bkgd_site_top_home.gif);
	background-repeat: repeat-x;
}
.SiteMasterBottom {
	height: 80px;
	background-color: #2e5094;
	background-image: url(bkgd_bluegradient.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	border-top: 1px solid #fff;
}	
.PageMaster {
	height: auto;
	background: transparent;
	width: 900px;
	padding: 0px;
	margin: 0px;
}
.LeftSide {
	width: 300px;
	vertical-align: top;
}
.RightSide {
	width: 600px;
	vertical-align: top;
}
.FooterMaster {
	width: 900px;
	padding-top: 10px;
}
.LinkPane {
	height: 40px;
	background: #fff;	
}
.GlobalLinks {
	font: normal 7pt Verdana;	
	color: #4e4e4e;
}
.GlobalLinks a {
	color: #4e4e4e;
}
#ClientFTP {
	font-weight: bold;
}



.PageImagePane {
	border: 1px solid #fff;
}
.LogoPane {
	height: 130px;
	text-align: right;
	background: #fff;
}
.NavPane {
	height: 30px;
	border-left: 1px solid #fff;
}

	
	
.ContentPane {
	padding: 50px;
}
.ContentCellHome {
	vertical-align: top;
	width: 600px;
}
.ContentPaneHome {
	padding: 10px 50px 0px 50px;
}
.ContentPaneAdmin {
	padding: 10px 50px 0px 50px;
}
.ContentPaneCaseStudy {
	padding-top:20px;
}
.BannerPane {

}
.FlashPane {

}


/* FEATURED PROJECTS */
.FeatureCell {
	width: 300px;
	vertical-align: top;
	background-image: url(bkgd_home_featurepane.gif);
	background-repeat: repeat-x;
	background-position: 0px -100px;
}
.FeaturePicCell {
	padding-right: 0px;
}
.FeaturePicCell a img {
	border: 1px solid #c93;
}
.FeaturePicCell a:hover img {
	border: 1px solid #659AD2;
}

.FeaturePane {
	padding: 10px 5px 10px 10px;
}
.FeaturePane td {
	vertical-align: top;
}
.FeaturePane h1 {
	font: normal 10pt Arial;
	color: #bebebe;
}
.FeaturePane img {
	border:1px solid white;
	margin-right: 10px
}
.FeaturePane p {
	font: normal 8pt Arial;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.FeaturePane a:link,
.FeaturePane a:visited {
	color: #b2cf94;
	font-size: 8pt;
}
.FeaturePane a:hover {
	color: #659AD2;
}
.FeaturePane a:active {
	color: #b2cf94;
	font-size: 8pt;
}
.FeatureTable {
	padding-bottom: 10px;
}


.CopyrightPane {
	width: 350px;
}
.FooterNavPane {

}
.LoginPane {
	text-align: right;
}


.CopyrightStyle,
.UserStyle,a.UserStyle,a.UserStyle:link,a.UserStyle:active,a.UserStyle:visited {
	text-decoration: none;	
	color: #fff;
	font: normal 10px Arial;
}
.LoggingStyle,a.LoggingStyle,a.LoggingStyle:link,a.LoggingStyle:active,a.LoggingStyle:visited {
	text-decoration: none;	
	color: #a4b5d7;
	font: normal 10px Arial;
}
a.LoggingStyle:hover, a.UserStyle:hover {
	color: #bca03e;
	}



p, li {
	font: normal 12px Arial;
	color: #fff;
}
p {
	text-align: justify;
}
.ContentPaneAdmin p, .ContentPaneAdmin li {
	color: black;
}
.Content{
	padding: 106px 120px 20px 20px;
}
h1 {
	font: normal 20pt Arial;
	color: #996;
}
h2 {
	font: normal 12pt Arial;
	color: #996;
}
h3 {
	font: bold 10pt Arial;
	color: #996;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}
td {}
em {
	color: #dab56c;
}
A:link, A:visited {
	color: #c93;
	text-decoration: none;
}
A:hover {
	color: #659AD2;
	text-decoration: none;
}
A:active {
	color: #c93;
	text-decoration: none;
}



.Subhead {
	color: #39c;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration: underline;
	color: red;
}
A.CommandButton:visited{
	text-decoration: underline;
	color: red;
}
A.CommandButton:hover{
	text-decoration: underline;
	color: #3399cc;
}
A.CommandButton:active{
	text-decoration: underline;
	color: red;
}







/* BOTTOM NAVIGATION */
.main_dnnmenu_container {
	background-color:transparent;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	}
.main_dnnmenu_item { /*subnav items*/
	cursor: pointer; 
	cursor: hand; 
	color: #000; 
	font: normal 8pt Arial, Helvetica, san-serif; 
	white-space: nowrap;
	display: block;
	border: 1px solid white;
	padding: 2px;	
	border-collapse: collapse;
	text-transform: lowercase;
	border-bottom: none;
}
* html .main_dnnmenu_item {
	font: normal 9pt Arial;
}
.main_dnnmenu_rootitem  { /*main nav items*/
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	background-color: transparent;
	font: normal 8pt Arial, san-serif; 
	white-space: nowrap;  /*Word wrapping menu item now optional*/	
	padding: 2px 5px;
	text-transform: lowercase;
	margin: 0px 1px 0px 0px;
	border-right: 1px solid white;
}
* html .main_dnnmenu_rootitem {
	font: normal 8pt Arial;
}
.main_dnnmenu_itemhover { /* all menu items hover */
	color: #bca03e;
	background: #2e5094; 
}
.main_dnnmenu_icon {
	display:none;
}
.main_dnnmenu_submenu {
	background-color: #CC9933;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 0px;
	margin-top: 0px;
	border-bottom: 1px solid white;
	/* display: none;*/
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}
.main_dnnmenu_arrow {
	display: none;
}
.main_dnnmenu_rootmenuarrow {
	display: none;
}



/*
==========
Global Navigation
==========
*/
ul.nav {
	float: right
}
ul.nav li{
	width: 150px;
	list-style-type: none;
}
ul.nav a {
	display: block;
	background-repeat: no-repeat;
}
ul.nav a:hover { 
	background-position: 0 -36px;
	background-repeat: no-repeat;
}

<!-- -->
.Normal {
	color: #fff;
}
.Subhead {
	color: aqua;
}
#dnn_ctr395_Default_ViewProperty_ctl00 {
	display:none;
}
.c_footer .Head a{
	color:yellow;
}
A.CommandButton:link,
A.CommandButton:active,
A.CommandButton:visited {
	color:yellow;
}
.NormalTextBox {
	color: black;
}
.ControlPanel {
	background-color: #333;
}