﻿body, table, td
{
	/* set the default font family */
	font-family:Arial;
	font-size:10pt;
}

body 
{
	background-color:White;
	background-image:url("../../Images/BG.jpg");
	background-repeat:repeat-x;
}

.Main /*currently on the same tag with layout_main*/
{
 border-style:solid;
 border-color:Black;
}

.GreenBuildingLinkedList
{
	color:White;
	font-weight:bold;
	font-size:110%;
}

.SubMenu a
{
 padding-right:15px;
 font-weight:bold;
}

.INCOMPLETE
{
	color:Black;
	background-color:Yellow;
}

.Content
{
	font-weight:bold;
}

.Content P
{
	text-align:justify;
	margin-top:0;
	
}

.Content .StyledContentTable
{
	border:solid 2px black;
}

.Content .StyledContentTable th,.Content .StyledContentTable td
{
	margin:0px;
	border:solid 1px black;
}

.Content .StyledContentTable th
{
	background-color:#008200;
}

.Content .ContentTable
{
	margin-bottom:10px;
}

.Content .DataTable td
{
	font-weight:normal;
}

.Content, .PageTitle
{
	margin:7px;
	vertical-align:top;
}

.Content H1, H1
{
	color:White;
	display:inline-block;
	font-size:14pt;
	/*
	for image based headers
	text-indent:-500px;
	*/
}

.Content H2
{
	color:#003775;
	display:inline-block;
	font-size:12pt;
}

.Home-Content H2
{
		font-size:12pt;
}


.Content H3
{
	color:#7A83B0;
	display:inline-block;
	font-size:10pt;
	margin-bottom:0;
	padding-bottom:0;
}

.Content B
{
	color:#003775;
	font-weight:600;
}

.Content EM
{
	
}

.SiteMapPath, .SiteMapPath a
{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.PoweredBy7Ware
{
	color:Gray;
	font-weight:bold;
	text-decoration:none;
}

.Style1
{
	color:red;
}
.Style1 .Style2
{
	font-weight:bold;
}
#Header
{
	background-image:url("../../Images/Header-BG1.jpg");
	background-repeat:no-repeat;
	min-width:100%;
}
#LeftNav
{	
	background-image:url("../../Images/LeftNav-BG.jpg");
	background-repeat:no-repeat;
	background-color:Black;
	height:400px;
	color:#BCCECF;
	margin:0;
	padding-left:10px;
}

#LeftNav a
{	
	color:#BCCECF;
	text-decoration:none;
}
#LeftNav img
{
	border:0;
}

#Layout_Content
{
	background-image:url("../../Images/Content-BG.jpg");
	background-repeat:no-repeat;
}
#Footer
{
	background-color:Transparent;
	background-image:url("../../Images/Footer-BG.gif");
	background-repeat:no-repeat;
}
#Footer table
{
	margin-top:0px;
	color:White;
	margin-left:165px;
	width:634px;
	/*background-color:Blue;*/
}
#Footer table tr td
{
	font-weight:bold;
	font-size:8pt;
}
#Footer table tr .links
{
	padding-top:15px;
}
#Footer table tr .links a
{
	color:White;
	text-decoration:none;
}
#Footer table tr .copy
{
	padding-top:5px;
	padding-left:200px;
	/*background-color:Red;*/
}
#Navigation 
{
	height:20px;
}

#Navigation a
{
	color:#123C6D;
	text-decoration:none;
	font-size:16px;
	letter-spacing:-1px;
	font-weight:bolder;
	font-family:Century Gothic, Helvetica, Sans-Serif, Arial;
}
#Navigation a
{
	padding: 0px 2px 0px 2px;
}

#Navigation a:hover
{
	text-decoration:underline;
}
.Home-Content
{
	background-image:url("../../Images/HomePageBuilding.jpg");
	background-repeat:no-repeat;
	width:360px;
	height:450px;
	min-height:450px;
	color:White;
	padding:5px;
}
.Content
{
	color:Black;
	margin-top:0px;
	padding:0 15px 15px 15px;
}
 .PageTitle
 {
 }
/****************** Home page - green building and Portfolio **********/
.Portfolio-Div, .Green-Div
{
	width:100%;
	background-color:#339900;	
	margin-bottom:5px;
}
.Portfolio-Div
{

	background-color:#000099;	
}
.Portfolio-Div div, .Green-Div div
{
	margin:4px;
	
	padding:5px;
	background-color:#CCCCCC;	
}
.Portfolio-Div h2, .Green-Div h2
{
	padding:5px;
	margin-bottom:0px;
}
.right-content-image{
	  display:block; 
	  float:right; 
	  padding-left:10px;
	  padding-bottom:20px; 
	  border:none;
}
.left-content-image{
	  display:block; 
	  float:left; 
	  padding-right:10px;
	  padding-bottom:20px;
	  border:none;
}