@charset "UTF-8";
/* CSS Document */


/*************	 You can change the general font and background image here	 ****************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background:url(../Graphics/main_background.gif) #87C9BE center top repeat-x;
	
}

/************* COMPANY NAME HEADER // font properties for the site header  ****************/

h1 {
	font-weight: bold;
	font-style:oblique;
	letter-spacing: 0.1em;
	font-size: 2.5em;
	color: #ffff3c;
	line-height: 0.81em;
}


/************* COMPANY NAME - TAGLINE properties // change the tagline style here ****************/

h1.tagline {
	font-size: 1em;
	color: #fff;
	line-height: 2em;
	padding: 0 0 0 150px;
}


/************* MAIN MENU LINKS // Change the color and width of the menu font and borders here ****************/

.menu a {
	font-size: 1em;
	color: #303030;
	text-decoration:none;
	border-left: 2px solid #999;
} 

.last a {
	border-right: 2px solid #999;
}

.menu a:hover {	
	background: #606060;
	color: #E5E2C6;
} 


/********************** LEFT COLUMN & WIDE COLUMN PROPERTIES // Change the header and paragraph text here	************************/

h2 {
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #333333;
	font-weight: normal;
	font-style:oblique;
	line-height: 1.5em;
	border-bottom: 1px solid #333333;
	text-align: left;
}

h2.tagline {
	font-size: 0.81em;
	font-weight: normal;
	color: #fff;
	text-align: left;
	border-bottom: none;
	}
	
h2.tagline a{color: #FFF; text-decoration:none;}

p {
	font-size: 0.81em;
	font-weight: normal;
	color: #333333;
	text-align: left;
	
}

p a {color: #FFF; text-decoration:none;}
/********************** RIGHT COLUMN (TEXT BOX) PROPERTIES	************************/

h2.text_box  {
	margin: 10px auto 0 70px;
	text-align: left;
	color: #fff;
	border-bottom-color:#FFFFFF
}

p.text_box {
	margin: 10px 20px 0 20px;
	text-align: left;	
}

p.text_box2 {
	margin: 10px 20px 0 20px;
	text-align: left;
	color: #fff;	
}

p. a  {color: #FFF; text-decoration:none;}
/********************** FOOTER PROPERTIES	************************/

p.footer {
	text-align: center;
	color: #666666;
	position: absolute;
	width: 100%;
	float:left;
	display: block;
	height: 140px;
	z-index: 999;	
	margin: 0px;
}


/********************** COLORED BOX // HERE YOU CAN CHANGE THE TEXT-BOX BACKGROUND IMAGES  ***********************/

.colored_box_top {
	background:url(../Graphics/text_box/green_box_top.gif) top left no-repeat;
}

.colored_box_middle {
	background:url(../Graphics/text_box/green_box_middle.gif) top left repeat-y;
}

.colored_box_bottom {
	background:url(../Graphics/text_box/green_box_bottom.gif) top left no-repeat;
}


/********************** FOOTER BACKGROUND	************************/

.footer {
	background: url(../Graphics/footer.gif) bottom center repeat-x;
}


