/* Reset some common tags */
html, body, div, ul, ol, dl, dd, dt li, h1, h2, h3, h4, h5, p, a, form, blockquote, img, a img, fieldset {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-decoration: none;
}



html {
	background: #1e6ea0 url(../images/bg_html.jpg) center top fixed no-repeat;
}


body {
	font-family: Arial, Helvetica, sans-serif;
}

#bodum {
	width: 980px;
	float: left;
	display: inline;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -490px;
	font-size: 12px;
	color: #555;
		
}

input:focus, textarea {
	outline:none;
}

/* -- Header ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------- */
#header {
	width: 970px;
	height: 184px;
	float: left;
	display: inline;
	background: url(../images/bg_header.jpg) 0 0 no-repeat;
}



/* -- Logo -------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#logo {
	font-size: 1em;	
}
	#logo a {
		width: 320px;
		height: 184px;
		float: left;
		display: inline;
		text-indent: -999999px;
	}
	
	
/* -- Stats ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#header div.stats {
	width: 620px;
	float: right;
	display: inline;
	margin: 70px 10px 0 0;
	text-align: right;
	font-weight: bold;
	/*text-transform: uppercase;*/
}
	#header div.stats p {
		color: #870d0e;
		text-shadow: 1px 1px 0 #fff;
		font-size: 15px;
		text-transform: none;
	}
	/* -- Power - Homes --*/
	#header div.stats div.power, #header div.homes, #header div.kettles {
		float: right;
		display: inline;
		font-size: 10px;
		color: #fff;
		text-shadow: 2px 1px 2px #798c9c;
		margin: 10px 30px 0 0;
	}
	#header div.homes, #header div.kettles {
		float: right;
	}
	#header div.kettles {
		margin-right: 0;
	}
		#header div.stats div.power strong, #header div.homes strong, #header div.kettles strong {
			text-shadow: 1px 1px 1px #fff;
			color: #003967;
			font-size: 35px;
			display: block;
			margin-bottom: -5px;
		}
	/* -- Equals sign -- */
	#header div.stats div.equals {
		float: right;
		display: inline;
		margin: 16px 30px 0 0;
		text-shadow: 1px 1px 0 #fff;
		color: #003967;
	}
		#header div.stats div.equals span {
			display: block;
			letter-spacing: 4.75px;
		}



/* -- Navigation -------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#navigation {
	width: 938px;
	height: 112px;
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 10px;
	background: url(../images/bg_nav.png) 0 0 repeat-x;
	border: 1px solid #7da6bf; border-top: 0;
}



/* -- Main nav ---------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#nav {
	width: 930px;
	height: 39px;
	float: left;
	display: inline;
	padding: 0 0 0 10px;
	list-style: none;
	font-size: 13px;
	background: url(../images/bg_nav_border.gif) 0 bottom repeat-x;
}
	#nav li {
		float: left;
		display: inline;
		margin: 0 30px 0 0;
	}
	#nav li a {
		height: 27px;
		padding: 12px 0 0 0;
		float: left;
		display: inline;
		color: #fff;
		text-shadow: 2px 2px 2px #0f4f77;
	}
		#nav li a:hover {
			color: #d9e5ed;
		}
	
	/* -- Current Pages -- */
	body.home #nav_home a, body.explore #nav_explore a, body.locator #nav_locator a, body.news #nav_news a, body.commercial #nav_commercial a, body.about #nav_about a, body.faqs #nav_faqs a, body.contact #nav_contact a {
		font-weight: bold;
		color: #c6c40a;
		background: url(../images/bg_nav_current.png) 50% bottom no-repeat;	
	}
	
	
/* -- Sub nav ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#navigation ul.subnav {
	width: 200px;
	font-size: 11px;
	line-height: 16px;
	margin: 12px 10px 0 0;
	padding: 0 10px;
	float: left;
	list-style: none;
	border-right: 1px solid #4986ac;
}
#navigation ul.subnav.last {
	border: 0;
	margin-right: 0;
}
	#navigation ul.subnav li a {
		color: #d9e5ed;
		text-shadow: 2px 2px 2px #024067;
	}
	#navigation ul.subnav li a:hover {
		color: #fff;	
	}
	#navigation ul.subnav li.current a {
		color: #c6c40a;
	}
	
	


/* -- Main container ---------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#main {
	width: 938px;
	float: left;
	display: inline;
	margin: 20px 0 0 10px;
	padding: 10px;
	border: 1px solid #c8dae8;
	background: #78a8c6;
	background: rgba(255,255,255,0.4);
}





/* -- Content ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#content {
	width: 616px;
	min-height: 300px;
	float: left;
	display: inline;
	border: 1px solid #75a1bd;
	padding: 1px;
	background: #fff url(../images/bg_content.png) 0 bottom repeat-x;
}
	#content a {
		color: #1482c6;	
	}
		#content a:hover {
			color: #004b7a;	
		}
	#main h1, #sidebar h2, body.home #main h2 {
		width: 606px;
		height: 23px;
		display: block;
		padding: 8px 0 0 10px;
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		font-weight: normal;
		text-shadow: 2px 2px 2px #023e62;
		background: url(../images/bg_title_blue_dark.png) 0 0 repeat-x;
	}
	#content h1+h2 {
		margin-top: 18px;	
	}
	#content p {
		line-height: 18px;
		margin: 18px 0;
		padding: 0 10px;
	}
	#content h2 {
		font-size: 16px;
		color: #004b7a;
		font-weight: bold;
		padding: 0 10px;
	}
		#content h2 a {
			color: #004b7a;
		}
		#content h2 a:hover {
			color: #1482C6;	
		}
		#content h2+p {
			margin-top: 0;	
		}
	#content h3 {
		font-size: 14px;
		color: #444;
		font-weight: bold;
		padding: 0 10px;
	}
		#content h3+p {
			margin-top: 0;	
		}
	#content ul {
		margin: 10px 0 10px 12px;
		list-style: none;
		color: #777;
	}
        #content ul li {
                background: url(../images/bg_content_li.png) 0 0 no-repeat;
                padding: 0 0 0 20px;
                margin: 0 0 15px 0;
        }
		
	#content hr {
		clear: both;
		border: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #eaeaea;
		margin: 0 10px 20px 10px;
	}
	
	#content blockquote {
		margin: 0 10px;
		border-left: 2px solid #ccc;	
	}
	#content blockquote+h3 {
		margin-top: 18px;	
	}
	#content p+blockquote {
		margin-top: -15px;
	}
		#content blockquote p {
			margin: 0;	
			font-size: 14px;
			font-style: italic;
			color: #777;
			line-height: 20px;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
	
	#content img.img_right {
		float: right;
		display: inline;
		padding: 5px;
		border: 1px solid #ccc;
		background: #eaeaea;
		margin: 0 0 0 10px;
	}
	
	/* -- Split page in two -- */
	#content div.leftcol {
		width: 290px;
		float: left;
		display: inline;
		margin: 0 0 0 10px;
	}
	
	#content div.rightcol {
		width: 290px;
		float: left;
		display: inline;
		margin: 0 0 0 20px;
	}
	
	/* -- Tabs -- */
	#content ul.tabs {
		width: 590px;
		float: left;
		display: inline;
		margin-top: 20px;
		background: url(../images/bg_tabs_border.gif) 0 bottom repeat-x;
	}
        #content ul.tabs li {
            margin: 0 10px 0 0;
            padding: 0;
            background: none;
            float: left;
            display: inline;
        }
        #content ul.tabs li.basic {
            margin-left: 10px;	
        }
        #content ul.tabs li a {
            padding: 3px 5px 5px 5px;
            border: 1px solid #ccc;
            float: left;
            display: inline;
            background: #f0f0f0;
            color: #777;
        }
        #content ul.tabs li a:hover {
            color: #555;	
        }
        #content ul.tabs li.current a {
            border-bottom: 1px solid #fff;
            background: #fff;
            font-weight: bold;
            color: #555;
        }

