@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 */

#navbar {
	height: 30px;
	margin: 0;
	padding: 50px 0 0 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: 20px 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;
}



/* 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;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(/_images/layout/footer-bg.gif)
}

#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;
}



/* miscellenaneous content styling */

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

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



/* image gallery specific content styling */

/* login page */

#login_container {
	width: 500px;
	margin: auto 0;
	padding: 20px 0;
	text-align: right;
}

#login_container li {
	list-style-type: none;	
}



/* infobar */

#infobar {
	width: 945px;
	padding: 20px 15px 0 0;
	text-align: right;
}

#infobar a {
	color: #333333;
}

#infobar a:hover {
	color: #666666;
}



/* gallery pages */

#gallery_left_column {
	float: left;
	width: 600px;
	min-height: 450px;
	margin: 0;
	padding: 0 20px 0 20px;
	text-align: center;
}

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

#gallery_right_column {
	height: 450px;
	margin: 0 0 0 640px;
	padding: 0;
}

#image_details {
	width: 290px;
	height: 285px;
	margin: 0;
	padding: 0;
}

#image_details h2 {
	margin: 0;
	padding: 0 0 10px 0;
	background-image: url(/_images/your-images/heading2-bg.gif);
	background-repeat: repeat-x;
}

#gallery_thumbnails {
	width: 290px;
	height: 160px;
	margin: 0;
	padding: 0 0 5px 10px;
}


#gallery_thumbnails img {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 5px 10px 0;
	border: 1px solid #999999;
}

#page_numbers {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}



/* miscellenaneous gallery content styling */

.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;
}

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

table {
        border-collapse: collapse;
        margin: 0;
        padding: 0;
}

th {
	text-align: left;
}



/* end of CSS document */
