/* Created By Lisa Merriman for Unlimited Webdesign */
/* NOTES: Netscape 4 bug: can't apply table padding using css. Must use html for that. */

/************ GLOBAL RESET STUFF **************/
* { 
padding: 0; 
margin: 0; 
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin: 20px 0; } 
li, dd, blockquote { margin-left: 40px; margin-bottom: 0.9em;} 
fieldset { padding: 10px; } 
p { margin-bottom: -0.3em;} 

/************ APPEARANCE TAGS **************/

TABLE {
	empty-cells: show;
}


A {  
	color: #008ADD; /* was #0046B0; */
}

A:hover {
	color: #FF6600;
	text-decoration: none;
}
h1 {  font-size: 14pt; font-weight: normal; color: #00C577; margin-bottom: -0.5em;} /* was blue #0091E4; */
h2 {  font-size: 11pt; font-weight: bold; color: #00C577; margin-bottom: -0.7em}
h3 {  font-size: 10pt; font-weight: bold; color: #000000; margin-bottom: -0.7em}
h4 {  font-size: 10pt; font-weight: bold; color: #000000; margin-bottom: -0.7em}

P, LI {	line-height: 1.3em;
}

UL {
	list-style: none;
	padding-left: 0;
	margin-left: -25px;
}

UL LI {
	padding-left: 23px;
	margin-bottom: 0.5em;
	background-image: url(images/bullet.gif); 
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/*************************************** 
 ************ LAYOUT TAGS **************/
body {
	margin:0px 0px 0px 0px;
	background-color: #5D6675;
/*
	background-image: url(images/bg-gel.jpg);
	background-repeat: repeat;
	background-position: top left;
*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	color: black; /* was #333333; */
	height: 100%;
}

.content_table {
	border-collapse: collapse;
}

.content_cell {
	background-color: #EEF6F3;
	background-image:url(images/bg-leaves_in.jpg);
	background-position: 100% 0px;
	background-repeat: repeat-y;
}

.left_cell {
	background-color: #3B5277;
	background-image: url(images/bg-gelfaintcol.jpg); /* was images/bg-gelblue.jpg */
	background-position: top left; /*was top right */
	background-repeat: repeat;
	width: 180px;
	border-right: 1px solid black;
}


.mainarea {
/*	If position: relative;  then this breaks Homepage bullets (peekaboo bug) */
	clear: both;
	padding-top: 5px;
	padding-right: 170px; /* was 120px */
	padding-bottom: 20px;
	padding-left: 25px; /* was 3% */
	margin: 0px;
	text-align: left;
}

/********* HEADER ***************************/
.header_out {
	background-color: #3B5277;
	background-image: url(images/bg-headbar2.gif);
	background-position: top left;
	border-bottom: 1px solid black;
}

.header_in {
	display: block;
	width: 100%;
	height: 129px;
	background-image:url(images/head-bluemach2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 2px solid #CCC;
}


.title {
	float: left;
}

/** Left Illutstration ***************************/

.ill_left {
	position: relative;
	float: left;
	margin-top: 2em;
	left: -175px;
	margin-right: -180px;
/*
	margin-left: 0px;
*/ /*was -153 */
	z-index: 200;
	text-align: center;
	color: #CCC;
	font-size: 8pt;
}

.ill_left IMG {
	border: 1px solid black;
	margin-bottom: 4px;
}

/*******************************************/
.montage_area {
	background-image: url(images/bg-behindsqs.gif);
	background-position: top left;
	background-repeat:no-repeat;
	width: 220px;
	height: 328px;
	position: relative;
	float: right;
	margin-top: 42px;
	margin-bottom: 15px;
	margin-left: -80px;
	margin-right: 0px;
	left: 120px;
}

.sq1, .sq2, .sq3 {
	position: absolute;
}

.sq1 IMG, .sq2 IMG, .sq3 IMG {
	border: 1px solid black;
}

.sq1, .sq3 {
	margin-left: 111px;
}

.sq1 {
	margin-top: 3px;
}

.sq2 {
	margin-top: 111px;
	margin-left: 3px;
}

.sq3 {
	margin-top: 219px;
}


/********** MENU CONTAINER ***********************/

.menu_area {
	position: absolute;
	top: 133px;
	left: 0px;
	width: 181px;
	padding-top: 25px;
	margin-top: 0px;
	background-color: #1B5B90;
	border-right: 1px solid black;
	z-index: 100;

}

/********** FOOTER AREA (BOTTOM OF PAGE)  ***********************/

.footer_area {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding: 2px 0px;
	clear: both;  /* stops it rising up over the menu if the pagecontent is extremely short */
	background-color: #CCCCCC;
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat;
	background-position: top left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;

}

/********** ACTUAL FOOTER BAR ***********************/
.footer_menubar {
	margin-top: 1.2em;
	margin-right: 0px;
	margin-bottom: -7px;
	padding: 4px 5px 4px 10px;
	text-transform: uppercase;
	text-align: left;  /* center; */
	font-family: Helvetical, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #F7F9FC;
	background-image: url(images/bg-dropdown-metal.gif);
	background-repeat: repeat;
	background-position: top left;
	border: 1px solid #CCCCCC;
}

.footer_menubar A {
	color: #666;
	padding: 2px 7px; /* Makes hover box bigger than height of the bar. */
	text-decoration: none;
	border: 1px solid #F3F3F3;
}

.footer_menubar A:hover {
	padding: 8px 7px; /* Makes hover box bigger than height of the bar. */
	color: #00BC72;
	text-decoration: none;
	background-color: #E5E5E5;
	background-image: url(images/bg-dropdown-metal.gif);
	background-repeat: repeat;
	background-position: top left;
	border: 1px solid #CCCCCC;
}

/********** SMALLPRINT_STYLE FOOTER ***********************/
.footer {
	margin: 0px;
	padding: 2px 10px 2px 10px ;
	text-align: right;
	color: #333;
	font-size: 7pt;
}