#content div.letter {
	margin: 0 20px 18px 20px;
	border: 1px solid #aaa;	border-right: 2px solid #999; border-bottom: 2px solid #777;
	background: #fff;
}



/* -- Sidebar ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#sidebar {
	width: 296px;
	float: left;
	display: inline;
	margin: 0 0 0 18px;
}


#sidebar h2, body.home #sidebar h2 {
	width: 286px;
}

#sidebar div.box p {
	margin: 10px;
	line-height: 18px;
}


#sidebar #propose_site {
	position: relative;
	width: 296px;
	height: 246px;
	height: 110px;
	float: left;
	display: inline;
	background: #fff;
	border: 1px solid #81aac5;
	margin: 0;
	background: #fff url(../images/bg_propose_site_new.png) 1px 33px no-repeat;
	padding: 1px;
}
	#sidebar #propose_site h2 {
		width: 286px;
		background: url(../images/bg_title_blue_light.png) 0 0 repeat-x;
	}
	#sidebar #propose_site p {
		color: #fff;
		margin: 10px;
		text-shadow: 2px 2px 2px #323908;
	}
	#sidebar #propose_site p.button {
		width: 87px;
		height: 21px;
		margin-top: 0;
		display: block;
		text-align: center;
		padding:0;
		background: none;	
	}
		#sidebar #propose_site p.button a { width:83px; background:none; text-align: center; background: url(../images/button_propose.png) 0 0 no-repeat; }
		#sidebar #propose_site img.flower {
			position: absolute;
			right: -43px;
			top: 42px;
		}
		#sidebar #propose_site p a { text-shadow:none; }
		
		

/* -- Champions Awards -- */
#sidebar #green_awards {
	position: relative;
	width: 296px;
	height: 110px;
	float: left;
	display: inline;
	background: #fff;
	border: 1px solid #81aac5;
	margin: 20px 0 0 0;
	background: #eaeaea url(../images/bg_green_awards.png) 0 33px no-repeat;
	padding: 1px;
}
	#sidebar #green_awards img.winnie {
		position:absolute;
		top: -22px;
		right: -10px;
		z-index: 99;	
	}
	#sidebar #green_awards h2 {
		width: 286px;
		background: url(../images/bg_title_blue_light.png) 0 0 repeat-x;
	}
	#sidebar #green_awards p.button {
		margin: 50px 0 0 10px;
	}


/* -- Suppliers Directory -- */
#sidebar #suppliers_directory {
	width: 296px;
	height: 110px;
	float: left;
	display: inline;
	background: #fff;
	border: 1px solid #81aac5;
	margin: 20px 0 0 0;
	padding: 1px;
	background: #fff url(../images/bg_sidebar_suppliers_directory_small.jpg) 1px 33px no-repeat;
}
	#sidebar #suppliers_directory h2 {
		width: 286px;
		background: url(../images/bg_title_blue_light.png) 0 0 repeat-x;
	}
	
	#sidebar #suppliers_directory p {
		margin: 10px 0 0 10px;
		color: #243611;
	}
	
	/* -- Search -- */
	#sidebar #suppliers_directory form.search {
		width: 130px;
		height: 58px;
		margin: 10px 0 0 10px;
		float: left;
		display: inline;
		border-right: 1px solid #ddd;
	}
	#sidebar #suppliers_directory form.search input.text {
		width: 115px;
		height: 18px;
		background: #eaeaea;
		border: 1px solid #aaa;
		font-size: 10px;
		font-style: italic;
		color: #777;
		padding: 3px 0 0 5px;
		float: left;
		display: inline;
		-moz-box-shadow: inset 2px 2px 10px 2px #ccc;
		-webkit-box-shadow: inset 2px 2px 10px 2px #ccc;	
	}
	
	#sidebar #suppliers_directory form.search input.submit {
		width: 53px;
		height: 21px;
		background: url(../images/button_search.png) 0 0 no-repeat;
		border: 0;
		text-transform: uppercase;
		font-size: 10px;
		color: #474607;
		margin: 5px 8px 0 0;
		float: right;
		display: inline;
		padding: 0;
		text-align: center;
		cursor: pointer;	
	}


	/* -- Browse -- */
	#sidebar #suppliers_directory div.browse {
		width: 131px;
		height: 58px;
		float: left;
		display: inline;
		margin: 10px 0 0 10px;
		/*background: url(../images/bg_suppliers_directory.gif) 0 0 no-repeat;*/
	}



