/* 
Website: http://transferanything.com
Name: TransferAnything Core stylesheet
Description: Core layout/font/navigation styles
Version: Dev
Author: Jefte Puente
Author URI: http://www.artemisit.com
Comments: This document styles the following items:
			The layout elements of the page; Header, footer, navigation, body, page and content divs. 
		  	Font styles for paragraphs, page titles, headlines, tables, lists.
		  	Color, Size, Positioning styles for all navigation.
				>> Page specific styles are in pageStyles.css
				>> IE specific styles are located in ie.css
		  		>> Form styles are located in cssform.css
*/

/*** Body Styles ***/
body { background: #fff url('images/bd_bg.png') repeat-x; height: 100%; margin: 20px auto; font-size: 62.5%; font-family: Lucida Sans Unicode, "Lucida Grande", Sans-serif; color: #2e2e2e; } /* This percentage sets 1.0em to 10px. */
.pageTitle { float: left; width: 470px; margin: 20px 0 15px 0; border-bottom: 1px solid #21201E; padding-top: 0px; text-align: left; color: #21201E; padding-bottom: 7px; }
	.pageTitle h2 { float: left; margin: 0; padding: 0; line-height: 1.0em; font-weight: normal; margin-right: 25px;}
	.pageTitle a { float: left; font-size: 1.0em; border: none; margin: 0px 0px 0 5px; line-height: 1.8em;}	
	.pageTitle a img { border: none; float: left; text-decoration: none; margin: 0 2px 0 0; }
#page { padding: 0; margin: 0 auto; width: 950px; overflow: hidden; background: url('images/page_bg.png') repeat-y; }
#header { float: right; width: 730px; padding: 0; margin: 0 0 0px 0; } 
#banner { background: #e6e1d4 url('images/banner.jpg'); padding: 0; overflow: hidden; height: 219px; }
#banner h2 { float: right; margin: 140px 30px 0 0; width: 640px; font-size: 1.7em; text-align: right; color: #fff; }

.errorBox {clear: left; float: left; width: 139px; padding: 5px 5px 5px 35px; font-size: 1.2em; border: 1px solid #FF0000; background: #FFE4E4 url('images/ico_error.png') no-repeat 5px 5px; margin: 0 0 10px 0; display: none; }
.messageBox {clear: left; float: left; width: 139px; padding: 5px 5px 5px 35px; font-size: 1.2em; border: 1px solid #FFCC00; background: #fffdd6 url('images/ico_yellowerror.png') no-repeat 5px 5px; margin: 0 0 10px 0; display: none;}
.positiveBox {clear: left; float: left; width: 139px; padding: 5px 5px 5px 35px; font-size: 1.2em; border: 1px solid #6EC461; background: #E5FFE0 url('images/ico_checkmark.png') no-repeat 5px 5px; margin: 0 0 10px 0; display: none;}
.error { color: red;}

#content { float: left; width: 730px; overflow: hidden; padding: 0px; margin-left: 20px; }
#content_inner { float: left; width: 470px; }
#left_col { float: left; width: 200px;} 
#left_col img { border: none; }
#left_col_inner { padding: 10px; min-height: 896px; background: #E6E1D4; }
#left_col h3 { background: #BCB8AD; padding: 7px 10px; margin: 0px 0 0 0; font-weight: bold; }
#left_col a.leftbutton { width: 160px; background: url('images/leftbuttonbg.png'); border: 1px solid #BCB8AD; margin: 0 0 10px 0; padding: 10px; float: left; clear: left; text-decoration: none;}
#left_col a.leftbutton:hover { background: url('images/leftbuttonbg_up.png'); text-decoration: underline; }
#left_col h4 { font-style: normal; color: #2E2E2E; margin: 10px 0 0 0; }
#left_col a.small { font-size: 0.8em; float: right; }
#left_col p.testimonial { float: left; margin: 15px 0 20px 0; padding: 10px; background: url('images/leftbuttonbg.png')repeat-x ; border: 1px solid #BCB8AD; }

#right_col { float: right; width: 240px; background: #e6e1d4; margin: 0; padding: 0; }
#right_col a img { float: left; }
#right_col h3 { clear: left; background: #BCB8AD url('images/right_h3_bg.png') top left; width: 245px; padding: 7px 10px; color: #2E2E2E; margin: 0; font-weight: bold; }
#right_col_inner { width: 180px; padding: 10px; }
#right_col ul { float: left; display: block; list-style-type: none; margin: 0; padding: 0; }
#right_col li { float: left; width: 100%; margin: 0 0 10px 0;}
#right_col li a {  float: left; padding: 5px 5px 5px 25px; background: #eee; border: 1px solid #ccc; width: 148px; text-decoration: none;} 
#right_col ul li a:hover {  float: left; padding: 5px 5px 5px 25px; background: #ddd; text-decoration: none;} 
#right_col p { padding: 10px; font-size: 1.1em; }



/*** Heading Styles ***/
h1 { display: none; } 
h2 { margin: 0; font-size: 2.1em; letter-spacing: -1px; }
h3 { margin: 0; font-size: 1.6em; margin: 0 0 10px 0; letter-spacing: -1px; font-weight: bold; } 
h4 { margin: 0; font-size: 1.4em; margin-bottom: 2px; font-weight: bold; color: #0068AA; } 
h5 { margin: 0; font-size: 1.2em; margin-bottom: 2px; font-weight: bold; }
hr { 1px solid #888; margin: 0; }

/*** Table Styles - Tables are for tabular data ***/
table {clear: left; border-collapse: collapse; font-size: 1.1em;}
table p { line-height: 1.2em; }
tr.altrow { background-color: #f2f2f2; }

/*** Lists ***/
#content ul, #content ol { margin-top: 5px; margin-bottom: 5px; list-style-position: outside; font-family: Arial, Helvetica, Sans-serif;}
#content li { font-size: 1.2em; }
ul#indent li, ol#indent li { margin-left: 40px; }
#content ul li li, #content ol li li { font-size: 1.0em; }

/*** Content/Copy Styles ***/
p { font-size: 1.2em; color: #2e2e2e; font-family: Arial, Helvetica, Sans-serif; line-height: 1.4em; margin: 0; padding-bottom: 10px; }
.indent {margin-left: 40px;}
.indent2x {margin-left: 80px;}
.indent3x {margin-left: 120px;}
.clear { clear: both; }
blockquote { font-weight: italic; background: #F7F7F7; border: 1px solid #ccc; padding: 10px; margin: 0 40px 10px 40px;}

/*** Link Styles ***/
a:link { color: #0068AA; }
a:visited { color: #0068AA; }
a:hover { color: #0068AA; }
a img { border: none; }

/*** Inconsistant HR styling across browsers forces the use of a div with this class in lieu of the hr tag ***/
.hr { border-top: 1px solid #ccc; width: 100%; height: 1px; margin: 0 0 0 7px; padding: 0; border: 1px solid #4299ce; }

/*** Navigation - Uses an unordered list and styles them as buttons 
	 This nav supports rounded buttons and drop-down menus.								***/

	/* Main Nav */
	
		/* Main Nav Container */
		#navcontainer1 {
			width: 100%;
			padding: 0;
			float: left;
			background: #BCB8AD;
		}

		#nav1 {
			float: left;
			line-height: normal;
			letter-spacing: 1;
			margin: 0;
			}
			
		#nav1 ul {
			height: 29px;
			width: 825px;
			float: left;
			margin: 0;
			padding: 0px;
			list-style: none; 
			background: url('images/nav_bg.gif') top left; 
			
		}
		#nav1 li {
			float: left;
			position: relative;
			margin: 0;
			padding:0;
		}
		#nav1 a {
			float: left;
			/* url('images/nav_frontcap.png') no-repeat left top;*/
			margin: 0px 3px 0 0;
			padding: 8px 12px 8px 12px; /* The space between the left side of the tab and the text. */
			text-decoration:none;
			color: #6B6963; 
			font-weight: bold; 
			font-size: 1.3em; 
			
		}
		#nav1 a:hover {
			background: #CFCBBF; color: #000;
		}

	/* Dropdowns - http://www.htmldog.com/articles/suckerfish/dropdowns/ */

		/* Applies to all sub-levels */
		#nav_dropdown1, #nav_dropdown1 ul { float: left; height: 28px; padding: 0; margin: 0; list-style: none; line-height: 1; }
		
		/* 1st Level List Items */
		#nav_dropdown1 li { float: left; }
		
		/* 2nd Level List - UL */
		#nav_dropdown1 ul { float: left; background: #E6E6E6; height: 28px; font-size: 0.85em;}
		
			/* Using left instead of display to hide menus because display: none isn't read by screen readers */
			#nav_dropdown1 li ul { position: absolute; left: -999em; }
		
		/* 2nd Level List elements - LI */
		#nav_dropdown1 ul li { float: left; }
		
		/* 2nd Level List elements - A */
		#nav_dropdown1 ul li a { margin: 1px 0 0 0;	padding: 7px 8px 7px 8px; background: #e6e6e6; color: #848484; }
		#nav_dropdown1 ul li a:hover { color: #535354; }	
			#nav_dropdown1 ul li a span {  padding: 2px 6px;}
			#nav_dropdown1 ul li a:hover span { background: #cdcdcd;  padding: 2px 6px;}
		
		/* 3rd Level List - UL - This bit moves list items off the page using negative left margin */
		#nav_dropdown1 li:hover ul ul, #nav_dropdown1 li.sfhover ul ul { left: -999em; }
		
		/* This brings the list items back on screen and into view upon hover
		Note usage of .sfhover, a class required and called by the javascript function
		that handles :hover attributes so that IE will properly :hover on a LI element	*/
		#nav_dropdown1 li:hover ul, #nav_dropdown1 li.sfhover ul { left: 0px; top: 29px; } /* All dropdowns */
		#nav_dropdown1 li:hover ul#nav_control, #nav_dropdown1 li.sfhover ul#nav_control { left: 0px; top: 29px; } /* Control center menu dropdown */
		#nav_dropdown1 li:hover ul#nav_reports, #nav_dropdown1 li.sfhover ul#nav_reports { left: -292px; top: 29px; } /* Profile menu dropdown */
		#nav_dropdown1 li:hover ul#nav_accounts, #nav_dropdown1 li.sfhover ul#nav_accounts { left: -377px; top: 29px; } /* Accounts menu dropdown */
		#nav_dropdown1 li:hover ul#nav_profile, #nav_dropdown1 li.sfhover ul#nav_profile { left: -471px; top: 29px; } /* Profile menu dropdown */
		
		/* Special Class For showing bg-image w/arrow for 3rd level items */
		#nav_dropdown1 .nav_has_level3 { background-image: url('images/dot_arrow.png');
			background-position: top right;
		}
		#nav_dropdown1 .nav_has_level3:hover { background-image: url('images/dot_arrow_up.png');
			background-position: top right;
		}	
	

	/* Footer Nav */
	#footer { float: left; color: #114A98; margin: 0; background: url('images/ft_bg.png'); height: 55px; margin: 0; width: 940px; text-align: left; padding: 10px; }
	#footer p { float: left; font-size: 1.1em; }
	#footer a { color: #114A98; padding: 2px; margin: 0; text-decoration: none;}
	#footer a:visited { color: #999; }
	#footer a:hover {color: #000; margin: 0;text-decoration: underline; }


/*** Images & Alignments
	Using 'class="alignright"' on an image will align the image to the right. 
	And using 'class="centered', will of course center the image. This is much
	better than using align="center", being much more futureproof (and valid)       ***/
#header img { border: 0; }
img.centered { display: block; margin-left: auto; margin-right: auto;}
img.alignright { margin-left: 15px; margin-bottom: 13px;	}
img.alignleft { margin-right: 15px; margin-bottom: 10px;}
.alignright { float: right; }
.alignleft { float: left;}


/*** Hacks - May become outdated when/if IE ships with proper CSS support ***/

	/* The infamous "clear div" or "spacer div" hack. An empty div placed below
		floated divs that clears the floats, so that content can continue to flow 
		below the clear. http://www.complexspiral.com/publications/containing-floats/ 

		Update: Use of overflow:hidden in combination with a totally floated layout and position:relative now replaces this hack. 				*/
		div.spacer { clear: both; }

/*** Misc Styles ***/


