﻿/* =====================================================
Table of content
========================================================
1.	Global
2.	Structure
3.	Header
4.	Breadcrumbs
5.	Main content
6.	Navigation	
7.	Campaigns
8.	Footer
9.	Settings
10.	Misc

/* =====================================================
1.	Global
===================================================== */
* {
	margin:				0;
	padding:			0;
}
html {
	margin:				0;
	padding:			0;
}
body {
	color:				#000;
	background:			#e9e9e9;
	font-family:		Arial, Tahoma, Verdana, sans-serif;
	font-size:			76%;
	line-height:		150%;
}
h4 {
	color:				#fff;
}
h5 {
	color:				#fff;
}
ol, ul {
	padding-left:		30px;
}
.clear {
	clear:				both;
}
.structural {
	position:absolute;
	left:-9999px;
}
/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.cf:after {display:block;clear:both;height:0;visibility:hidden;content:" ";}
.cf {display:inline-block;}
* html .cf {height:1px;}
.cf {display:block;}

.status-message {
	border:1px solid #333;
	padding:5px;
}
/* =====================================================
2.	Structure
===================================================== */
#iSuperWrapper {
	margin:0 auto;
	width:968px;
	padding:0 1px;
	background:url(/i/2010/bg.png) repeat-y 50% 0;
}
#iSuperWrapper.cf:after {
	height:5px;
	margin:0 2px;
	visibility:visible;
	background:url(/i/2010/bottom-bg.png) repeat-x 0 100%;
}
#iContentWrapper {
	width:				954px;
	padding-left:		14px;
	margin:				0;
	/*border:1px solid #f00;*/
}
#iMainContent {
    float:              left;
    width:              540px;
	padding:0 0 0 10px;
	font-size:1.1em;
	line-height:1.6;
    overflow:			hidden;
    /*border:1px solid #ff0;*/
}
#iLeftContentWrapper {
	width:				742px;
	float:				left;
	overflow:			hidden;
	/*border:1px solid #f0f;*/
}
.layout-1 #iLeftContentWrapper {
	width:550px;
}
#campaign-wrap {
	position:relative;
	height:210px;
	margin-bottom:18px;
	background:url(/i/2010/rounded-blue-bg.png) no-repeat 100% 0;
}
#campaign-wrap .overlay {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:370px;
	background:url(/i/2010/rounded-splash-transparent.png) no-repeat;
}
#campaign-nav {
	position:absolute;
	top:10px;
	right:0;
	height:200px;
	width:180px;
	margin:0;
	padding:0;
	list-style-type:none;
	background:url(/i/2010/rounded-blue-bg.png) no-repeat 100% 100%;
}
#campaign-nav li {
	min-height:35px;
	margin:0 10px;
	padding:0 2px;
	font:normal 1.4em/1.2 "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#campaign-nav li+li {border-top:1px solid #fff;}
#campaign-nav li a:link,
#campaign-nav li a:visited {
	display:block;
	padding:15px 0;
	color:#00576a;
	text-decoration:none;
}
#campaign-nav li a.current,
#campaign-nav li a:hover {
	color:#000;
	margin-left:-26px;
	padding-left:26px;
	background:url(/i/2010/arrow-campaigns.png) no-repeat 0 50%;
}
#iRightContentWrapper{
	width:				194px;
	float:				right;
	padding:			0;
}
.layout-1 #iRightContentWrapper {
	width:384px;
	margin-right:8px;
}
.layout-1 #iRightContentWrapper a {
	float:left;
	padding-left:9px;
}
#iRightContentWrapper a img {margin-bottom:5px;}
#social-media {
	float:left;
	width:180px;
	height:175px;
	margin:0 0 10px 10px;
	background:#fddb6c url(/i/2010/rounded-yellow-bg.png) no-repeat 0 100%;
}
#social-media #campaignStartCatBTop {
	padding-top:10px;
	background:url(/i/2010/rounded-yellow-bg.png) no-repeat 0 0;
}
#social-media p {padding:0 10px;}
#social-media a img {
	display:block;
	width:100%;
	margin-bottom:0;
}
.layout-1 #social-media a {
	float:none;
	padding:0;
}
#groups-search {
	float:right;
	width:180px;
	margin:0 14px 10px 0;
	padding-top:10px;
	background:#5cd1ea url(/i/2010/rounded-cyan-bg.png) no-repeat 0 0;
	/*background:#00bd7c url(/i/2010/rounded-green-bg.png) no-repeat 0 0;*/
}
#groups-search form {
	padding:0 10px 10px;
	background:url(/i/2010/rounded-cyan-bg.png) no-repeat 0 100%;
}
.layout-1 #groups-search {margin-right:6px;}
.layout-1 #groups-search form {height:155px;}
.layout-1 #social-media p a:link,
.layout-1 #social-media p a:visited,
.layout-1 #groups-search a:link,
.layout-1 #groups-search a:visited {
	float:none;
	padding-left:0;
	color:#000;
	text-decoration:none;
	border-bottom:1px dashed #000;
}
#groups-search .text {margin:0 0 5px;}
#iSubNav{
	margin:				0 10px 0 0;
	padding:			0;
	list-style-type:	none;
	float:				left;
	width:				180px;
	/*border:1px solid #0ff;*/
}

