@charset "utf-8";
body {
	margin: 0px 0px 20px 0px;
	color: #999;
	font: 62.5% Verdana, Geneva, sans-serif;
}

/*Container holds and centres the entire website*/
#container{
	width:1000px;
	margin: 24px auto 0;
}

/*header includes logo and both the primary and secondary navigations*/

#header{
	background: #8B8B89 url(../images/header-bg.jpg) repeat-x bottom;
}
#header p{
	margin:0;
}
#header p a img{
	border:none;
}

#angela{
	position: absolute;
	width: 149px;
	margin-left: -20px;
	margin-top: 296px;
	z-index: 2000;
}
#angela p{
	margin:0;
}

#content{
	background: url(../images/content-bg.jpg) repeat-x bottom;
	padding-top: 46px;
}
#content h1{
	color: #745843;
	margin: 0px 0px 17px;
	font-size: 3.2em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
#content p.msg{
	font-size: 1.2em;
	line-height: 1.7em;
	margin: -16px 0px 30px;
	padding: 6px 6px 6px 24px;
	border: 1px solid #FEEE96;
	background: #FFFFCC url(/images/info-icon.gif) no-repeat 6px center;
}
/*right column - appears BEFORE the left column in code view*/

#right{
	float:right;
	display:inline;
	width:484px; /*Changed from 484px to fix for IE6*/
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 46px;
}
#right h1{
	color: #745843;
	margin: 0px 0px 17px;
	font-size: 3.2em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
#right h1 a{
	text-decoration:none;

}
#right h1 a:hover{
	text-decoration:underline;

}
#right h2{
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0px 0px 1.6em;
	clear: both;
}
#right h2.bar{
	border: 1px solid #D7CA97;
	background: #F5F2E6;
	font-size: 1.3em;
	padding: 2px;
	color: #332D13;
}
#right h3{
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0px;
	width: 500px;
}
#right p{
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0px 0px 1.6em;
}
#right p strong{
	color: #664D3B;
}
#right p.big{
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 0px 0px 1.7em;
}
#right p.brown{
	color: #664D3B;
	margin-left: 50px;
	margin-bottom: 2.2em;
}
#right p.brown strong{
	font-size: 120%;
}
#right ul{
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0px 0px 1.6em 18px;
	padding: 0px;
}
#right ul.float{
	float: left;
	width: 175px;
	margin-left: 36px;
}
#right ul li{
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
#right ul li ul{
	font-size: 100%;
	margin: 0px;
}
#right ol{
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0px 0px 1.6em 18px;
	padding: 0px;
}
#right blockquote{
}
#right blockquote h2{
	margin:0;
}
#right a{
	color: #664D3B;
}
#right a:hover{
	color: #000;
}
#right ul.buttons,#left ul.buttons{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
#right ul.buttons li,#left ul.buttons li{
	list-style: none;
	margin: 0px 20px 1.2em 0px;
	padding: 0px;
	text-align: center;
	height: 60px;
	float: left;
}
#right ul.buttons li a,#left ul.buttons li a{
	background: #664D3B url(../images/button-corners.png) no-repeat;
	color: #FFF;
	text-decoration: none;
	width: 220px;
	line-height: 60px;
	display: block;
}
#right ul.buttons li a:hover,#left ul.buttons li a:hover{
	background: #463528 url(../images/button-corners.png) no-repeat;
}
#right ul.buttons li a.green,#left ul.buttons li a.green{
	background: #BCD964 url(../images/button-corners.png) no-repeat;
}
#right ul.buttons li a.green:hover,#left ul.buttons li a.green:hover{
	background: #A4C932 url(../images/button-corners.png) no-repeat;
}

/*Left and main content area of website - appears AFTER the right column in code*/ 

#left{
	float:right;
	display:inline;
	width:320px;
	margin-bottom: 46px;
	padding-left: 60px;/*Changed from 76px to fix for IE6*/
}
#left p{
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0px 0px 1.6em;
}
#left p.img{
	margin: 0px 0px .6em;
}

/*Grey boxes in left column*/

#left div.greenbox{
}
#left div.greenbox div.top{
	background: url(../images/greenbox-top.png);
	height: 14px;
}
#left div.greenbox div.bottom{
	background: url(../images/greenbox-bottom.png);
	height: 14px;
}
#left div.greenbox div.content{
	background: #D0EB7F;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
#left div.greenbox h2{
	font-size: 2.4em;
	font-weight: normal;
	color: #FFF;
	margin: 0px 0px 15px;
}
#left div.greenbox h3{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	line-height: 1.7em;
}
#left div.greenbox p{
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0px;
	color:#664C3A;
}
#left div.greenbox p img{
	margin-bottom: .8em;
}
#left ul.social{
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 80px;
}
#left ul.social li{
	list-style: none;
	margin: 0px 4px;
	padding: 0px;
	display: inline;
	float: left;
}
#left ul.social li a{


}
#left ul.social li a img{
	border-style: none;
}
#left p.cooking{
	background: url("../images/cupcake.jpg") no-repeat scroll left 0.5em transparent;
    border-bottom: medium none;
    font-weight: normal;
    font-size:1.3em;
	text-decoration:none;
	color:#745843;
    padding: 12px 0 10px 56px;
	margin:30px 0 0 14px;
	height:50px;
}
#left p.cooking a{
	text-decoration:none;
	color:#745843;
}
#left p.cooking a:hover{
	text-decoration:underline;
	color:#463528;
}

/*Footer styles*/

#footer{
	clear: both;
	padding-top: 14px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}
#footer h2{
	font-size: 1.1em;
	margin: 0px;
	line-height: 1.4em;
}
#footer p{
	font-size: 1.1em;
	margin: 0px;
	line-height: 1.4em;
}
#footer p.copyright{
	float: right;
}
#footer p.copyright a{
	text-decoration:none;
	color: #444;
}
#footer p.copyright a:hover{
	text-decoration:underline;
}

/*Clearing div can be used anywhere*/

.clear{
	clear:both;
}
#container #content #right table tr td {

}
/*market activity table*/
#data table{
	font-size: 1.2em;
	text-align: left;
	color: #000;
	background: #E3F0D6;
	border-collapse: collapse;
}
#data td{
	border-left: 1px solid #333;
	text-align: right;
}
#data td:first-child{
	border: none;
	text-align:left;
}

#data th{
	background: #069;
	color: white;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	text-align: center;
}
#data th:first-child{
	border-left: none;
	text-align: left;
}
#data .dark{
	background: #CEE5B1;
}
#data h2{
	background-color:#FFF;
	text-align: center;
	color: #036;
	font-weight: bold;
	font-size: 1.6em;
	margin-top: 15px;
	
}
#data{
	position:relative;
	width: 611px;
	border: 1px solid #CCC;
	background: #FFF;
}
#data img{
	position:absolute;
	right: 0;
	
}
#data .blue{
	color: #036;
	font-weight: bold;
}
#data .red{
	color: #900;
	font-weight: bold;

}


.note{
	padding: 10px;
	background: white;
	font-style: italic;
	border-top: 2px solid #069;
	line-height: 18px;
}


