﻿body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

div.site {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

div.container {
	width: 780px;
	margin-left: -390px;
	left: 50%;
	position: relative;
}

div.header {
	position: relative;
	height: 270px;
	text-align: right;
}

div.menu {
	background-image: url('../images/menu_bg.jpg');
	height: 21px;
	text-align: center;
	padding: 15px;
}

div.contents {
	background-color: #28356A;
}

div.left {
	width: 190px;
	float: left;
	background-image: url('../images/menu_bg.jpg');
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	min-height: 400px;
}

div.right {
	position: relative;
	min-height: 400px;
	width: 580px;
	margin-left: 190px;
	
}

ul.left_nav {
	margin: 0 0 40px 0 ;
	padding: 0;
}

ul.left_nav li {
	line-height: 250%;
	font-weight: bold;
	list-style: none;
	text-align: right;
	padding: 0 30px 0 0;
}

ul.left_nav li a {
	font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-size: 16px;
	color: #FFFFFF;
}

ul.left_nav li.black a{
	color: #000000;
}

div.footer {
	text-align: center;
}

div.footer p, div.footer a{
	color: #000000;
}

div.big {
	text-align: center;
	height: 500px;
	position: relative;
}

div.scroller {
	position: relative;
	text-align: center;
}

.stepcarousel{
margin-left: 30px;
position: relative; /*leave this value alone*/
border: 0;
overflow: scroll; /*leave this value alone*/
width: 810px; /*Width of Carousel Viewer itself*/
height: 120px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 170px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


img {border: 0;}
h1 {font-family: Calibri, Veranda, Arial; font-size: 24px; color: #FFFFFF; margin: 0 0 10px 0;}
h2 {font-family: Calibri, Veranda, Arial; font-size: 20px; color: #FFFFFF;}
h3 {font-family: Calibri, Veranda, Arial; font-size: 16px; color: #FFFFFF;}
p {font-family: Calibri, Veranda, Arial; font-size: 12px; color: #FFFFFF;}
p.yellow {font-family: Calibri, Veranda, Arial; font-size: 12px; color: #EAEA4C;}
p.yellow a{font-family: Calibri, Veranda, Arial; font-size: 12px; color: #EAEA4C;}
li {font-family: Calibri, Veranda, Arial; font-size: 12px; color: #FFFFFF;}
a {font-family: Calibri, Veranda, Arial; font-size: 12px; color: #FFFFFF; text-decoration: none;}
td {font-family: Calibri, Veranda, Arial; font-size: 12px; color: #FFFFFF;}
