@import url('fonts.css');
/*
Title:		Meracord.com: main.css
Author: 	www.Meracord.com, pbaldwin@Meracord.com
Created:	MAR 2010
Modified:	OCT 2011
Note:		Style sheet for www.Meracord.com
Version:	1.1
*/


/* Universal Styles
=====================================================================================*/

body { font:62.5%/1.6 "OsloRegular", Helvetica, Arial, sans-serif; }

/* Fix font for bold and italic */
strong, b {
	font-weight:bold;
	font-family: "OsloRegular", Helvetica, Arial, sans-serif; }

em, i {
	font-style:italic;
	font-family: "OsloItalic", Helvetica, Arial, sans-serif; }

label { display:block; }

sup {
    font-size:.6em;
    vertical-align:text-top;
}

sup a { border: none!important; }

sub {
    font-size:.6em;
    vertical-align:text-bottom;
}

cite {
    font-style:normal;
    font-weight:bold;
    border:none;
}

.imgRight {
    float:right;
    margin-left:20px;
    margin-bottom:20px;
    padding:10px;
    border:1px solid #5799c7;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

/* Anatomy Styles
=====================================================================================*/
#header_announcement{
    position:absolute;top:90px;margin-left:40px;font-size:1.2em;font-weight:bold;font-family: 'OsloRegular', Arial
}
/* Contact Section */

#div_contact_container { /* Main Container for the contact section */
	background-color:#7ab54c;
	display:none;
	position:relative;
	z-index:100; /* Fixes rendering problem in IE7 */
}
#div_contact { /* Fixes rendering problem in IE7 */
position:relative;
z-index:90;
}

	#div_contact_container hr {
		color:white;
		background-color:white;
		border:none;
		height:2px;
		margin-bottom:20px;
	}

	/* Contact Fonts */

	#div_contact_container h1 { 
		font-weight:normal;
		font-size:3.6em;
		color:#fff;
	}
	#div_contact_container h2 { 
		font-weight:normal;
		font-size:2.4em;
		color:white;
	}
	#div_contact_container h3 {
		font-size:1.8em;
		color:white;
	}
	#div_contact_container h4 { font-size:1.6em; color:white; }
	#div_contact_container p {
		font-size:1.4em;
		color:#fff;
		line-height:1.5;
		margin-bottom:8px;
	}

	/* /Contact Fonts */

	/* Contact Links */

	#div_contact_container a { color:#1b6b26; border-bottom:1px dotted #1b6b26; }
	#div_contact_container a:hover { border-bottom-style:solid; }
	#div_contact_container a:active { position:relative; top:1px; }

	/* /Contact Links */

	/* Contact Form */

	#form_contact_form label {
		font-size:1.4em;
		color:#fff;
		display:block;
	}
	#form_contact_form input[type=text] {
		width:148px;
		height:22px;
		padding:1px 2px;
		background-color:#7ab54c;
		border:solid 1px #fff;
		color:#fff;
	}
	#form_contact_form div, #form_contact_form_white div {
		clear:left;
		padding-bottom:10px;
		width:318px;
	}
	.div_contact_form_float {
		float:left;
		width:154px!important;
		padding-right:10px;
		clear:none!important;
	}
	#form_contact_form textarea {
		width:312px;
		height:161px;
		padding:2px;
		border:solid 1px #fff;
		background-color:#7ab54c;
		color:#fff;
		font:1.4em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	}
	#form_contact_form input[type=submit], #form_contact_form_white input[type=submit] {
		float:right;
		border:2px solid #fc8b1c;
		padding:2px 15px;
		background:url(../images/bg_submit.png) 2px repeat-x;
		color:#fff;
		cursor:pointer;
	}

	#contactFormSuccess {display:none;}

	/* Contact Form in Body */



	#form_contact_form_white label {
		font-size:1.4em;
		color:#5799c7;
		display:block;
	}
	#form_contact_form_white input[type=text] {
		width:148px;
		height:22px;
		padding:1px 2px;
		background-color:#fff;
		border:solid 1px #5799c7;
		color:#5799c7;
	}
	#form_contact_form_white textarea {
		width:312px;
		height:161px;
		padding:2px;
		border:solid 1px #5799c7;
		background-color:#fff;
		color:#5799c7;
		font:1.4em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	}

	#contactFormSuccessWhite {display:none;}

	/* /Contact Form */

