body {
	background: #ae2222 url("images/body_bg.jpg") repeat-x fixed 0 100%;
	margin-top: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #0A3575;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 723px;
	border: 6px solid #0A3575;
	height: 136px;
	margin: 0 auto;
	padding: 0;
	background: #fff url("images/header2.gif") 127px 0 no-repeat;
	/*background: #fff url("images/header2.gif") 50% 0 no-repeat;*/
	position: relative;
}

#header img {
	position: absolute;
	left: 579px;
	top: 21px;
	border: 0;
}

#header h1 {
	float: left;
	margin: 20px 0 0 20px;
	font-size: 40px;
	letter-spacing: -2px;
	color: #764B31;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a:link, a:visited {
	font-weight: bold;
	color: #ae2222;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
a.return {
	display: block;
	clear: left;
}
#footer a {
	color: #fff;
}
.home_thumb {
	float: left;
	margin: 3px 15px 0px 0px;
	border: none;
}

/* Menus */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

ul.home {
	margin: 0;
	padding: 0 0 0 15px;
}
ul.home li, ul.general li {
	margin-bottom: 10px;
}
ol {
	margin: 0;
	padding: 0 0 0 40px;
}
ol li {
/*	list-style: none;
	padding: 0 0 40px 72px; */
	margin: 12px 0;
}
/*ol li#one {
	margin-top: 18px;
	background: url("images/thumb_granite_small.jpg") 15px 0 no-repeat;
}
ol li#two {
	background: url("images/thumb_granite_small.jpg") 15px 0 no-repeat;
}
ol li#three {
	background: url("images/thumb_granite_small.jpg") 15px 0 no-repeat;
}*/
ul.general {
	margin: 0;
	padding: 0 0 0 35px;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a, #menu1 li.active {
	display: block;
	width: 190px;
	padding: 8px 0px;
	background-color: #7495cf;
	border-top: 1px solid #0A3575;
	border-bottom: 1px solid #0A3575;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

#menu1 li.active {
	background: #0A3575;
	color: #fff;
}

#menu1 a:hover {
	background-color: #fff;
	border-top: 1px solid #764B31;
	border-bottom: 1px solid #764B31;
	color: #ae2222;
}

/* Content */

#content {
	width: 727px;
	margin: 0 auto;
	border: 4px solid #0A3575;
	border-top: none;
	/*background: #E9EAE2;*/
	background: #fff;
}

#colOne {
	float: right;
	width: 190px;
	margin-top: 20px;
	padding: 0 20px 0 10px;
}

#colTwo {
	float: left;
	margin-top: 20px;
	width: 467px;
	padding: 0 15px 0 25px;
}

body#home #colTwo p {
	word-spacing: .1em;
	letter-spacing: .025em;
	line-height: 2;
}
#colTwo p {
	word-spacing: 1px;
	letter-spacing: .01em;
	line-height: 1.8;	
}
#colTwo p.small {
	font-size: 80%; 
}
.red {
	color: #AE2222;
}
#colTwo p.instruction_root,
#colTwo p.instruction {
	line-height: 1.4;
	word-spacing: normal;
	letter-spacing: normal;
	margin-left: 23px;
}
#colTwo p.instruction {
	margin-left: 0;
}
#colTwo p.bold_lead {
	line-height: 1.4;
	margin-bottom: 7px;
	font-weight: bold;
}
#colTwo p.address {
	font-weight: bold;
}
#colTwo p.address span {
	display: block;
}
#content h2 {
	margin-bottom: 15px;
	font-size: 19px;
	letter-spacing: -1px;
}
h2#contact_us {
	padding: 2px 0 2px 40px;
	background: url("images/email_32.gif") 0 50% no-repeat;
}
h2#about_us {
	padding: 3px 0 3px 40px;
	background: url("images/info_32.gif") 0 50% no-repeat;
}
h2#photo_gallery {
	padding: 2px 0 2px 40px;
	background: url("images/images_32.gif") 0 50% no-repeat;
}
h2#our_services {
	padding: 4px 0 4px 40px;
	background: url("images/clipboard_plain_32.gif") 0 100% no-repeat;
}

#content h2.hdr_top_push {
	margin-top: 23px;
}

#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 90%;
}

#gallery {
	position: relative;
	width: 440px;
}
body#home #colTwo p.message {
	background: #0A3575;
	color: #fff;
	padding: 12px;
	font-size: 110%;
	line-height: 1.15;
	letter-spacing: normal;
	width: 408px;
	margin:0 auto 15px;
}
p.message strong.large { display:block; margin-top:10px; font-size:110%;
	}
strong.new { color: #0A3575; font-weight: bold;}
.cen { text-align: center; }
.clear_both { clear: both; }