@charset "utf-8";
/* CSS Document */

#banner {
	background-color:#006699;
	height:3px;
	width:960px;
}

/* hack for IE */

* html div#banner {
	padding:0;
	margin:0;
}

#body_background {
	background-color:#f6f6f6;
}

#content_panel {
	margin: 0 208px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	text-align: left;
}

#content_panel_textbox {
	background-color:#f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:540px;
	margin-left:10px;
	padding-left:5px;
	margin-top:15px;
	padding-bottom:40px;
}

	#content_panel_textbox h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:lighter;
		padding-top:15px;
		color:#333333;
		margin-bottom:13px;
	}
	
	#content_panel_textbox h2 {
		clear:both;
		font-size:11px;
		font-weight:bold;
		color:#006699;
		padding-top:5px;
	}
	
	#content_panel_textbox h2 a {
		font-size:11px;
		font-weight:bold;
		color:#006699;
	}
	
	#content_panel_textbox p {
		clear:both;
		line-height:16px;
		margin-top:15px;
		margin-bottom:15px;
	}
	
	#content_panel input {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	
	#content_panel span.compulsory {
		color:#FF0000;
	}

#left_panel {
	background-color:#000000;
	float: left;
	width: 180px; /*Width of left column*/
	margin-left: -960px;
	border-right:1px solid #CCCCCC;
}

#right_panel {
	background-color:#000000;
	float: left;
	width: 208px; /*Width of right column*/
	margin-left: -208px; /*Set left marginto -(RightColumnWidth)*/
}

/* hack for IE */

* html div#footer {
	margin-top:-3px;
}

/* STYLES FOR MAILING LIST AREA */

div#mailing_list {
	background-image:url(../images/subpage/icon_mailing_list_bg.jpg);
	background-repeat:repeat-x;
	height:109px;
}

div#mailing_list_form {
	background-image:url(../images/subpage/icon_mailing_list.jpg);
	background-repeat:no-repeat;
	padding-top:25px;
	padding-left:15px;
	padding-right:20px;
	text-align:right;
}

div#mailing_list input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* END OF STYLES FOR MAILING LIST AREA */

div.img_box {
	float:left;
	margin-right:10px;
	padding-bottom:10px;
}

div.img_box img {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}


/* STYLES FOR BRAND LOGO PLACEMENTS */

div.brand_logo_container {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

div.brand_logo_container img {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

/* END OF STYLES FOR BRAND LOGO PLACEMENTS */

/* STYLES FOR BRAND TABLE */

div.brand_group {
	float:left;
	padding:2px;
	padding-bottom:5px;
	padding-right:5px;
	margin-bottom:10px;
	margin-right:15px;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #dedede;
	border-right:1px solid #dedede;
}

div.brand_logo {
	float:left;
	padding-right:2px;
	border-right:1px solid #dedede;	
}

div.brand_location {
	float:left;
	width:29px;
	padding-left:4px;
}
	
	div.brand_location img {
		padding-bottom:1px;
	}

/* END OF STYLES FOR BRAND TABLE */