/* -- Box -- */
#sidebar div.box {
	width: 296px;
	float: left;
	display: inline;
	background: #fff;
	border: 1px solid #81aac5;
	margin: 20px 0 0 0;
	padding: 1px;	
}
#sidebar div.box.top {
	margin-top: 0;	
}


#sidebar div.box ul.suggested {
	list-style: none;
	background: #fefefe;
}
#sidebar div.box ul.suggested li.alt {
	background: #eaeaea;	
}
#sidebar div.box ul.suggested a {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	padding: 10px 5px 0 5px;
	display: block;
	height: 20px;
	line-height: 12px;
}
	#sidebar div.box ul.suggested a:hover {
		color: #004b7a;	
	}
	
	
/* -- Homepage - Ad Panels ---------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
body.home #home_content #adpanels {
	position: relative;
	width: 910px;
	height: 396px;
	float: left;
	display: inline;
	border: 1px solid #6290ad;
	padding: 1px;
	background: url(../images/adpanels/bg_adpanels.jpg) 1px 1px no-repeat;
}
	body.home #home_content #adpanels a.toppanel, body.home #home_content #adpanels a.lowerpanel {
		position: absolute;
		width: 215px;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		line-height: 20px;
		text-shadow: 1px 1px 1px #30361f;
		padding: 20px 10px 0 46px;
	}
	body.home #home_content #adpanels a.toppanel:hover, body.home #home_content #adpanels a.lowerpanel:hover {
		background: rgba(255,255,255, 0.06);
	}
	
	body.home #home_content #adpanels a.toppanel {
		top: 42px;
		height: 134px;	
	}
		body.home #home_content #adpanels a.one {
			left: 320px;	
		}
		body.home #home_content #adpanels a.two {
			width: 206px;
			padding-left: 55px;
			right: 30px;	
		}
	
	body.home #home_content #adpanels a.lowerpanel {
		bottom: 37px;
		height: 93px;	
	}
		body.home #home_content #adpanels a.three {
			width: 206px;
			padding-left: 55px;
			left: 30px;	
		}
		body.home #home_content #adpanels a.four {
			left: 321px;	
		}
		body.home #home_content #adpanels a.five {
			width: 206px;
			padding-left: 55px;
			right: 30px;		
		}
	
	body.home #home_content #adpanels p.link {
		margin-top: 20px;	
	}
	
	body.home #home_content #adpanels p.button {
		margin: 20px 0 0 0;
		background: url(../images/adpanels/bg_button_right.png) right 0 no-repeat;
	}
	body.home #home_content #adpanels p a {
		text-shadow: none;
		padding-top: 3px;
		background: url(../images/adpanels/bg_button_left.png) 0 0 no-repeat;
	}
		



/* -- Homepage - Content ------------------------------------------------------ */
/* ---------------------------------------------------------------------------- */
body.home #content.locator {
	border:1px solid #81AAC5;
	display:inline;
	float:left;
	margin:0;
	padding:1px;
	position:relative;
	width:296px;
	height: 380px;
	overflow: hidden;
}
	body.home #content.locator h2 {
		width: auto;	
	}
	
body.home #content.locator div.info {
	width: 296px;
	float: left;
	display: inline;
	padding: 10px 0 0 0;
	background: #fff url(../images/bg_content.png) 0 bottom repeat-x;
	background: url(../images/bg_homepage_locator.png) 0 2px repeat-x;
	border-bottom: 1px solid #ddd;
}
	body.home #content.locator p {
		width: 270px;
		line-height: 18px;
		margin: 0;
		padding: 0 8px;
		color: #777;
		/*font-size: 11px;
		line-height: 15px;*/
	}
	
	body.home #content.locator div.info a.map img {
		float: left;
		margin-top: 1px;
		padding-top: 1px;
		border-top: 1px solid #ccc;
	}
	
	body.home #content.locator div.info div.title {
		font-size: 14px;
		font-weight: bold;
		color: #004b7a;
		padding: 20px 0 0 0;
		display: block;
		clear: both;
		text-shadow: none;
		width: auto;
		border: none;
	}
	
	body.home #content.locator div.info form {
		width: 296px;
		float: left;
		display: inline;
		margin: 13px 0 13px 10px;
		clear: both;
	}
		body.home #content.locator div.info form input.text {
			width: 200px;
			height: 16px;
			background: #eaeaea;
			border: 1px solid #aaa;
			font-size: 10px;
			font-style: italic;
			color: #777;
			padding: 3px 35px 0 5px;
			float: left;
			display: inline;
			-moz-box-shadow: inset 2px 2px 10px 2px #ccc;
			-webkit-box-shadow: inset 2px 2px 10px 2px #ccc;
		}
		body.home #content.locator div.info form input.submit {
			width: 53px;
			height: 21px;
			float: left;
			display: inline;
			background: url(../images/button_locator.png) 0 0 no-repeat;
			border: 0;
			text-transform: uppercase;
			font-size: 10px;
			color: #474607;
			margin: 0 0 0 -30px;
			cursor: pointer;
		}
		

