
html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
	font-family: Verdana, Arial;
	color: #000;
	background-color: #FFFFFF;
	font-size: 12px;
}

* {
	margin: 0;
	padding: 0;
}

/*
div,span {
	border: solid 1px #000000;
}*/

#container {
	height: auto;
	min-height: 100%;
	width: 1024px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	border-right: 2px solid #9C7300;
	border-left: 2px solid #9C7300;
	background-image: url(images/logo.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	
}

/* Hack for IE */
* html #container {
    height: 100%;
}
/* End IE Hack */

#header {
	height: 231px;
}

#header_left {
	position: relative;
	float: left;
	width: 218px;
	height: 231px;
	background-image: url(images/header_left.jpg);
	background-repeat: no-repeat;
}
#header_right {
	position: relative;
	float: left;
	width: 796px;
	height: 181px;
	background-image: url(images/header_right.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 10px;
}

#main {
	height: 100%;
	width: 1024px;
}
#content {
	display: block;
	padding: 10px;
}
#footer {
	position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	overflow: hidden;
	background-color: #CCC;
	color: #27298D;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	font-size: 8px;
	line-height: 16px;
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.menulist dl {
	display: block;
	float: right;
	margin: 0;
}

.menulist dd {
	display: block;
}

.menulist dt {
	float: left;
	padding-bottom: 0;
	padding-right: 31px;
	margin: 0;
	margin-right: 10px;
	display: block;
	height: 22px;
	background-image: url(images/menu-divider.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
}

.menulist a {
	font-size: 14px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	color: #27298D;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #27298D;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

.normaltext {
	font-size: 12px;
	line-height: 18px;
}

.smalltext {
	font-size: 11px;
}

ul {
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
	padding-top: 5px;
	list-style-position: outside;
}

ul.nopadding {
	font-size: 12px;
	padding: 0;
	list-style-position: outside;
}

ul.small {
	font-size: 11px;
	line-height: 15px;
	padding-left: 15px;
	padding-top: 5px;
	list-style-position: outside;
}

li {
	padding-bottom: 10px;
}

a {
	color: #27298D;
	font-size: 12px;
}

#mailcontainer {
	font-size: 11px;
}

input.button {
	background-color: #154884;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 13px;
}

#mailform {
	/*width: 500px;*/
}

label.normal {
	display: block;
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 5px;
}

label.right {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
}

label.error {
	color: #F00;
	display: inline;
	font-size: 10px;
	padding-bottom: 5px;
}

fieldset {
	border: 0;
}

input.float {
	float: left;
}

.inputline {
	clear: both;
	padding-top: 10px;
}

#errormessage {
	display: none;
	padding-bottom: 10px;
}

#errormessage li {
	list-style-type: none;
	padding-bottom: 0px;
}

input, textarea, select {
	border: 1px solid #000;
	color: #154884;
	font-size: 11px;
}

input.button {
	background-color: #154884;
	border: 1px solid #000;
	font-size: 11px;
}

.hidden {
	display: none;
	font-weight: normal;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #CCC;
	margin: 5px;
}

.show {
	display: block;
	font-weight: normal;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #CCC;
	margin: 5px;
}

#menulist ul {
	display: block;
	margin: 0;
}

#menulist li {
	float: left;
	padding-bottom: 0;
	padding-right: 25px;
	margin: 0;
	margin-right: 5px;
	display: block;
	height: 22px;
	background-image: url(images/menu-divider.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
}

a.navigationlink {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.navigationlink:hover {
	text-decoration: underline;
}

#category_list {
	border-right: 2px solid #08077C;
	padding: 0 15px 0 0;
	margin-top: 50px;
	text-align: left;
}

#category_list h1 {
	font-size: 13px;
}

#category_list ul li {
	list-style-type: none;
}

#gallery_overview {
	padding: 0 10px 0 40px;
}

.gallery_overview_list {
	background-color: #CFCFCF;
	width: 700px;
	height: 90px;
	margin: 20px;
}

.gallery_image {
	position: relative;
	float: left;
	margin-top: -5px;
	width: 100px;
}

.gallery_title {
	padding: 0 10px;
	width: 444px;
}

.gallery_title h2 {
	color: #000;
}

.gallery_title h3 {
	font-size: 10px;
	font-style: italic;
}

.gallery_details {
	height: 90px;
}

.gallery_details a {
	font-size: 10px;
}

.gallery_icon {
	width: 66px;
	padding-left: 25px;
}

.gallery_detail_description {
	padding: 10px;
	border: 1px solid #CFCFCF;
	margin: 20px;
	width: 680px;
	font-size: 12px;
}

.gallery_detail_images {
	padding: 10px;
	margin: 20px;
	width: 680px;
}
