/*
     Outlook Community -  Main Style Sheet
*/

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#efefef;
	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1002px;
	background:#f0f0f0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background: #ffffff url(../images/green_background.gif) repeat-y;
}	

div#flower {
	
}

/* ------------------ Headings and Paragraph Styles -----------------------*/
h1 {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 20px;
	background: url(../images/outlook_market.gif) no-repeat;
	background-position: 44px 10px;
	text-indent: -9999px;
	overflow: hidden;
	height: 140px;
	width: 370px;
}

h2 {
	font-size: 20px;
 	color: #ffffff;
 	padding: 25px 0px 0px 45px;
 	margin: 0px;
	width: 360px;
}

h3 {
	font-size: 14px;
	color: #2F7E20;
	padding: 0px;
	margin: 0px;
}


p
{
	margin:0;
	padding:0px 0px 8px 0px;
}

/* ------------------ Link styles -----------------------------------------*/
a:link, a:visited
{
	color: #2F7E20;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}


/* ------------------ Header Styles----------------------------------------*/
div#header {
	padding:0px;
	
	height: 140px;
}

#logo
{
	float:left;
	width: 373px;
	margin:0;
	padding:0px;
}

#heading
{
	float:right;
}

/* ------------------ Navigation ------------------------------------------*/

#nav_header
{
	margin: 0px;
	padding:0px;
}

#nav {
	margin: 0px;
	padding: 8px 0px 8px 20px;
	list-style-type: none;
	float: left;
}

#nav li {
	margin:0px;
	padding: 0px;
	float:left;
}

#nav a {
	font-size: 12px;
	padding: 4px 2px 0px 5px;
	float: left;
	text-align: center;
	line-height:1;
}

/* ------------------ Banner Styles ---------------------------------------*/
#banner {
	margin: 0px;
	padding: 0px;
	width: 1002px;
	height: 274px;
	background: #0A55A3 url(../images/banner_market.jpg) repeat-y;
	background-position: center right;
}

#banner p {
	color: #ffffff;
	padding: 10px 0px 0px 45px;
	margin: 0px;
	width: 280px
}
	
/* ------------------ Main Content Styles ---------------------------------*/
div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
	background: url(../images/shadow_bg.jpg) no-repeat;
	
}

#main {
	width: 950px;
 	padding:15px 8px 0px 45px;
 	margin: 0px;
	
	/*background: url(../images/flower.jpg) no-repeat;
	background-position: bottom left;*/
}

div.left
{
	float:left;
	width: 280px;
	padding: 8px 0px 0px 0px;
	margin: 0px;
}

div.text
{
	float:left;
	width: 320px;
	padding: 8px 0px 0px 20px;
	margin: 0px;
}

div.toy
{
	padding: 8px 0px 5px 0px;
}

div.clear
{
clear:left;
}
	
/* ------------------------ Footer Styles --------------------------------*/
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background: url(../images/flower.jpg) no-repeat;
	background-position: bottom left;
}
	