/* Header Styles */

#div_header_container {
	border-top:10px solid #277138;
	padding-bottom:10px;
}
    #div_header {
        position: relative;
    }
	#div_header_container h1 a { /* Meracord Logo */
		display:block;
		text-indent:-9000px;
		background-image: url(../images/bg_h1_logo.jpg);
		width:242px;
		height:65px;
		margin:26px 0 0 16px;
		float:left;
	}
	#h2_header_contact_button {
		float:right;
		font-size:1.8em;
		text-align:center;
		font-weight:normal;
		letter-spacing:1px;
	}
	#h2_header_contact_button a {
		display:block;
		height:35px;
		line-height:30px;
		background:#277138;
		color:#fff;
		text-decoration:none;
		padding:0 35px;
	}

	/* Login Form */

	#loginView {
		float:right;
		clear:right;
		margin-top:20px;
		position:relative;
        line-height:1.8;
	}
	#loginView form {
		float:right;
	}
	#loginView form div {
		float:left;
		margin-left:10px;
	}
	#loginView label {
		font-size:1.4em;
		color:#277138;
		display:block;
	}
	#loginView input[type=text], #loginView input[type=password] {
		width:148px;
		height:22px;
		padding:1px 2px;
		background-color:#fff;
		border:solid 1px #277138;
		color:#5799c7;
	}
	#loginView input[type=submit] {
		margin-top:25px;
		height:26px;
		border:2px solid #fc8b1c;
		padding:1px 15px;
		background:url(../images/bg_submit.png) 2px repeat-x;
		color:#fff;
		cursor:pointer;
	}

	.input-validation-error {
	    border:2px solid red!important;
	    background-color:#ffe79b!important;
	    margin:-1px 0 0 -1px;
	}

	.validation-summary-errors {
	    position:absolute;
	    top:60px;
	    right:0;
	    min-width:204px;
	    padding:40px 12px 12px;
	    margin-left:0!important;
	    background: url(/content/images/bg_validation_message.png) 5px 5px no-repeat #ffe79b;
	    border:3px solid red;
	    color:#484640;
	    font-size:1.4em;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        -moz-box-shadow: 0 0 5px #969696; /* for Firefox 3.5+ */
	    -webkit-box-shadow: 0 0 5px #969696; /* for Safari and Chrome */
        box-shadow: 0 0 5px #969696; /* for Opera */
        z-index:1;
	}

	/* /Login Form */


/* Navigation Styles */