/* -- Support Wind Box -- */
body.home div.support_box {
	border:1px solid #81AAC5;
	display:inline;
	float:left;
	margin:0 0 0 18px;
	padding:1px;
	position:relative;
	width:296px;
	height: 380px;
	overflow: hidden;
	background: #fff;
}
	body.home div.support_box div.title {
		height: 24px;
		display: block;
		margin: 0;
		padding: 8px 0 0 10px;
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		font-weight: normal;
		text-shadow: 2px 2px 2px #023e62;
		border: none;
		background: url(../images/bg_title_homepage_support_box.png) 0 0 no-repeat;	
	}
	body.home div.support_box img {
		display: block;	
	}
	body.home div.support_box p.intro {
		font-size: 10px;
		line-height: 14px;
		text-transform: uppercase;
		color: #fff;
		padding: 5px;
		height: 43px;
		background: url(../images/bg_home_supportbox_intro.png) 0 0 repeat-x;	
	}
	body.home div.support_box p.intro a {
		color: #f7f20d;	
	}
	
	body.home div.support_box ul.support_list {
		width: 296px;
		list-style: none;
	}
		body.home div.support_box ul.support_list li {
			position: relative;
			overflow: hidden;
			height: 30px;
			font-size: 10px;
			line-height: 11px;
			padding: 9px 115px 0 45px;
			background: url(../images/bg_homepage_support_list.png) 0 0 no-repeat;
		}
		body.home div.support_box ul.support_list li strong {
			font-size: 11px;
			color: #085f95;
			display: block;
			text-transform: uppercase;
			text-shadow: 1px 1px 1px #aaa;
		}
		body.home div.support_box ul.support_list li p {
			font-size: 11px;
			position: absolute;
			top: 0px;
			right: 5px;
		}
		
/* -- Home Content -- */
body.home #home_content {
	width: 914px;
	float: left;
	display: inline;
	border: 1px solid #6290ad;
	padding: 1px;
	margin: 18px 0 0 0;
	padding: 10px;
	background: #fff url(../images/bg_content.png) 0 bottom repeat-x;	
}


/* -- Main ads -- */
body.home #home_content #main_ads {
	width: 914px;
	line-height: 18px;
	float: left;
	display: inline;
	padding-bottom: 20px;
	margin: 10px 0 0 0;
	background: url(../images/bg_main_ads.png) 0 bottom no-repeat;
}


body.home #home_content #main_ads div.ad {
	width: 450px;
	height: 350px;
	float: left;
	display: inline;
}
body.home #home_content #main_ads div.ad p {
	margin: 10px 0;	
}
body.home #home_content #main_ads div.ad.border {
	border-right: 1px solid #ddd;
	padding-right: 6px;
	margin-right: 6px;
}
	body.home #home_content #main_ads div.ad img {
		padding: 1px;
		border: 1px solid #6290ad;
	}
	body.home #home_content #main_ads div.ad dl {
		margin: 10px 0;	
		color: #888;
	}
		body.home #home_content #main_ads div.ad dl dt {
			float: 	left;
			display: inline;
			font-weight: bold;
			margin: 0 10px 0 0;
			color: #004b7a;
		}
		
/* -- Three Col -- */
#home_content div.threecol {
	width: 290px;
	float: left;
	display: inline;
	padding: 20px 0 0 0;
}
#home_content div.centre {
	min-height: 330px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	margin: 0 10px;
	padding: 20px 10px 0 10px;
}
	#home_content div.threecol h3 {
		font-size: 14px;
		font-weight: bold;
		color: #474607;
		text-transform: uppercase;
	}
	
	/* -- Latest News -- */
	#home_content div.threecol div.news {
		float: left;
		display: inline;
		margin: 15px 0 0 0;
	}
	#home_content div.threecol div.news:hover {
		/* Maybe in the future */
	}
	#home_content div.threecol div.news h4 {
		color: #004b7a;
		font-weight: bold;
		font-size: 14px;
	}
		#home_content div.threecol div.news h4 a {
			color: 	#004b7a;
		}
	
	#home_content div.threecol div.news div.content {
		width: 240px;
		float: left;
		display: inline;
		font-size: 11px;
		line-height: 16px;
	}
	
	#home_content div.threecol div.news div.date {
		width: 28px;
		height: 22px;
		float: left;
		display: inline;
		padding: 18px 0 0 8px;
		margin: 0 12px 0 0;
		font-weight: bold;
		font-size: 14px;
		color: #474607;
	}
		/* January */
		#home_content div.threecol div.news div.cal_1 {
			background: url(../images/bg_calendars.png) 0 0 no-repeat;
		}
		/* Fabruary */
		#home_content div.threecol div.news div.cal_2 {
			background: url(../images/bg_calendars.png) -36px 0 no-repeat;
		}
		/* March */
		#home_content div.threecol div.news div.cal_3 {
			background: url(../images/bg_calendars.png) -72px 0 no-repeat;
		}
		/* April */
		#home_content div.threecol div.news div.cal_4 {
			background: url(../images/bg_calendars.png) -108px 0 no-repeat;
		}
		/* May */
		#home_content div.threecol div.news div.cal_5 {
			background: url(../images/bg_calendars.png) 0 -40px no-repeat;
		}
		/* June */
		#home_content div.threecol div.news div.cal_6 {
			background: url(../images/bg_calendars.png) -36px -40px no-repeat;
		}
		/* July */
		#home_content div.threecol div.news div.cal_7 {
			background: url(../images/bg_calendars.png) -72px -40px no-repeat;
		}
		/* August */
		#home_content div.threecol div.news div.cal_8 {
			background: url(../images/bg_calendars.png) -108px -40px no-repeat;
		}
		/* September */
		#home_content div.threecol div.news div.cal_9 {
			background: url(../images/bg_calendars.png) 0 -80px no-repeat;
		}
		/* October */
		#home_content div.threecol div.news div.cal_10 {
			background: url(../images/bg_calendars.png) -36px -80px no-repeat;
		}
		/* November */
		#home_content div.threecol div.news div.cal_11 {
			background: url(../images/bg_calendars.png) -72px -80px no-repeat;
		}
		/* December */
		#home_content div.threecol div.news div.cal_12 {
			background: url(../images/bg_calendars.png) -108px -80px no-repeat;
		}
		
	/* -- Newsletter -- */
	#home_content div.threecol div.field_wrapper {
		width: 290px;
		float: left;
		display: inline;
		margin: 15px 0 0 0;
	}
	#home_content div.threecol div.field_wrapper label {
		width: 100px;
		padding-top: 3px;
		float: left;
		display: inline;
		color: #777;
		font-size: 12px;
		font-weight: bold;
	}
	#home_content div.threecol div.field_wrapper div.captcha {
		width: 180px;
		float: left;
		display: inline;
	}
	#home_content div.threecol div.field_wrapper div.captcha a {
		display: block;	
	}
	#home_content div.threecol div.field_wrapper div.captcha p {
		font-size: 10px;
	}
	#home_content div.threecol div.field_wrapper input.text {
		width: 178px;
		height: 18px;
		background: #eaeaea;
		border: 1px solid #aaa;
		font-size: 10px;
		font-style: italic;
		color: #777;
		padding: 3px 0 0 5px;
		float: left;
		display: inline;
		-moz-box-shadow: inset 2px 2px 10px 2px #ccc;
		-webkit-box-shadow: inset 2px 2px 10px 2px #ccc;	
	}
	#home_content div.threecol div.submit {
		height: 21px;
		float: right;
		display: inline;
		margin: 15px 0 0 0;
		background: url(../images/bg_button_right.png) right 0 no-repeat;
	}
	#home_content div.threecol div.submit input.submit {
		height: 21px;
		float: left;
		display: inline;
		border: 0;
		text-transform: uppercase;
		font-size: 10px;
		color: #474607;
		cursor: pointer;
		background: url(../images/bg_button_left.png) 0 0 no-repeat;
	}
	
	/* -- Twitter -- */
	#home_content #twitter_div {
		height: 310px;
		position: relative;
		float: left;
		display: inline;
	}
		#home_content #twitter_div img.twitter_bird {
			position: absolute;
			bottom: -10px;
			right: -30px;
		}
	#home_content #twitter_div ul {
		list-style: none;
		font-size: 11px;
		line-height: 16px;
		color: #777;
		margin: 0;
	}
		#home_content #twitter_div ul li {
			border-bottom: 1px solid #cecece;
			padding: 10px 0;
		}
		#home_content #twitter_div a {
			color: #004b7a;	
		}
		#home_content div.threecol h3 a.twitter {
			font-size: 11px;
			color: #474607;
		}
		
		
		
