@charset "UTF-8";
body {
	background-color: #f0f0f0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	word-spacing: normal;
	letter-spacing: 0;
}
body a:link, a:visited {
	color: #376696;
}
.alignleft {
	float: left;	
}
.alignright {
	float: right;	
}
.aligncenter {
	margin: 0 auto 0 auto;	
}
#container {
	width: 49.625em;
	background-color: #ffffff;
	padding-top: 0.625em;
}
#wrapper {
	width: 48.75em;
	margin: 0 auto 0 auto;
}

/* HEADER */
#header {
	height: 5em;
	width: 48.75em;
	background: url(pix/header/header_background.png) no-repeat top left;
	padding-top: 0.625em;
}

/* LOGO */
#logo {
	height: 3.75em;
	width: 12.188em;
	background: url(pix/header/logo.png) no-repeat top left;
}
#logo a {
	height: 3.75em;
	width: 12.188em;
	display: block;
}

/* SIDEBAR */
#sidebar {
	float: left;
	width: 12.438em;
}
.sidebar-menu-item {
	background-color: #f0f0f0;	
}
.sidebar-item {
	margin-top: 0.625em;
	background-color: #f0f0f0;
}
.sidebar-item ul {
	margin: 0;
	padding: 0;
}
.sidebar-item li {
	list-style-type: none;
	font-size: 0.9em;
	padding: 0.313em;
	color: #333333;
}
.sidebar-item h3 {
	font-size: 1em;
	margin:0;
	padding: 0.313em;
	font-weight: normal;
	color: #376696;
}
.txt-field {
	height: 1.938em;
	width: 11.688em;
	border: none;
	background: url(pix/sidebar/epost_field.png) no-repeat top left;
	font-size: 1em;
	color: #376696;
	font-weight: normal;
	margin: 0.313em;
}
.epost-button {
	height: 2em;
	width: 11.688em;
	border: none;
	background: url(pix/sidebar/epost_button.png) no-repeat top left;
	margin: 0.313em;
	font-size: 1em;
	color: #ffffff;
	cursor: pointer;
}

/* MENU */
#collapsPageList {
	margin: 0;
	padding: 0;
	font-size: 1.125em;
    background: #000000;
}
#collapsPageList #menu-start {
	border: none;	
}
#collapsPageList li {
	border-top: 0.063em dotted #d6d6d6;
}
#collapsPageList li a:link, #collapsPageList li a:visited {
	display: block;
	padding: 0.313em;
	text-decoration: none;
	color: #376696;
}
#collapsPageList li a:hover {
	background-color: #c4c4c4;
	color: #ffffff;
}
#collapsPageList .self a:link, #collapsPageList .self a:visited, #collapsPageList .collapsPage a:link, #collapsPageList .collapsPage a:visited {
	background-color: #c4c4c4;
	color: #ffffff;
}

/* CONTENT */
#content {
	float: right;
	width: 35.7em;
	overflow: hidden;
}
#content table {
	clear: both;	
}

/* GALLERY OVERRIDE */
.showPicture {
	clear: both;
	cursor: pointer;
	color: #376696;
}

#children {
	border-bottom: 0.25em solid #f0f0f0;
	padding-bottom: 0.313em;
}
#children ul {
	margin: 0;
	padding: 0;
}
#children li {
	display: inline;
	list-style-type: none;
	margin-right: 0.6em;
}
#children li a:link, #children li a:visited {
	color: #376696;
	text-decoration: none;
}
#children li a:hover {
	text-decoration: underline;	
}
#children .current_page_item a:link, #children .current_page_item a:visited {
	text-decoration: underline;
	font-weight: bold;
}
#content #children h2 {
	margin: 0;
	padding: 0;
}
#dropDownChildren {
	height: 2em;
	with: 9.688em;
	background: url(pix/content/dpDOWN_background.png) no-repeat top left;
	cursor: pointer;
	color: #376696;
	line-height: 2em;
	padding-left: 1.063em;
	margin-bottom: 0.625em;
}
#content h1 {
	margin: 0;
	padding: 0;
	color: #376696;
	font-size: 1.4em;
	line-height: 1em;
}
#content h2 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	line-height: 1.2em;
}
#content p {
	color: #333333;
	line-height: 1.1em;
}

/* FOOTER */
#clear-bottom {
	clear: both;
	height: 3em;
}

#footer {
	clear: both;
	width: 48.75em;
	border-top: 0.375em solid #f0f0f0;
}
#footer p {
	color: #c0c0c0;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 1em;
}