/*
Project: Equity Mortgage de Puerto Rico
Version: 1.0
Author: Y.O.Morales

TABLE OF CONTENTS FOR THIS CSS FILE:
*1. BROWSER RESET (BASED ON ERIC MEYER AND YUI)
*2. GENERAL (Tag redefinition and styles that apply sitewide)
*3. CONTAINER AND HEADER (Container is the box that holds all other layout elements)
*4. NAVBARS (All the navigation bars)
*5. CONTENT (The area where the main content is)
*6. ELEMENTS (Repetitive elements and widgets)
*7. FOOTER
*8. SPECIAL EFFECTS (Classes that are used for 'special effects', 
    like aligning, hiding, 'eye candies', etc.)
*9. CAKEPHP CORE (Elements generated by CakePHP's core classes)
*/

/*********** 1. BROWSER RESET (BASED ON ERIC MEYER AND YUI) ***********/
/* Resets a lot of stuff; the tags are ordered alphabetically */
a, abbr, acronym, address, applet, b, big, blockquote, body, button, caption, center, cite, code,
dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, input,
kbd, label, legend, li, object, ol, optgroup, p, pre, q, s, samp, small, span, strike, strong, sub, sup,
table, tbody, td, textarea, tfoot, th, thead, tr, tt, u, ul, var
{
	vertical-align:baseline;
	font-size:100%;
	font-weight:normal;
	font-variant:normal;
	margin:0;
	padding:0;
	border:0;
	background:transparent;
	outline:0;
}
/* headers reset */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin:1em 0;
}
h1 {
	font-size:138.5%; /* 18px */
}
h2 {
	font-size:123.1%; /* 16px */
}
h3 {
	font-size:108%; /* 14px */
}
/* list reset */
ol, ul, dl, dd {
	margin-left:1em;
}
ol li {
	list-style:decimal inside;
}
ul li {
	list-style:disc inside;
}
/* form reset */
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	font-style:inherit;
}
input, button, textarea, select {
	*font-size:100%; /* to enable resizing for IE */
}
optgroup {
	font-weight:normal;
}
legend {
	color:#000; /* because legend doesn't inherit in IE */
	padding:0 0.5em;
}
button, input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"] {
	padding:1px; /* Opera requires 1px of passing to render with contemporary native chrome */
}
input, textarea {
	border:1px solid #CCC;
}
/* table reset */
table {
	font:100%;
	font-size:inherit;
	border-collapse:collapse;
	border-spacing:0;
}
th, td {
	border:1px solid #CCC;
	padding:0.5em;
}
th {
	font-weight:bold;
	text-align:center;
}
/* resets blocktquotes and quotes */
blockquote, q {
	quotes:none;
	margin:0 1em 1em 1em;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
/* adds a bottom border to certain elements */
p, ol, ul, table, fieldset, caption, pre {
	margin-bottom:1em;
}
/* other miscellaneous resets */
body {
	line-height:1;
}
strong, dt {
	font-weight:bold;
}
em {
	font-style:italic;
}
ins {
	text-decoration:none;
	background:#FFC;
}
del {
	text-decoration:line-through;
}
sup {
	font-size:80%;
	vertical-align:super;
}
sub {
	font-size:80%;
	vertical-align:sub;
}
abbr, acronym {
	border-bottom:1px dashed #999;
	cursor:help;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
	line-height:100%;
}

/*************** 2. GENERAL ***************/
body {
    color:#333;
    font:11px/1.231 Helvetica, Arial, Tahoma, sans-serif;
	background:#9CC48F url('../img/layouts/backgnd_img.jpg') repeat-x left top;
}
/* forms */
fieldset {
	margin-bottom:10px;
	padding:10px;
	border:1px solid #B1CEB9;
}
	fieldset fieldset {
		margin-bottom:0px;
		padding:0px;
		border:none;
	}
	fieldset legend {
		font-size:16px;
		font-weight:bold;
		padding:0 4px;
	}
	label {
		display:block;
	}
	input, textarea, select {
		margin-bottom:10px;
		border:1px solid #B1CEB9;
		background:#FFF;
	}
		input, textarea {
	    	padding:2px;
		}
        fieldset fieldset input {
            float:left;
            margin-right:10px;
        }
/* tables */
table {
    width:100%;
    text-align:center;
}
    th {
        padding:4px;
		border:1px solid #008151;
		background:#A8D18D url('../img/layouts/bkg_tables.jpg') repeat-x left top;
    }
        th, th a:link, th a:visited {
            color:#008151;
			font-weight:bold;
            text-decoration:none;
        }
    td {
        padding:4px;
		border:1px solid #008151;
    }
h1, h2, h3, h4, h5, h6, legend {
	color:#394F29;
	text-transform:uppercase;
    margin:0 0 10px 0;
}
h1 {
    font-size:18px;
}
h2 {
    font-size:16px;
}
h3 {
    font-size:14px;
    font-weight:bold;
}
h4, h5, h6 {
    font-size:11px;
    font-weight:bold;
}
p {
    margin:10px 0;
}
blockquote {
	margin:10px 0 10px 20px;
}
small {
    display:block;
    margin:10px 0;
}
ul, ol {
    list-style-position:outside;
    margin:0px 0px 10px 10px;
}
a:link {
    color:#008151;
}
a:visited {
    color:#777;
}
a:hover {
    color:#900;
}
a img {
    border:none;
}
acronym, abbr {
    border-bottom:1px dashed #B1CEB9;
    cursor:help;
}

/*********** 3. CONTAINER AND HEADER ***********/
#container_page {
    width:920px;
	margin:0 auto;
	background:#FFF;
}
#header {
	height:219px;
	background:#FFF;
}
	#header #header_banner {
		width:920px;
		height:219px;
	}
