@charset "UTF-8";
/* Finance From A-Z - Abput */


/* ===========================================
         MAIN
==============================================*/

#main {
	padding: 20px 0 10px 10px;
	}
	

/* ===========================================
         SIDE NAV
==============================================*/

#content #menu {
	float: left;
	width: 210px;
	margin: 0 0 10px 0;
	}

#content #menu h1 {
	background-color: #113488  ;
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 3px 6px 4px 6px;
	margin: 0 0 2px 0 ;
	}
  
#content #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#content #menu li {
	display: inline;
	}

#content #menu li a {
	background: url(../images/icons/arrow-right-white-med.gif) no-repeat 8px center #426bb3;
	padding: 5px 5px 5px 18px;
	margin: 0 0 2px 0;
	color: #fff; 
	display: block;
	text-decoration: none;
	}
  
#content #menu li a:hover {
	background-color: #819ccc;
	}
      
#content #menu li a.current {
	background: url(../images/icons/arrow-down-white-med.gif) no-repeat 6px center #819ccc;
	}
	
	
/* ===========================================
         TEXT
==============================================*/

#content .text {
	float: left;
	width: 723px;
	margin-left: 20px;
	padding: 3px 0 8px;
	}

#content .text h1 {
	margin-bottom: 9px;
	padding-bottom: 2px;
	font: 2.4em/1.2em Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/icons/bdr-horiz-dotted.gif) 0 100% repeat-x;
	}

#content .text h5 {
	margin-bottom: 10px;
	font: 1.4em/1.3em Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	}
	
#content .text .photo {
	float: left;
	margin: 0 10px 10px 0;
	}

#content .text p {
	margin-bottom: 1.4em;
	font-size: 1.2em;
	line-height: 1.3em;
	}

#content .text p a {
	text-decoration: underline;
	}

#content .text p a:hover {
	color: #819ccc;
	}
			
/* ---- Feedback Form ---- */

#content #feedbackForm {
	width: 500px;
	}

#content #feedbackForm textarea {
	display: block;
	width: 492px;
	height: 15em;
	padding: 4px;
	font-size: 1.2em;
	line-height: 1.3em;
	}	

#content #feedbackForm .buttonLine {
	padding-top: 4px;
	text-align: right;
	}
	
#content #feedbackForm button {
	margin: 0;
	padding: 5px 12px 5px 18px;
	_padding: 3px 6px 3px 10px; /* IE6 */
	font-size: 1.2em;
	line-height: 1.3em;
	color: #fff; 
	text-decoration: none;
	border: 0;
	background: url(../images/icons/arrow-right-white-med.gif) no-repeat 8px center #426bb3;
	cursor: pointer;
	cursor: hand; /* IE6 */
	}
	*+html #content #feedbackForm button { padding: 3px 6px 3px 10px; /* IE7 */ }
  
#content #feedbackForm button:hover {
	background-color: #819ccc;
	}


