@charset "utf-8";
/* CSS Document */

/*MAIN BODY STYLES */
* {
margin: 0px;
padding: 0px;
}
body {
background-image:url(images/bg.gif);
background-repeat:repeat-x;
background-color: #2d6ba3;
font-family:Calibri, Arial, Helvetica, 'BebasNeueRegular', sans-serif;
font-size:14x;
color:#FFFFFF;
}
 img {
 border: 0px;
}

/* TEXT STYLES */

a:link {
 text-decoration: none;
 color: #ffffff;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
 text-decoration: none;
 color: #d9a86a;
}
a:active {
 text-decoration: none;
 color: #FFFFFF;
}

/* CONTAINER */

#container {
	width: 1000px;
	height: 100%;
	align: center;
 } 

/* BANNER */

 #header {
 width: 1000px;
 height: 105px;
 background-image: url(images/header.jpg);
 margin: 0 auto;
 align: centre;
 }

/* MENU BAR */

 ul#menu {
 width:1000px;
 list-style:none;
 height:30px;
 margin: 0 auto;
 align: centre;
}
 ul#menu li {
 display:inline;
}
 ul#menu li a {
 height:30px;
 float:left;
 }
 ul#menu li#menu-left a {
 width:150px;
 background: url(images/menu-left.jpg) no-repeat;
}
 ul#menu li#menu-1 a {
 width:175px;
 background:url(images/home.jpg) no-repeat;
}
 ul#menu li#menu-1 a:hover {
 width:175px;
 background:url(images/home2.jpg) no-repeat;
}
 ul#menu li#menu-2 a {
 width:175px;
 background:url(images/services.jpg) no-repeat;
}
 ul#menu  li#menu-2 a:hover {
 width:175px;
 background:url(images/services2.jpg) no-repeat;
}
 ul#menu li#menu-3 a {
 width:175px;
 background:url(images/about.jpg) no-repeat;
}
 ul#menu  li#menu-3 a:hover {
 width:175px;
 background:url(images/about2.jpg) no-repeat;
}
 ul#menu li#menu-4 a {
 width:175px;
 background:url(images/contact.jpg) no-repeat;
}
 ul#menu  li#menu-4 a:hover {
 width:175px;
 background:url(images/contact2.jpg) no-repeat;
}
 ul#menu li#menu-right a {
 width:150px;
 background:url(images/menu-right.jpg) no-repeat;
}

/* MID-SECTION */

 #mid-section {
 width: 1000px;
 height: 330px;
 background-image: url(images/woodbg.gif);
 margin: 0 auto;
 text-align: left;
}
 
 /* CONTENT-SECTION */
 
 #left-shade {
	 width: 50px;
	 height: 400px;
	 background-image: url(images/shadow-left.jpg);
	 float: left;
	 display: inline-block;
 }
 #lower-mid {
	 width: 900px;
	 display: inline-block;
	 height: 400px;
	 background-color: #1c4771;
	 text-align: left;
	  }
 #right-shade {
	 width: 50px;
	 height: 400px;
	 display: inline-block;
	 background-image: url(images/shadow-right.jpg);
	 float: right;
 }
 #content {
	 width: 800px;
	 height: auto;
	 margin: 20px;
 }
	 
/* FOOTER */

#lower-left-shade {
	width: 50px;
	height: 100px;
	background-image: url(images/shadow-left.jpg);
	float: left;
	display: inline-block;
}
 #lower-mid-2 {
	 width: 900px;
	 display: inline-block;
	 height: 100px;
	 background-color: #14304b;
	 text-align: left;
	  }
 #lower-right-shade {
	 width: 50px;
	 height: 100px;
	 display: inline-block;
	 background-image: url(images/shadow-right.jpg);
	 float: right;
 }
 #content-2 {
	width: 800px;
	height: 15px;
	margin: 42px;
	font-size: 12px;
	color: #94adc4;
	text-align: center;
}