@charset "utf-8";
/* CSS Document */
/*** presets***/

html {
	background:#CCCCCC;
}
* {
	margin: 0;
	padding: 0;
}



h1, h2, h3, h4, h5, h6 {
	color:#9f1518;
	text-align: left;
}


img {
	border:none;
}

/***Assigning fonts font size and color***/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
a {
	color: #7f8282;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color:#000;
}	
/***centering website, and main background***/
#wrapper {
	width:994px;
	margin:0 auto;
	background:url(../images/wrapper_bg.png) repeat-y;
}
/***formatting site header***/
#header {
	background: url(../images/header_bg.jpg) repeat-x;
}
#logo {
	float:left;
	margin:0 0 0 15px;
	padding:15px 3px 0 0;
}

#home-nav ul{
	margin:0;
	padding:0;
}
#home-nav li{
	float:left;
	list-style-type: none;
	padding:20px 15px 5px 15px;
	font-weight:bold;
}
#home-nav ul li a{
	color:#fff;
	text-transform:capitalize;
}
#home-nav ul a:hover,#home-nav li.current a{

	color:#fff;
	text-decoration:underline;
}

/***styling search***/
#home-nav form {
	padding:16px 0 0 0;
}
#home-nav fieldset {
	border:none;
}
#home-nav label[for="search"]{
	color:#820813;
}
#home-nav input[type="submit"],#content #search-again input[type="submit"]{
	background: none;
	border:none;
	color: #fff;
	text-transform:capitalize;
}
#content #search-again input[type="submit"],#content #search-again input.button{border:1px solid #9f1518;background:#9f1518; padding: 3px; color: #fff; font-weight:normal;}
#home-nav input[type="submit"]:hover,#content #search-again input[type="submit"]:hover {
		cursor:pointer;
		color:#ccc;
}
#home-nav #searchform{float: right; margin: 0 35px 0 0}
#content #search-again fieldset{border:none;}
.clear {
	clear:both;
}

/***formatting  main navigation***/
#main-nav {
	clear:left;
	float:left;
	margin:-170px 10px 0 295px;
}
#home-nav #main-nav ul{
	margin:0;
	padding:0;
}
#main-nav li{
	padding:0;
}

#main-nav li a{
	display:block;	
	color:#fff;
	float:left;
	list-style-type:none;
	padding:8px 18px 9px 15px;
	font-size:12px;
	font-weight:bold;
	border-right: solid thin #BB8603;
	text-transform: none;
}
#main-nav ul :last-child a{
	border: none;
}
#main-nav li a.noborder {
	border-right: none;
}
#main-nav li a:hover,#main-nav li.current a,#main-nav li.here a{
	text-decoration:none;
	color:#000;
	background:#EAB953;
}
#main-nav li ul {
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:#ffffff;
	width:146px;
	position:absolute;
	top:21px;
	left:-1px;
	border:1px solid #b9121b;
	border-top:none;
}
#main-nav li:hover a ul,#main-nav li a:hover ul {
	display:block;
}

#main {
	clear:left;
}
/***formatting of left column menu***/
#sidebar {
	width:250px;
	margin: 5px 20px 0 20px;
	float:left;
	background:url(../images/categorytop.png) no-repeat;
}
#sidebartop {
	background:url(../images/categorytop.png) no-repeat;
	height:14px;
}

#category {
	background:url(../images/categorycenter.png) repeat-y;
	padding:0 0 0 10px;

}
#sidebar img {
	float:left;
	position:relative;
	left:-35px;
}
#category h3 {
	font-size:16px;
	padding:5px 0 2px 0;
	text-transform:capitalize;
}
#category h3#two {
	margin:15px 0 0 0;
}
#category img {
 	margin:-95px 0 0 10px;
}
	
#category ul {
	 width:225px;
	 margin:0;
	 padding:10px 10px 10px 5px;
	 list-style-type:none;
}
#category ul li{
	 padding:2px 0 2px 0;
}

	
#category ul#nav li{
	/**/
	border-bottom:dotted thin #A2A2A2;
	margin-bottom: 10px;
	}
#category ul#nav li a{
	font-size:16px;
	text-transform:capitalize;
	color:#9f1518;
	font-weight:bold;
	margin: 0;
	display:block;
	}
