body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: url(bg_body.jpg) repeat-x #FFFFFF;
}

html, body {
	height: 100%;
}

a 			{ color:#00659e; text-decoration:none; }
a:hover		{ color:#666666; text-decoration:underline; }

#mainContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#00659e;
}
h2 {
	font-size:16px;
	color:#00659e;
}
/* HEADER*/
#header {
	width: 100%;
	height: 172px;
	margin: 0px auto;
}
#headerContent {
	margin: 0 auto;
	width: 994px;
	height: 165px;	
}
#logo {
	float:left;
	padding:26px 0 0 14px;
}
#under_nav {
	float: right;
	height: 24px;
	padding: 0 13px 0 0;
}
#under_nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
#under_nav ul li {
	float: left;
	padding:0;
}
#navigation {
	float:left;
	height:39px;
	width: 994px;
	margin-left:-10px;
	padding:3px 0 0 0;
}
#navigation ul {
	list-style: none;
	padding:0;
	margin:0;
}

#navigation ul li {
	float:left;
	padding:0 10px 0 0;
}
.pip{padding-right:11px !important;}
.all{padding-right:13px !important;}
.res{padding-right:14px !important;}
.inv{padding-right:10px !important;}
.new{padding-right:0px !important;}
#stock_ticker {
	float:right;
	margin:30px 16px 0 0;
	color:#424141;
}
#stock_ticker td{
}
.table_market{ text-align:right;}

/* IMAGE */
#section {
	width: 100%;
	height: 791px;
}
#flashContainer {
	margin: 0 auto;
	width: 1042px;
	height: 276px;
}
#flash {
	text-align:right;
	width:1024px;
}


/* CONTENT */
#titles{ padding-bottom:30px;}
#contentContainer {
	margin: 0 auto;
	width: 994px;
	height: 512px;	
}
#contentLeft {
	float:left; 
	width:259px;
	height:396px;
	background:url(dash_vert.gif) top right no-repeat;
	padding:3px 0 3px 6px;
}
#contentMiddle {
	float:left; 
	width:205px;
	height:400px;
	background:url(dash_vert.gif) top right no-repeat;
	padding:0 0 0 20px;
}
#contentRight {
	float:left;
	padding:0 0 0 28px;
	width:435px;
}
#servicesHeader {
	height:46px;
}
#services {
	height:173px;
	width:278px;
}
#companies {
	height:115px;
}
#red_dot {
	float:left;
	background-color:#711200;
	width: 7px;
	height:7px;
	margin:6px 7px 82px;
}
#news {
	margin-top:-25px;
	color:#6a6a6a;
}
#news a {
	color:#6a6a6a;
}
.news_item {
	margin:24px 0;
	line-height:1.5em;
}
#news ul{
	list-style:none;
	padding:0;
	margin:0;
}
#news ul li {
	margin:10px 0 20px 20px;
	padding:10px 20px 0 0;
	background:transparent url(news_dot.gif) no-repeat top left;
}
#emailSignup {

	color:#00659e;
}
#emailSignup span {
	font-size:15px;
}
#signup_container {
	margin-bottom:7px;
	float:left;
}
.emailbox {
	width:180px;
	background-color:#f5f5f5;
	padding:4px;
	margin:2px 0;
	border: none;
	color:#7a7a7a;
}
#presentation {
padding-top:10px; }

/* FOOTER */
#footerContainer {
	width: 100%;
	height: 60px;	
	background: url(footer_bg.gif) repeat-x top #00659d;
	color:#fff;
	font-size:11px;
	clear:both;

}
#footerContent {
	margin: 0 auto;
	width: 970px;
	padding-top:25px;
}

#footerContent a{
	color:#fff;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
}
.padding {
	padding-bottom:44px;
}
#blender {
	width:954px;
	float:left;
}
#bot_nav {
	float:right;
}

/* CLASSES */
.clearIt {
	clear: both;
}
