/* hack for consistent text sizes across browsers */

p, th, td, li {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

body { 
	color: #333;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #3c3c3c ; /* fff */
	background-image: url(/images/design/bg-repeat.gif);
	background-repeat: repeat-x, repeat-y;
	padding: 0px; 
	margin: 0px 0px 0px 0px;
}

/*/*/a{}
body p, body th, body td, body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body p, html>body th, html>body td, html>body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

/* */


/* html selectors */

ul li {
	list-style-type: square;
}

h1 {
	color: #fff;
	font-size: 70%;
	font-weight: normal;
	margin: 2px 0px 4px 0px;
}

h2 {
	color: #252F52;
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/********* header extra-styles *********/

.noMargin{
	margin: 0;
	padding: 0;
}

/* div styles */
#mainContent {
	margin: 2px 12px 20px 12px;
}

#mainContent p, #mainContent li  {
	font-size: 85%;
	padding: 6px 0px 6px 0px;
}

#mainContent .indented {
	padding: 6px 7px 6px 7px;
}

#mainContent a:link {
	color: #162616;
	font-weight: bold; 
	text-decoration: none; 
}
#mainContent a:visited {
	color: #162616; 
	font-weight: bold;
	text-decoration: none; 
} 
#mainContent a:hover {
	color: #2f4530; 
	font-weight: bold;
	text-decoration: none; 
} 
#mainContent a:active {
	color: #2f4530; 
	font-weight: bold;
	text-decoration: none;
}

/* mainContent .hdrBar - for the visual heading bars */
#mainContent .hdrBar {
	color: #fff;
	font-weight: bold;
	font-size: 85%;
	padding: 2px 5px 3px 7px;
}

#mainContent .hdrBar a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none; 
}
#mainContent .hdrBar a:visited {
	color: #fff; 
	font-weight: bold;
	text-decoration: none; 
} 
#mainContent .hdrBar a:hover {
	color: #F4F8FB; 
	font-weight: bold;
	text-decoration: underline; 
} 
#mainContent .hdrBar a:active {
	color: #F4F8FB; 
	font-weight: bold;
	text-decoration: none;
}

/* mainMenu (this one is for CSS based method) */

#mainMenu { 
 	margin: 0px;
 	padding: 0px;
}
  
#mainMenu ul { 
 	margin: 0px;
 	padding: 0px;
} 

#mainMenu li { 
 	list-style-type: none;

}
  
#mainMenu li a {
	font-size: 85%;
	text-decoration: none; 
	width: 100%
}

html>body #mainMenu li a {
	width: auto;
}

#mainMenu li a:link {
 	display: block; 
 	padding: 3px 5px 4px 5px; 
	background-image: url(../images/design/menu_bg.jpg);
	background-repeat: no-repeat;
 	color: #fff; 
 	text-decoration: none; 
	font-weight: bold;
}
#mainMenu li a:visited {
 	display: block; 
 	padding: 3px 5px 4px 5px; 
	background-image: url(../images/design/menu_bg.jpg);
	background-repeat: no-repeat;
 	color: #fff; 
 	text-decoration: none; 
	font-weight: bold;
} 
#mainMenu li a:hover {
 	display: block; 
 	padding: 3px 5px 4px 5px; 
	/*color: #3c3c3c;*/
	color: #00614d;
	font-weight: bold;
	background-image: url(../images/design/menu_bg_over.jpg);
	background-repeat: no-repeat;
 	text-decoration: none; 
} 
#mainMenu li a:active {
 	display: block; 
 	padding: 3px 5px 4px 5px; 
	/*color: #3c3c3c; */
	color: #00614d;
	font-weight: bold;
	background-image: url(../images/design/menu_bg_over.jpg);
	background-repeat: no-repeat;
 	text-decoration: none; 
}

/* footerTop */
#footer{
	/*float: left;*/
	text-align: center;
	margin: 2px 0 2px 0;
	padding: 10px 0 10px 10px;
	width: 748px;
	background-color: #3c3c3c;
	color: #ffffff;
	border: 1px solid white;
	font-size: 0.8em;
	}
#footer a{
	background-color: #3c3c3c;
	color: #ffffff;
	}
#footerTop {
	padding: 5px 5px 6px 12px;
	background-color: #e3f0e6;
	/*background-image: url(/images/design/ftr_round_corner.gif);*/
	background-repeat: no-repeat;
}

#footerTop a {
	font-size: 85%;
}

