﻿/* General styles */
body { 
	width: 100%;
	background-position:center;
	margin: 0; 
	padding: 0; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Sans-Serif; 
	font-size: 13px;
	background:#121112;
	}
	
h1{
font-size:36px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Sans-Serif; 
color:#333333;
margin: 0;
}
h2{
font-size:30px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Sans-Serif; 
color:#333333;
margin: 0;
}

h3{
font-size:26px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Sans-Serif; 
color:#333333;
margin: 5;
}

h4{
font-size:18px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Sans-Serif; 
color:#009900;
margin:0;
padding:0 0 0px 0;
}	

a{
text-decoration:underline;
color:#000000;
}

a:hover{
text-decoration:none;
color:#666666;
}

p
{
	text-align:justify;
}	
	

/* Top Banner */
.top {
	width: 100%;
	height: 106px;
	background: url(../images/topBg.gif) repeat;
	
}
.topDiv {
	width: 100%;
	height: 14px;
	background: url(../images/topDiv.gif) repeat;
	
}


.topTop {
	display:block;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Sans-Serif; 
	padding:15px 0px 0px 20px;
	font-size:12px;
	height: 40px;
	width: 350;
	float:left;
	}

.topTop a{
color:#FFFFFF;
text-decoration:none;
}
.topTop a:hover{
color:#000000;
text-decoration:none;
}

.topRight {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Sans-Serif; 
	padding:5px 0px 0px 70px;
	font-size:18px;
	height: 40px;
	width: 350;
	float:left;
	word-spacing:1em
	}

.topRight a{
color:#000000;
text-decoration:none;
}

.topRight a:hover{
color:#FFFFFF;
text-decoration:none;
}


/* Main Content Area */

.middle 
{
	clear:both;
	width: 100%;
	background: #fff url(../images/midBg.gif) repeat-x;
	float:left;
	}

.topImage {
	background: url(../images/boomgreenLogo2.gif) no-repeat;
	width: 446px;
	height: 106px;
	float:left;
	right:50px
	}


.midRight {
	/*border: 1px solid #0000FF;*/
	width: 40%;
	height: 100%;
	float:right
	}
	
.midLeft 
{
	/*border: 1px solid #FF0000;*/
	width: 55%;
	height: 100%;
	float:left;
	padding:8px 0px 0px 25px;
	}

.bottom {
	clear: both; 
	width: 100%;
	background: url(../images/botBg.gif) repeat;
	margin:5px 0 0 0;
}

.portpic
{
	float:left;
	margin:0px 5px 0px 0px;
	border:1px solid #000;
}


/* Footer Area */

#footer{
clear:both;
margin:0 auto;
padding:10px 0 10px 25px;
text-align:center;
color:#808080;
font-size:0.9em;

}

#footer a{
color:#808080;
text-decoration:none;
}

#footer a:hover{
text-decoration: underline
}


.footBox
{
	font-size:13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Sans-Serif; 
	color:#808080;
	border:1px solid #212121;
	margin:0px 0px 0px 20px;
	padding:2px 1px 1px 2px;
	background-color:#333333;
	width:30%;
	height:150px;
	float:left
}

.footBoxCon {
	padding:0px 5px 3px 5px;
	}

.footBoxCon a{
color:#808080;
text-decoration:underline;
}
.footBoxCon a:hover{
color:#FFF;
text-decoration:none;
}