/* CSS Contact Us Box */

div.module_contact_us {
	width:126px;
	/*color:#FFFFFF;
	
	font-size:90%;
	text-align:center;
	*/
	margin: 5px 0 0 5px;
	clear:both;
	background-color:#b10043;
	background-image: url('../../Images/px_b10043.gif');
	background-position:top left;
	background-repeat:repeat;
}



/* top curves */

div.module_contact_us_top_left {
	width:7px;
	height:7px;
	padding:0;
	margin:0;
	float:left;
	background-image: url('../../Images/modules/quick_search/corner_top_left.gif');
	background-position:top left;
	background-repeat:no-repeat;
}
div.module_contact_us_top_right {
	width:7px;
	height:7px;
	padding:0;
	margin:0;
	float:right;
	text-align:right;
	background-image: url('../../Images/modules/quick_search/corner_top_right.gif');
	background-position:top right;
	background-repeat:no-repeat;
}






/* main content */

div.module_contact_us_top {
	width:110px;
	float:left;
	margin-top:4px;
	text-align:left;
}

div.module_contact_us_top h2 {
font-size: 0.75em;
background-image: url('../../Images/dot_h_white.gif');
background-position:bottom left;
background-repeat:repeat-x;
padding:0 0 3px 0;
margin:0;
color:#FFF;
background-color:#b10043;
	
}


div.module_contact_us_content {
font-size: 0.75em;
margin: 0px 7px;
color:#FFF;
/*background-color:#cf3;
background-color:#b10043;*/
text-align:left !important;
}


div.contact_details {
background-image: url('../../Images/dot_h_white.gif');
background-position: left bottom;
background-repeat: repeat-x;
margin: 5px 0px 3px 0px;
padding-bottom: 3px;
}

div.module_contact_us_content a {
display: block;
color:#FFF;
font-size: 1em;
font-weight:bold;
text-decoration:none;
background-image: url('../../Images/dot_h_white.gif');
background-position: left bottom;
background-repeat: repeat-x;
margin: 2px 0px 0px 0px;
padding-bottom: 3px;
}

div.module_contact_us_content a:hover {
text-decoration:underline;
}

div.module_contact_us_content a:visited {
color:#FFF;
}












/* bottom curves */
div.module_contact_us_bottom {
	color:#FFFFFF;
	background-color:#b10043;
	height:7px;
	min-height: 7px;
	width:100%;
}
div.module_contact_us_bottom_left {
	width:7px;
	height:7px;
	margin:0;
	padding:0;
	float:left;
	background-image: url('../../Images/modules/quick_search/corner_bottom_left.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
}
div.module_contact_us_bottom_right {
	width:7px;
	height:7px;
	margin:0;
	padding:0;
	float:right;
	background-image: url('../../Images/modules/quick_search/corner_bottom_right.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
}