#div_navigation_container {
	background-color:#7ab54c;
	height:40px;
}

	#div_navigation_toptier ul {
		height:40px;
		position:relative;
		display:block;
		z-index:1001;
	}
		#div_navigation_toptier ul li {
			float:left;
			height:40px;
			border-right:1px solid #fff;
		}
		#div_navigation_toptier ul li:first-child { border-left:1px solid #fff; }
		#div_navigation_toptier ul li a {
			display:block;
			height:40px;
			line-height:40px;
			font-size:1.6em;
			color:#fff;
			text-decoration:none;
			letter-spacing:1px;
			padding:0 15px;
		}

		.navigation_dropdown {
			position:absolute;
			clear:both;
			left:-9999px;
			top:40px;
			background-color:#fff;
			z-index:1000;
			border:5px solid #277138;
            -moz-box-shadow: 0 0 5px #565656; /* for Firefox 3.5+ */
	        -webkit-box-shadow: 0 0 5px #969696; /* for Safari and Chrome */
            box-shadow: 0 0 5px #969696; /* for Opera */
		}

		/*Hover set by jquery */
		#navOn {
			background-image:url(../images/bg_nav_over.png);
			background-position:left 3px;
			background-repeat:repeat-x;
			height:40px;
			border:none!important;
            -moz-box-shadow: 0 0 5px #565656; /* for Firefox 3.5+ */
	        -webkit-box-shadow: 0 0 5px #969696; /* for Safari and Chrome */
            box-shadow: 0 0 5px #969696; /* for Opera */
		}
		#navOn>a {
			border:3px solid #277138;
			height:34px!important;
			line-height:34px!important;
			padding:0 13px!important;
			position:relative;
			z-index:1001;
		}
		#navOn .navigation_dropdown { left:auto; }
		#navOn #navOurServices { left:0; margin-left:1px; }
		.navFullWidth { position:relative; }
		.navFullWidth .navigation_dropdown { width:100%; border:none; }
		.navFullWidth .border { border:5px solid #277138;}

		/*#div_navigation_toptier li:hover .navigation_dropdown { left:auto; margin-left:-3px; }
		#div_navigation_toptier li:hover #navOurServices { left:0; margin-left:1px; }*/

		.navigation_dropdown ul {
			padding:8px 10px;
			height:auto!important;
			float:left;
			display:block;
		}
		.navigation_dropdown li {
			float:none!important;
			padding-bottom:10px;
			clear:both;
			border:none!important;
			font-size:.75em;
			background:none!important;
			height:auto!important;
			display:block;
		}
		.navigation_dropdown li a {
			height:auto!important;
			border:none!important;
			color:#277138 !important;
			letter-spacing:normal!important;
			line-height:1.4!important;
			padding:0!important;
			display:block;
		}
		.navigation_dropdown li a:hover { text-decoration:underline!important; }
		.navigation_dropdown li a:active { position:relative; top:1px; }

		.navigation_dropdown_col { float:left; border-right:1px solid #277138; }

		.navigation_dropdown h4 {
			padding:8px 10px;
			border-bottom:1px solid #277138;
			font-size:.85em;
			text-transform:uppercase;
			letter-spacing:1px;
			clear:left;
		}
		.navigation_dropdown h4 a {
			height:auto!important;
			border:none!important;
			padding:0!important;
			line-height:1.4!important;
			color:#277138!important;
		}
		.navigation_dropdown h4:hover a { text-decoration:underline !important; }

/* Banner Styles Homepage */

#div_banner {
	/*padding:20px;
	height:276px;*/
	position:relative;
    padding-top:25px;
	height:225px;
}
	#div_banner h1 {
	    font-family: "EpocaProRegular", Arial, sans-serif;
		line-height:1;
		font-size:3.6em;
		color:#7ab54c;
		font-weight:normal;
	}
	#div_banner h2.title
	{
        font-family: "OsloRegular", Arial, sans-serif;
        margin-bottom: 0px;
        font-weight: normal;
        font-size: 2.6em;
        color: #7AB54C;
    }
	#div_banner h2 {
      font-family: "OsloRegular", Arial, sans-serif;
		line-height:1.75em;
		font-size:1.75em;
		color:#999;
		margin:0.3em 0 0.1em 0;
	}
	#div_banner h3 {
		line-height:1;
		font-size:1.3em;
		color:#998f86;
		font-weight:normal;
		margin-bottom:0.8em;
	}
	#div_banner p {
	    color:#777;
        font-size:1.6em;
        margin-bottom:1.28571em;
        /*margin-left:40px;*/
        width:450px;
	}
	#div_banner hr {
        background-color:#E0E2C7;
        border:medium none;
        color:#E0E2C7;
        height:1px;
        margin:10px 0 0;
    }
	#div_banner a {
		text-decoration:none;
		color:#277138;
		border-bottom:dotted 1px #277138;
	}
	#div_banner a:hover { border-style:solid; }
	#div_banner a:active { position:relative; top:1px; }

.div_banner_video {
    width:446px;
    height:276px;
    float:left;
}

.div_banner_text {
    width:494px;
    margin-left:20px;
    float:left;
}

.socialNetworking {
    position:absolute;
    bottom:20px;
    right:20px;
    margin-top:10px;
    line-height:1;
    text-align:right;
}

.socialNetworking a {
    border:none!important;
}

.socialNetworking a:first-child img {
    margin-left:0;
}

/* Content Green */
#div_content_green {
	width: 960px;
	margin: 15px auto 45px auto;
	padding:17px 0 20px 0;
	background: #eeede4;
	border-color: #eeede4;
	border-style: solid;
	border-width: 0 15px;
    }
#div_content_green div.columnBox {
    width: 275px;
    padding-right: 5px;
    margin-left: 35px;
    float: left;
    }
#div_content_green div img { padding-bottom: 20px; }