#footerTop a:link {
	color: #3c3c3c;
	font-weight: bold;
	text-decoration: none; 
}
#footerTop a:visited {
	color: #3c3c3c; 
	font-weight: bold;
	text-decoration: none; 
} 
#footerTop a:hover {
	color: #3c3c3c; 
	font-weight: bold;
	text-decoration: underline; 
} 
#footerTop a:active {
	color: #3c3c3c; 
	font-weight: bold;
	text-decoration: none;
}

/* footerBot */
#footerBot {
	color: #fff;
	font-size: 85%;
	padding: 5px 5px 6px 5px;
	background-color: #799a7a;
}

#footerBot a {
	font-size: 85%;
}

#footerBot a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none; 
}
#footerBot a:visited {
	color: #fff; 
	font-weight: bold;
	text-decoration: none; 
} 
#footerBot a:hover {
	color: #F4F8FB; 
	font-weight: bold;
	text-decoration: underline; 
} 
#footerBot a:active {
	color: #F4F8FB; 
	font-weight: bold;
	text-decoration: none;
}

.light_text {
	color: #2e3a66;
	}

#footer_light_text {
	padding-top: 5px;
	width: 760px;
	color: #999999;
	text-align: left;
	font-size: 80%;
}

#footer_light_text p{
	padding-top: 5px;
	width: 760px;
	color: #CCCCCC;
	text-align: left;
	font-size: 90%;
}

/* Table manipulation */
/* visiTableOne */

#visiTableOne table.wrapper { 
	width: 414px;
	border-collapse: collapse; 
	margin: 0px;
	padding: 0px;
} 


#visiTableOneb { 
	/*margin-top: 10px;*/
	background-color: #F9FBFD; 
	width: 201px;
	border-collapse: collapse; 
	margin-bottom: 15px;
} 

#visiTableOneb td{ 
	padding: 0;
	margin: 0;
	border: 1px solid #456b46; 
}

#visiTableOne td.padding { 
	padding: 5px;
	line-height: 20px;
}

#visiTableOne td.middleCell {
	border-top: 0;
	border-bottom: 0;
	width: 14px;
}


/* visiTableTwo */
#visiTableTwo table { 
	background-color: #F9FBFD; 
	width: 414px; 
	border-collapse: collapse; 
	border: 1px solid #456b46; 
} 

#visiTableTwo td { 
	font-size: 85%;
	padding: 6px 6px 6px 10px; 
}

#visiTableTwo td.borderTop { 
	border-top: 1px solid #2F4A74;
}
/* visiTableThree */
#visiTableThree table { 
	background-color: #F9FBFD; 
	width: 414px; 
	border-collapse: collapse; 
} 

#visiTableThree td { 
	font-size: 85%;
	padding: 0;
	border: 1px solid #456b46; 
}

#visiTableThree td.midCell {
	border-top: 0;
	border-bottom: 0;
}

#visiTableThree td.dataCell {
	padding: 3px 3px 3px 7px;
}

/* dataTableThreeA */
#dataTableThreeA table {
	width: 186px;
	border-collapse: collapse; 
}

#dataTableThreeA td { 
	font-size: 100%; /* 100% of the 80% I think */
	padding: 0;
	border: 0; 
}

/* dataTableThreeB */
#dataTableThreeB table {
	width: 186px;
	border-collapse: collapse; 
}

#dataTableThreeB td { 
	font-size: 100%; /* 100% of the 80% I think */
	padding: 0;
	border: 0; 
}



/* colour styles for cells */
.blank {
	background-color: #fff;
}


.neutral {
	background-color: #F2F2F2;
}

.veryLight {
	background-color: #E9EDF1;
}

.light {
	background-color: #C2D7E7;
}

.bland {
	background-color: #e3f0e6;
}

.mid {
	background-color: #0F82D2;
}

.midDark {
	background-color: #AEB2BD;
}

.prettyDark {
	/*background-color: #799a7a;*/
	background-color: #00614d;
	padding: 2px 0 4px 0;
}

.dark {
	background-color: #252F52;
}

.redColor {
	color: #D91510;
}

.menu_bg {
	background-image: url(../images/design/menu_bg_over.jpg);
	background-repeat: no-repeat;
}

.strong {
	font-weight: bold;
}

.lightBorderTop {
	border-top: 1px solid #C2D7E7;
}

.pageHdr {
	color: #FFF;
	padding: 4px 4px 4px 6px;
	margin: 0px 0px 0px 0px;
}

.pageHdrLight {
	color: #ffffff; /*#Ffde00;  FFF03E */
	padding: 4px 4px 4px 6px;
	margin: 0px 0px 6px 0px;
}

.standout {
	color: #980F0C;
	font-weight: bold;
}

