body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
}

#layout {

}

#main_tabs {
    width: 968px;
    margin-left: auto;
    margin-right: auto;
}

img {
	border: 0px;
}

a {
	outline: none;
}

.home_tab {
	background: url('../img/home_tab.png') no-repeat;
	display:block;
	float: left;
	width: 166px;
	height: 26px;
}

.business_tab {
	background: url('../img/business_tab.png') no-repeat;
	display:block;
	float: left;
	width: 166px;
	height: 26px;
	margin-left: 8px;
}


.contact_tab {
	background: url('../img/contact_tab.png') no-repeat;
	display:block;
	float: right;
	width: 235px;
	height: 26px;
	margin-left: 8px;
}

.contactb_tab {
	background: url('../img/contactb_tab.png') no-repeat;
	display:block;
	float: right;
	width: 235px;
	height: 26px;
	margin-left: 8px;
}

.tabactive {
	background-position: 0px -26px;
}

.cursor {
	cursor: pointer;
}

.hidden {
	display: none;
}

#topfns {
	margin:0px;
	padding:0px;
	float:right;
	padding-right: 10px;
	line-height: 30px;
	width: 396px;
}

#topfns a {
	text-decoration: none;
	color: #333333;
	font-size: 1.1em;
}

#topfns a:hover {
	border-bottom: 1px dotted #333333;
}

#topfns input {
	border: 1px solid #cccccc;
	color: #333333;
	padding:0;
	margin:0;
	padding-top:1px;
	font-size: 1em;
	vertical-align:middle;
	height: 15px;
}

#select_region {
	margin-top: 6px;
	margin-left: 5px;
	line-height: 18px; 
	display: block;
	width:132px;
	color: #ffffff;
	text-align: center;
	background: #9a9a9a;
}

#select_region img {
	margin-left: 10px;
	vertical-align: middle;
}

#region_drop {
	display:none;float: right; clear: right; margin-top: -5px; border-left: 1px solid #9a9a9a; border-right: 1px solid #9a9a9a; border-bottom: 1px solid #9a9a9a;
}

#region_drop ul {
	padding:0px;
	margin:0; 
	background: #ffffff;
	list-style: none;
}

li.region_item {
	padding:0px;margin:0;width: 130px;
}

.region_item a{
	margin-left: 20px;
}

#login_user {
	border: 1px solid #cccccc; width: 214px; padding:2px; padding-right: 0px; font-size: 1.1em; margin-bottom: 10px;
}

#login_password {
	background: url('../img/password_bg.gif') no-repeat #ffffff;border: 1px solid #cccccc; width: 114px; padding:2px; padding-right: 0px; font-size: 1.1em; margin-right: 10px;
}

#maincontent {
	background: url('../img/content_bg.gif') repeat-x #cedce0;
	/*width: 968px;*/
	width: 976px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#subpagecontent {
	width: 968px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.med_box {
	width: 237px;
	height: 124px;
	overflow: hidden;
	background: url('../img/gradbg_med.png') no-repeat;
	float: left;
	margin-top: 5px;
}

.med_box_survey {
	width: 237px;
	height: 124px;
	overflow: hidden;
	background: url('../img/gradbg_med_survey.png') no-repeat;
	float: left;
	margin-top: 5px;
}
.med_box_survey_com {
	width: 237px;
	height: 124px;
	overflow: hidden;
	background: url('../img/gradbg_med_survey_com.png') no-repeat;
	float: left;
	margin-top: 5px;
}

.med_box_mascot{
	width: 237px;
	height: 124px;
	overflow: hidden;
	background: url('../img/gradbg_med_mascot.png') no-repeat;
	float: left;
	margin-top: 5px;
}

.med_box_trolley{
	width: 237px;
	height: 124px;
	overflow: hidden;
	background: url('../img/gradbg_med_trolley.png') no-repeat;
	float: left;
	margin-top: 5px;
}
.med_box_survey_com {
	width: 237px;
	height: 124px;
	overflow: hidden;
	background: url('../img/gradbg_med_survey_com.png') no-repeat;
	float: left;
	margin-top: 5px;
}

.chat_box {
	width: 237px;
	height: 129px;
	overflow: hidden;
	background: url('../img/gradbg_chat.png') no-repeat;
	float: left;
}

.chat_box .content, .med_box .content, .large_box .content, .account_box .content {
	color: #666666;
	font-size: 1.1em;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
}

 .account_box .content { 
	color: #666666;
	font-size: 1.1em;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px; 
}

.med_box .content, .large_box .content {
	margin-top: 6px;
}


.med_box .content {
	height: 75px;
}

a.promolink {
	color: #666666;
	font-weight: bold;
	margin-top: 2px;
	display: block;
}
a.promolinksurvey {
	color: #666666;
	font-weight: bold;
	display: block;
}

.chat_detail {
	background: url('../img/chat_detail_bg.png') no-repeat;
	width: 223px;
	height: 44px;
	margin-left: 7px;
	margin-top: 5px;
}

.chat_detail .chatcontent {
	color: #5d9930;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 10px;
	padding-top: 3px;
}

.chat_detail .chatcontent a {
	color: #5d9930;
	font-weight: bold;	
}