/* -- FAQs -------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#content div.question {
	width: 240px;
	height: 75px;
	float: left;
	display: inline;
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
	background: url(../images/q.gif) 0 0 no-repeat;
}
	#content div.question h2 {
		padding: 0;	
	}
	#content div.question select {
		width: 175px;
		margin: 5px 0 0 0;
		color: #555;
		font-size: 12px;
		float: left;
		display: inline;
	}
	#content div.question div.submit {
		margin: 4px 0 0 5px;	
	}
	
	#content p.download_pdf {
		height: 16px;
		margin-left: 10px;
		padding: 0 0 0 20px;
		display: block;
		clear: both;
		background: url(../images/small_icon_pdf.png) 0 0 no-repeat;
	}
	
	/* -- Full page -- */
	#content div.faq {
		margin: 0 10px;
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
	}
		#content div.faq.alt {
			background: #f0f0f0;	
		}
		#content div.faq.last {
			border: none;	
		}
	
	#content div.faq div.q {
		min-height: 16px;
		background: url(../images/q_icon.gif) 10px 0 no-repeat;
		padding: 0 10px 0 30px;
		font-weight: bold;
	}
		#content div.faq div.q a {
			display: block;
		}
		
		#content div.faq p.bookmark {
		  text-align: right;
			margin: 0;	
		}

	
	#content div.faq div.a {
		padding: 0 10px 0 20px;
	}
		#content div.faq div.a p {
			font-size: 11px;
			line-height: 16px;	
		}
	
	#content div.tabcontent {
		width: 600px;
		float: left;
		display: inline;
	}
		


/* -- Sidebar - Faq ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#sidebar div.side_faq {
	width: 240px;
	height: 65px;
	float: left;
	display: inline;
	margin: 10px 0 0 5px;
	padding: 0 0 0 50px;
	background: url(../images/q.gif) 0 0 no-repeat;
}
	#sidebar div.side_faq label {
		color: #004B7A;
		font-size: 15px;
		font-weight: bold;	
	}
	#sidebar div.side_faq select {
		width: 175px;
		margin: 5px 0 0 0;
		color: #555;
		font-size: 12px;
		float: left;
		display: inline;
	}
	#sidebar div.side_faq div.submit {
		margin: 4px 0 0 5px;	
	}


		
		
/* -- Locator ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
body.locator #content {
	width: 934px;
	float: left;
	display: inline;
	border: 1px solid #6290ad;
	padding: 1px;
	background: #fff url(../images/bg_content.png) 0 bottom repeat-x;	
}
	body.locator #content h1 {
		width: 924px;	
	}
	
body.home #content #map {
	width: 398px;
	height: 350px;
	margin: 1px 0 0 0;
	float: right;
	display: inline;
	position:relative;
	overflow:hidden;
}

body.locator #content #map {
	width: 934px;
	margin: 1px 0 0 0;
	float: right;
	display: inline;
	position:relative;
	overflow:hidden;
}


body.locator #content .locator_map {
	height:450px;
}

body.locator #content .enhanced_map {
	height:225px;
}

body.locator #content div.locator {
	width: 934px;
	float: left;
	display: inline;
	padding: 15px 0 0 0;
	background: url(../images/locator/bg_form_locator.png) 0 0 repeat-x;
	background-color:#E5E5E5;
}
body.locator #content div.locator p {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	color: #004b7a;
	font-weight: bold;
	padding: 0 10px;	
}
body.locator #content div#locator_disclaimer {
	float:left;
	display:inline;
	position:relative;
	margin:0px 20px 0px 235px;
	padding:5px 0px 8px 0px;
	color:#B4B4B4;
}
		
/* -- Search form -- */
body.locator #content div.locator form.search {
	width: 219px;
	height: 115px;
	float: left;
	display: inline;
	border-right: 1px solid #dedede; 
}
	#content p.add_project {
		margin: 0;
		padding: 0;
	}
		#content p.add_project a {
			width: 123px;
			height: 27px;
			float: right;
			display: inline;
			margin: 20px 10px 0 0;
			padding: 10px 0 0 40px;
			text-transform: uppercase;
			color: #64630a;
			font-size: 14px;
			background: url(../images/button_add_project.png) 0 0 no-repeat;
		}
			#content p.add_project a:hover {
				background-position: 0 -37px;	
			}
		
