@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* ====================BASE STYLES==================== */

html {
	height: 100%;
	font-size: 100%; /* IE hack */ 
	}
	
body {
	height: 100%;
	text-align: center;
	margin: 0;
	background: #fff url(../images/structure/bg.gif) top repeat-x;
	color: #828282;
	font-size: 84%;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, sans-serif;
	}
	
/* --------------------text-------------------- */	

p {
	padding: 7px 0 15px 0;
	margin: 0;
	}
	
h1 {
	color: #cbdb2a;
	font-size: 1.4em;
	font-weight: lighter;
	letter-spacing: -0.05em;
	padding: 0;
	margin: 0 0 13px 0;
	}
	
h2 {
	color: #cbdb2a;
	font-weight: lighter;
	padding: 0;
	margin: 10px 0 2px 0;
	font-size: 1.1em;
	}

.txtSmall {
	font-size: 0.9em;
	}
	
/* --------------------images-------------------- */	
	
img {
	border: 0;
	}
	
.right {
	float: right;
	padding: 7px 0 20px 20px;
	}
	
.left {
	float: left;
	padding: 7px 20px 20px 0;
	}
	
/* --------------------links-------------------- */

a {
	color: #481368;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
/* --------------------forms-------------------- */

form {
	height: 100%;
	min-height: 100%;
	}
	
input,
select,
textarea {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	}
	
label {
	display: block;
	padding: 25px 0 3px 0;
	}
	
#email_error {
	color: #cd1401;
	font-weight: bold;
	}

/* --------------------tables-------------------- */

table  {
	border-collapse: collapse;
	border-spacing: 0px;
	border-width: 0px;
	font-size: 100%; /* IE hack */
	}
	
/* --------------------lists-------------------- */



/* --------------------misc-------------------- */

.clear {
	clear: both;
	}

.hidden {
	display: none;
	}
	
/* ====================MASTER LAYOUT==================== */

#container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	border: 0;
	padding: 0;
   	voice-family: "\"}\"";
   	voice-family: inherit;
	font-size: 1.1em;
	}

html>body #container {

	}
	
#top {
	width: 960px;
	height: 196px;
	padding: 0;
	margin: 0;
	}
	
#logo {
	float: left;
	width: 391px;
	height: 196px;
	padding: 0;
	}
	
#people {
	float: left;
	width: 569px;
	height: 196px;
	}
	
#nav {
	width: 960px;
	height: 45px;
	}
	
#content {
	width: 960px;
	padding: 50px 0 0 0;
	}
	
#main {
	float: left;
	width: 560px !important;
 	width /**/: 640px;
	padding: 0 80px 0 0;
	}
	
#sidebar {
	float: left;
	width: 320px;
	}
	
#footer  {
	padding: 0;
	width: 960px;
	border-top: #e4e4e4 4px solid;
	margin: 50px 0 0 0;
	padding: 35px 0 20px 0;
	}

/* ====================TOP ELEMENTS==================== */

/* --------------------nav-------------------- */

#nav {
	font-size: 1em;
	}

#nav ul {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0 0 13px 0;
    }
	
#nav li {
	position: relative; 
	float: left;
	}

#nav a {
	float: left;
    display: block;
	margin: 0 3px 0 0;
	padding: 10px 5px 11px 5px;
	color: #fff;
	/*border-right: 1px solid #c08f96;*/
    }

#nav a:hover {
	text-decoration: underline;
	}
	
#nav li a.selected {
	background: url(../images/widgets/nav-on.gif) center top no-repeat;
	}
	
#nav li a.selected:hover {
	}
	
/* ====================CONTENT ELEMENTS==================== */

/* --------------------nav-------------------- */

#calendar {
	padding: 35px 0 0 0;
	}
	
#calendarTitle {
	display: none !important;
	}
	
/* ====================SIDEBAR ELEMENTS==================== */

/* --------------------text feature-------------------- */
	
#sidebarTxtFeature {
	width: 270px !important;
 	width /**/: 320px;
	background: #f3f3f3;
	border-top: #e4e4e4 4px solid;
	border-bottom: #e4e4e4 4px solid;
	margin: 0;
	padding: 25px;
	}
	
#sidebarTxtFeature h2 {
	padding: 0;
	margin: 0;
	color: #828282 !important;
	}
	
/* --------------------quote feature-------------------- */
	
.panel {
	width: 270px !important;
 	width /**/: 320px;
	background: #f3f3f3;
	border-top: #e4e4e4 4px solid;
	border-bottom: #e4e4e4 4px solid;
	margin: 10px 0 0 0;
	padding: 35px 25px 25px 25px;
	}
	
.panel h2 {
	padding: 0;
	margin: 0;
	color: #828282 !important;
	}
	
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 320px;
	height: 500px; /*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: 0; /*margin around each panel*/
	width: 320px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}
	
/* ====================FOOTER==================== */

#footer a {
	color: #828282 !important;
	}

