body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #676767;
}

.head_div {
	background: #fff;
}

.header {
	width: 950px;
	height: 177px;
	background: url(../images/head_bg.png) no-repeat;
	position: relative;
	margin: 0 auto;
}

.logo {
	position: absolute;
	width: 270;
	height: 81px;
	top: 35px;
	left: 30px;
}

.tagline {
	position: absolute;
	width: 124px;
	height: 60px;
	top: 45px;
	left: 320px;
}

.title_img {
	position: absolute;
	width: 400px;
	height: 50px;
	bottom: 2px;
	right: 2px;
	text-align: right;
}

.navbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 475px;
	height: 36px;
	background: #d4d4d4;
	top: 140px;
}

.bodydiv {
	background: #676767;
	width: 100%;
}

.content {
	width: 950px;
	background: url(../images/body_bg.png) repeat-y;
	margin: 0 auto;
	padding: 20px;
}

.galcontent {
	width: 950px;
	margin: 0 auto;
	padding: 20px;
	background: url(../images/galbody_bg.png) repeat-y;
}

.galindex {
	border: 1px solid gray;
	padding: 20px;
	width: 400px;
	margin: 40px auto;
	background: #2f2f2f;
}

.galindex a {
	color: #fff;
}

.content a:link,
.content a:hover,
.content a:visited {
	color: #fff;
}

.left {
	width: 514px;
	float: left;
	padding: 0 40px;
	color: #fff;
}

.galleft {
	padding: 0 40px;
	color: #fff;
}

.right {
	width: 273px;
	float: right;
	padding: 0 35px;
	color: #8f8f8f;
	font-size: 11px;
	margin-top: 40px;
}

.right a:link,
.right a:visited,
.right a:hover {
	color: #8f8f8f;
	text-decoration: none;
}

.right .arrow,
.right .arrow a:link,
.right .arrow a:visited,
.right .arrow a:hover {
	color: #fff;
}

.clr {
	clear: both;
}

.ruler {
	height: 1px;
	border-bottom: 1px solid #666666;
	margin: 30px 0;
}

.footer {
	background: url(../images/footer_bg.png) no-repeat;
	width: 910px;
	margin: 0 auto;
	height: 102px;
	padding: 20px 40px 0px;
	color: #4e4e4e;
	font-size: 10px;
	line-height: 16px;
}

.footer a:link,
.footer a:visited,
.footer a:hover {
	color: #737373;
	text-decoration: none;
}

/* Gallery CSS */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: auto;
background-color: #282828;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../images/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}

input.submitbtn {
	background: #000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
