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

/*Reset*/
html, body, p, div, img, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
/*Universal Text*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #061016;
	line-height: 150%;
}
body {
	background-color: #fff;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
p {
	margin-bottom: 20px;
}
a:link {
	color: #2E7882;
}
a:visited {
	color: #387A84;
}
a:hover {
	color: #666;
}
a:active {
	color: #3AB2AE;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 125%;
}
h1 {
	font-size: 24px;
	color: #37A7A5;
}
h2 {
	font-size: 20px;
	color: #37A7A5;
}
h3 {
	font-size: 18px;
	color: #37A7A5;
}
h4 {
	font-size: 14px;
	color: #37A7A5;
}
.description {
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.5em;
	font-size: 10px;
}
.copyright, .copyright a {
	color: #bbb;
	padding-top: 15px;
	padding-bottom: 15px;
}
a.button {
	background:url(images/bg-button.png) no-repeat center 0;
	padding:4px 8px;
	color:#fff;
	font-size:12px;
	text-shadow: #777 0px 1px 0px;
	background-color:#37A7A5;
	border:1px solid #2E7882;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-decoration: none;
}
a.button:hover {
	cursor:pointer;
	opacity:0.8;
}
p.quote {
	padding: 0px 0px 0px 30px;
	font-size: 14px;
	color: #666;
}
cite {
	font-size: 12px;
	padding-left: 120px;
	color: #999;
}
/*Layout*/
#container {
	background-color: #FFF;
}
#header {
	height: 130px;
	padding-top: 25px;
	background-image: url(images/bg2.png);
	background-repeat: repeat-x;
}
#navigation {
	padding-bottom: 25px;
	padding-top: 25px;
	font-size: 16px;
	border-left: solid #CCC 1px;
	color: #ccc;
	margin-left: 15px;
}
#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
}
#navigation li {
	float: left;
	margin: 0 0 0 15px;
}
#navigation a:link, #navigation a:visited {
	display: block;
	text-decoration: none;
	padding: 0 0 0 8px;
}
#footer {
	background-color: #E7E7E8;
	color: #777;
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 15px;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 25px;
}
#footerhome {
	color: #777;
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 15px;
	background-image: url(images/bg-footerhome.png);
	background-repeat: no-repeat;
	background-position: top center;
	position:relative;
	top:-20px;
}
.rightline {
	border-right: dotted #ddd 1px;
}
.leftline {
	border-left: dotted #ddd 1px;
}
.winn {
	position: absolute;
	height: 450px;
	z-index: -1;
}
/* Accordions */
div#test-accordion {
}
div.accordion {
	position: relative; /* required for bounding */
}
div.accordion-toggle {
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background: #ddd;
	cursor: pointer;
	border-bottom: dotted #ccc 1px;
	font-size: 16px;
	color: #666;
	padding: 5px;
}
div.accordion-toggle-active {
	background: #37A7A5;
	color: #FFF;
}
div.accordion-content {
	overflow: hidden;	/* required for effect */
	padding: 5px;
}
hr.dotted {
	border: 1px dotted #E5E5E5;
	margin-bottom: 25px;
}
