@charset "utf-8";
/* CSS Document */

@import "ui-theme/all.ui.css";
@import "ui-theme/all.theme.css";

body {
	overflow-y: auto;
	overflow-x: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	line-height: 1.5em;
}
.ui-widget-content { color: #666666; }
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
a { 
	color: #454545;
	text-decoration: none;
}
.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
	color: transparent;
	background-color: transparent;
}
#outerWrapper {
	width: 980px;
	margin: auto;
	position: relative;
	z-index: 1;
}
#logo {
	position: absolute;
	top: 15px;
	left: 50px;
	
	z-index: 3;
}
#headerImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 497px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#shortContent {
	position: absolute;
	right: 50px;
	top: 47px;
	width: 50%;
}
#baseContentWrapper {
	position: absolute;
	top: 330px;
	left: 0px;
	right: 0px;
}
#smallContentWrapper {
	float: right;
	position: relative;
	right: 50px;
	margin-bottom: 50px;
	width: 680px;
}
#bigContentWrapper {
	float: left;
	width: 100%;
	position: relative;
	background-image: url(/_site_tpl/images/row.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#bigContentWrapper .contentWrapper {
	float: left;
	width: 25%;
	background-image: url(/_site_tpl/images/single.png);
	background-repeat: no-repeat;
	background-position: left top;	
	
	padding-top: 112px;
	padding-bottom: 20px;
	position: relative;
	
	overflow: hidden;
}
#bigContentWrapper .contentWrapper h2 {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 110px;
	font-size: .9em;
	
	color: #FFFFFF;
}
#bigContentWrapper .contentWrapper .content {
	margin-left: 38px;
	margin-right: 10px;
}

ul {
	list-style: circle !important;
padding-left: 25px;
}
ol {
	list-style: upper-roman !important;
padding-left: 25px;
}
#copyright {
	width: 100%;
	float: left;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	position: relative;
	
	z-index: 4;
}
#copyright .bg {
	background-color: #5d5e60;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	right: 0px;
	width: 100%;
	
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	
	z-index: 5;
}
#copyright .content {
	z-index: 6;
	
	color: #CCCCCC;
	position: absolute;
	
	font-size: .8em;
	
	left: 20px;
}
#copyright .content a { 
	color: #222222;
}
#iframe {
	position: relative;
	margin-top: -100px;
}
h1 {
	font-size: 1.5em;
	color: #be0b1d;
}
h2 {
	font-size: 1.3em;
}
.ui-accordion .ui-accordion-content {
	padding: .5em 1.1em;
}