#header_home {
	height:306px;
}

/*********** 4. NAVBARS ***********/
/* the two navbars below can be optimized by merging their css rules */
#navbar_site {
	height:28px;
	color:#4960A3;
	margin:0;
	text-align:center;
	background:#FFF;
}
	#navbar_site li {
		display:inline;
		list-style:none;
		list-style-position:outside;
		margin-right:-2px;
	}
		#navbar_site li a, #navbar_site li ul li a {
			display:inline-block;
			height:21px;
			color:#4960A3;
			font-size:12px;
			font-weight:bold;
			text-decoration:none;
			padding:6px 18px 0px 18px;
			_padding-top:6px;
			background:#A8D18D;
		}
			#navbar_site li a:hover {
				color:#900;
	        	}
		#navbar_site #side1 {
			margin-right:-3px;
	        }
			#navbar_site #side1 a {
				width:9px;
				padding:6px 0px 0px 0px;
				background:#A8D18D url('../img/layouts/navbar_site_side1.jpg') no-repeat left top;
		        }
		#navbar_site #side2 {
			margin-left:-3px;
	        }
			#navbar_site #side2 a {
				width:9px;
				padding:6px 0px 0px 0px;
				background:#A8D18D url('../img/layouts/navbar_site_side2.jpg') no-repeat left top;
		        }
				/* Submenus */
				#navbar_site li ul {
					display:none;
					position:absolute;
					_top:149px;
					_left:15.4%;
					z-index:1;
					margin:0;
					padding:0;
				}
				#navbar_site li:hover ul, #navbar_site li.over ul {
					display:block;
				}
					#navbar_site li ul li {
						display:block;
						margin:0;
					}
						#navbar_site li ul li a {
							min-width:60px;
							_width:60px;
							border:1px solid #4960A3;
							background-color:#FFF;
						}
