@charset "utf-8";

/* body, images, and container formatting */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../_images/layout/body-bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

img {
	border: 0;
}

#container {
	width: 100%;  /* this will create a container 100% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) centre the page */
	padding: 0;
}



/* page header */

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background-image: url(../_images/layout/header-img.gif);
	background-repeat: no-repeat;
	text-align: left;
}



/* site navigation */

#top_nav {
	width: 680px;
	height: 19px;
	margin: 0 auto;
	padding: 20px 0 11px 280px;
}

#top_nav ul {
	margin: 0;
	padding: 0;
}

#top_nav li {
	display: inline;
	padding: 0 30px 0 0;
}

#navbar {
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#navbar a { /* attempting to eliminate the gap between navbar links on the dynamic pages */
	margin: 0;
	padding: 0;
}



/* page specific left and right column content areas */

#content {
	width: 940px;
	min-height: 450px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 40px 10px 30px 10px;
	text-align: left;
}

#content h1 {
	margin: 0;
	padding: 0;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0 0 0;
}

#content p {
	line-height: 18px;
}

#content a {
	color: #333333;
	font-weight: bold;
}

#content ul {
	margin: 0 0 18px 0;
}

#content li {
	list-style-image: url(../_images/layout/bullet.gif);
}

#left_column {
	float: left;
	width: 440px;
	margin: 0;
	padding: 0 10px 10px 0;
	background-image: url(../_images/layout/main-bg.gif);
	background-repeat: no-repeat;
}

#left_column img {
	border: 1px solid #999999;
}

#right_column {
	margin: 0 0 0 470px;
	padding: 0;
}

#additional {
	margin: 30px 0 0 0;
	padding: 0;
}

.link_container {
	float: left;
	width: 160px;
	height: 165px;
	margin: 0 15px 0 15px;
	padding: 0 10px 10px 0;
	background-image: url(../_images/layout/additional-bg.gif);
	background-repeat: no-repeat;
}



/* page footer */

#baseline {
	height: 65px;
	padding: 15px 0 0 0;
	background-image: url(../_images/layout/baseline-bg.gif);
	background-repeat: repeat-x;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#footer p {
	margin: 0;
	padding: 4px 0 0 2px;
}

#footer a {
	padding: 0 2px 0 2px;
	color: #333333;
	text-decoration: none;
}

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



/* gallery page */

#gallery_container {
	width: 920px;
	height: 455px;
	margin: 5px 0 0 0;
	padding: 15px 10px 15px 10px;
	background: #262424;
}

#gallery_navigation {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}

.img_thumbnail {
	float: left;
	width: 140px;
	height: 140px;
	margin: 5px;
	padding: 0;
	border: 1px solid #999999;
	text-align: center;
}



/* miscellenaneous content styling */

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.padding_top {
	padding: 25px 0 0 0;
}

.contact_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #202020;
}



/* end of CSS document */