#category ul#nav li ul li{
	/**/
	border-bottom:none;
	margin-bottom:0;
	padding:0;
	}	
#category ul#nav li ul li a,#category ul#nav li ul li.here ul li.sub-level-1 a{
	padding:4px 0 5px 30px;	
	background:#fff url(../images/listarrow.png) no-repeat 0 50%;
	font-size:13px;
	font-weight: normal;
	}
/*#category ul#nav li ul li.here{	
	background:#9f1518;
	color: #fff;
	}*/
#category ul#nav li ul li ul{	
		display:none;
		padding:5px;
	}
#category ul#nav li ul li.here ul li,#category ul#nav li ul li.parent-here ul li{	
		padding: 0 0 0 10px;		
	}
#category ul#nav li ul li.here ul li.sub-level-1 a{	
	color: #7f8282;
	margin-right: 15px;
	}
#category ul#nav li ul li.here ul,#category ul#nav li ul li.parent-here ul{	
		display:block;
	}
	
#category ul#nav li ul li a{
	color: #7f8282;
	text-decoration:none;
	margin-right: 10px;
}

#category ul#nav li a:hover {
	text-decoration: underline;
	color:#000;
}	

#category ul#nav li ul li.here a,#category ul#nav li ul li a:hover,#category ul#nav li ul li.here ul li.sub-level-1 a:hover {	
	padding:4px 0 5px 30px;
	background:#9f1518 url(../images/whlistarrow.png) no-repeat 0 7px;
	color: #fff;
	text-decoration: none;
	display:block;
	}
#category ul#nav li ul li a:hover,#category ul#nav li ul li.here ul li.sub-level-1 a:hover{	
	padding:4px 0 5px 30px;}


#category ul :first-child .separator{
	background: url(../images/miceplate.jpg) no-repeat top left;
	height: 62px;
	width: 95px;
	margin: -10px 0 -10px -32px;
	
	}	
#category p {
	color:#9f1518;
	font-size:13px;
	width:261px;
	padding:10px 0 0 10px;
}
/***Curly Quotes***/
#sidebarbtm {
	background:url(../images/categorybtm.png) no-repeat;
	height:180px;
	padding:0 0 0 0;
}
#sidebarbtm blockquote p{	margin:-50px 0 0 0;	font-size:15px;}
#sidebarbtm p{	margin:-20px 0 0 0;	font-size:15px;}
#sidebarbtm blockquote p{
	color:#9f1518;
	padding:60px 0 0 21px;
	text-align:center;
	width:215px;
	font-style: normal;
}
#sidebarbtm p{
	color:#000;
	text-align:right;
	font-style:italic;
	margin-right: 30px;
}

#sidebarbtm blockquote {
	display: block;
	padding: 25px 0;
	width: 220px;
}
#sidebarbtm blockquote:before, blockquote:after {
	color: #000;
	display: block;
	font-size: 40px;
	width: 50px;
}
#sidebarbtm blockquote:before {
	content: open-quote;
	height:0;
	margin:-30px 0 0 10px;
}

#sidebarbtm blockquote:after {
	content: close-quote;
	margin:-20px 0 0 230px ;
}
/*** Front Page Formatting**/
#frontcontent{
	float:left;
	width:669px;
	margin:-100px 0 0 0;
	line-height: 1.7em;
	text-align:justify;
}

#frontcontent #feature img{margin:-30px 0 15px 0;}

a[href$=".pdf"] {
 	padding: 0 20px 0 0;
 	background: #fff url(../images/icon_pdf.gif) no-repeat right center;
}

a[href$=".xls"] {
	padding: 0 20px 0 0;
 	background: #fff url(../images/icon_xls.gif) no-repeat right center;
}
/***Positioning big picture belown navigation bar***/
#feature img {
	width:660px;
	height:200px;
	margin:-30px 0 0 0;
}
#feature p{margin:0;}

/***properties and positioning articles div***/
#frontcontent #articles {
	float:left;
	width:66%;
	margin:0 10px 45px 0;
	padding:0 10px 0 0;
	border-right: dotted thin #8F908F;

}
#frontcontent #articles h1.title {
	font-size: 20px;
}
#frontcontent #articles h1.title{
	margin:10px 0 20px 0;
	padding:15px 0 0 0;
	clear:left;
	border-top: dotted thin #8F908F;
}
#frontcontent #articles h1#first{
	margin-top:0;
	padding:0;
	clear:left;
	border-top: none;
}

