/* regular */

html {
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../image/bkgrnd.jpg);
	background-repeat:repeat-x;
}

body {
	margin: 0px; padding: 0px;
	font-size: 14px; font-family: Verdana, geneva;
	height: 100%;
}

img {
	border: 0px;
}

a	{
	color: Black;
}

a:hover {
	color:#0052DF;
	text-decoration: none;
}


ul {
    padding:0; margin:0; list-style: none;
}

small {
	font-size:9px;
	padding: 5px;
}

p {
	padding:10px;
}

h3 {
	padding: 10px;
}

h2 {
	padding-top: 5px;
	padding-left: 10px;
	font-family: Corbel;
}

/* ---- Re-usable containers | structure ---- */
/* ---- Box goes inside the container ------- */

.left { float: left; }
.right { float: right; }


#wrapper {
	width: 964px; margin: 0 auto; text-align: left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}


/* ---- Global Sections classes & IDs  ---- */
.header {
	height: 140px;
	background:url(/image/header-swirl-bg.jpg) #FFF no-repeat;
}

.header img {
	padding:20px;
}

.header-quote {
	text-align: center; padding: 10px;
}

.footer {
	color: #333333;
	margin:20px auto;
	padding: 10px 36px;
	font-size: 12px;
	height:35px;
	clear: both;
}

.footer a {
	color: #333333;
}


/* ---- Page Sections ---- */


/* ---- Main Index Page ---- */

.main1 { 
	width:241px; float: left; 
	border: #FFFFFF 2px solid;
	margin-top: 10px; background: #FFF;
	height: 460px; }
	
.main1 h3 {
	background:#666565;
	padding: 7px;
	margin: 0px;
	text-align:center;
	font-style: bold;
	color: #fff
	}
	
.main2 { 
	margin-left:10px; float: left; 
	margin-top: 10px; background: #FFF; 
	border: #FFFFFF 2px solid; 
	display:inline;
	width:705px;
	height: 460px;
	overflow:hidden;
	}
	
	
.feature1 {
	background: #FFFFFF;
	float: left;
	width: 425px;
	clear: both;
	padding:0px;
	height: 420px;
	border-right: #FFFFFF 2px solid; 
	margin:0px;	
   overflow:hidden;
}

.feature1 h3 {
	background: #666565;
	padding: 7px;
	margin-top: 10px;
	text-align: center;
	font-style: bold;
	color: #fff
}

.feature2 {
	width:240px;
	float: left;
	background:#FFF;
	padding:10px;
}	

ul.feature2-quote {
	margin: 3px;
	padding: 3px;
	color: #333333;
	font-size: 11px;
	font-family: trebuchet ms, geneva;
}

ul.feature2-quote li{
	width: 57px;
	float: left;
	border-bottom: 1px solid #333333;
	color: #333333;
}

.main-news {
	
}

.main-news li {
	padding: 10px;
}

#active {
	background: #F4F2E5;
}

.left-column { 
	width:241px; float: left; 
	border: #FFFFFF 2px solid;
	margin-top: 10px; background: #FFF;
}
	
.right-column { 
	margin-left:10px; float: left; 
	margin-top: 10px; background: #FFF; 
	border: #FFFFFF 2px solid; 
	display:inline;
	width:705px;
}

/*
project

News
*/

.news-header {
	font-size: 18pt;
	font-weight: bold;
	margin: 10px;
	width: 80%;
	border-bottom: 3px solid #747373;
}

ul.news {
	padding: 10px;
	list-style: none;

}

ul.news li{
    margin-bottom: 10px;
}

ul.news a {
	text-decoration: none;
}

ul.news a:hover {
	color:#0052DF;
	text-decoration: none;
}


/*


Invest

*/

fieldset {
  	padding: 7px;
  	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #CCC;
}

.button {
	width: 32px;
	height: 21px;
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 1px;
	background-color: #FFF;
}

.fieldbox {
	width: 150px;
	border: 1px solid #CCC;
	height: 17px;
	background: #FFF;
	margin: 0;
	vertical-align: middle;
}


/* Lists */


ul.nav-nr {
	padding: 10px;
	list-style: none;

}

ul.nav-nr li{
    margin-bottom: 10px;
}

ul.nav-nr a{
	color:#4D4D4D;
	text-decoration: none;
}

ul.nav-nr a:hover {
	color:#0052DF;
	text-decoration: none;
}

ul.nav {
	margin-bottom: 15px;
	list-style: none;
	font-size: 12px;
}

ul.list {
	padding: 10px;
	list-style: disc;
	margin-left:10px;

}

ul.list li{
    margin-bottom: 10px;
}

ul.list a{
	color:#4D4D4D;
	text-decoration: none;
}

ul.list a:hover {
	color:#0052DF;
	text-decoration: none;
}

.news-icon {
	float: right;
	margin: 10px;

}

ul.stock-info {
	list-style: none;
	padding: 0;
	margin-left: 10px;
	background-color: #FFF;
	float: left;
}


ul.stock-info li {

	display: block;
	margin: 0 auto;
	padding: 3px;
	float: left;
	width: 160px;
	border-bottom: 1px solid #b3b3b3;
	color: #666666;
	height: 22px;
}