﻿/* Layout */
body, html{
    height: 100%;
    margin: 0;
    padding: 0;
    color: #333333;
    background:#ffffff;
}

img {border:0;}

#wrapper { 
	min-height: 100%; 
	height:auto !important; 
	height:100%;
    margin:auto;
    width:860px;
}

#header {
    position:relative;
	height: 111px;
    background: url('images/header.png') no-repeat;
}
 
#content { padding:0 0 60px; }
	
#footer {
    position: relative;
    width:860px;
	margin:-60px auto 0;
	height:60px;
	background: url('images/footer.png') no-repeat;
	}

#push {
    height:60px;
    clear:both;
}

#logo {
    position:absolute;
    left:10px;
    top:10px;
    width:100px;
    height:100px;
}

#titleimg {
    position:absolute;
    left:100px;
    top:24px;
    color:#2C5FB2;
    font-size:24px;
}

#header > h1 {
    position:absolute;
    left:100px;
    top:50px;
    color:#74787D;
    font-size:15px;
}

.clear {
    clear:both;
}

/* end layout */

body {
    font-family:Arial, sans-serif;
    font-size:13px;
}

p { line-height:22px; }
a { color:#024578; }
.old { display:none; }

#copyright {
    color:#51575D;
    font-size: 12px;
    text-align:center;
    padding-top:20px;
}

#home_main {
    float:left;
    width:582px;
}

#home_main p {
    padding:10px 20px;
    margin:0;
    max-width:510px;
}

#home_main h1 {
    text-transform:none;
    font-size:17px;
    margin-top:10px;
    margin-bottom:6px;
    padding-left:20px;
    //color: #146EB8;
	color:#74787D;
}

#home_main h2 {
    text-transform:none;
    margin-top:20px;
    padding-left:20px;
    color:#74787D;
    font-size:17px;
}

#home_main ul {
    list-style:none;
    margin-left: 35px;
    padding: 0;
}

#home_main li {
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 12px 5px 3px 25px;
    margin: 10px 0;
    font-size:13px;
    min-height:32px;
	line-height:22px;
    background-image: url(images/list_item.png);
}

#more_link {
    padding-left:20px;
    margin:0;
	}

#more_text { display:none; }

#eqvideo img{
	padding: 1px;
	border:thin #999 solid;
}

.gallery {
    border:1px solid #E3E3E1;
    padding: 5px;
    background: #F6F6F7;
    max-width:496px;
    margin-left:20px;
    min-height:370px;
    position:relative;
}

.gallery .arrow_left_active,  .gallery .arrow_left_inactive{
    position:absolute;
    bottom:10px;
    left:20px;
    width:26px;
    height:26px;
}

.gallery .arrow_right_active, .gallery .arrow_right_inactive  {
    position:absolute;
    bottom:10px;
    right:20px;
    width:26px;
    height:26px;
}

.gallery .arrow_left_active {
    background-image:url(images/arrow_left_active.png);
}

.gallery .arrow_left_inactive {
    background-image:url(images/arrow_left_inactive.png);
}

.gallery .arrow_right_active {
    background-image:url(images/arrow_right_active.png);
}

.gallery .arrow_right_inactive {
    background-image:url(images/arrow_right_inactive.png);
}

.gallery .dots {
    position:absolute;
    left:0px;
    bottom:15px;
    width:100%;
    text-align:center;
}





#home_column {
    position:relative;
    top:-7px;
    float:right;
    width: 240px;
    min-height:525px;
    background:url('images/home_column_background.png') top left no-repeat;
    padding-left:35px;
    color: #146EB8;
}

#home_column h2 {
    text-transform:none; //uppercase;
    font-size:16px;
    margin-top:35px;
}

.version {
	color:#F00;
	font-weight:bold;
}

#home_column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#home_column li {
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding: 3px 0 3px 55px;
    margin: 10px 0;
    font-size:13px;
    min-height:32px;
}

#home_column li.ui_icon {
    background-image: url(images/icon_features_ui.png);
}

#home_column li.dirty_work_icon {
    background-image: url(images/icon_features_dirty_work.png);
}

#home_column li.support_icon {
    background-image: url(images/icon_features_support.png);
    background-position: 0 0px;
}

#home_column .button {
    /*margin-left:35px;*/
    margin-top:30px;
    display:block;
}

#button_powered {
    margin: 90px 0 5px 0;
    background-image:url('images/button_powered2.png');
    background-repeat: no-repeat;
    width:226px;
    height:74px;
    position:relative;
}

.learn_more_link {
   /* position:absolute;
    left:88px;
    top:65px;
	*/
    font-weight:bold;
	margin-top: 10px;
	position:absolute;
}

#menu {
    position:absolute;
    right:20px;
    top:50px;
}

#menu > img {
    position:relative;
    top:10px;
}

#menu > .separator {
    padding-left: 5px;
    padding-right: 5px;
}

#help_title {
    top:25px !important;
}

#help_column {
    position:relative;
    top:-7px;
    float:left;
    min-width: 220px;
    width: 220px;
    min-height:525px;
    background:url('images/help_column_background.png') top right no-repeat;
    padding-left:35px;
}

#help_main {
    float:right;
    min-width:560px;
    width:560px;
    padding:10px 0px 20px 20px;
}

#privacy_main {
    float:left;
    min-width:780px;
    width:780px;
    padding:10px 0px 20px 20px;
}

#help_main div {
	display:none;
}

#help_main h1, #privacy_main h1 {
    text-transform:uppercase;
    color: #565757;
    font-size:16px;
}

#help_main h2 {
    color: #146EB8;
    font-size:14px;
}

#privacy_main h2 {
    font-size: 10px;
    padding-bottom: 0;
}

#privacy_main h3 {
    color: #565757;
    font-size:14px;
    padding-top: 20px;
}

#help_main > img {
	border: 0; 
	margin:5px 0px 10px 20px;
	padding:3px 3px 3px 3px; 
    float:right;
}

#help_main  li, #privacy_main li {
    padding: 2px 5px 3px 5px;
    margin: 5px 0;
	line-height:22px;
}


.imgright {border:0;margin:5px 0px 10px 20px;padding:3px 3px 3px 3px; float:right;}


#help_navigation {
    margin-top:28px;
}

.treeview ul {
    background:transparent !important;
}

#help_navigation a {
    text-decoration:none;
    color: #333333;
}

#help_navigation > li > span {
    font-weight:bold;
}

.treeview a.selected {
    color: #146EB8 !important;
    text-decoration:underline !important;
    background:transparent !important;

}

/*
#help_main {
	visibility:collapse;
}
*/

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
.nivoSlider {
	position:relative;
    width:496px;
    height:368px;
	background:#efe9d1 url(images/slider/loading.gif) no-repeat 50% 50%;
    margin-bottom:80px;
    -moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	box-shadow:0px 0px 5px #333;
	
    margin-left:25px;
}
.nivoSlider img {
	position:absolute;
	top:5px;
	left:5px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

#slider .nivo-controlNav {
	position:absolute;
	left:170px;
	bottom:-42px;
}
#slider .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
#slider .nivo-controlNav a.active {
	background-position:0 -22px;
}