body.locator #content div.locator form.search input.text {
	width: 125px;
	height: 16px;
	background: #eaeaea;
	border: 1px solid #aaa;
	font-size: 10px;
	font-style: italic;
	color: #777;
	margin: 10px 0 0 10px;
	padding: 3px 35px 0 5px;
	float: left;
	display: inline;
	-moz-box-shadow: inset 2px 2px 10px 2px #ccc;
	-webkit-box-shadow: inset 2px 2px 10px 2px #ccc;
}

body.locator #content div.locator form.search input.submit {
	width: 53px;
	height: 21px;
	float: left;
	display: inline;
	background: url(../images/button_locator.png) 0 0 no-repeat;
	border: 0;
	text-transform: uppercase;
	font-size: 10px;
	color: #474607;
	margin: 10px 0 0 -30px;
	cursor: pointer;
}
		
/* -- Controls -- */
		body.locator #content div.locator div.controls {
			width: 690px;
			float: left;
			display: inline;
		}
		
		body.locator #content div.locator div.controls a {
			width: 182px;
			height: 35px;
			float: left;
			display: inline;
			font-size: 10px;
			line-height: 12px;
			padding: 8px 0 0 32px;
			color: #a9a9a9;
			text-transform: uppercase;
		}
		
		body.locator #content div.locator div.controls a:hover {
			color: #737373;	
		}
		
		body.locator #content div.locator div.controls p {
			padding: 0 0 10px 15px;	
		}
			
			body.locator #content div.locator div.controls div {
				width: 214px;
				float: left;
				display: inline;
				margin: 0 0 5px 15px;
			}
			
		/* -- Proposed -- */
		body.locator #content div.locator div.controls div.proposed a {
			background: url(../images/locator/controls/icon_proposed.png) 0 0 no-repeat;
		}
		body.locator #content div.locator div.controls div.proposed a:hover {
			background-position: 0 -43px;
		}
		
		/* -- Consented -- */
		body.locator #content div.locator div.controls div.consented a {
			background: url(../images/locator/controls/icon_consented.png) 0 0 no-repeat;
		}
		body.locator #content div.locator div.controls div.consented a:hover {
			background-position: 0 -43px;
		}
		
		/* -- Development -- */
		body.locator #content div.locator div.controls div.development a {
			background: url(../images/locator/controls/icon_development.png) 0 0 no-repeat;
		}
		body.locator #content div.locator div.controls div.development a:hover {
			background-position: 0 -43px;
		}
		
		/* -- Development -- */
		body.locator #content div.locator div.controls div.active a {
			background: url(../images/locator/controls/icon_active.png) 0 0 no-repeat;
		}
		body.locator #content div.locator div.controls div.active a:hover {
			background-position: 0 -43px;
		}
		
		/* -- Rejected -- */
		body.locator #content div.locator div.controls div.rejected a {
			background: url(../images/locator/controls/icon_rejected.png) 0 0 no-repeat;
		}
		body.locator #content div.locator div.controls div.rejected a:hover {
			background-position: 0 -43px;
		}
		
		
		
