@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}

html, body {
	height: 100%;
}

/* DIV Boxes */
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
}
div#header {
	text-align: center;
	height: 120px;
	padding-top: 1px;
}
div#header h2 {
	margin: 10px 0;
}
div#header h3 {
	padding: 0;
	margin: 0 0 30px;
}

div#mainNavi ul li {
	display: inline;
	padding: 0 15px;
	margin: 0;
}
div#mainNavi ul li a {
	border: 0 none;
}

div#mainContent {
	padding-bottom: 20px;
}

div#setLanguage {
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 18px;
	color: #356AA0;
}
div#setLanguage span {
	padding: 0 5px;
}
div#setLanguage a {
	border-bottom: 0 none;
	color: #356AA0;
}
div#setLanguage a:hover span {
	text-decoration: underline;
	color: #000000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
	color: #356AA0;
	text-decoration: none;
	border-bottom: 1px dotted #356AA0;
}
a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
a.moreLink {
	color: #356AA0;
	padding: 5px 0;
	border: 0 none;
}

img, img a {
	border: 0 none;
}

h1, h2 {
	letter-spacing: 0.05em;
	margin: 7px 0;
}
h1, h1 a {
	font-size: 18px;
}
h2, h2 a {
	text-transform: uppercase;
	font-size: 16px;
}
h3, h3 a {
	margin: 10px 0 4px 0;
	font-size: 14px;
	color: #3F4C6B;
	border: 0 none;
}

.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
p {
	line-height: 1.5em;
	padding-bottom: 10px;
}

ul li, ol li {
	margin: 5px 0 5px 17px;
}

.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.invisibile {
	visibility: hidden;
}
.noOutline {
	outline: none;
	border: 0 none;
}
a.noOutline:hover {
	border: 0 none;
}

dl {
	line-height: 1.5em;
}
dt {
	vertical-align: top;
}
dd {
	margin-left: 9em;
	margin-top: -1.5em;
	vertical-align: top;
}

.bPadding {
	padding-bottom: 10px;
}
.rPadding {
	padding-right: 10px;
}

/* Paging */
div.paging {
	color: #656565;
	padding: 0 10px 10px;
}
div.paging a {
	color: #656565;
	outline: none;
	border: 0 none;
}
div.paging a:hover {
	border: 0 none;
}
div.paging span.current {
	color: #003B64;
	font-weight: bold;
}

#flashMessage {
	border: 3px ridge #003B64;
	background: #F9F7ED;
	font-weight: bold;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	width: auto;
	z-index: 99;
	font-size: 1.5em;
}

/* Slider */
#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #C5C5C5;
	margin-top: 10px;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 350px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(/img/gfx/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(/img/gfx/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	color: #111;
	font-size: 16px;
	padding: 0 0 5px 0;
}

.inside p {
	color: #7F7F7F;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}
.scrollButtons.left {
    left: -45px;
}
.scrollButtons.right {
    right: -45px;
}

/* listView */
ul.listView {
	padding: 5px 0;
	list-style-image: none;
	list-style-type: none;
}
ul.listView li {
	margin: 0 0 15px 0;
	height: 85px;
	clear: both;
	border-bottom: 1px dotted lightGrey;
	padding-bottom: 5px;
}
ul.listView li a.listViewPic {
	float: left;
	width: 90px;
	border: 0 none;
}
ul.listView li h3 {
	margin: 0 0 2px;
}
ul.listView li div.metaData {
	margin: 4px 0 3px 0;
}

div.width30 {
	width: 30%;
	overflow: hidden;
}