#div_content_green div.clear {
	width:100%;
	clear:both;
	}

	/* Content Green Fonts */

	#div_content_green h2 {
	   font-family: "OsloRegular", Arial, sans-serif;
		margin-bottom:5px;
		font-weight:normal;
		font-size:2.6em;
		color:#7ab54c;
	}
	#div_content_green h3 {
		font-family: "OsloRegular", Arial, sans-serif;
		font-size: 1.2em;
		color:#7ab54c;
		margin-bottom: 5px;
	}
	#div_content_green h4 {
		font-family: "OsloRegular", Arial, sans-serif;
		font-size: 1.1em;
		line-height: 1.4em;
		color:#777;
		margin-bottom:10px;
	}
	#div_content_green p {
	    font-family: "EpocaProRegular", Arial, sans-serif;;
		font-size:1.4em;
		color:#777;
		margin-bottom:10px;
	}

	/* /Content Green Fonts */

	#div_content_green a { color:#277138; border-bottom:1px dotted #277138; }
	#div_content_green a:hover { border-style:solid; }
	#div_content_green a:active { position:relative; top:1px; }

/* /Content Green */

/* Content White */

/* Left column for content pages */
#div_content_white_container { padding:20px; }

    /* Bread crumb navigation */
	#ul_breadcrumb {
		padding-bottom:20px;
		font-size:1.2em!important;
		margin:0!important;
	    white-space: nowrap;
	    position:relative;
	    z-index:1;
	}
	#ul_breadcrumb li {
		display:inline;
		color:#afa79f;
		text-transform:uppercase;
		letter-spacing:1px;
		padding:0!important;
	}
	#ul_breadcrumb a.TopLevel { color:#afa79f; border-bottom:none; cursor:text; }
	#ul_breadcrumb a.TopLevel:hover { border-bottom:none; }
	#ul_breadcrumb a.TopLevel:active { position:static; }

	/* Left Column Fonts */
	#div_content_white_leftcol h1 {
        font-family: "OsloRegular", Arial, sans-serif;
		font-size:3em;
		color:#7ab54c;
	    line-height: 1em;
	    padding: 5px 0;
	}
	
	#div_content_white_leftcol h2 {
        font-family: "OsloRegular", Arial, sans-serif;
		font-size:3em;
		color:#7ab54c;
	    line-height: 1em;
	    padding: 5px 0;
	}
	/* #div_content_white_leftcol h2 span { color:#949c51; }	*/
	#div_content_white_leftcol h3 {
		font-family: "OsloRegular", Arial, sans-serif;
		font-size:2.2em;
		color:#7ab54c;
      margin-top: 0.45em;
		font-weight:normal;
		letter-spacing:1px;
      line-height: 1em;
      margin-bottom: 0.5em;
    	padding-top: .5em;
	}
	#div_content_white_leftcol h4 {
		font-family: "OsloRegular", Arial, sans-serif;
		font-size: 1.8em;
	   line-height: 1.222222em;
	   margin-bottom: 0.5em;
		color:#7ab54c;
	   margin-top: 0.5em;
		font-weight:normal;
	}
	#div_content_white_leftcol h5 {
		font-size:1.4em;
		color:#666;
		font-weight:bold;
      margin-top: 0.642857em;
      line-height: 1.571429em;
      margin-bottom: 0.5em;
	}
    #div_content_white_leftcol h2 + h5 { margin:0!important; }
	#div_content_white_leftcol p, #div_content_white_leftcol ul, #div_content_white_leftcol ol, #div_content_white_leftcol blockquote {
		font-size:1.4em;
	    margin-top: 0.642857em;
	    line-height: 1.571429em;
	    margin-bottom: 1.571429em;
		color:#777;
	}
    #div_content_white_leftcol p.first {
	    font-size: 1.6em;
	    line-height: 1.375em;
    }
	#div_content_white_leftcol small {
	    font-size:.9em!important;
	    font-style:italic;
	    font-family:"OsloRegular", Helvetica, Arial, sans-serif;
	}
	#div_content_white_leftcol blockquote {
	    padding:5px 20px 5px 10px;
        margin-left:20px;
	    color:#777;
	    font-style:italic;
	    font-family:"OsloRegular", Helvetica, Arial, sans-serif;
        border-left:3px solid #7ab54c;
	}
	#div_content_white_leftcol ul {
		margin-left:15px;
		list-style-type:square;
		list-style-position:outside;
	}
	#div_content_white_leftcol ol {
		margin-left:20px;
		list-style-type:decimal;
		list-style-position:outside;
	}
	#div_content_white_leftcol ul ul {font-size:1em!important;}
	#div_content_white_leftcol ul li, #div_content_white_leftcol ol li {padding-left:10px; margin-bottom:.5em;}
	#div_content_white_leftcol ul li ul li {list-style-type:circle;}
	#div_content_white_leftcol hr {
		color:#7e716b;
		border:none;
		background-color:#7e716b;
		height:1px;
		margin-bottom:30px;
	}
	#div_content_white_leftcol a {
		text-decoration:none;
		color:#1b6b26;
		border-bottom:dotted 1px #1b6b26;
	}
	#div_content_white_leftcol a:hover { border-style:solid; }
	#div_content_white_leftcol a:active { position:relative; top:1px; }

    /* left Column tables */
    #div_content_white_leftcol table {
        font-size:1.4em;
        color:#695E58;
        border-collapse: collapse;
        margin-bottom:1.28571em;
        margin-top:0.642857em;
    }
    #div_content_white_leftcol table thead tr th {
        text-align:left;
        color: #7ab54c;
        padding: 5px 10px;
        border: solid 1px #ccc;
    }
    #div_content_white_leftcol table thead tr {
        background-color: #E8E8E8; /* fallback color */
        background-image: -moz-linear-gradient(100% 100% 90deg, #E8E8E8, #F7F7F7);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#E8E8E8));
    }
    #div_content_white_leftcol table td {
        padding: 5px 10px;
        border: solid 1px #ccc;
    }
    #div_content_white_leftcol table tbody tr:nth-child(even) {
        background-color:#f1f1f1;
    }
    #div_content_white_leftcol table tbody tr:hover {
        background-color:#e6f3c7;
    }

    table.tableSorter th.header {
        padding-right:25px!important;
        background-image:url(/Content/images/bg_tableSorter_th.png);
        background-position:right -40px;
        background-repeat:no-repeat;
        cursor:pointer;
    }

	table.tableSorter th.header.headerSortDown {
        background-position:right -90px;
	}
	 table.tableSorter th.header.headerSortUp {
        background-position:right 11px;
	}
	/* Right column for content pages */

	#div_content_white_rightcol { padding-top:37px; }

	/* Right Column Fonts */
	#div_content_white_rightcol h2 {
		font-size:2em;
		color:#7ab54c;
		padding-bottom:10px;
		font-weight:normal;
		font-family:"OsloRegular", Helvetica, Arial, sans-serif;
		letter-spacing:1px;
		line-height:1.4;
	}
	#div_content_white_rightcol h3 {
		font-size:1.4em;
		text-transform:uppercase;
		font-weight:normal;
		color:#777;
		letter-spacing:1px;
	}
	#div_content_white_rightcol h4 {
		font-size:1.4em;
		letter-spacing:1px;
	    text-align:right;
	}
	#div_content_white_rightcol h4 a {
	    border-bottom:1px dotted #5799C7;
        color:#5799C7;
        text-decoration:none;
	}
	#div_content_white_rightcol h4 a:hover {
	    border-style:solid;
	}

	#div_content_white_rightcol p {
		font-size:1.4em;
		letter-spacing:1px;
	    margin-top: 0.642857em;
	    margin-bottom: 1.285714em;
	}


	/* Righ column navigation */
	#div_content_white_rightcol ul { font-size:1.4em; letter-spacing:1px; margin-bottom:25px; }
	#div_content_white_rightcol ul li {
		background:url(../images/bg_div_content_white_rightcol_lihov.png) right center no-repeat;
	}

	#div_content_white_rightcol ul li a {
      background:url(../images/bg_div_content_white_rightcol_li.png) right center no-repeat;
      white-space:nowrap;
		padding:1px 0;
		display:block;
		color:#777;
	}
	#div_content_white_rightcol ul li a:hover { color: #1b6b26; background-image: none; } /* bottom-border added by JQuery */
	#div_content_white_rightcol ul li a:active { position:relative; top:1px; }

