/* CSS Document for the Fleming's 2010 Chelsea entry*/

/* General tag overrides to stop inconsitences between browers  */

body	{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	/*color: #70695A;*/
	color: #333333;
	font-size: 12px; 
	text-align: center;
	background-color: #837560;	
}

/*Text definitions*/

h1, h2, h3, h4, h5, h6	{
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	color:    #990000;
	font-weight: bold;
}

h1	{
	font-size: 18px;
}
h2	{
	font-size: 16px;
}
h3	{
	font-size: 15px;
}
h4	{
	font-size: 14px;
	margin-top: 10px;
}
h5	{
	font-size: 13px;
}
h6	{
	font-size: 10px;
}
p	{
	padding-top: 10px;
	margin: 0px;
}

/*Table definitions*/

table, tr, th, td	{
	padding: 0px;
	margin: 0px auto;
	border-style: none;
	font-size: 12px;
}

/*Link definitions*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC9900;
}
a:active {
	text-decoration: none;
}

/* SPECIFIC PAGE ID SECTIONS */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 980px;
	background: #FFFFFF url("../images/layout/bg_page_grey.jpg") repeat-y;
}

/* Page header area */

#header {
	margin: 0px 10px;
	border-bottom: solid #666666 thick;
	background: url("../images/header_ferns_with_text.jpg") right no-repeat ;
	height:100px;
}
#header h1	{
	font-family: "Century Gothic";
	font-size: 40px;
	font-weight: 400;
	color: #BB0011;
	margin: 0px 220px;
	padding: 10px 10px;
	width: 300px;	/*visibility: hidden;*/
}
#header .subtitle	{
	padding-left: 30px;
	font-size: 12px;
	color: #336633;
}
#header .small_subtitle	{
	padding-left: 45px;
	font-size: 9px;
	color: #336633;
}
#header img	{
	float: left;
	padding: 0px;
	margin: 5px 10px 0px 10px;
}
#header form	{
	float: right;
	margin: 5px 5px 0px 0px;
	clear: right;
}
#content	{
	margin: 0px;
}	
#content p	{
	line-height: 16px;
	/*color: #555555;*/
}

/* Navigation Links */

#menu	{
	margin: 10px 10px 0px 20px;
	padding: 0px;
	width: 150px;
	float: left;
}
#menu ul	{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu li	{
	float: left;
	width: 150px;	
}
#menu a	{
	display: block;
	font-size: 100%;	
	font-weight: bold;
	padding: 12px 0px;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/layout/buttons_red.jpg); 	
	background-repeat: repeat-x;
}
#menu a:link { 
	color: #FFFFFF;
}
#menu a:visited { 
	color: #FFFFFF;
}
#menu a:hover {  
	color: #EEEEEE;
	text-decoration: underline;
	background-image: url(../images/layout/buttons_black.jpg); 	
}
#menu a:active, #menu a:focus {  
	color: #EEEEEE;
}

/* Sub-navigation items */

#menu	ul li ul	{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu	ul li ul li	{
	float: left;
	width: 150px;	
}
#menu	ul li ul li a	{
	display: block;
	font-size: 90%;	
	font-weight: normal;
	padding: 5px 0px 5px 10px;
	text-align: left;
	text-decoration: none;
	background-image: none;
	background-color: #EEEEEE;
	border-bottom: #DDDDDD solid 1px;
}
#menu	ul li ul li a:link { 
	color: #006666;
}
#menu	ul li ul li a:visited { 
	color: #666666;
}
#menu	ul li ul li a:hover {  
	color: #FFFFFF;
	background-color: #006666;
	background-image: url(../images/layout/linkarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: underline;
	
}
#menu	ul li ul li a:active, #menu	ul li ul li a:focus {  
	color: #FFFFFF;
	background-color: #006666;
}

#menu_images img	{
	float: left;
	margin: 10px auto 0px;
	text-align: center;
	clear: left;
}
#menu_images a	{
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
}

/* Main page content */

#pagetext	{
	margin: 10px 25px 10px 15px;
	text-align: justify;
	width: 755px;
	float: right;
}

/* Individual columns for home page layout */

#leftcolumn	{
	float: left;
	width: 580px;
	padding-right: 13px;
}
#rightcolumn	{
	float: right;
	width: 150px;
	padding-left: 13px;
	border-left: #999999 1px solid;
}
#rightcolumn h5	{
	text-align: center;
	padding: 5px 3px;
	color: #FFFFFF;
	border: #666666 1px solid;
	background-image: url(../images/layout/buttons_blue.jpg); 	
	background-repeat: repeat-x;
}
#rightcolumn h5	a	{
	color: #FFFFFF;
}
#scrollarea	{
	float: right; 
	width: 150px; 
	height: 180px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
#scrollarea	p	{
	padding: 5px 5px 10px 5px;
	/*background-color:#CCFF00;*/
	border-bottom: #666666 1px dotted;
}
#sponsors	{
	/*background-image:url("../images/layout/bg_sponsors.jpg");*/
	/*background-repeat: repeat-y;*/
	border-top: 1px solid #DADADA;
	text-align: center;
}
#sponsors td	{
	width: 25%;
	text-align: center;
	padding: 3px;
}

/* Quick page links */

#page_link	{
	float: right;
	margin: -25px 20px 0px 0px;
	text-align: right;
	color: #CCCCCC;
	font-size: 9px;
}
#page_link a:link, 
#page_link a:visited {
	color: #999900;
}
#page_link a:hover {
	color:#003366;
	text-decoration: none;
}

/* Page footer area */