/* -- Locator ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
.enhanced_left_col {
	float:left;
	display:inline;
	position:relative;
	width:292px;
	margin:20px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}
	
.enhanced_middle_col {
	float:left;
	display:inline;
	position:relative;
	width:402px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.enhanced_right_col {
	float:right;
	display:inline;
	position:relative;
	width:220px;
	margin:10px 10px 0px 0px;
	padding:0px 0px 0px 0px;
}

	.enhanced_right_col a {
		margin:10px 0px 0px 0px;
		padding:0px 0px 10px 0px;
		float:right;
		display:inline;
		position:relative;
		border-bottom:1px solid #CCCCCC;
		width:210px;
		text-align:right;
	}
	#content div.enhanced_right_col p.button {
		padding-left: 0;
		float: right;
		display: inline;
		margin: 10px 0 0 0;
	}
	#content .enhanced_right_col p.button a {
		border: none;
		width: auto;
		text-align: center;
		color: #474607;
		display: inline;
		float: left;
		font-size: 9px;
		height: 14px;
		margin: 0;
		padding: 3px 0 0 5px;
	}


.enhanced_image_large {
	float:left;
	display:inline;
	position:relative;
	background-color:#EAEAEA;
	padding: 5px;
	border: 1px solid #ccc;
	background: #eaeaea;
}

.enhanced_image_small {
	width:60px;
	height:60px;
	float:left;
	display:inline;
	position:relative;
	margin:13px 13px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#EAEAEA;
}

#content dl.enhanced_list {
	width: 382px;
	float: left;
	display: inline;
	margin: 0px 10px 5px 10px;
	padding:0px 0px 0px 0px;
}
	
	#content dl.enhanced_list dt, #content dl.enhanced_list dd {
		float: left;
		display: inline;
		margin-bottom: 5px;
		position:relative;
	}
	#content dl.enhanced_list dt {
		width: 130px;
		clear: left;
		color: #014d7d;
		font-weight: bold;
	}
	#content dl.enhanced_list dd {
		width: 240px;
	}

/* -- Forms ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#content form.propose, #content form.supporters, body.contact #content form, #sidebar form.sidebar {
	padding-bottom: 15px;
	float: left;
	display: inline;
}

#content div.submit, #sidebar div.submit {
	height: 21px;
	float: left;
	display: inline;
	margin: 15px 0 0 0;
	background: url(../images/bg_button_right.png) right 0 no-repeat;
}
#content input.submit, #sidebar input.submit {
	height: 21px;
	float: left;
	display: inline;
	border: 0;
	text-transform: uppercase;
	font-size: 10px;
	color: #474607;
	cursor: pointer;
	background: url(../images/bg_button_left.png) 0 0 no-repeat;
}

#content form div.field_wrapper, #sidebar form div.field_wrapper {
	width: 95%;
	float: left;
	display: inline;
	margin: 15px 0 0 10px;
}
	#content form div.field_wrapper label, #sidebar form div.field_wrapper label {
		width: 100px;
		padding-top: 3px;
		float: left;
		display: inline;
		color: #777;
		font-size: 12px;
		font-weight: bold;
	}
		#content form.propose div.field_wrapper label {
			width: 150px;			
		}
		
	#content form input.text, #sidebar form input.text {
		width: 300px;
		height: 18px;
		background: #eaeaea;
		border: 1px solid #aaa;
		font-size: 10px;
		font-style: italic;
		color: #777;
		padding: 3px 0 0 5px;
		float: left;
		display: inline;
		-moz-box-shadow: inset 2px 2px 10px 2px #ccc;
		-webkit-box-shadow: inset 2px 2px 10px 2px #ccc;	
	}
		#sidebar form input.text {

			width: 160px;	
		}
	#content form textarea, #sidebar form textarea {
		width: 300px;
		background: #eaeaea;
		border: 1px solid #aaa;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		color: #777;
		padding: 3px 0 0 5px;
		float: left;
		display: inline;
		-moz-box-shadow: inset 2px 2px 10px 2px #ccc;
		-webkit-box-shadow: inset 2px 2px 10px 2px #ccc;	
	}
		#sidebar form textarea {
			width: 160px;
		}
	#content form div.submit {
		height: 21px;
		float: right;
		display: inline;
		margin: 15px 0 0 0;
		background: url(../images/bg_button_right.png) right 0 no-repeat;
	}
	#content form.propose div.submit {
		float: left;
		margin: 0 0 0 150px;
	}
	#content form.supporters div.submit, body.contact #content form div.submit, #sidebar form.sidebar div.submit {
		float: left;
		margin: 0 0 0 100px;
	}
	#content form div.submit input.submit {
		height: 21px;
		float: left;
		display: inline;
		border: 0;
		text-transform: uppercase;
		font-size: 10px;
		color: #474607;
		cursor: pointer;
		background: url(../images/bg_button_left.png) 0 0 no-repeat;
	}
	
	#content .confirmation {
		padding:10px 10px 10px 10px;
	}
	
	#content .confirmation .confirmation_title {
		font-size: 16px;
		color: #004b7a;
		font-weight: bold;
	}
	
	input.error { border: 1px solid #9c1414 !important; background: #fadede !important; }
	
	
/* -- News -------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
body.news #content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0 0;
}
	body.news #content div.details {
		margin: 0 10px;
		color: #888;
		font-size: 11px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}
	
	body.news #sidebar div.box p.tags {
		margin-top: 5px;
	}
	body.news #sidebar div.box p.tags a {
		color: #777;
		padding: 0 0 0 18px;
		margin: 5px 10px;
		float: left;
		display: inline;
		background: url(../images/icon_tag.png) 0 0 no-repeat;
	}
		body.news #sidebar div.box p.tags a:hover {
			color: #444;	
		}



/* -- Suppliers Directory - Search -------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#content div.directory_search {
	width: 616px;
	float: left;
	display: inline;
	clear: both;
	margin-bottom: 15px;
	padding: 0 0 15px 0;
	/*background: url(../images/bg_homepage_locator.png) bottom 0 repeat-x;*/
	border-bottom: 1px solid #ddd;
}
	#content div.directory_search #suppliers_search_form {
		float: left;
		display: inline;
		margin: 0 10px;
	}
		#content div.directory_search #suppliers_search_input {
			height: 28px;
			font-size: 17px;
		}
		#content div.directory_search #suppliers_search_form input.submit {
			width: 143px;
			height: 33px;
			margin: 0 0 0 -10px;
			font-size: 14px;
			background: url(../images/suppliers_directory_search/search_button.png) 0 0 no-repeat;
		}

	/* -- My search -- */
	#content div.directory_search #my_search {
		width: 590px;
		float: left;
		display: inline;
		margin: 20px 0 0 10px;
		border: 1px dashed #adadad;
	}
		#content div.directory_search div.looking_for {
			width: 104px;
			float: left;
			display: inline;
			color: #004b7a;
			text-transform: uppercase;
			font-size: 11px;
			text-align: right;
			margin: 10px 0 5px 0;
			padding-right: 10px;
		}
		#content div.directory_search ul.search_list {
			width: 460px;
			min-height: 25px;
			float: left;
			display: inline;
			margin: 5px 0;
			padding: 0 0 0 10px;
			border-left: 1px solid #ccc;
		}
			#content div.directory_search ul.search_list li {
				float: left;
				display: inline;
				margin: 5px 5px 5px 0;
				padding: 0;
				background: none;
			}
			#content div.directory_search #my_search ul.search_list li a {
				padding: 2px 4px 2px 18px;
				background: #75aaca url(../images/suppliers_directory_search/bg_a_my_search.png) 3px 50% no-repeat;
				font-size: 12px;
				color: #fff;
				text-transform: uppercase;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
			}
			
	
	/* -- Popular Search -- */
	#content div.directory_search #popular_search {
		width: 590px;
		float: left;
		display: inline;
		margin: 10px 0 0 10px;
	}
		#content div.directory_search #popular_search ul.search_list li a {
			padding: 2px 4px;
			background: #c9c9c9;
			font-size: 10px;
			color: #444;
			text-transform: uppercase;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
		}
		#content div.directory_search #popular_search ul.search_list li a.on {
			background: #649d09;
			color: #fff;
		}
		
		
