body {
	margin: 5px;
	padding: 0px;
	background: url(bg.jpg) #4E7164;
	BACKGROUND-ATTACHMENT: fixed;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

body, th, td, input, textarea, select {
	font-family:  "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text2 {
	padding-left: 50px;
	letter-spacing: -.5px;
	text-transform: uppercase; 
	font-size: 12px;
	color: #FFFFFF;
}


ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 20px;
}

.list1 a {
	color: #C04159;
}

a {
	color: #C04159;
}

a:hover {
	text-decoration: none;
	color: #C04159;
}

.style1 {
	padding-left: 10px;
	text-transform: uppercase; 
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.style1 a {
	text-decoration: none;
	color: #FFFFFF;
	width: 115px;
}

.style1 a:hover {
	text-decoration: none;
	color: red;
}

.top-menu {
	background: url(top-menu.jpg) repeat-x left top;
	height: 132px;
}
.footer {
	background: url(top-menu.jpg) repeat-x left top;
	height: 65px;
}
.bg2 {
	background: url(images/img2.jpg) repeat-x left top;
	height: 195px;
}

.bg3 {
	background: url(images/img3.jpg) repeat-x left top;
	height: 75px;
}

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background:#7B8C86;
border: 1px solid red;
border-width: 5px 1px;
padding: 10px;
font: bold 12px Verdana;
z-index: 100;

}

.megamenu .column{
float: left;
width: 245px; /*width of each menu column*/
margin-right: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
}

.megamenu .column h3{
background: ;
font: bold 13px Arial;
color:black;
margin: 0 0 5px 0;
border-bottom: 1px dotted red;
}

.megamenu .column ul li a{
text-decoration: none;
color: white;
width: 245px;
}

.megamenu .column ul li a:hover{
color: black;
background: #F8FBBD;
}