#footer	{
	clear: both;
	margin: 0px 10px;
	border-top: solid #666666 thick;
	background: url("../images/layout/bg_footer.jpg") repeat-y;
	height: 60px;
	font-size: 9px;
}
#footer img	{
	padding: 10px;
}
#trailer img	{
	/*background-image: url("../images/bg_trailer.jpg") repeat-x;*/
	height: 12px;
	width: 980px;
	padding: 0px;
}

/* General Classes */

.bg_green	{
	background-color: #006633;
	color: #FFFFFF;
	padding: 5px;
}
.bg_lt_green	{
	background-color: #99CC33;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}
.bg_blue	{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333399;
	padding: 5px;
}
.bg_lt_blue	{
	color: #333366;
	background-color: #CCFFFF;
	padding: 10px 5px;
}
.bg_red	{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	padding: 5px;
	text-align: center;
}
.green_button	{
	background-color: #99CC33;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	border: #336633 thin;
	padding: 10px;
	display: inline;
}
.redtext	{
	color: #CC0033;
}
.whitetext	{
	color: #FFFFFF;
}
.goldtext	{
	color: #FFD700;
	background-color: #000099;
	border: #666666 2px solid;
	padding: 5px;
	text-align: center;
	/*font-size: 180%;*/
	font-weight: bold;
}
.silvertext	{
	color: #CCC;
	background-color: #000099;
	border: #666666 2px solid;
	padding: 5px;
	text-align: center;
	/*font-size: 180%;*/
	font-weight: bold;
}
.greentext	{
	color:#999900;
	font-weight: bold;
}
.quote	{
		font-size: 95%;
		color: #003366;
		font-style: italic;
		font-weight: bold;
		text-indent: 10px;
}
.dropcap	{
	float: left;
	font-size: 300%;
	margin:  -8px 5px 0 0;
	padding: 0;
	color:#006633;
}
.subtitle	{
	padding-left: 30px;
	font-size: 9px;
	color: #336633;
}
.floatleft	{
	float:left;
	display:inline;
}
.floatright	{
	float:right;
	display:inline;
}
.img_left	{
	float:left;
	display:inline;
	padding: 10px 10px 10px 0px;
}
.img_right	{
	float:right;
	display:inline;
	padding: 10px 8px 10px 15px;
}
.clear	{
	clear: both;
}
.clear_left	{
	clear: left;
}
.clear_right	{
	clear: right;
}
.padded_list li	{ 
	padding: 5px;
	color: #006666;
	font-size: 95%;
}
.padded_image	{
	padding: 10px 5px 5px 5px;
}
.padded_right	{
	text-align: right;
	padding: 20px;
}
.search_button	{
	margin: 0px 0px -4px 0px;
}
.strikethrough	{
	text-decoration: line-through;
	color: #999999;
}

/*Dynamic Table definitions*/

.dynamic_table	{
	font-size: 11px;
}
.dynamic_table tr	{
	padding: 5px;
	margin: 0px;
}
.dynamic_table th	{
	background-color: #333399;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 7px;
	margin: 0px;
}
.dynamic_table td	{
	padding: 5px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
.centred_table	{
	width: 90%;
	border: none;
	text-align: center;
}
.centred_table td	{
	text-align: center;
	padding: 0px;
}
.logolist	li	{
	list-style-image:url(../images/hab_tree_icon.gif);
	margin: 10px;
}

/* Rounded boxes class */

.roundbox_top	{
	background-image: url(../images/layout/rounded_box_top.gif);
	background-repeat: no-repeat;
	width: 740px;
	height: 15px;
}	
.roundbox_middle	{
	background-image: url(../images/layout/rounded_box_middle.gif);
	background-repeat: repeat-y;
	width: 740px;
}
.roundbox_middle h2,
.roundbox_middle p	{
	width: 530px;
	margin-left: 15px;
	font-size: 95%;
	text-align: justify;
	float: left;
}
.roundbox_middle p.justified	{
	width: 95%;
	margin-left: 25px;
	margin-right: 15px;
	font-size: 95%;
	text-align: justify;
}
.roundbox_middle p.centered	{
	width: 95%;
	margin-left: 25px;
	margin-right: 5px;
	font-size: 95%;
	text-align: center;
}
.roundbox_middle p.centered	img{
	width: auto;
	height: auto;
	float: none;
	padding: 0px;
	margin: 0px;
}
.roundbox_middle img	{
	width: 150px;
	height: 150px;
	border: none;
	margin-left: 20px;
	margin-top: 5px;
	float: left;
}
.roundbox_middle h2 img	{
	width: 10px;
	height: 12px;
	float: inherit;
}
.roundbox_middle_noformat	{
	background-image: url(../images/layout/rounded_box_middle.gif);
	background-repeat: repeat-y;
	width: 740px;
}
.roundbox_bottom	{
	background-image: url(../images/layout/rounded_box_bottom.gif);
	background-repeat: no-repeat;
	width: 740px;
	height: 15px;
}
.bg_img_email	{
	/*background-image: url(../images/layout/bg_image_email.gif);*/
	background-image: url(../images/email_logo.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.small_italics	{
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
	margin: 0 0 5px 0;
	font-style: italic;
}
.bigger_text	{
	font-size: 115%;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #006;
}
.color_swatch	{
	background-image: url(../images/layout/bg_colour_swatch.jpg);
	background-repeat: repeat-x;
}
.export_watermark	{
	background-image: url(../images/export_quality.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
.bubble_watermark	{
	background-image: url(../images/layout/bg_bubbles_trans.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