#frontcontent #articles p{
	clear:left;
	padding:5px 0 10px 0;
}
#frontcontent #articles .readmore a{
	background:#9f1518;
	padding:5px;
	color:#fff;
	text-align:right;
	}
#frontcontent #articles .readmore a:hover{
	color:#000;
	background:#8F908F;
	}
.readmore{text-align:right;}
#readmore {
	text-align:right;
	border-bottom:dotted thin #8F908F;
	padding:0 5px 5px 0;
}
#readmore a {
	color:#820813;
}
#readmore a:hover {
text-decoration:underline;
}
/***floating secondarycol div to the right of articles div and properties***/
#secondarycol {
	float:left;
	width:30%;
	padding:5px 0 0 0

}
#secondarycol li{
	list-style-type:none;
	padding:3px 3px 3px 35px;
	
}
#secondarycol h2{
	color:#fff;
	padding:5px 0 5px 5px;
	margin:0 0 10px 0;
	background:#820813;
	text-align:center;
	font-size: 15px;
}
#calculators {
	padding:5px 0 0 0;
}
#financialtips {
	padding:0 0 5px 0;
	margin:0 0 8px 5px;
}
#financialtips li{
	background:url(../images/rtick.jpg) no-repeat;
	padding:7px 3px 7px 35px;
	}
	
#financialtools {
	margin:0 0 0 5px;
}
#financialtools h2{
	background-color:#8F908F;
}
#financialtools h3{
	text-transform:uppercase;

}
#financialtools ul {
	padding:5px 0 0 0;
}
#financialtools li {
	list-style-type:none;
	padding:0 0 3px 20px;
	background:url(../images/listarrow.png) no-repeat -4% 50%;
}
#financialtools li a {
	color:#820813;
	font-weight:bold;
}
#financialtools li a:hover {
	text-decoration:underline;
}
.more {
	text-align:right;
}
.more a{
	color:#820813;
}
.more a:hover {
	text-decoration:underline;
}

/***positioning and properties of Investing section***/
#investing {
	clear:left;
	background:url(../images/investingbg.png) repeat-x;
	font-size:11px;
}

#investing h3 {
	text-align:center;
	text-transform:uppercase;
	font-size: 1.5em;
	font-style:italic;
	margin:-50px 0 0 0;

}
#investing p {		
	text-align:center;
}
#investing ul{margin-left: 25px;}
#investing .readmore{margin:10px 0 0 0;}
#investing p.readmore a{
		font-size:12px;
		padding:5px;
		background:#9f1518;
		color:#fff;	

}
#investing p.readmore a:hover{
	border:solid thin #000;
}
#investing .story {
	padding:5px;
}
#investing .story ul,#investing .story ol{
	margin-left: 25px;
}
#stocks, #bonds, #mfunds{
	float:left;
	width:31%;
	min-height:150px;
	background:url(../images/investingbg.jpg) repeat-x;
	border: solid thin #A2A2A2;
	margin-top:10px;
}

#stocks {
	padding:5px 5px 13px 5px;
}
#stocks img{
	position: relative;
	top:-45px;
	left:25px;
}

#bonds {
	padding:5px 5px 13px 5px;

}
#bonds img{
	position: relative;
	top:-45px;
	left:55px;
}
#mfunds {	
	padding:5px 5px 13px 5px;
}
#mfunds img{
	position: relative;
	top:-45px;
	left:55px;
}

/***positioning and properties of the footer***/
#footer {
	clear:both;
	padding:30px 0 0 0;
	width: 100%;
}
#footnav {
	text-align:center;
	padding:0 0 5px 90px;
}
#footnav ul{
	padding:0 0 10px 0;margin:0 auto;
	
}
#footnav li{
	float:left;
	list-style-type:none;
	padding:0 10px 10px 10px;
}
#footnav li a {
	color:#212121;
	font-weight:bold;
}
#footnav li a:hover {
	color:#444;
	text-decoration:underline;

}
#footer p{
	clear:left;
	text-align:center;
	color:#555;
	padding:0 0 20px 0;

}


