﻿@import url(form.css);

/*-----------------------------------------------------------------------------
RESET STYLESHEET
--------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, em, font, img, small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;}
	
/* remember to define focus styles! */
:focus {
	outline: 0;}
	
ol, ul {
	list-style: none;}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;}
	
/*-----------------------------------------------------------------------------
GENERAL GLOBAL STYLES
--------------------------------------------------------------------------------*/
html, body {height: 100%;}

body {
	line-height: 1em;
	color: #3e3e3e;
	background: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	text-align: left;
	background: #ffffff url(../images/header_bg.gif) repeat-x;}
    
h1 {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-weight: normal;
    font-size: 2.1em;
    margin-top: 0px;
    margin-bottom: 12px;
    text-align: left;
    line-height: 1.3em;
    color: #474747;}
    
h2 {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.7em;
    margin-top: 0px;
    line-height: 1.2em;
    margin-bottom: 8px;
    color: #7c9a1f;
    letter-spacing: 1px;}
    
h3 {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 8px;
    margin-top: 0px;
    color: #7c9a1f;}
    
h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 110%;}
    
p {
    margin-bottom: 10px;}
    
small {
    font-size: 10px;
    line-height: 1.3em;}
    
big {
    font-size: 13px;
    line-height: 1.3em;}

strong {font-weight: bold;}

.alignright {
	text-align: right;}

.alignleft {
	text-align: left}
	
.floatright {
    float: right;}

.floatleft {
    float: left;}
    
.clear {
    clear: both;}
    
.clearing {
	height: 0;
	clear: both;}
	
.center {
    width: 100%;
    text-align: center;}
   
.floatmarginleft {
    margin: 5px 15px 5px 0px;}
    
.floatmarginright {
    margin: 5px 0px 5px 15px;}
    
div hr, p hr {
	display: none; }
	
div.hr {
    height: 2px;
    background: url(../images/dash_horizontal.gif) top left repeat-x;
    margin: 15px 0 15px 0;}
    
    
/*-----------------------------------------------------------------------------
LINK STYLES
--------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #4e88a7;
	text-decoration: none; }
	
a:hover, a:active {
	color: #4e88a7;
	text-decoration: underline;}
	
#main-footer a:link, #main-footer a:visited {
	color: #333333;
	text-decoration: underline; }
	
#main-footer a:hover, #main-footer a:active {
	color: #ffffff;
	background: #333333;
	text-decoration: none;}
	
#footer a:link, #footer a:visited {
    color: #acc479;}
    
#footer a:hover, #footer a:active {
    color: #acc479;
    text-decoration: underline;}
    
a.nolink:link, a.nolink:visited {
	color: #ffffff;
	text-decoration: none;
	background: transparent; }
	
a.nolink:hover, a.nolink:active {
	color: #ffffff;
	text-decoration: none;
	background: transparent;}

/* show users that this is an email link */
a[href^="mailto:"] {
	background: url(../images/email.png) no-repeat right center;
	padding-right: 15px;}
	
/*-----------------------------------------------------------------------------
FONT/TEXT STYLES
--------------------------------------------------------------------------------*/
#intro-text h1 {
    }

h2.orange {
    color: #efa21a;}
    
h2.red {
    color: #ec613a;}
    
h2.blue {
    color: #4c85a3;}
    
    h2.green {
    color: #7c9a1f;}
    
#main-footer h2 {
    color: #3e4345;
    letter-spacing: 0px;
    margin: 20px 0 35px 0;}
    
cite {
    color: #2c5e78;
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
    display: block;
    margin: 0 0 5px 0;}
    
blockquote {
    background: #8eacbe;
    border: 0px;
    border-left: solid 4px #acc479;
    padding: 8px 13px 8px 13px;
    line-height: 1.4em;
    margin: 0 27px 13px 0;
    font-size: 10px;
    text-align: justify;}
    
.copyright {
    color: #89abbd;}
    
.subtle {
    color: #d5d5d5;}
    
/*-----------------------------------------------------------------------------
LIST STYLES
--------------------------------------------------------------------------------*/

#main ol, #main ul {
    list-style-type: disc;
    margin: 15px 0px 15px 0px;
    color: #2c5e78;
    background: #f2f6f9;
    padding: 15px 15px 10px 30px;
    border-top: solid 1px #d0d9e0;
    border-bottom: solid 1px #d0d9e0;}
    
#main li {
    padding: 0px 0px 5px 5px;}

/*-----------------------------------------------------------------------------
LAYOUT & CONTAINER STYLES
--------------------------------------------------------------------------------*/
#container, #main-footer, #footer {
    width: 906px;
    margin: 0 auto;
    font-size: 0.68em;
    position: relative;}
    
#footer-container {
    background: #85a7ba url(../images/main-footer_bg.gif) repeat-x;}
    
#header {
    height: 103px;}

#main {
    margin: 26px 0 50px 0;
    line-height: 1.6em;
    min-height: 400px;}
    
#main-home {
    margin: 26px 0 28px 0;
    line-height: 1.6em;}

#main-footer {
    position: relative;
    color: #ffffff;}

#footer 
{
    padding-top:5px;
    height: 50px;
    font-size: 10px;
    color: #ffffff;
    line-height: 15px;}
    
#footer-stretch {
    width: 100%;
    background: #427691;}
    
.logo {
    position: relative;
    top: 25px;
    left: 0px;}
    
#intro {
    position: relative;
    left: -14px;
    top: -10px;
    width: 920px;
    height: 262px;
    margin: 0 0 15px 0;
    background: url(../images/home_intro.jpg) no-repeat;}
    