/* -- Suppliers Directory ----------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#content div.suppliers_result {
	width: 590px;
	float: left;
	display: inline;
	margin: 0 0 10px 10px;
	padding: 5px 0;
	border-bottom: 1px solid #aaa;	
}
#content div.enhanced_result {
	background: url(../images/bg_enhanced_directory.png) 0 bottom repeat-x;
	padding-bottom: 10px;	
}
#content div.enhanced_result_full {
	margin-top: 10px;
	border: 0;
}

	#content div.suppliers_result p, #content div.suppliers_result h2 { 
		padding: 0; 
	}
	
	#content div.suppliers_result div.info {
		width: 435px;
		float: left;
		display: inline;
		padding-left: 5px;
	}
	#content div.enhanced_result_full div.info {
		width: 440px;
		padding: 0;	
	}
		
	#content div.suppliers_result div.info p {
		margin: 10px 0;
	}
	
	#content div.suppliers_result div.info p.address {
		font-size: 11px;
		color: #999;
		margin: 0;
	}
	
	#content div.suppliers_result p.tags {
		font-style: italic;
	}
		#content div.suppliers_result p.tags strong {
			font-style: normal;	
		}
	
	#content div.suppliers_result div.side {
		width: 120px;
		float: left;
		display: inline;
		margin: 0 0 0 20px;	
	}	
		#content div.suppliers_result div.side p a { font-weight:bold; }
	
	#content div.suppliers_result div.side p.contact {
		margin: 19px 0 0 0;	
	}
	
	#content div.suppliers_result p.contact strong {
		font-weight: bold;
		display: inline-block;
		margin: 0 3px 0 0;
	}
	
	#content div.suppliers_result div.side img {
		margin-top: 48px;
		border: 1px solid #999;
		padding: 1px;	
	}
	
	#content div.suppliers_result p.button {
		line-height: 13px;
		padding-right: 5px;	
		margin: 12px 0 0 0;
	}
		#content div.suppliers_result p.button a {
			color: #444;
			font-weight: normal;
		}
		
	div.enhanced_suppliers_map {
		width: 296px;
		height: 250px;	
	}
	
	#content form.enhanced_listing_form {
		padding: 0 0 20px 0;
		float:left;
	}
	
	#content form.enhanced_listing_form div.submit {
		float: left;
		margin: -5px 0 0 100px;
	}
	
	#content form.enhanced_listing_form div.field_wrapper {
		width: 415px;	
	}
	
	#content p.enhanced_listings_back {
		text-align:right;
		margin-top: 0;	
	}
		
	

#content div.suppliers_directory {
	width: 590px;
	float: left;
	display: inline;
	margin: 0 0 20px 10px;
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
}
	#content div.suppliers_directory p, #content div.suppliers_directory h2 {
		padding: 0;	
	}
	
	#content div.suppliers_directory dl, #content div.suppliers_result dl {
		width: 590px;
		float: left;
		display: inline;
	}
		/*#content div.suppliers_directory dl dt, #content div.suppliers_directory dl dd {
			float: left;
			display: inline;
			margin: 0 0 5px 0;
		}
		
		#content div.suppliers_directory dl dt {
			width: 100px;
			color: #004B7A;
			font-weight: bold;
		}
		#content div.suppliers_directory dl dd {
			width: 490px;	
		}*/
		#content div.suppliers_directory dl dt, #content div.suppliers_directory dl dd, #content div.suppliers_result dl dt, #content div.suppliers_result dl dd {
			margin: 0 0 5px 0;
		}
		
		#content div.suppliers_directory dl dt, #content div.suppliers_result dl dt {
			color: #004B7A;
			font-weight: bold;
			float: left;
			display: inline;
			clear: left;
			width: 100px;
		}
		
		
		
/* -- Links page -------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
#content div.links_row {
	width: 600px;
	float: left;
	display: inline;
	margin: 20px 0 10px 10px;
}
	#content div.links_row div.link_box {
		width: 193px;
		float: left;
		display: inline;
	}
	#content div.links_row div.centre {
		margin-left: 10px; margin-right: 10px;	
	}
		#content div.links_row div.link_box div.title {
			color: #004b7a;
			font-weight: bold;
		}
		#content div.links_row div.link_box p {
			font-size: 11px;
			line-height: 16px;
			margin: 0;
			padding: 0;
		}




/* -- Footer ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------- */
#footer_wrapper {
	width: 938px;
	float: left;
	display: inline;
	margin: 20px 0 20px 10px;
	padding: 10px;
	border: 1px solid #c8dae8;
	background: #78a8c6;
	background: rgba(255,255,255,0.4);
}
#footer {
	width: 914px;
	float: left;
	display: inline;
	border: 1px solid #6290ad;
	padding: 1px;
	margin: 0;
	padding: 10px;
	background: #fff;	
}
	#footer ul.links {
		width: 220px;
		font-size: 11px;
		line-height: 16px;
		float: left;
		list-style: none;	
	}
		#footer ul.links a {
			color: #888;	
		}
	
	#footer div.social {
		width: 914px;
		float: left;
		display: inline;
		margin: 10px 0 0 0;
	}
		#footer div.social p {
			float: right;
			display: inline;
			font-size: 10px;
			margin-right: 20px;
		}
		#footer div.social p.facebook {
			float: left;	
		}
		#footer div.social p a {
			color: #444;	
		}




/* -- Buttons ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
p.button {
	height: 21px;
	margin: 10px 0 0 0;
	padding: 0 5px 0 0;
	float: left;
	display: inline;
	line-height: 1em;
	clear: both;
	background: url(../images/bg_button_right.png) right 0 no-repeat;
}
	p.button a {
		float: left;
		display: inline;
		height: 16px;
		font-size: 9px;
		color: #474607;
		text-transform: uppercase;
		margin: 0;
		padding: 5px 0 0 5px;
		background: url(../images/bg_button_left.png) left 0 no-repeat;
	}

.small_list {
	width: 176px;
}


.highlight
{ 
background-color: yellow;	
/*#width: 100%;
#	border-right:1px solid #ccc; 
#	border-top:1px solid #ccc; 
#	border-bottom: 2px solid #ccc;
#	border-left: 1px solid #ccc; */
}