/* =====================================================
3.	Header
===================================================== */
#iHeader {
	width:				968px;
	overflow:			hidden;
	font-size:1.1em;
}
#iHeader .wrap {
	float:left;
	width:765px;
	margin-top:15px;
	background:#f2f2f2 url(/i/2010/rounded-grey-bg.png) no-repeat;
}
#iHeaderImage {
	float:				left;
	width:180px;
	padding:			0 0 0 7px;
	margin:				0;
}
#iHeaderImage img {
	display:block;
	width:180px;
}
#iHeaderImage a:link,
#iHeaderImage a:visited{
	background:			transparent;
}
#iHeaderLinks {
	float:				left;
	margin:				0;
	padding:			8px 10px 0 10px;
}
#iHeaderLinks ul li.clSelected {
	color:				#fff;
	background:			#005675;
}
#iHeaderLinks ul {
	list-style:			none;
	margin:				0;
	padding:			0;
}
#iHeaderLinks ul li {
	display:			inline;
	margin:				0;
	padding:			0 7px 0 10px;
}
#iHeaderLinks ul li a:link,
#iHeaderLinks ul li a:visited{
	color:				#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:	none;
}
#iHeaderLinks ul li a:hover,
#iHeaderLinks ul li a:active {
	text-decoration:	underline;
}
#iHeaderLinks ul li.first {
	border-left:		0;
}
/* =====================================================
4.	Breadcrumbs
===================================================== */
#iBreadcrumbs {
	padding:			3px 0px 8px 14px;
	color:				#999;
	font-size:			0.94em;
}
#iBreadcrumbs a:link,
#iBreadcrumbs a:visited{
	color:				#777;
	font-weight:		normal;
	text-decoration:	none;
}
#iBreadcrumbs a:hover,
#iBreadcrumbs a:active{
	background:			transparent;
	text-decoration:	underline;
}
#iBreadcrumbsReplacer{
	height:				5px;
	padding:			0px;
	margin:				0px;
	color:				#777;
}
/* =====================================================
5.	Main content
===================================================== */
.campaignCatCRow{
	float:				left;
	clear:both;
	width:				100%;
	margin:				0 0 10px;
	padding:			0;
}
#iMainContent .campaignCatCRow {
	font-size:0.94em;
	line-height:1.4;
}
.campaignStartCatC,
.campaignStartCatCLast {
	position:relative;
	float:				left;
	width:				264px;
	margin:				0;
	padding:			0;
	overflow:			hidden;
}
.campaignStartCatCLast {float:right;}
.layout-1 .campaignCatCRow .contentText {
	padding:5px 10px 8px;
	background:url(/i/2010/rounded-blue-bg.png) no-repeat 0 100%;
}
.layout-1 .campaignCatCRow .contentText p {display:none; /* temp */}
.campaignCatCRow .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:20px;
	background:url(/i/2010/rounded-transparent.png) no-repeat;
}
.campaignCatCRow img {display:block;}
.campaignCatCRow h2 {
	font-weight:normal;
	font-size:1.4em;
}
.campaignCatCRow h2,
.campaignCatCRow h2 a:link,
.campaignCatCRow h2 a:visited {
	color:#00576a;
	border:none;
}
.campaignCatCRow h2 a:hover {
	background:transparent;
	text-decoration:underline;
}
.campaignCatCRow p {
	margin:0;
	padding:0;
	font-size:1.1em;
}
.toolbar{
	border-top:			solid 1px #cccccc;
	float:				left;
	width:				680px;
	margin:				10px 0 0 0;
	padding:			10px 0 30px 0;
	font-size:			90%;
}
.toolbarTipafriend{
	float:				left;
	height:				16px;
	background:			url(../i/tipafriend_icon.gif) no-repeat top left;
	margin:				0 0 0 35px;
	padding:			0 0 0 25px;
}
.toolbarPrint{
	float:				left;
	height:				16px;
	background:			url(../i/print_icon.gif) no-repeat top left;
	margin:				0 0 0 4px;
	padding:			0 0 0 25px;
}
.toolbar a:link,
.toolbar a:visited{
	color:				#474747;
	text-decoration:	none;
}
.toolbar a:hover,
.toolbar a:active{
	text-decoration:	underline;
}
.tip-box{
	margin:				5px 0px 25px 0px;
	float:				left;
	width:				546px;
}
.tip-box-content{
	padding:			0px 0px 10px 5px;
	margin:				5px 0px 0px 0px;
	background:			#cfd1d2;
	color:				#f09;
	border:				solid 1px #4e5558;
}
.tip-box-content label{
	margin-left:		10px;
}
.tip-box-content .formbox{
	background:			#fff;
	border:				1px #c0c0c0 solid;
	padding:			2px;
	margin:				0px 0px 7px 0px
}
.tip-box-content .long{
	width:				200px;
}
.tip-box-content a.close{
	color:				#fff;
	float:				right;
	padding:			20px 16px 3px 10px;
	text-decoration:	none;
}
.tip-box-content a.close:hover, .tip-box-content a.close:active{
	text-decoration:	underline;
}
.sendButton{
	margin:				10px 0px 1px 6px;
	padding:			10px;
}
/* =====================================================
6.	Menu
===================================================== */
#iTopNav {
	margin:				20px 0px 1px 0px;
	padding:			0;
	float:				left;
	width:765px;
	font-size:			1.2em;
}
#iTopNav ul {
	float:left;
	list-style:			none;
	margin:				0px;
	padding:			0px;
}
#iTopNav ul li {
	list-style:			none;
	display:			inline;
	float:				left;
	margin-right:1px;
	padding-left:10px;
}
#iTopNav ul li.first{
	border-left:		none;
}
#iTopNav ul li.last{
	border-right:		none;
	padding-right:		1px;
}
#iTopNav ul li a:link,
#iTopNav ul li a:visited{
	float:				left;
	padding:6px 10px 7px 0;
	color:#000;
	font-weight:		normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:	none;
}
#iTopNav ul li a:hover,
#iTopNav ul li a:active {
	padding:6px 10px 7px 0;
	background:#5cd1ea;
}
#iTopNav ul li a.clSelectedMenu:link,
#iTopNav ul li a.clSelectedMenu:visited{

}
#iTopNav ul li.current,
#iTopNav ul li:hover {
	float:left;
	background:#5cd1ea url(/i/2010/nav-main-sel.png) no-repeat 0 0;
}
#iTopNav ul li:hover a,
#iTopNav ul li a.current {
	float:				left;
	color:#000;
	text-decoration:	none;
	background:			#5cd1ea url(/i/2010/nav-main-sel.png) no-repeat 100% 0;
}
#iTopNav ul li a.current {font-weight:bold;}
/* Subnav */
/* Subnav Level 1 */
#iSubNav ul li {
	margin:				0;
	padding:			0;
}
#iSubNav ul li a {
	display:			block;
	margin:				0;
	text-decoration:	none;
	border-bottom:		1px solid #e5e5e5;
	padding:			3px 20px 3px 10px;
	background:			url(/i/2010/leftNav_arrow_right.gif) center right no-repeat #fff;
	color:				#4e5558;
}
#iSubNav ul li a.expanded:link,
#iSubNav ul li a.expanded:visited,
#iSubNav ul li a.expanded:active {
	background:			url(/i/2010/leftNav_arrow_down.gif) center right no-repeat #959c9e;
	border-bottom:		1px solid #E5E5E5;
	margin:				0;
	color:				#fff;
}
#iSubNav ul li a.expanded:hover,
#iSubNav ul li a.expanded:focus {
	text-decoration:	underline;
	background:			url(/i/2010/leftNav_arrow_down.gif) center right no-repeat #e0f6fa;
	color:				#4e5558;
}
#iSubNav ul li span {
	display:			block;
	padding:			3px 20px 3px 10px;
	color:				#000;
	text-decoration:	none;
	font-weight:		normal;
}
#iSubNav ul li span.current {
	background:			#019e69;
	border-bottom:		1px solid #e5e5e5;
	margin:				0;
	color:				#fff;
}
#iSubNav ul li ul li {
	margin: 			0;
}
#iSubNav ul li ul li a:link,
#iSubNav ul li ul li a:visited,
#iSubNav ul li ul li a:active {
	padding:			3px 5px 3px 16px;
	text-decoration:	none;
	font-weight:		normal;
	background:			#ddd;
}
#iSubNav ul li ul li a:hover,
#iSubNav ul li ul li a:focus {
	background:			#e0f6fa;
	text-decoration:	underline;
}
#iSubNav ul li ul li span {
	display:			block;
	padding:			3px 5px 3px 16px;
	color:				#000;
	text-decoration:	none;
	font-weight:		normal;
}
#iSubNav ul li ul li ul li span {
	display:			block;
	padding:			3px 5px 3px 32px;
	color:				#000;
	text-decoration:	none;
	font-weight:		normal;
}
#iSubNav ul li ul li ul li a:link,
#iSubNav ul li ul li ul li a:visited,
#iSubNav ul li ul li ul li a:active {
	display:			block;
	padding:			3px 5px 3px 32px;
	/*text-decoration:	none;*/
	font-weight:		normal;
}
#iSubNav ul, #leftNav ul ul {
	list-style-type:	none;
	margin:				0;
	padding:			0;
}
#iSubNav ul a:hover,
#iSubNav ul a:active{
	background:			#e0f6fa url(/i/2010/leftNav_arrow_right.gif) no-repeat center right;
}
#iSubNav ul ul a:hover,
#iSubNav ul ul a:active{
	text-decoration:	underline;
	background:			#e0f6fa;
}
#iSubNav ul li ul li a.expanded{
	background:			#ddd;
}
#iSubNav ul li ul li a.expanded:hover{
	text-decoration:	underline;
	background:			#e0f6fa;
}
/* =====================================================
7.	Campaign
=====================================================*/
#quoteContainer {
	display:none; /* temp */
	clear:				both;
	margin:				17px 0px 17px 0px;
	padding:			10px 0 10px 10px;
	font-family:		"Trebuchet MS", Arial, sans-serif;
}
#quoteContainer p.quote {
	font-size:			180%;
	padding:			0 20px 0 60px;
	line-height:		120%;
	min-height:			40px;
	background:			transparent url(/i/2010/quotationMark.gif) no-repeat scroll left top;
}
#quoteContainer p.quote a:link,
#quoteContainer p.quote a:active,
#quoteContainer p.quote a:visited {
	text-decoration:	none;
	border-bottom:		1px dotted #000;
	color:				#000;
}
#quoteContainer p.quote a:hover {
	background:			#ddd;
}
#quoteContainer p.quoter{
	font-size:			100%;
	padding-right:		23px;
	text-align:			right;
	background:			transparent;
}
.campaignStartCatA {
	width:				546px;
	float:				left;
	margin:				0;
	padding:			0 16px 0 0;
}
#campaign-wrap img {
	display:block;
	width:370px;
	height:210px;
}
#campaign-wrap .campaignStartCatA {
	position:absolute;
	top:0;
	float:none;
	width:370px;
	padding:0;
}
#campaignStartCatBTop {
	width:				180px;
	float:				left;
	margin:				0;
	padding:			0;
}
#campaignStartCatBBottom {
	width:				180px;
	float:				left;
	margin:				0 0 0 17px;
	padding:			0 0 14px;
}
#campaignStartCatCArea {
	width:				550px;
	float:				left;
	overflow:			hidden;
}
.campaignCatBLeft {
	margin-top:			10px;
}
.pushContainer{
	float:				left;
	width:				264px;
	margin:				0 17px 0 0;
}
.contentText{
	margin:				0;
	padding:			5px;
}
.contentText a:link,
.contentText a:visited{
	color:				#000;
	text-decoration:	none;
	border-bottom:		1px dashed #000; 
}
.contentText a:hover,
.contentText a:active{
	color:				#000;
	text-decoration:	none;
	background:			#ddd;
}
.centerContentImage{
	width:				264px;
	height:				130px;
	background:			url(../i/img03.jpg) no-repeat top left;
	float:				left;
}
.pushTopBg01{
	height:				9px;
	background:			url(../i/2010/pushTopBg01.gif) no-repeat top left;
	margin:				0px;
	padding:			0px;
	overflow:			hidden;
}
.pushContentBg01{
	background:			#88d3ba; 
	margin:				0px;
	padding:			0px 10px 0px 10px;
	color:				#fff;
}
.pushContentBg01 a:link,
.pushContentBg01 a:visited{
	color:				#fff;
	text-decoration:	none;
	border-bottom:		1px dashed #fff; 
}
.pushContentBg01 a:hover,
.pushContentBg01 a:active{
	color:				#fff;
	text-decoration:	none;
	border-bottom:		1px solid #fff;
	background:			#fff;
	color:				#eea5ae;
}
.pushBottomBg01{
	height:				9px;
	background:			url(../i/2010/pushBottomBg01.gif) no-repeat top right;
	margin:				0px;
	padding:			0px;
	overflow:			hidden;
}
.pushTopBg02{
	height:				9px;
	background:			url(../i/2010/pushTopBg02.gif) no-repeat top left;
	margin:				0px;
	padding:			0px;
	overflow:			hidden;
}
.pushContentBg02{
	background:			#8dcbd8;
	margin:				0px;
	padding:			0px 10px 0px 10px;
	color:				#fff;
}
.pushContentBg02 a:link,
.pushContentBg02 a:visited{
	color:				#fff;
	text-decoration:	none;
	border-bottom:		1px dashed #fff; 
}
.pushContentBg02 a:hover,
.pushContentBg02 a:active{
	color:				#fff;
	text-decoration:	none;
	background:			#fff;
	color:				#cfd1d2;
}
.pushBottomBg02{
	height:				9px;
	background:			url(../i/2010/pushBottomBg02.gif) no-repeat top right;
	margin:				0px;
	padding:			0px;
	overflow:			hidden;
}
.listTopBg{
	width:				180px;
	height:				8px;
	background:			url(../i/listTopBg.gif) no-repeat top;
	overflow:			hidden;
}
.listContentBg a:link,
.listContentBg a:visited{
	color:				#000;
	text-decoration:	none;
	border-bottom:		1px dashed #000;
}
.listContentBg a:hover,
.listContentBg a:active{
	color:				#000;
	text-decoration:	none;
	background:			#ddd;
}
.listContentBg{
	width:				160px;
	background:			url(../i/listContentBg.gif) repeat-y;
	margin:				0px;
	padding:			0px 10px 0px 10px;
}
.listBottomBg{
	width:				180px;
	height:				8px;
	background:			url(../i/listBottomBg.gif) no-repeat;
	overflow:			hidden;
}
.listContentBg li{
	margin:				0px 0px 0px 20px;
	padding:			6px 0px 6px 0px;
}
#Login {
	position:relative;
	float:left;
	margin:0;
	padding:3px 0 2px 5px;
}
#Login h4,
#Login a:link,
#Login a:visited {
	color:#000;
}
#Login label {display:block;}
#Login #myPassword {width:140px;}
#Login p {
	position: absolute;
	top: 30px;
	padding:0;
}
.loginTopBg{
	width:				180px;
	height:				5px;
	background:			url(../i/loginTopBg.gif) no-repeat top;
	overflow:			hidden;
}
.loginContentBg{
	width:				160px;
	margin:				0px;
	padding:			10px 10px 10px 10px;
	background:			url(../i/loginContentBg.gif) repeat-y #cfd1d2;
	color:				#fff;
	font-family:		Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size:			90%;
}
.loginContentBg a:link,
.loginContentBg a:visited{
	color:				#fff;
	text-decoration:	none;
}
.loginContentBg a:hover,
.loginContentBg a:active{
	text-decoration:	underline;
}
.inputLogin {
	float:left;
	border:				1px solid #999;
	margin:				1px 5px 0 0px;
	padding:			2px;
	vertical-align:top;
}
div.btn {
	float:left;
	padding-left:6px;
	background:url(/i/2010/btn-1.png) no-repeat 0 0;
}
div.btn input {
	float:left;
	height:22px;
	margin:0;
	padding:2px 6px 3px 0;
	border:none;
	background:url(/i/2010/btn-1.png) no-repeat 100% 0;
	font:bold 1em/1.0 "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.loginButton {
	margin:0;
	vertical-align:middle;
}
.loginBottomBg{
	width:				180px;
	height:				5px;
	background:			url(../i/loginBottomBg.gif) no-repeat top;
	overflow:			hidden;
}
.shortcutTopBg{
	width:				180px;
	height:				4px;
	background:			url(/i/2010/shortcutTopBg.gif) no-repeat top;
	overflow:			hidden;
}
.shortcutContentBg{
	width:				160px;
	margin:				0;
	padding:			10px 10px 0 10px;
	background:			url(/i/2010/shortcutContentBg.gif) repeat-y #019e69;
}
.shortcutContentBg p {
	color:				#fff;
}
.shortcutBottomBg{
	width:				180px;
	height:				4px;
	background:			url(/i/2010/shortcutBottomBg.gif) no-repeat top;
	overflow:			hidden;
}
.shortscutDropdowm {
	width:				13em;
	margin:				10px 0;
}
.shortcutButton{
	margin:				0 0 2px 84px;
	padding:			0;

}
.newsTopBg{
	width:				160px;
	height:				20px;
	background:			url(../i/newsTopBg.gif) no-repeat top #cfd1d2;
	margin:				0px;
	padding:			4px 10px 1px 10px;
	overflow:			hidden;
}
.newsContentBg{
	width:				160px;
	margin:				0px;
	padding:			10px 10px 0px 10px;
	background:			url(../i/newsContentBg.gif) repeat-y;
}
.newsContentBg a:link,
.newsContentBg a:visited{
	color:				#000;
	text-decoration:	none;
	border-bottom:		1px dashed #000; 
}
.newsContentBg a:hover,
.newsContentBg a:active{
	color:				#000;
	text-decoration:	none;
	background:			#ddd;
}
.newsBottomBg{
	width:				180px;
	height:				2px;
	background:			url(../i/newsBottomBg.gif) no-repeat top;
	overflow:			hidden;
}
.newsContentBg div{
	margin:				0;
	padding:			10px 0;
	border-top:			solid #ccc 1px;
}
.newsContentBg div.newsArchive{
	margin:				0;
	padding:			0 0 10px 0;
	border-top:			none;
	text-align:			right;
}
.newsContentBg div.first{
	border:				none;
	margin:				0;
	padding:			0 0 10px 0;
}
/* =====================================================
8.	Footer
===================================================== */
#iFooter {
	clear:both;
	width:940px;
	margin:15px;
	padding:7px 0;
	color:#333;
	background:#f2f2f2 url(/i/2010/rounded-grey-bg.png) no-repeat;
	font-size:1.1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#iFooter p {padding:0;}
