/*#############################################################
Name: MM Default
Date: 23-08-2008
Description: CSS & Div template, 3 column fixed width.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #3d3b3b;
}
a:hover {
	color: #3d3b3b;
}
body {
	background: #61162d;
	color: #666;
	font: normal 55% Verdana, Tahoma, arial, sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em Verdana, Tahoma, arial, sans-serif;
}
p,cite,code,ul,ol, .content .item {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
        color: #61162d;
        padding-top: 6px;
}
h2 {
	font-size: 1.2em;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 6px;
        color: #61162d;
}
code {
	background: url(../img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em Verdana, Tahoma, arial, sans-serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em Verdana, Tahoma, arial, sans-serif;
	padding-left: 28px;
}
h3 {
	color: #222222;
	padding-top: 6px;
}

h4 {
        font-size: 1.1em;
        color: #61162d;
        font-weight: normal;
}
/* misc */
.clearer {
	clear: both;
	display:none;
}

/* structure */
.container {
	margin: 0 auto;
	margin-top:10px;
	width: 1000px;
	background: #fff url(../img/mm_tree.png) no-repeat top right;
}

/* title */
.title h1 {
	display:none;
	color: #666;
	font: normal 0.1em Verdana, Tahoma, arial, sans-serif;
}
.header {
	height: 300px;
	background: transparent;
}

.headerLogo {
	float:left;
	height: 100px;
	width: 660px;
	background: url(../img/mm_header.png) no-repeat;
}

#share {
clear:both;
float:left;
position:absolute;
width:125px;
height:16px;
z-index:1;
margin:45px 0 0 830px;
}

#headerImageWrapper{
	clear:both;
	padding-left: 1px;
	background-position: center;
	height:200px;
	}

#image1, #image2, #image3{
	margin: 0;
	padding-left: 2px;
	width: 330px;
	height:200px;
	float: left;
	}

#contentBody {
	float:left;
	width: 1000px;
	padding-top:40px;
	background: url(../img/mm_crossbar.png) no-repeat top left;
}

#contentfooterimage {
	float:left;
	width: 1000px;
	background: url(../img/mm_footer.gif) no-repeat bottom center;
}

#contentwrap {
	float:right;
	width: 820px;
}

/* content main */


/********** start left navigation **********/
/* in /css/f_v.css */
/********** end left navigation **********/

#sidecolumn {
	margin-top: 15px;
	width: 150px;
}

.sidecontent {
	float: left;
	margin-top:10px;
	padding-top:5px;
	background: transparent;
	clear:left;
	width: 150px;
	/* border-top: 1px dotted #666; */
}

.sidecontent H1 {
	font-size:1.2em;
	font-weight: normal;
	text-indent:16px;
	color:#333;
}

.sidecontent INPUT.search_string {
	margin-left:5px;
	padding:2px;
	width:100px;
}
.sidecontent INPUT.search_submit {
	float:left;
	margin:5px 0px 5px 5px;
}

.sidecontent p {
	margin-left:16px;
	font-size:1.1em;
	font-weight: normal;
	color:#777;
	line-height:150%;
}

/* content area */

.breadcrumb {
	padding-left:40px;
}

.content {
	float: left;
	width: 550px;
}

.content .item {
	padding: 6px 12px;
	background: transparent;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
        list-style: url(../img/bullet_point.gif);
	margin-left: 28px;
}

#rightcolumn {
	float: right;
	margin: 0;
	padding: 20px 20px 0 0;
	width: 220px;
}

.acc_table {
	font-size:0.8em;
	list-style: url(../img/bullet-content.png);
	margin-left: 18px;
        margin-top: 6px;
}
/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	background: url(../img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	clear: both;
	height: 25px;
	width: 1000px;
	background-color: #61162d;
}

.footer .left {
	float:left;
	height: 25px;
	width: 25px;
}

.footer .center {
	float:left;
	padding-top:8px;
	color: #888;
	text-align: center;
	height: 17px;
	width: 950px;
}

.footer a {
	color: #888;
	text-decoration: none;
}
.footer a:hover {
	color: #eee;
	text-decoration: underline;
}

.footer .right {
	float:right;
	height: 25px;
	width: 25px;
}


/* form elements - general */

.sidecontent form {
	margin: 5px 5px 5px 15px;
	padding: 2px 2px 2px 5px;
	background: none;
	border: none;
}
.sidecontent input {
	margin: 5px;
}

form {
	margin: 0px;
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}

form table td {
	padding:5px 0 5px 0;
	border-bottom: 1px solid #eee;
}
input, textarea {
	margin: 2px;
	padding: 1px;
	font: normal 1em Arial, Verdana, Tahoma, sans-serif;
	color:#777;
	border: 1px solid #ccc;
}
textarea {
	width: 160px;
	height:100px;
}
select {
	margin: 2px;
	padding: 0px 1px 0px 1px;
	font: normal 1em Arial, Verdana, Tahoma, sans-serif;
	color:#333;
	border: 1px solid #ccc;
}
option {
	margin: 2px;
	padding: 0px 1px 0px 2px;
	border-bottom: 1px solid #ccc;
}
checkbox, radio {
	margin: 0px;
	padding: 0px;
}

.field_checkbox, .field_radio {
	clear:left;
	float:left;
	display:block;
	margin: 0.3em 0px 0px 0px;
	padding: 0px;
	border: none;
}
.checkbox_label, .radio_label {
	float:left;
	display:block;
	margin: 0px;
	padding-left: 5px;
	line-height:2.1em;
	text-align:left;
	width:85%;
}

fieldset {
	border: none;
}
input.button, input.submit, input.search_submit, input.route_submit {
	margin: 0;
	padding: 2px 3px;
	color: #61162d;
	border: 1px solid #61162d;
}

input.button:hover, input.submit:hover, input.search_submit:hover, input.route_submit:hover {
	color: #fff;
	background:#61162d;
}


/* Google Map pop up css */
#route_form, #route_form table td {
	padding:0;
	background:none;
	border:none;
}
.route_td {
	font-size:0.8em;
}
.route_help {
	font-size:0.9em;
}
/* Tourism Logos */
#tick {
	padding: 0 0 10px 12px;
        background: none;
        border:none;
}
#take-a-break {
	padding: 0 0 10px 0;
}

/* Recommend this Page */
#recommend {
	clear:both;
	padding: 10px 0px 5px 0px;
	width: 800px;
        float: left;
	text-align: center;
}

#recommend a {
	color: #666;
}

#recommend img {
border: none;
}