.standout_normal{
	color: #FF3333;
}

		
/**********Jus table styles***********/
#dataTableFourA {
	margin: 5px 0px 5px 0px;
	width: 100%;
	border-collapse: collapse;
}

#dataTableFourA img {
	margin: 0;
	padding: 5px 0 0px 0;
}

#dataTableFourA td.tableTitle { 
	padding: 0px;
	margin: 0;
}


#dataTableFourB {
	margin: 0px 0px 5px 0px;
	width: 100%;
	border-collapse: collapse;
}

#dataTableFourB td.dataCell { 
	padding: 3px 3px 3px 7px;
	font-size: 85%;	
}

#dataTableFive .tableBorder{
	border: 1px solid #456b46;
	border-collapse: collapse;
}

#dataTableFive .dataCell{ 
	padding: 3px 3px 3px 7px;
	font-size: 85%;	
}

#dataTableFive  img.topmargin {
	/* optional border: 1px solid #2F4A74;*/
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0px;
}


#dataTableSix table {
	border: 1px solid #456b46;
	border-collapse: collapse;
	margin-bottom: 10px;
}


#dataTableSix td.dataCell { 
	padding: 3px 3px 3px 7px;
	font-size: 85%;	
}

#dataTableSix td.cellStrong { 
	padding: 3px 3px 3px 7px;
	font-size: 85%;	
	font-weight: bold;
}


#dataTableSix img { 
	/* border-bottom: 1px solid #456b46; */
}



#dataTableSeven table{
	border-collapse: collapse;
	margin-top: 4px;
	border: 1px solid #dac28c;
}

#dataTableSeven td.dataCell{ 
	padding: 3px 6px 3px 8px;
	font-size: 85%;	
	/*border-right: 1px solid #456b46;*/
}


#dataTableSeven td.borderBot{ 
	/*border-bottom: 1px solid #456b46;*/
	font-size: 85%;	
	padding: 3px 3px 3px 6px;
}

#dataTableSeven td.cellBg2 { 
	background-image: url(/images/breaking_news_bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*.cellBg { 
	background-image: url(/images/breaking_news_bg.jpg);
	background-repeat: repeat-x;
}*/


/********** search form styles ************/

.searchButton { 
 	background-color: #C51216; 
 	font-weight: bold;
	font-size: 75%;
	color: #FFFFFF;
	margin: 3px 9px 3px 0px;
	padding: 2px;
}

/********** request more info form and table styles ************/

form {
	margin: 0px;
	padding: 0px;
}

#requestInfo table { 
	background-color: #e3f0e6; 
 	width: 100%; 
 	border-collapse: collapse; 
	margin: 0px;
	padding: 0px;
} 

#requestInfo td { 
	padding: 3px 3px 3px 7px;
	font-size: 85%;
}

#requestInfo .inputLong{
	font-size: 75%;
	width: 210px;
	border: 1px solid #CCC;
} 

#requestInfo .inputShort{
	font-size: 75%;
	width: 60px;
	border: 1px solid #CCC;
} 

#requestInfo .inputArea{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	width: 210px;
	border: 1px solid #CCC;
} 

#requestInfo .button { 
 	background-color: #FFFFFF; 
 	font-weight: bold;
	font-size: 75%;
	margin: 3px 9px 3px 0px;
	border: 1px solid #CCC;
	padding: 2px;
}
 
/********* print and save icon table styles *********/
 
#iconTable {
	margin: 0px 0px 5px 0px;
	width: 100%;
	padding: 0px;
	font-size: 40%;
}

/****** Article CMS styles ******/

.textPageHeading {
	font-weight: bold;
	color: #444444;
}

.textPageBody {
	color: #6A6A6A;
}

.contentInfo {
	color: #9B9B9B;
}

/****** right menu bar styles ******/

/**** login styles ****/

#login Table {
 	width: 100%; border-collapse: collapse; 
	margin: 0px;
	padding: 0px;
}
.login-border {
 	width: 145px;
	border: 1px solid #dac28c;
}

#login Table td {
	font-size: 80%;
	margin: 0px;
	padding: 2px 2px 2px 4px;
}

#login Table .inputLong{
	width: 75px;
	border: 1px solid #CCC;
} 

#login Table .button { 
 	background-color: #A8A2C8; 
	font-weight: bold;
	font-size: 75%;
	padding: 2px;
	margin-right: 5px;
}


#regImgTable {
 	border-collapse: collapse; 
	margin: 0px;
	padding: 0px;
}

#regTable {
 	width: 100%; 
 	border-collapse: collapse; 
	margin: 0px;
	padding: 0px;
	}

#regTable td {
	font-size: 80%;
	margin: 0px;
	padding: 4px;
}

