/* 
	Title: Cascading Style-Sheet (McCarthy)
	Author: Lianne Reeves, Dan and John Lilley
	Created Date: 22/03/2007
	Updated Date: 23/03/2007
	Updated By: Lianne Reeves, Mr Dan Dan Capper and John Lilley

	Comments:
		- Green Style Sheet
		
		- Site Width: 818px;
		- Main Layer Width: 798px;
		- Light Colour: #A5D3E5;
		- Dark Colour: #52A5C1;
		- Images: _green
*/

body
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 20px;
	position: relative;
	/*background: #E6F3F8;*/
}

/*************** Layer Styles ***************/

#mysite
{
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 50%;
}

#layer_site
{
	position: relative;
	width: 818px;
	/*height: 635px;*/
	margin-left: -410px;
	border: 0px solid #CCC;
}

#layer_main
{
	position: relative;
	overflow: visible;
	width: 798px;
	/*height: auto;*/
	/*height: 604px;*/
	padding-left: 10px;
	padding-right: 10px;
	border: 0px solid #000000;
	/*background: #000000;*/
	background: url(/Assets/CSS/main/site_bg.gif) center repeat-y;
}

#layer_footer
{
	position: relative;
	overflow: visible;
	/*float: right;*/
	width: 818px;
	height: 33px;
	border: 0px solid #000000;
	background: url(/Assets/CSS/main/footer_bg.gif) center;
}

#layer_header
{
	position: relative;
	width: 798px;
	height: 82px;
	border: 0px solid #000000;
	/*background: #000000;*/
	background: url(/Assets/CSS/main/header_bg_green.gif) no-repeat center;
}

#layer_site_logo
{
	position: relative;
	float: left;
	width: 201px;
	height: 78px;
	/*float: right;*/
	border: 0px solid #000000;
	/*background: #000000;*/
	background: url(/Assets/CSS/main/mccarthy_logo.gif) no-repeat center;
}

#layer_sitemap
{
	position: relative;
	overflow: hidden;
	float: right;
	width: 130px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: 0px solid #000000;
	line-height: 20px;
	text-align: right;
}

#layer_header_right
{
	position: relative;
	float: right;
	width: 130px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	border: 0px solid #000000;
	text-align: right;
}

#layer_join
{
	position: relative;
	overflow: hidden;
	float: right;
	width: 130px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	border: 0px solid #000000;
	/*background: #000000;*/
	/*background: url(/Assets/CSS/main/header_bg_green.gif) no-repeat center;*/
	line-height: 40px;
	text-align: right;
}

#layer_top
{
	position: relative;
	width: 798px;
	height: 23px;
	/*float: right;*/
	border: 0px solid #000000;
	/*background: #000000;*/
	background: url(/Assets/CSS/main/navigator_bg.gif) no-repeat center;
	z-index: 1;
}

#layer_topnav
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 500px;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*float: right;*/
	border: 0px solid #000000;
}

#layer_login
{
	position: relative;
	float: right;
	width: 190px;
	height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*float: right;*/
	border: 0px solid #000000;
	z-index: 1001;
}

#layer_flash
{
	position: relative;
	overflow: hidden;
	width: 798px;
	height: 130px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*float: right;*/
	border: 0px solid #000000;
	/*background: #000000;*/
	background: url(/assets/Picture/top_image-15060.jpg);
	vertical-align: top;
}

#layer_middle
{
	position: relative;
	overflow: hidden;
	width: 798px;
	height: 100%; 
	min-height: 100%;
	/*height: 500px;*/
	margin: 1px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	/*border-right: 1px solid #FFFFFF;*/
	/*border-bottom: 2px solid #CEE8F2;*/
	/*white-space: nowrap;*/
	
}


#layer_left
{
	position: relative;
	/*overflow: auto;*/
	width: 176px;
	/*height: 100px;*/
	float:left;
	margin: 0px 0px 0px 0px;
	/*padding:5px 5px 5px 5px; */
	border: 0px solid #000000;
	background: url(/Assets/CSS/main/left_bg_green.gif) center repeat-y;
}

#layer_left_navigator
{
	position: relative;
	width: 176px;
	/*height: 100px;*/
	/*float:left;*/
	margin: 0px 0px 0px 0px;
	/*padding:5px 5px 5px 5px; */
	/*border-right: 1px solid #FFFFFF;*/
	/*background: url(/Assets/CSS/main/left_bg_green.gif) center repeat-y;*/
}