#intro-text {
    position: absolute;
    left: 200px;
    top: 42px;
    width: 500px;
    line-height: 1.3em;}
    
.feature-button {
    float: left;
    line-height: 1.3em;}
    
.col1 {
    width: 240px;
    margin: 0 15px 0 0;}
    
.col2
{
    background-position: left top;
    width: 199px;
    padding: 0 15px 0 15px;
    background: url(../images/dash_vertical.gif) top left repeat-y;
 
}
    
.col3 {
    width: 180px;
    padding: 0 15px 0 15px;
    background: url(../images/dash_vertical.gif) top left repeat-y;}
    
    .col4 {
    width: 180px;
    padding: 0 0 0 15px;
    background: url(../images/dash_vertical.gif) top left repeat-y;}
    
#main-footer .col1and2 {
    float: left;
    width: 617px;}

#main-footer .col3 {
    background: none;
    margin-left: 618px;
    border-top: 1px solid #7593a3; /* bug fix */}
    
#testimonials {
    background: url(../images/dash_vertical_alt.gif) top right repeat-y;}
    
#login-box {
    margin: 50px auto 50px auto;
    width: 302px;}
    
#main .form { /* outer box with blue bg */
    background: #f2f6f9;
    padding: 15px;
    border: solid 1px #d0d9e0;}
    
#main .login, #main .register, #main .fullpage, #main .extra-content { /* inner box with white bg */
    border: solid 1px #d0d9e0;
    background: #ffffff;
    padding: 15px;}

#main .register {
    width: 540px;}
    
#main .fullpage {
    width: auto;}
    
#main .extra-content {
    width: 252px;}

/* Letter styles */    
.letter-personal, .letter-business {
    position: relative;
    background: url(../images/letter_personal_bg.gif) no-repeat;
    width: 619px;
    height: 875px;
    margin: 0 auto 0 auto;
    border: solid 1px #ffffff;}
    
.letter-business {
    background: url(../images/letter_business_bg.gif) no-repeat;}

.letter-content {
    position: relative;
    margin: 115px 50px 30px 36px;}

#address {
     
    position: absolute;
    top: -150px;
    right: 0px;
    width: 165px;}
    
  #letterpreview
{
    width: 619px;
}  
        
#letterpreview .lettertop
{
    background: url(../images/letter_top.gif) no-repeat;
    height: 77px;
}      
   
#letterpreview .letterblanktop
{
    background: url(../images/letter_business_top.gif) no-repeat;
    height: 32px;
}      
   
