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

* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../images/backgr.jpg);
	background-repeat: repeat-x;
	background-color: #5e4a88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-width: 0;
}
#wrapper {
	width: 900px;
	background: transparent;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	height: 320px;
	background-color: transparent;
	background-image: url(../images/header_llc.png);
	background-repeat: no-repeat;
    background-position: bottom center;
}
#mainContent {
	padding-right: 360px;
	padding-bottom: 50px;
	padding-left: 70px;
	background-image: url(../images/backgr_content.png);
	text-wrap: suppress;
	margin-top:0px;
}
#mainContent_home {
	padding-right: 70px;
	padding-bottom: 50px;
	padding-left: 70px;
	background-image: url(../images/backgr_content.png);
	text-wrap: suppress;
}

#mainContent_home_survey {
	padding-right: 70px;
	padding-bottom: 50px;
	padding-left: 70px;
	height:100%;
	min-height:2700px;
	background-image: url(../images/backgr_content.png);
	background-repeat:repeat-y;
	text-wrap: suppress;
}

#sidebar {
	display: block;
	height: auto;
	float: right;
	z-index: 20;
	margin-top: 45px;
	margin-left: 30px;
	margin-right: 70px;
	margin-bottom: 10px;
}
h1 {
	font-size: 1.5em;
	padding-bottom: 0.7em;
	font-weight: normal;
	color: #6f3588;
}
h2 {
	font-size: 1em;
	padding-bottom: .7em;
}
h3 {
	font-size: .9em;
	padding-bottom: .7em;
}
h4 {
	font-size: .9em;
	padding-bottom: .7em;
}
h5 {
	font-size: .83em;
	padding-bottom: .7em;
}
h6 {
	font-size: .83em;
	padding-bottom: .7em;
}
p{
	font-size: 0.82em;
	line-height: 1.6em;
	padding-bottom: 1.1em;
	color: #666;
}

.form_item{
	padding-left:3em;
	padding-bottom:.2em;	
    display: block;
	width:100%;
	float:left;
	color:#666666;
    -webkit-margin-before: .25em;
    -webkit-margin-after: .5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;	
	}

ol{
	padding-left:2em;
	font-size: 0.82em;
	padding-bottom: 1.1em;
	color: #666;	
	}

ol li{
	padding-top:1em;
	dislplay:block;
	text-align:left;
	padding-bottom:1em;
}

#footer {
	background-color: transparent;
	height: 60px;
	z-index: 10;
}
#footer p {
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #C9F;
	margin-left: 20px;
	margin-right: 20px;
}
/*========================
     NAV MENU - MAIN 
==========================*/

#mainnav {
	position:absolute;
	display:block;
	height:42px;
	font-size:1em;
	margin: 5px 0 0 40px;
	min-width: 800px;
}
#mainnav ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#mainnav ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#mainnav ul li a {
	display:block;
	float:left;
	color:#a7a4aa;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;
}
#mainnav ul li a:hover, #mainnav ul li a.current {
	color:#662d91;
}

/*=============*/

.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #6f3588;
}
a:hover {
	color: #f3ac09;
}
a:active {
	color: #CC0000;
	outline: none;
}
a.special:link  { color: #C9F; text-decoration: none; }
a.special:visited  { color: #C9F; text-decoration: none; }
a.special:hover  { color: #fff; text-decoration: none; }
a.special:active  { color: #f3ac09; text-decoration: none; }
a:focus
{
-moz-outline-style: none;
}

/* image fade */
.swapMe img { -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } 
.swap1, .swapMe:hover .swap2 { -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; } 
.swapMe:hover .swap1, .swap2 { -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; }

/* Large Quotes */
.testimonial {
    margin: 0;
    background: #faf1dc;
    padding: 15px 20px 15px 50px;
    position: relative;
    color: #666;
    border-radius: 5px;
    font-style: italic;
}
.testimonial:before, .testimonial:after {
    font-family: Georgia, serif;
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}
.testimonial:before {
    top: 0;
    left: 10px;
}
.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #faf1dc;
    margin: 0 0 0 25px;
}
.testimonial-author {
    margin: 0 0 0 25px;
    text-align:left;
}

a.nowrap
	{
	white-space: nowrap;
	}
	