.account_box .content a.link {
	color: #666666;
	text-decoration: none;
}

.account_box .content a.link:hover {
	border-bottom: 1px dotted #666666;
}

.account_box {
	width: 237px;
	height: 243px;
	overflow: hidden;
	background: url('../img/gradbg_account.png') no-repeat;
	float: left;
	margin-top: 7px;
}

.large_box {
	width: 237px;
	height: 268px;
	overflow: hidden;
	background: url('../img/gradbg_lrg.png') no-repeat;
	float: left;
	margin-top: 5px;
}


.large_box .content {
	height: 196px;
	width: 217px;
}

.large_box .content a {
	color: #656565;
	text-decoration: none;
}

.large_box .content p {
	margin:0;
	padding:0;
}

.large_box .link {
	border-top: 1px dotted #9f9f9f;
	height: 34px;
	width: 237px;
}

.large_box .link img {
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}

.padright {
	margin-right: 5px; 
}


#login_radio {
	background: url('../img/radio_sprite.png') top left no-repeat;
	height: 12px;
	padding-left: 16px;
	float: left;
}

#content_top {
	background: url('../img/content_top.gif') no-repeat;
	width: 968px;
	height: 8px;
}

#content_bottom {
	background: url('../img/content_bottom.gif') no-repeat;
	width: 968px;
	height: 8px;
}

#pagecontent {
	background: url('../img/page_border.gif') no-repeat;
	min-height: 650px;
	width: 968px;
}
/*
 * 
 * 	Subpage content
 * 
 * 
 */

#lhs_col {
	width: 207px;
	margin-right: 6px;
	height: 722px;
	background: url('../img/lhs_col_bg.png') no-repeat;
	float:left;
}


.col_heading {

	color: #024385;

	font-size: 1.6em;

	font-weight: bold;

	line-height: 34px;

	text-indent: .8em;

}


#lhs_col .col_heading {
	color: #024385;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 34px;
	text-indent: .8em;
}


#lhs_col a {
	font-size: 1.1em;
	font-weight: bold;
	height: 22px;
	padding-left: 10px;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	width: 197px;
	display: block;

        padding-top: 8px;
} 

#lhs_col a:hover {
	color:#5d9930;
}

.copy_area_lg {
	background: url('../img/copy_area_lrg.png') no-repeat;
	width: 755px;
	min-height: 700px;
	float: left;
}

.copy_area_lg li{
	margin-left:30px;
	line-height:20px;

}


.copy_area_lg_btm {	
	background: url('../img/copy_area_lrg_btm.png') no-repeat;
	width: 755px;
	height: 22px;
	float: right;
}

.copy_area_lg .col_heading {
	color: #024385;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 34px;
	text-indent: .8em;
}

.copycontent .content {
 	margin: 20px;
	font-size: 1.1em;
}



.copycontent .content li {

    font-size: 1.1em;

}


.copycontent .content p {

 	margin-bottom: 20px;

	font-size: 1.1em;

	color: #333333;

}

.copycontent .content h1 {

	font-size: 1.5em;

	color:#024385;

}

.copycontent .content h2 {

	font-size: 1.3em;

	color: #336600;

}

.copycontent .content h3 {

	font-size: 1.2em;

	color: #669933;

}




.hilight {
	font-weight: bold;
	line-height: 2em;
	border-top: 1px dotted #656565;
}

.hilightlast {
	font-weight: bold;
	line-height: 2.1em;
	border-top: 1px dotted #656565;
	border-bottom: 1px dotted #656565;
}

#footer span.footerhilight {
	font-weight: bold;
	color: #6cb33d;
}
#breadcrumb {

	padding-left: 10px;

	padding-top: 5px;

	clear: both;

	color: #656565;

}



#breadcrumb a {

	color: #656565;

	text-decoration: none;

	font-weight: bold;

}



#breadcrumb a:hover {

	text-decoration: none;

	color: #6d8e09;

}

a.nodecoration {
  text-decoration: none;
}

#whitelinks a{

	color: #FFF;

	font-weight: bold;
	
	text-decoration: none;

}
#whitelinks a:visted{

	color: #FFF;

	font-weight: bold;
	
	text-decoration: none;

}

.float-left{
	float:left;
}

.float-right{
float:right;	
}


#callback{
padding:0px;
margin:0px;
border:thin #999 solid;
background-color:#FFFFFF;
width:340px;
font-family:Verdana, Geneva, sans-serif;
font-size:small;
text-align:left;
}

#callback h2{
margin:10px;
}

.searchResults{
	width:700px;
}
.searchResults h3 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.searchResults p {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.searchResults a {
	text-decoration: none;
	height: 39px;
	color: #024188;
	display: block;
	margin:0px;
	padding:0px;
}

.searchResults li{
	list-style: none;
	font:11px/17px Arial, Helvetica, sans-serif;
	color:#666;
	background-image: url("http://www.airtricity.com/themes/airtricity/montyimages/energyimages/greencirclearrow.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	padding-left: 25px; 
	margin:0px;
	margin-bottom:5px;
	margin-left:0px;
}



.pipe ul {
	height: 0px;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	background-image: none;
	} 

.pipe ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}
	
		
.pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: in
}