#regTablefill {
	display: block;
	height: 22px;
	width: 100%;
	background-image: url(/images/right_side_bar/login_fill_img.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/**** right side bar styles ****/

	
#sideBar { 
	display: block;
	margin: 10px 0 10px 0;
	font-size: 80%;
	width: 100%;
}

#searchBlock { 
	display: block;
	background-color: #FFFFFF;
	border-top: 1px solid #838FB7;
	border-right: 1px solid #838FB7;
	border-left: 1px solid #838FB7;
	padding: 4px;
	font-size: 75%;
}

#searchBlockFill {
	display: block;
	height: 22px;
	width: 100%;
	background-image: url(/images/right_side_bar/search_fill_img.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#inspectionBlock { 
	display: block;
	background-color: #FEEEE2;
	border-top: 1px solid #F7791C;
	border-right: 1px solid #F7791C;
	border-left: 1px solid #F7791C;
	padding: 4px;
}

#inspectionBlockFill {
	display: block;
	height: 22px;
	width: 100%;
	background-image: url(/images/right_side_bar/inspection_fill_img.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#currencyBlock { 
	display: block;
	background-color: #F0FAFF;
	border-top: 1px solid #095F89;
	border-right: 1px solid #095F89;
	border-left: 1px solid #095F89;
	padding: 4px;
}

#currencyBlockFill {
	display: block;
	height: 22px;
	width: 100%;
	background-image: url(/images/right_side_bar/currency_fill_img.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#golfBlock { 
	display: block;
	background-color: #F4FFD5;
	border-top: 1px solid #A0CF10;
	border-right: 1px solid #A0CF10;
	border-left: 1px solid #A0CF10;
	padding: 4px;
}

#golfBlockFill {
	display: block;
	height: 22px;
	width: 100%;
	background-image: url(/images/right_side_bar/golf_fill_img.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}


#mortgagesBlock { 
	display: block;
	background-color: #F8EAE4;
	border-top: 1px solid #A23436;
	border-right: 1px solid #A23436;
	border-left: 1px solid #A23436;
	padding: 4px;
}

#mortgagesBlockFill {
	display: block;
	height: 22px;
	width: 100%;
	background-image: url(/images/right_side_bar/mortgages_fill_img.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#flightsBlock { 
	display: block;
	background-color: #F4FAFD;
	border-top: 1px solid #5DAED6;
	border-right: 1px solid #5DAED6;
	border-left: 1px solid #5DAED6;
	padding: 4px;
}

#flightsBlockFill {
	display: block;
	height: 22px;
	width: 100%;
	background-image: url(/images/right_side_bar/flights_fill_img.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/**** left side bar styles ****/

#sideBarLeft { 
	display: block;
	margin: 5px 0 10px 0;
	font-size: 80%;
	width: 170px;
}

#authorised-agent{
	padding: 0 0 0 3px;
	margin: 5px 0 0 0;
	}

#phonenumberBlock {
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #7379B1;
	padding: 4px;
	text-align: center;
	font-size: 120%;
}

#emailBlock { 
	display: block;
	/*background-color: #FFFFFF;*/
	/*border: 1px solid #7379B1;*/
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	font-size: 100%;
	text-align: center;
	width: 170px;
	height: 26px;
	background-image: url(/images/left_side_bar/email-area.gif);
	background-repeat: no-repeat;
}
#emailBlock a{
	color: #3c3c3c;
	background-color: #ffffff;
	}

#contactBlockFill {
	display: block;
	height: 22px;
	width: 100%;
	background-image: url(/images/left_side_bar/contact_fill_img.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/**** left side bar bottom styles ****/

#sideBarleftBottom { 
	display: block;
	margin: 25px 0px 10px 0px;
	font-size: 80%;
	width: 170px;
}

#callBackBlock { 
	background-color: #FFFFFF;
 	border-collapse: collapse; 
	border-top: 1px solid #7379B1;
	border-right: 1px solid #7379B1;
	border-left: 1px solid #7379B1;
	padding: 0px;
}

#callBackBlock .Text{ 
	padding: 4px;
	font-size: 100%;
}

#callBackBlockFill {
	display: block;
	width: 100%;
	height: 22px;
	background-image: url(/images/left_side_bar/contact_fill_img.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/**** extra content styles ****/

.bgLightTable {
	background-color: #E4EAEF;
}

.imagePaddingCell img{
	padding-bottom: 30px;
}


.bgDarkTable {
	background-color: #D1DBE4;

}

.textPadding {
	padding: 0 6px 0 8px;
}

.InspectionImg {
	margin-right: 10px;
}