#iFooter a:link,
#iFooter a:visited {
	padding:2px 5px;
	color:#333;
	text-decoration:none;
}
#iFooter a:hover,
#iFooter a:focus {
	text-decoration:	underline;
}
#iFooterLeft {
	float:				left;
	padding:			0 0 0 10px;
	margin:				0;
}
#iFooterCenter {
	float:				left;
	padding:			0 0 0 10px;
	margin:				0;
}
#iFooterRight {
	float:				right;
	padding:			0 10px 0 0;
	margin:				0;
	text-align:			right;
}
/* =====================================================
9.	Search
===================================================== */
#iSearchForm {
	clear:right;
	float:				right;
	margin:0;
	padding:			4px 5px 4px 0;
	background:url(/i/2010/rounded-grey-bg.png) no-repeat 100% 0;
	white-space:nowrap;
}
#iSearchForm .searchInput{
	float:left;
	width:120px;
	border:				1px solid #999;
	margin:				1px 5px 0 0;
	padding:			2px;
	vertical-align:bottom;
}
#iSearchForm .searchButton{
	float:left;
	margin-top:0px;
}
#iSearchForm label {
    display:			none;
}
#iT3 #iSearchResultList li {
	padding:			2px 0;
}
#iSearchFormAdvanced h2 {
	font-size:			120%;
	margin:				0.5em 0;
}
#iSearchFormAdvanced fieldset legend {
	color:				#000;
}
#iSearchFormAdvanced form p {
	margin:				0;
}
.clSearchNavigation {
	padding-bottom:		5px;
}
.submitButton {
	padding:			0px;
	margin:				0px;
}
.hidden{
	display:			none;
}
.searchButton  {
	margin-top:40px;
}
#iSearchAdvance{
	display:			block;
	float:				right;
	padding:			0px 69px 0px 0px;
	margin:				0px 0px 0px 200px;
	width:				240px;
	text-align:			right;
	font-size:			90%;
	color:				#7d7d80;
	visibility:			hidden;
}
#iSearchAdvance a:link,
#iSearchAdvance a:visited {
	color:				#7d7d80;
	text-decoration:	none;
}
#iSearchAdvance a:hover,
#iSearchAdvance a:active {
	text-decoration:	underline;
}
.sidebarContent {
	width:				180px;
	margin:				0;
	padding:			0 0 10px 0;
}
/* =====================================================
9.	Settings
===================================================== */
#iTblSettings {
	margin:				2em 0;
	width:				100%;
}
#iTblSettings thead tr th {
	font-weight:		bold;
	padding:			5px;
	background:			url(../i/iTopNavBg.gif) top no-repeat;
	color:				#fff;
	width:				33%;
}
#iTblSettings tbody tr td {
	padding:			5px;
}
/* =====================================================
10.	Misc
===================================================== */
#iPreviewFrame {
	width:				90%;
	height:				300px;
	margin-bottom:		2em;
	padding:			10px;
}
#SiteMap ul {
	margin:				0;
	padding:			0.2em 0;
	list-style-image:	none;
}
#SiteMap ul li {
	margin:				1em 0;
	padding:			0;
	list-style:			none;
	font-size:			1.5em;
}
#SiteMap ul li ul {
	padding:			0;
	margin-left:		0.5em;	
}
#SiteMap ul li ul li {
	margin:				0.2em 0;
	padding-left:		1em;
	font-size:			0.7em;
	background:			url(../i/sitemap.gif) no-repeat;
}
#SiteMap ul li ul li ul li 
{
	font-size:			1em;
}
.paging ul {
	list-style-type:	none;
	text-align:			center;
	margin:				0 0 -2px 0;
	line-height:		190%;
}

