* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0; 
	padding: 0;
	background-color: #6d7856;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
a {
	color: #fff;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	list-style-type:disc; 
}

li {
	padding-bottom: 5px;
	margin:0 0 0 20px;
}

:focus {
	outline: 0;
}

#outside_container {
	background:url(../images/bg_spacer.jpg) repeat-x #a76c2a;
}

#container {
	background:url(../images/bg_main.jpg) no-repeat;
	width:900px; 
	min-height: 800px;
	position:relative;
	margin:0 auto;
}

/*		Logo / Menu / Panel Positioning		*/

#container h1#logo { 
	text-indent: -9999px;
	height: 131px;
	width: 680px;
	background:url(../images/logo.png) no-repeat; 
}

ul#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 850px;
	height: 36px;
	position: absolute;
	}
	ul#menu li {
		display: inline;
		}
		ul#menu li a {
			display: block;
			height: 36px;
			text-indent: -9999px;
			position: absolute;
		}
		ul#menu li.about a {
			width: 140px;
			background: url(../images/menu_about.jpg) bottom center no-repeat;
			right: 340px;
			top: 5px;
		}
		ul#menu li.services a {
			width: 96px;
			background: url(../images/menu_services.jpg) bottom center no-repeat;
			right: 244px;
			top: 5px;
		}
		ul#menu li.gallery a {
			width: 138px;
			background: url(../images/menu_gallery.jpg) bottom center no-repeat;
			right: 106px;
			top: 5px;
		}
		ul#menu li.contact a {
			width: 106px;
			background: url(../images/menu_contact.jpg) bottom center no-repeat;
			right: 0;
			top: 5px;
		}
			ul#menu li a:hover {
				background-position: center center;
			}
		body#about ul#menu li.about a,
		body#services ul#menu li.services a,
		body#gallery ul#menu li.gallery a,
		body#contact ul#menu li.contact a{
			background-position: top center;
		}
		
/*		Content		*/

#content {
	padding-top:60px;
	padding-left:70px;
	width:800px;
	min-height: 450px;
	color:#fff;
	font-size:14px;
	line-height:20px;
}
.column { width:760px; height: 339px;}
.column1 { float:left; width:440px; margin-right:20px; padding-bottom: 20px; }
.column2 { float:left; width:280px; }

#content h1#about { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/about_title.jpg) no-repeat;
}
#content h1#services { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/services_title.jpg) no-repeat;
}
#content h1#gallery { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/gallery_title.jpg) no-repeat;
}
#content h1#contact { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/contact_title.jpg) no-repeat;
}

#content h1#error { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/404_title.jpg) no-repeat;
}

#content h1#directions { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/contact_map_title.jpg) no-repeat;
}

#content h1#ces { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/services_ces_title.jpg) no-repeat;
}

#content h1#ads { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/services_arc_title.jpg) no-repeat;
}

#content h1#pass { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/services_pass_title.jpg) no-repeat;
}

#content h1#miss { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/services_mis_title.jpg) no-repeat;
}

#content h1#smts { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/services_smts_title.jpg) no-repeat;
}

#content h1#gal_civ { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/gallery_civ_title.jpg) no-repeat;
}

#content h1#gal_arc { 
	width: 400px;
	height: 30px;
	margin-bottom: 15px;
	text-indent: -9999px; 
	background: url(../images/pages/gallery_arc_title.jpg) no-repeat;
}

#content h2 {font-family: Arial, Helvetica, sans-serif;color:#fff;margin:10px 0px 5px 0px;font-weight: bold;font-size: 14px}
#content h2 a:hover {text-decoration: none}
#content h5 {margin:10px 0px 5px 0px;font-weight: bold;font-size: 14px}

.small {font-size: 10px}
.small a {text-decoration: underline}
.small a:hover {text-decoration: none}

#gal {
	width: 520px;
	margin: 0 auto;
	padding-top: 25px;
}

.gal_selection {
	float: left;
	padding-right: 10px;
}

 #map {
 width: 700px; 
 height: 350px;
 }

/*		Footer		*/

#footer {
	border-top:1px solid #f8e896;
	padding: 10px 50px 20px 50px;
	color:#fff;
	font-size:10px;
	line-height:14px;
}

#footer span {
	margin:0 auto;
	display:block;
	width:700px;
}

#footer a {
	text-decoration: underline;
}

#footer a:hover { 
	text-decoration:none;
}

#footer .footer_float_left{
	float: left;
}

#footer .footer_float_right{
	float: right;
}

/*		General Styles	*/

a img { border:0px }