#letterpreview .lettermiddle
{
    background: url(../images/letter_middle.gif);
    background-repeat: repeat-y;
    padding-left: 20px;
    padding-right: 20px;
}      
     
#letterpreview .letterbottom
{
   	background: url(../images/letter_bottom.gif) no-repeat;
   	height: 32px;
}     
/*-----------------------------------------------------------------------------
TOP LEVEL NAVIGATION (TABS)
--------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 62px;
	right: -8px;}
	
#nav ul {
    height: 41px;
	list-style: none;}
	
#nav li {
	float: left;
	margin-right: 3px;
	height: 41px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */}
	
#nav li a {
	display: block;
	line-height: 41px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top; /* horizontally centers the background image */}
	
#HeaderCtrl1_navHome {
	width: 77px;
	background: url(../images/navi_home.gif) no-repeat;}

#HeaderCtrl1_navHow {
	width: 122px;
	background: url(../images/navi_how.gif) no-repeat;}

#HeaderCtrl1_navRegister {
	width: 88px;
	background: url(../images/navi_register.gif) no-repeat;}
	
	#HeaderCtrl1_navFeedback{
	width: 88px;
	background: url(../images/navi_feedback.gif) no-repeat;}
		
#HeaderCtrl1_navSend {
	width: 117px;
	background: url(../images/navi_send.gif) no-repeat;}
		
#HeaderCtrl1_navFaq {
	width: 69px;
	background: url(../images/navi_faq.gif) no-repeat;}

#nav li a:hover {
	background-position: 50% -41px;}
	
#nav li a.currentSection,
#nav li a.currentSection:hover {
	background-position: 50% -82px;}
	
	
/*-----------------------------------------------------------------------------
DATAGRID CLASSES
--------------------------------------------------------------------------------*/
.datagrid {
	border: none;
	line-height: 1.4em;
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;}
	
.datagrid td {
	padding: 5px 3px 5px 3px;
	border: solid 1px #ffffff;}

.datagrid a:link, .datagrid a:visited {}

.datagrid a:hover, .datagrid a:active {}

.datagridheader {		 
	background: #728e1c url(../images/gridheader_bg.gif) repeat-x;
	color: #ffffff;}

.datagridheader td {
    border-bottom: solid 2px #ffffff;
    font-weight: bold;}
	  
.datagriditem {
     background-color: #ffffff;}

.datagridaltitem {
    background-color: #f2f6f8; }
    
.datagridfooter{
     background-color: #5694ce;
     height: 5px;
     background: #a6c9e0 url(../../../../images/templates/head_searchresult.gif) repeat-x;}

.datagridpaging{
	background-color: #ffffff;}

.datagridpaging td{
	text-align: center ;}
	
	
/*-----------------------------------------------------------------------------
TAB STYLES
--------------------------------------------------------------------------------*/
#tabnavigation {
	z-index: 10;
	position: relative;
	height: 33px;
	border-bottom: solid 1px #d5d5d5;
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 34px;
	margin: 40px 0 23px 0;
	}

#tabnavigation ul {
	padding: 0 12px 0 12px;
	margin: 0;
	list-style-type: none;
	background: none;
	border: none;}

#tabnavigation li {
	padding: 0 0 0 10px;
	background: url(../images/tab_left.gif) no-repeat left top;
	float: left;
	margin: 0 5px 0 0;}

#tabnavigation a {
	padding: 0 20px 0 10px; /* left padding plus value from li above equals right padding */
	display: block;
	background: url(../images/tab_right.gif) no-repeat right top;
	color: #adadad;
	text-decoration: none;}

#tabnavigation a {
	float: none;
	border: none;}

#tabnavigation a:hover {
	text-decoration: none;
	color: #929292; }

#tabnavigation #current {
	background-image: url(../images/tab_left_on.gif);}

#tabnavigation #current a {
    color: #7c9a1f;
	background-image: url(../images/tab_right_on.gif);
	padding-bottom: 5px; }
	
#tabnavigation #current a:hover {
    color: #7c9a1f; }