body {
	margin: 0px;
	background:#4a4a4a;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
img {
	border:none
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 1em;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	color: #ffffff;
	line-height: 160%;
	margin: 2em 0 1em 0;
	padding: 0;
	text-transform: uppercase;
}
p {
	line-height: 140%;
	margin-bottom: 1em;
}
a, a:link, a:visited {
	color: #fff;
}
ul, ol, li {
  list-style:square inside;
  line-height: 140%;
}
span.emphasis {
	color: #63c0fe;
}
.clearfix {
	clear: both;
}
.image_l {
	float: left;
	padding: 0 20px 20px 0;
}
.image_r {
	float: right;
	padding: 0 0 20px 20px;
}

#body_content p img {
  float: left;
  padding: 1em 1em 1em 0;
}

#wrapper, #header, #global_nav, #body_content, #footer {
	clear:both;
	float:left;
	width:100%;
}
#wrapper .container, #header .container, #body_content .container, #footer .container {
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:960px;
}
#global_nav .container {
	margin:0 auto;
	position:relative;
	width:960px;
	z-index: 3;
	overflow: visible;
}
#wrapper #wrapper2 {
	background: url(../images/layout/home_bg.jpg) no-repeat 0 0;
}
#header .container {
	height: 282px;
}
#body_content_inner {
	padding-top: 10px;
	background: url(../images/layout/home_bg2.gif) no-repeat 0 0;
}
/* SUMMARY BOX FOR SUBPAGES */

.summary_box {
	clear: both;
	margin-bottom: 20px;
	position: relative;
}
.summary_box .left {
	float: left;
	position: relative;
	width: 640px;
}
.summary_box .right {
	float: right;
	position:relative;
	width: 300px;
}
.pad {
	padding: 10px;
}

.summary_box .col50 {
    width: 460px;
    float: left;
    margin-right: 20px;
}

.summary_box .rightbox {
    margin-right: 0;
}

/*
.link_box {
	width: 300px;
	height: 40px;
	position:relative;
	margin: 0;
	background: url(../images/layout/pill_bg.gif) 0 0 no-repeat;
	font-weight: bold;
	padding: 8px 0 0 15px;
}
.linkbox .title {
	position:relative;
	font-weight: bold;
	margin: 3px;
}
*/

.summary_box ul.menu li {
	width: 260px;
	padding-top: 2px;
	float: left;
	margin-bottom: 8px;
	list-style-type: none;
	line-height: 22px;
	padding-left: 32px;
	background: url(../images/layout/link_bullet.png) 0 3px no-repeat;
	margin-top: 5px;
}
.summary_box ul.menu li.icon-photos {
	background: url(../images/layout/icon-photos.png) 0 3px no-repeat;
}
.summary_box h2 a,
summary_box ul.menu li a {
	text-decoration: none;
}
.caption {
	margin: 3px 0 12px 0;
	border-top: solid 1px #666;
	color: #ccc;
	padding-top: 2px;
	font-size: 90%;
}
#breadcrumb .container {
	background: transparent;
/*	border-bottom: solid 1px #666; */
	margin-bottom: 50px;
	padding: 0 6px;
}

.breadcrumb { color: #ccc; }

#body_content .home {
	padding-top: 60px;
}

#body_content .home #breadcrumb {
	display: none;
}

#footer .container {
	padding: 20px 0 10px 0;
}

.photo_box {
	float: left;
	width: 25%;
	overflow: hidden;
    max-height: 125px;
    margin-bottom: 6px;
}

.photo_box img {
  float: left;
  width: 96%;
  margin: 0 auto 10px auto;
}

#gallery {
  width: 720px;
}

#sidebar-right {
  position: relative;
  float: right;
  width: 220px;
}

#sidebar-right-inner {
  margin: 0 0 0 10px;
  padding: 0 0 0 9px;
  border-left: solid 1px #ccc;
}

#content_wrapper { }

.form_style td { padding: 3px; }