/* MAIN STYLES - START */

BODY {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background: white;
}

H1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:  white;
	text-align: justify;
	margin: 0px;
}

H2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #11396B;
	text-align: justify;
	margin: 0px;
}

H3 {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #000E1F;
}

P {
/*	font-family: Arial; */
	font-family: Tahoma;
	font-size: 12px;
	color:#031E40;
	text-align: justify;
}

UL {
	list-style-type: square;
	list-style-image: url('../images/li_marker.gif');
	/* font-family: Arial; */
	font-family: Tahoma;
	font-size: 12px;
	color: #031E40;
	margin: 0px;
	padding-left:18px;
	padding-right:0px;
}

OL {
	list-style-type: decimal;
	/* font-family: Arial; */
	font-family: Tahoma;
	font-size: 12px;
	color: #031E40;
	margin: 0px;
	padding-left: 24px;
}

/* MAIN STYLES - EOF */


/* OTHER CLASSES & STYLES - START */

.accent_red {
	color: #A50008;
}

.inner_text {
	font-family:tahoma;
	font-size: 11px;
	color:#031E40;
}

.header_table {
	background: url('../images/header_bg.gif');
}

.footer_table {
	background: url('../images/footer_bg.gif');
}

.ul_rect {
	list-style-type: square;
	list-style-image: url('../images/li_rect_marker.gif');
	/* font-family: Arial; */
	font-family: Tahoma;
	font-size: 12px;
	color: #031E40;
	margin: 0px;
	padding-left:18px;
	padding-right:0px;
}

/* OTHER CLASSES & STYLES - EOF */


/* MENU START */

TD.menu_h {
	border-bottom: 1px solid white;
}

TD.menu_m {
	width: 16px;
	background: #F4F5F7;
	border-bottom: 1px solid #A4B3C6;
}

TD.menu_ml {
	width: 16px;
	background: #F4F5F7;
	border-bottom: 1px solid white;
}

TD.menu_b {
	font-family: Tahoma;
	font-size: 11px;
	color: #022C60;
	width: 202px;
	padding-left:10px;
	border-bottom: 1px solid #A4B3C6;
}

TD.menu_bl {
	font-family: Tahoma;
	font-size: 11px;
	color: #022C60;
	width: 202px;
	padding-left:10px;
	border-bottom: 1px solid white;
}

DIV.menu {
	background: #ECEEF1;
}

TABLE.menu {
	background: url('../images/menu_shadow.gif') top right no-repeat;
}

/*  MENU  EOF */


/*  LINKS START */

A {
	color: #9C1A26;
	text-decoration:underline;
}

A:hover {
	color:red;
}

A.menu_link {
	color: #022C60;
	text-decoration:none;
}

A.menu_link:hover {
  color: red;
  text-decoration:none;
}

A.footer_link {
	color: white;
	text-decoration: none;
}

A.footer_link:hover {
	color: red;
	text-decoration: none;
}

/* LINKS EOF */


/*  CELLS - START */

TD.tip_cell {
	padding-left:14px;
	padding-right:14px;
	background: url('../images/tip_bg.gif') top left no-repeat;
}

TD.content_cell {
	background: url('../images/content_bg.gif') top left no-repeat;
	padding-top:17px;
	padding-bottom:50px;
	padding-left:19px;
	padding-right:19px;
}

TD.slogan_cell {
	padding-left:5px;
	background: url('../images/header_slogan_bg.gif');
}

TD.footer_cell {
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
	color: white;
	padding-right: 25px;
}
TD.footer_cell2 {
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
	color: white;
	padding-right: 25px;
}


TD.padding_cell {
	padding-left:1px; 
	padding-right:1px;
}

/*  CELLS - EOF */


/* CORNER CELLS - START */

TD.top_left_cell {
	background: url('../images/bg_tl.gif') right top no-repeat; 
	background-color: #6A86A9;
}

TD.top_right_cell {
	background: url('../images/bg_tr.gif') left top no-repeat; 
	background-color:#6A86A9;
}

TD.bottom_left_cell {
	background: url('../images/bg_bl.gif') right top no-repeat; 
	background-color: #6A86A9;
}

TD.bottom_right_cell {
	background: url('../images/bg_br.gif') left top no-repeat; 
	background-color: #6A86A9;
}

/* CORNER CELLS - EOF*/
DIV {
	font-family: Tahoma;
	font-size: 12px;
}

/* CSS BUTTONS */
#links_ a {
background:#59789D none repeat scroll 0%;
border:2px solid #ddd;
color:#ECEEF1;
display:block;
min-height:32px;
padding:2px 2px 3px 18px;
text-decoration:none;
font-weight:bold;
}
/*IE hack*/
* html #links_ a {
height:32px;
}
#links_ a:hover {
background:url(http://www.buildingsciences.net/images/leaf_link.jpg) no-repeat bottom left;
color:#022C60;
}    