#navbar_admin {
	height:20px;
	margin:10px 43px;
	background:#DAE5DD;
}
	#navbar_admin li {
		display:inline;
		list-style:none;
		list-style-position:outside;
		margin-right:-3px;
	}
		#navbar_admin li a {
			display:inline-block;
			height:17px;
			color:#4960A3;
			text-decoration:none;
			padding:3px 10px 0px 10px;
			border-right:1px solid #B1CEB9;
		}
			#navbar_admin li a:hover {
				color:#FF7F00;
	        }
.actionsBox {
    margin:10px 0;
    padding:10px;
    background:#B1CEB9;
}
	.actionsBox a {
		margin:0 10px;
	}
#navbar_glossary {
	color:#BBB;
}
#navbar_glossary a {
	text-decoration:none;
}

/*********** 5. CONTENT ***********/
#content_page {
	width:814px;
	min-height:400px;
	_height:400px;
	margin:0 auto;
	padding:10px;
    background:#DAE5DD;
}
	#content_page table td {
		border:none;
	}

#page_text {
	float:left;
}
	#page_text ul, #page_text ol {
		line-height:18px;
	}

#mortgage_summary {
	width:50%;
}
#chart_amline {
	margin:20px 0;
	border:1px solid #B1CEB9;
	background:#FFF;
}
#amortization .amortization_row th {
	background:#A8D18D;
}
#amortization .amortization_row .input {
	display:inline;
}
#amortization  .amortization_yearly_totals_row {
	text-align:left;
	background:#A8D18D;
}
.glossary_section_toolbar {
	margin-bottom:10px;
}
	.glossary_section_index {
		font-size:14px;
		margin-right:10px;
	}
.glossary_section {
	margin:0 0 10px 0;
	padding:10px;
	border-top:1px solid #008151;
	background:#B1CEB9;
}
	.glossary_section li {
		margin-bottom:10px;
	}
.sucursal {
	width:220px;
	padding:5px 10px 0px 10px;
	border:1px solid #008151;
	background:#A8D18D url('../img/layouts/bkg_tables.jpg') repeat-x left top;
}
	.sucursal h3 {
		color:#FFF;
		margin:0;
	}
	.sucursal p {
		font-size:12px;
	}
/*
#buildable_navbar_site {
	margin:0;
}
	#buildable_navbar_site li ul {
		margin:10px 0 0 10px;
	}
		#buildable_navbar_site li ul li {
			padding-left:15px;
			background:transparent url('../img/layouts/hierarchy_marker.gif') no-repeat 0 0;
		}
	.draggable_navbar_tab {
		list-style:none;
		list-style-position:outside;
		padding:10px 0;
	}
	.draggable_navbar_tab a {
		color:#4960A3;
		padding:4px;
		border:1px solid #4960A3;
		background-color:#FFF;
	}
	#buildable_navbar_site .drop_top {
		background:transparent url('../img/layouts/before_marker.gif') no-repeat 100px top;
	}
	#buildable_navbar_site .drop_bottom {
		background:transparent url('../img/layouts/after_marker.gif') no-repeat 100px bottom;
	}
	#buildable_navbar_site .drop_insert {
		background:transparent url('../img/layouts/inside_marker.gif') no-repeat 100px 50%;
	}
*/

/*********** 6. ELEMENTS ***********/
#sidebar, #sidebar_home {
	float:right;
	margin:0 10px;
}
	#sidebar .sidebar_button a img {
		margin-bottom:-2px;
	}
	#sidebar_home .sidebar_button {
		display:inline;
	}
		#sidebar_home .sidebar_button a {
			text-decoration:none;
		}
		#sidebar_home .sidebar_button a img {
			margin-right:-2px;
		}