/* /Content White */

/* Seals */

#div_seals_container {
	background:#d0cfbb url(../images/bg_seals.png) left top repeat-x;
	padding:20px 0 20px;
}

#div_seals h4 {
    color:#606060;
    font-weight:normal;
    font-size:2em;
    letter-spacing:1px;
}

#div_seals hr {
    background:#5799C7;
    color:#5799C7;
    margin-bottom:20px;
    border:none;
    height:1px;
}

#div_seals img {
    margin-right:20px;
    vertical-align:text-top;
}

#div_seals .seal {
    float:left;
    padding:10px;
}

#div_seals .bbb {
    margin-right: 15px;
}

#div_seals .fdic img{width:86px;height:45px}
#div_seals .usb img{width:129px;height:54px}
#div_seals .tasc img{width:53px;height:53px}
/* Footer */

	/* Footer Nav */

	#div_footer_sitenav_container {
		background:#afae9f url(../images/bg_footer.png) left top repeat-x;
		padding:30px 0 20px;
	}

	#div_footer_sitenav_container h3 {
		font-size:1.8em;
		color:#5f5f5f;
		font-weight:normal;
		letter-spacing:1px;
	}

	#div_footer_sitenav_container h4 {
		font-size:1.4em;
		color:#fff;
	}

	#div_footer_sitenav_container ul {
		font-size:1.2em;
		color:#fff;
		font-family:Georgia, "Times New Roman", Times, serif;
		letter-spacing:1px;
		margin-bottom:10px;
	}

	#div_footer_sitenav_container a {
		display:block;
		color:#fff;
		text-decoration:none;
	}

	#div_footer_sitenav_container a:hover { text-decoration:underline; }
	#div_footer_sitenav_container a:active { position:relative; top:1px; }

	.no_spacing { /* Removes spacing from 960 grid divs */
		padding:0!important;
		margin:0!important;
	}
	.grid_9.no_spacing { width:720px; }
	.grid_9.no_spacing h3 { margin-left:10px; }

	/* Footer Copyright */

	#div_footer_copyright_container {
		background:#a6a6a6 url(../images/bg_footer_copyright.png) left top repeat-x;

		padding:30px 0 20px;
	}

	#div_footer_copyright_container address {
		color:#fff;
		font-style:normal;
		text-align:right;
		font-size:1.2em;
	}

	#div_footer_copyright_container a { color:#fff; text-decoration:none; }
	#div_footer_copyright_container a:hover { text-decoration:underline; }
	#div_footer_copyright_container a:active { position:relative; top:1px; }