.paging ul li {
	display:			inline;
	margin:				0 0 0 3px;
	font-weight:		bold;
}

.paging ul li a:link,
.paging ul li a:visited,
.paging ul li a:active {
	margin:				1px 8px;
	text-decoration:	none;
	border-bottom:		1px dotted #000;
	white-space:		nowrap;
}

.paging ul li a:hover, .paging ul li a.sel {
	background:			#ddd;
}
.error {
	font-weight:		bold;
	color:				#4E5558;
	margin:				0;
}
#ResultArea h2 {
	margin-top:			20px;
}
#ResultArea p {
	padding: 0;
}
#ResultArea ol li 
{
	margin-bottom: 20px;
}
#ResultArea .clBreadCrumbs a {
	font-size:	90%;	
}
#ResultArea a:link,
#ResultArea a:visited,
#ResultArea a:active {
	border-bottom:		1px dashed #000;
	color:				#000;
	text-decoration:	none;
}
#ResultArea a:hover,
#ResultArea a:focus {
	background:			#ddd;
	text-decoration:	none;
}
h2 a:link,
h2 a:visited,
h2 a:active {
	border-bottom:		1px dashed #000;
	color:				#000;
	text-decoration:	none;	
}
h2 a:hover,
h2 a:focus {
	background:			#ddd;
}
#iMainContent a:link,
#iMainContent a:visited,
#iMainContent a:active {
	border-bottom:		1px dashed #000;
	color:				#000;
	text-decoration:	none;	
}
#iMainContent a:hover,
#iMainContent a:focus 
{
	background:			#ddd;
}
.pushContentBg02 a:link,
.pushContentBg02 a:visited,
.pushContentBg02 a:active {
	border-bottom:		1px dashed #fff;
	color:				#fff;
	text-decoration:	none;	
}
.pushContentBg02 a:hover,
.pushContentBg02 a:focus 
{
	background:			#ddd;
}
.pushContentBg01 a:link,
.pushContentBg01 a:visited,
.pushContentBg01 a:active {
	border-bottom:		1px dashed #fff;
	color:				#fff;
	text-decoration:	none;	
}
.pushContentBg01 a:hover,
.pushContentBg01 a:focus 
{
	background:			#ddd;
}
.xForm label {
	display:			block;
	float:				left;
	margin-right:		4px;
}
.xForm input {
	display:			block;
	float:				left;
}
.news-item {
	margin-top: 2em;	
}
img.left {
	float:left;
	margin:0.5em 0.5em 0.5em 0;
}
img.right {
	float:right;
	margin:0.5em 0 0.5em 0.5em;
}
img.fullwidth {
	width:460px;
}
.mainForm{
	width:				460px;
}
	