#layer_centre
{
	position: relative;
	width: 436px;
	overflow: hidden;
	min-height: 100%;
	height: 100%;
	/*height: 100px;*/
	float:left;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 10px 0px;
	border: 0px solid #000000;
	/*background: #CCC;*/
}

#layer_right
{
	position: relative;
	overflow: hidden;
	width: 176px;
	/*height: px;*/
 	float: right;
 	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
	background: #A5D3E5;
}

#layer_footer_right
{
	position: relative;
	width: 155px;
	height: 25px;
	margin: 0px 10px 0px 0px;
	float: right;
	border: 0px solid #000000;
	text-align: right;
}

#layer_end
{
	position: relative;
	width: 818px;
	float: right;
}

div.layer_left_content
{
	position: relative;
	width: 168px;
	height: 25px;
	background: #56A7C2;
}

div.layer_text
{
	position: relative;
	display: block;
	overflow: hidden;
	width: 176px;
	padding: 4px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000000;
	background: url(/Assets/CSS/main/post_bg.gif) center repeat-y;
}

div.layer_hidden
{
	display: none;
}

#whats_hot
{
	position: relative;
	overflow: hidden;
	width: 176px;
	height: 100%;
	border: 0px solid #000000;
}

#layer_toolbox
{
	position: relative;
	/*width: 180px;*/
	/*height: 31px;*/
	margin: 0px 0px 0px 0px;
	padding: 6px 6px 18px 6px;
	border-top: 1px dashed #FFFFFF;
}

div.layer_left_navigator_item
{
	padding: 10px 10px 10px 10px;
}

#layer_login_left
{
	position: relative;
	overflow: visible;
	width: 36px;
	height: 16px;
	margin: 5px 0px 0px 12px;
	line-height: 12px;
	float: left;
	border: 0px solid #000000;
	vertical-align: top;
	font-size: 10px;
	color: #FFFFFF;
}

#layer_login_right
{
	width: 142px;
	height: 19px;
	float: right;
	text-align: right;
	border: 0px solid #000000;
}

div.body_text
{
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 5px;
}

div.layer_question_left
{
	position: relative;
	float: left;
	width: 125px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 2px;
}

div.layer_question_right
{
	position: relative;
	float: right;
	width: 31px;
	/*height: 21px;*/
	margin-right: 8px;
	border: 0px solid #000000;
}


/*************** Popup Styles ***************/

layer_site_pop_cal
{
	position: relative;
	overflow: visible;
	width: 800px;
	padding: 8px 0px 0px 15px;
	margin: 10px 0px 0px 0px;
	border: 0px solid #000000;
	background: url(/Assets/CSS/main/header_pop_bg.gif) center;
}


#layer_top_pop
{
	position: relative;
	overflow: visible;
	/*float: right;*/
	width: 619px;
	height: 24px;
	padding: 8px 0px 0px 15px;
	margin: 10px 0px 0px 0px;
	border: 0px solid #000000;
	background: url(/Assets/CSS/main/header_pop_bg.gif) center;
}

#layer_middle_pop
{
	position: relative;
	overflow: hidden;
	/*float: right;*/
	width: 604px;
	height: 100%;
	min-height: 100%;
	padding: 15px 15px 15px 15px;
	border: 0px solid #000000;
	background: url(/Assets/CSS/main/pop_bg.gif);
	border-bottom: 0px solid #A5D3E5;
}

#layer_middle_pop_cal
{
	position: relative;
	overflow: hidden;
	/*float: right;*/
	width: 880px;
	height: 100%;
	min-height: 100%;
	padding: 15px 15px 15px 15px;
	margin: 20px 0px 0px 0px;
	border: 0px solid #000000;
	/*background: url(/Assets/CSS/main/pop_bg.gif);*/
	background: #FFFFFF;
	border-bottom: 0px solid #A5D3E5;
}

#layer_left_pop
{
	position: relative;
	float: left;
	width: 430px;
	overflow: visible;
	margin: 5px 0px 0px 0px;
	border: 0px solid #000000;
}

#layer_left_pop_cal
{
	position: relative;
	float: left;
	width: 100%;
	overflow: visible;
	margin: 5px 0px 0px 0px;
	border: 0px solid #000000;
}

#layer_right_pop
{
	position: relative;
	float: right;
	overflow: visible;
	width: 164px;
	margin: 5px 10px 0px 0px;
}

#layer_footer_pop
{
	position: relative;
	overflow: visible;
	/*float: right;*/
	width: 634px;
	height: 32px;
	border: 0px solid #000000;
	margin: 0px 0px 10px 0px;
	background: url(/Assets/CSS/main/footer_pop_bg.gif) center;
}