#news_feed, #success_stories {
}
	#news_feed ul.feedList, #success_stories ul.feedList {
		margin:0 0 0 10px;
	}
		#news_feed ul.feedList li.feedItem, #success_stories ul.feedList li.feedItem {
			min-height:45px;
			_height:45px;
			list-style:none;
			list-style-position:outside;
			padding-left:55px;
			margin-bottom:10px;
			background:transparent url('/img/layouts/bullet_news_item.gif') no-repeat left top;
		}
			#success_stories ul.feedList li.feedItem {
				padding-left:0;
				background:none;
			}
			#success_stories ul.feedList li.feedItem div.feedItemText {
				margin-left:110px;
			}
		#news_feed ul.feedList li.feedItem h3.feedItemTitle, #success_stories ul.feedList li.feedItem h3.feedItemTitle {
			display:inline;
			color:#3FA0C0;
		}
			#success_stories ul.feedList li.feedItem img.feedItemImg {
				float:left;
				margin:0 10px 10px 0;
			}

#googleMap {
	margin:10px;
}

/*********** 7. FOOTER ***********/
#footer {
	clear:both;
	width:814px;
	text-align:left;
	margin:0 auto 0 auto;
	padding:10px;
	background:#DAE5DD;
}
	#navbar_footer {
		float:left;
		width:200px;
		margin:0;
	}
		#navbar_footer li {
			list-style:none;
			list-style-position:outside;
			padding:4px;
		}
		#navbar_footer li.altLi {
			border-top:1px solid #008151;
			border-bottom:1px solid #008151;
			background:#B1CEB9;
		}
			#navbar_footer a {
				text-decoration:none;
			}
	#footer_blurb, #footer_contact_form {
		float:left;
		width:300px;
		margin-left:10px;
		padding-left:10px;
		border-left:1px solid #B1CEB9;
	}
	#footer_blurb {
		min-height:375px;
		_height:375px;
	}
	#footer_contact_form {
		width:270px;
	}
		#footer_contact_form fieldset {
			border:none;
		}
		#footer_contact_form textarea {
			width:240px;
		}
#btn_facebook, #btn_twitter {
	display:block;
	width:89px;
	height:20px;
	margin:4px 0;
	background:transparent no-repeat center center;
}
#btn_facebook {
	background-image:url('/img/layouts/btn_facebook.png');
}
#btn_twitter {
	background-image:url('/img/layouts/btn_twitter.png');
}

/*********** 8. SPECIAL EFFECTS ***********/
.hCorner1 {
	background:transparent url('/img/layouts/bkg_h1_h2_corner1.jpg') no-repeat left top;
}
	.hCorner2 {
		padding:0 10px;
		background:transparent url('/img/layouts/bkg_h1_h2_corner2.jpg') no-repeat right top;
	}
	.hCorner2 h2 {
		height:24px;
		padding:6px 10px 0 10px;
		background:transparent url('/img/layouts/bkg_h1_h2.jpg') repeat-x left top;
	}

#content_page_top, #content_page_bottom, #footer_top, #footer_bottom {
	width:834px;
	height:13px;
	margin:0 auto;
    background:#DAE5DD url('../img/layouts/content_page_top.gif') no-repeat left top;
}
#content_page_bottom, #footer_bottom {
    background:#DAE5DD url('../img/layouts/content_page_bottom.gif') no-repeat left top;
}
#footer_top {
	margin-top:40px;
}
.headerLrg {
	font-size:22px;
	font-weight:lighter;
}
.message, div.error div.error-message {
    color:#008151;
    font-weight:bold;
    margin:10px 0;
    padding:4px;
    background:#B1CEB9;
}
.altrow {
    background-color:#B1CEB9;
}
.displayNone {
	display:none;
	visibility:hidden;
}
.clearBoth {
	clear:both;
}
.companyName {
	display:none;
	visibility:hidden;
}
.header_calculator {
	padding:5px 0 5px 45px;
	background:transparent url('../img/layouts/icon_calc.png') no-repeat -5px center;
}

/*********** 9. CAKEPHP CORE ***********/
.cake-sql-log {
    margin:40px auto;
}
.pagination {
	float:right;
	margin:20px 0;
}
	.pagination div {
	    display:inline;
	}
	.pagination a {
        text-decoration:none;
    }
	.pagination .disabled {
		display:none;
	}