/* Styles for Amortization Calculator
=====================================================================================*/
h2.calc { margin-bottom: 30px; }

#calculatorSelector {
    width:125px;
    height:38px;
    float:right;
    margin-top:28px;
    line-height:1.4;
    padding:10px 10px 5px;
    background:#fbfbfb;
    border:1px solid #7ab54c;
    border-bottom:none;
    border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
    -moz-box-shadow: 0 -5px 5px -5px #969696, -5px 0 5px -5px #969696, 5px 0 5px -5px #969696; /* for Firefox 3.5+ */
	-webkit-box-shadow: 0 -5px 5px -5px #969696, -5px 0 5px -5px #969696, 5px 0 5px -5px #969696; /* for Safari and Chrome */
    box-shadow: 0 -5px 5px -5px #969696, -5px 0 5px -5px #969696, 5px 0 5px -5px #969696; /* for Opera */
}

#calculatorSelector ul {
    list-style-type: none!important;
    text-align:right;
    padding:0;
    margin:0;
}

#calculatorSelector label { color:#1b6b26; }
#calculatorSelector label.calculatorActive { color:#1b6b26; font-weight:bold; }

.calculatorHeader { font-size:2.2em; padding-bottom:10px; line-height:1; color:#333; }
.calculatorHeader dfn.toolTip { display: inline-block; margin-bottom: 5px; }
.calculatorHeader input[type=text] {
    border:none;
    border: 1px solid #7ab54c;
    color: #7ab54c;
    height:23px;
    width:300px;
    font-size:1em;
    padding:5px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.calculatorBody {
    color:#222;
    width:618px;
    padding:10px;
    background:#fbfbfb;
    font-size:1.4em;
    border:1px solid #7ab54c;
    border-radius:10px 0 10px 10px;
    -moz-border-radius:10px 0 10px 10px;
    -webkit-border-radius:10px 0 10px 10px;
    -moz-box-shadow: 0 0 5px #969696; /* for Firefox 3.5+ */
	-webkit-box-shadow: 0 0 5px #969696; /* for Safari and Chrome */
    box-shadow: 0 0 5px #969696; /* for Opera */
}


.calculatorFieldset div {
    clear:left;
    padding:5px;
}

.calculatorFieldset input[type=text] {
    border: 1px solid #1b6b26;
    height:14px;
    padding:5px;
    width:100px;
}
#calculatorSelector input[type=radio], .calculatorBody input[type=radio] { background: #fbfbfb; color: #1b6b26;}
.calculatorInputShort { width:25px!important; }

.calculatorFieldset.calculatorLeft { float:left; }
.calculatorFieldset.calculatorLeft label { float:left; width:175px; }
.calculatorFieldset.calculatorLeft label span { float:right; padding-right:5px; }

.calculatorFieldset.calculatorRight { float:right; width:255px; padding-left:25px; border-left:1px solid #1b6b26; }


#downPaymentValue { font-size:.9em; color:#bbb; }

.calculatorCalculate { clear:both; text-align:right; padding:5px; }
.calculatorCalculate input[type=submit] {
	height:26px;
	border:2px solid #256F37;
	padding:0 15px;
	background: #256F37;
	color:#fff;
	cursor:pointer;
	}

.poweredBy {font-size:1.2em!important; text-align:right; padding-top:5px;}

#calculatorLoan { display:none; }

/* Tool Tips */

.toolTip {
    color:#fff;
    font-size:.7em!important;
    background-color:#277138;
    border:2px solid #7fab8a;
    cursor: help;
    padding:0 4px;
    font-style:normal;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    font-weight:bold;
}

.toolTip span {
    width:200px;
    position:absolute;
    left:-9000px;
    background:#eeede4;
    border:3px solid #277138;
    padding:10px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    -moz-box-shadow: 0 0 5px #969696; /* for Firefox 3.5+ */
	-webkit-box-shadow: 0 0 5px #969696; /* for Safari and Chrome */
    box-shadow: 0 0 5px #969696; /* for Opera */
    font-size:12px;
    line-height:1.8;
    color:#695E58;
    font-weight:normal;
}

.toolTip:hover {
    position: relative;
}

.toolTip:hover span {
    left: -1em;
    top: 2em;
}

/* Glossary and FAQs */

#glossary dt:first-child, #faq dt:first-child {
    padding-top:0;
}

#glossary dt, #faq dt {
    font-family:"OsloRegular", Helvetica, Arial, sans-serif;
    font-size:1.6em;
    font-weight:bold;
    color:#7ab54c;
    padding-top:15px;
}

#glossary dd, #faq dd {
    color:#777;
    font-size:1.4em!important;
}