#layer_header_pop
{
	position: relative;
	width: 100%;
	height: 30px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 17px;
	font-weight: normal;
	color: #52A5C1;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #A5D3E5;
}

/*************** Tables Styles ***************/

table.main
{
	position: relative;
	overflow: auto;
	border-bottom: 2px solid #CEE8F2;
}

td.left_column
{
	width: 100%;
	height: 100%;
	background: url(/Assets/CSS/main/left_bg_green.gif) center repeat-y;
	vertical-align: top;
}

td.center_column
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	vertical-align: top;
}

td.right_column
{
	width: 100%;
	height: 100%;
	background: #A5D3E5;
	vertical-align: top;
}

/*************** Font Styles ***************/

p
{
	font-weight: normal;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
}

p.body
{
	font-weight: normal;
	font-size: 15px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
}

p.white
{
	color: #FFFFFF;
}

p.grey
{
	
	margin: 0px 5px 20px 0px;
	font-size: 12px;
	color: #A7A9A8;
}

p.right
{
	text-align: right;
}

p.nopadding
{
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1
{
	overflow: visible;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 17px;
	font-weight: normal;
	color: #52A5C1;
	margin: 0px 0px 0px 0px;
	padding: 22px 10px 10px 10px;
	border-bottom: 1px solid #A5D3E5;
}

h2
{
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #56A7C2;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 7px;
	/*border-bottom: 1px dotted #FFFFFF;*/
	border-top: 1px dashed #FFFFFF; 
}

h2.top
{
	border-top: 0px dashed #FFFFFF; 
}

h3
{
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #56A7C2;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

h3.top
{
	text-align: right;
}

h4
{
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	line-height: 15px;
	margin: 0px 5px 20px 0px;
	font-size: 12px;
	color: #A7A9A8;
}

h5
{
	height: 20px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 17px;
	font-weight: normal;
	color: #52A5C1;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 0px solid #A5D3E5;
}

h5.abc
{
	font-size: 15px;
}

h3.title_text
{
	color: #000000;
	font-weight: bold;
}
/*************** Link Styles ***************/

a
{
	color: #52A5C1;
	text-decoration:none;
}

a:hover
{
	color: #00223e;
	text-decoration: none;
}

a.white
{
	color: #FFFFFF;
	text-decoration:none;
}

a.white:hover
{
	color: #00223e;
	text-decoration: none;
}

a.white2
{
	color: #FFFFFF;
	text-decoration:none;
	padding: 0px 5px 0px 2px;
}

a.white2:hover
{
	color: #00223e;
	text-decoration: none;
	padding: 0px 5px 0px 2px;
}

a.top_navigator
{
	float:left;
	/*background: #66B1D0;*/
	margin: 0px 0px 0px 0px;
	/*padding: 5px 5px 5px 5px; */
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #66B1D0;
	border-right: 1px dashed #FFFFFF;
	line-height: 20px;
}
 
a.top_navigator:hover
{
	float:left;
	/*background: #FFFFFF;*/
	margin: 0px 0px 0px 0px;
	/*padding:5px 5px 5px 5px; */
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	color: #00223e;
	border-right: 1px dashed #FFFFFF;
	line-height: 20px;
}

a.left_navigator
{
	/*float:left;*/
	/*background: #66B1D0;*/
	width: 168px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #000000;
	/*line-height: 20px;*/
}
 
a.left_navigator:hover
{
	/*float:left;*/
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	color: #52A5C1;
	border: 0px dashed #FFFFFF;
	/*line-height: 20px;*/
}
/*************** List Styles ***************/



ul.section_list
{
	position: relative;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	/*list-style: none;*/
}

li.section_list
{
	/*display: inline;*/
	position: relative;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	/*list-style: none;*/
}

ul.top_navigator
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

li.top_navigator
{
	display: inline;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.left_navigator
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border: 0px solid #000000;
	font-size: 11px;
	
}

ul.left_navigator li 
{
	border: 0px solid #783C1C;
	border-width: 0px 0px 0px 0px;
	color: #FFFFFF;
	list-style: none;
}

ul.left_navigator li a 
{

	color: #FFFFFF;
	display: block;
	padding: 8px 10px 17px 15px;
}

ul.left_navigator li a:hover, ul.left_navigator li a:focus
{
	background: url(/Assets/CSS/main/button_green.gif) no-repeat;
	color: #fff;
}

.selected
{
	background: url(/Assets/CSS/main/button_green.gif) no-repeat;
	color: #fff;
}
/*************** Image Styles ***************/

img
{
	border: 0px solid #000000;
	cursor: pointer;
}

img.noborder
{
	border: 0px solid #000000;
}

img.middle
{
	vertical-align: middle;
}

img.thumbnails
{
	padding-right: 5px;
	padding-top: 5px;
}

.left
{
	float: left;
	margin: 2px 0px 5px 5px;
	padding-right: 10px;
}

img.left
{
	float: left;
	margin: 2px 0px 5px 5px;
	padding-right: 10px;
}

img.right
{
	float: right;
	margin: 2px 5px 5px 0px;
	padding-left: 10px;
}

/*************** Input Styles ***************/


label {

    margin: 1em 0 0.3em 0;

    display: block;

}



input
{
	float: left;
	width: 47px;
	color: #52A5C1;
	font-size: 10px;
	line-height: 17px;
	border: 0px solid #52A5C1;
	padding: 2px 2px 2px 2px;
	margin: 2px 3px 0px 1px;
	background: #FFFFFF url(/Assets/CSS/main/input_box.gif) repeat-x;
}



input.image
{
	width: 31px;
	height: 21px;
	font-size: 10px;
	line-height: 20px;
	border: 0px solid #52A5C1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.input_box
{
	width: 93px;
	font-size: 10px;
	/*line-height: 17px;*/
	border: 1px solid #51a5c1;
	padding: 2px 2px 2px 2px;
	margin: 1px 3px 1px 14px;
	background: #FFFFFF;
}

input.textarea
{
	position: relative;
	overflow: auto;
	width: 125px;
	height: 39px;
	margin: 0px 0px 0px 5px;
	padding: 2px 2px 2px 2px;
	border: 0px solid #000000;
	background: url(/Assets/CSS/main/textarea.gif);
}

.submit
{	
	width: 70px;
	margin: 3px 1px 3px 1px;
	background: #FFFFFF;
	border: 1px solid #51a5c1;
}

.submit_button
{
	width: 70px;
	height: 19px;
	line-height: 12px;
	margin: 1px 1px 1px 1px;
	background: #FFFFFF;
	border: 1px solid #51a5c1;
}

textarea
{
	position: relative;
	overflow: auto;
	width: 124px;
	height: 39px;
	margin: 1px 0px 3px 0px;
	margin-left: 5px;
	padding: 2px 2px 2px 2px;
	border: 0px solid #000000;
	background: url(/Assets/CSS/main/textarea.gif);
	white-space: normal;
}

.myselect
{
	/*float: left;*/
	width: 200px;
	color: #52A5C1;
	font-size: 10px;
	line-height: 17px;
	padding: 1px 1px 1px 1px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #52A5C1;
	text-align: left;
}




.promotion_textarea
{
	width: 98%;
	font-size: 11px;
	line-height: 17px;
	border: 1px solid #51a5c1;
	padding: 2px 2px 2px 2px;
	margin: 3px 3px 1px 1px;
	background: #FFFFFF;
}

.promotion
{
	width: 96%;
	font-size: 10px;
	line-height: 17px;
	border: 1px solid #51a5c1;
	padding: 2px 2px 2px 2px;
	margin: 3px 3px 1px 1px;
	background: #FFFFFF;
}

blockquote
{
	margin: 1px 20px 1px 20px;
	padding: 0px 0px 0px 0px;
}

.checkbox
{
	width: auto;
	margin: 8px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

/************* Calculator Styles **************/

#layer_calculator
{	
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	position: relative;
	width: 425px;
	/*height: 100px;*/
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	/*background-color: #FDF1E3;*/
}

.calculator_box
{
	font-family: Arial, SunSans-Regular, Sans-Serif;
	position: relative;
	/*width: 438px;*/
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #F3AA73;*/
	background-color: #FFFFFF;
}

ul.calculator_list
{
	position: relative;
	margin: 0px 0px 0px 17px;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	line-height: 15px;
	list-style-type: disc;
}

li.calculator_list
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

.input_box_calculator
{
	width: 93px;
	font-size: 12px;
	/*height: 15px;
	line-height: 14px;*/
	text-align: right;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px 2px 2px 2px;
	margin: 1px 3px 1px 0px;
	background: #FFFFFF;
}
td.input_box_calculator
{
	height: 19px;
	line-height: 18px;
}

.green
{
	color: #51a5c1;
}

.layer_show
{
	display: inline;
}

.layer_hide
{
	display: none;
}