.mainContent546 .inputField{
	width:				300px;
}
.mainContent546 textarea {
	width:				300px;
}
.mainContent546 label{
	display:			inline;
	width:				440px;
	margin-right:		10px;
}
.mainContent546 div.right{
	padding:				10px 164px 10px 0;
	text-align: right;
}
.mainContent546 div.right input{
	margin-left: 10px;
}
.mainContent546 fieldset {
	border: 			solid 2px #ddd;
	padding:	 		10px;
	margin:				1em 0 0 0;
	width:				320px;
}
.mainContent546 legend {
	padding:			0;
	margin: 			0em 0 0.3em 0;
	color:				#000;
	font-weight:		bold;
}
.payEx
{
	margin:5px;
	color:#f30;
}

.mainContent546 input:focus,
.mainContent546 input:active,
.mainContent546 select:focus,
.mainContent546 select:active,
.mainContent546 textarea:focus,
.mainContent546 textarea:active{
	background-color:	#d0ebff;
	color:				#000;
}

.localContactForm { padding: 10px 0 20px; }
.localContactForm input,
.localContactForm select { width: 170px; margin-right: 10px; float: left;}
.localContactForm { padding-bottom: 10px; padding-top: 2px; }
.localContactForm .property { height: 1%; padding: 2px 5px;}
.localContactForm .property:after { content: "."; position: relative; display: block; visibility: hidden; height: 0; clear: both; }
.localContactForm .property div { height: 1%; padding: 2px 0;}
.localContactForm .property div:after { content: "."; position: relative; display: block; visibility: hidden; height: 0; clear: both; }
.localContactForm label,
.localContactForm legend { display: block; float: left; clear: both; padding:0; color:#000; font-weight: normal; width: 18%; }
.localContactForm legend { margin-left:0 !important; margin-left:-7px; }
.localContactForm label.inline { display: inline; font-weight: normal; width: auto; clear: none; float: none; padding-right: 10px;}
.localContactForm input { width: 50%; display: block; float: left; }
.localContactForm .mandatory input { background: #f00; color: #fff; }
.localContactForm .mandatory select { background: #f00; color: #fff;  }
.localContactForm textarea { width: 50%; display: block; float: left; overflow: auto;}
.localContactForm label input { width: auto; display: inline; float: none; }
.localContactForm select { width: 50%; display: block; float: left; }
.localContactForm div.more-info { padding-left: 28%; width: 71%;}
.localContactForm div.more-info label { font-weight: normal; float: none; }
.localContactForm div.more-info input { width: 46%; }
.localContactForm div.more-info select { width: 46%; }
.localContactForm fieldset {border:none; margin:0; padding:0;}
.localContactForm #send { width: 10%; }

.commonInfo { border: 1px; padding: 8px; background-color: #ddd; }

/* Wide layout */
.layout-0 #iMainContent {
    float:              left;
    width:              680px;
}
.layout-0 #iLeftContentWrapper{
	width:				930px;
	float:				left;
	overflow:			hidden;
}
.layout-0 #iRightContentWrapper{
	display:			none;
}
.layout-0 #toolbar{
	border-top:			solid 1px #cccccc;
	float:				left;
	width:				680px;
	margin:				10px 0 0 0;
	padding:			10px 0 30px 0;
	font-size:			90%;
	/*border: 1px solid #f00; */
}

/* JAVASCRIPT CLASSES */
.hideBlock {
	display: none;
	visibility: hidden;
}
.showBlock {
	display: block;
	visibility: visible;
}
.showInline {
	display: inline;
	visibility: visible;
}

#hostedby {
	color:#333;
	text-align:center;
}
#hostedby a {color:#333 !important;}