#faq dd p { font-size:1em!important; }

.roundedCorners {
    color:#695E58;
    padding:10px;
    background:#fbfbfb;
    border:1px solid #5799c7;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -moz-box-shadow: 0 0 5px #969696; /* for Firefox 3.5+ */
	-webkit-box-shadow: 0 0 5px #969696; /* for Safari and Chrome */
    box-shadow: 0 0 5px #969696; /* for Opera */
}

.error {
    color:Red!important;
}

/* Document Showcase
=================================================================================================*/

.item {
	padding:10px 0;
}

.item-thumbnail {
	float:left;
	width:182px;
}

.item-thumbnail img {
	border:1px solid #CCC;
}

.item-thumbnail a {
    border-bottom:none!important;
}

.item-description {
	float:right;
	width:320px;
	padding:0 20px;
	border:#93CFF8 solid 1px;
}

/* TWITTER
=================================================================================================*/
.twtr-hd{
    display: none;
}
.twtr-widget h3, .twtr-widget h4, .twtr-widget p {
    font-weight: normal;
    font-size: 13px !important;
    letter-spacing: .1em;
}  

#div_content_green .twtr-tweet-text p 
{
    line-height: 20px;    
}

#div_content_green .twtr-tweet-text p a
{
    text-decoration: none;
    border-bottom: none;
}

#twitter_update_list li
{
    list-style-type: none;
    padding-bottom: 10px;     
    font-size: 13px !important;
    font-family: "EpocaProRegular", Arial, sans-serif;
    color: #777;
}   

#div_content_green .twtr-ft
{
    display: none;
}

#twitter_image
{
    float: left;
    padding-right: 10px;
}

.usb
{
    display:none;
}
