/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Filename: millmeadow_main.css
* Website: http://www.millmeadow.co.uk
* Author: Dan @ DCOE:DESIGNS
* Description: Handles the HTML site layout.

*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
html {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
}
#changeFont {
	position:absolute;
	top:0px;
	right:0px;
	background-color:#333333;
	padding:2px;
}
.resetFont {
	color:#CCCCCC;
	font-size:12px;
	float:left;
	margin:5px;
}
.increaseFont, .decreaseFont {
	color:#CCCCCC;
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:5px;
}
#changeFont a {
	color:#CCCCCC;
	font-size:14px;
	font-weight:bold;
	margin:5px;
}
#changeFont a:link {
	text-decoration:none;
}
#changeFont a:visited {
	text-decoration:none;
}
#changeFont a:hover {
	color:#649528;
	text-decoration: none;
	cursor:pointer;
}
#changeFont a:active {
	text-decoration: none;
}

p{
	margin-bottom:10px;
}
ul{
	margin-left:30px;
	padding-bottom:20px;
}
ol{
	margin-left:30px;
	padding-bottom:20px;
}
body {
	width:100%;
 	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#555555;
	
	
	background-color:#d8d8d8;
}
#wrapper { 
	margin: 0 auto;
	width: 898px;
	background-color:#FFF;
	background-image: url(../images/bg_edge.jpg);
	background-position:center;
	background-repeat:repeat-y;	
	padding:0 20px 0 20px;
}
#header{
	height:136px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	
	float:left;
	display:inline;
	position:relative;
	width: 100%;
	
}
#header_address{
	float:right;
	display:inline;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size:12px;
	font-style:italic;
	color:#FFFFFF;
	text-align:right;
	padding:8px 20px 20px 20px;
}
#banner{
	height:214px;
	border-bottom: 1px solid #e0e0e0;
	z-index:1;
}
#map{
	border: 1px solid #e0e0e0;
}


#faux {
	overflow: auto; 
	padding:20px;
	border-bottom: 1px solid #e0e0e0;background-image:url(../images/bg_center.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#maincolumn { 
	float: left;
	width: 620px;
	display: inline;
	position: relative;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#555555;
}
#bookcolumn { 
	float: left;
	width: 860px;
	display: inline;
	position: relative;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#555555;
}

#rightcolumn { 
	display: inline;
	float: right;
	width: 200px;
	
	font-family: Verdana, Arial;
	font-weight: normal;
	color:#000033;
	text-align:right;
}
#latest_news{
	color:#555555;
	background-color:#ebf4dd;
	padding:20px;
	border-bottom: 1px solid #e0e0e0;
	overflow: auto;
}
#latest_news h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#70b24d;
	padding: 10px 0 15px 0;
}
#latest_news h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#70b24d;
	padding: 10px 0 15px 0;
}
	#latest_news h2 a:link {
		text-decoration:none;
	}
	#latest_news h2 a:visited {
		text-decoration:none;
	}
	#latest_news h2 a:hover {
		color:#649528;
		text-decoration:none;
	}
	#latest_news h2 a:active {
		text-decoration: none;
	}
#latest_news a {
	color:#555555;
}
	#latest_news a:link {
		text-decoration:none;
	}
	#latest_news a:visited {
		text-decoration:none;
	}
	#latest_news a:hover {
		color:#649528;
		text-decoration:none;
	}
	#latest_news h2 a:active {
		text-decoration: none;
	}
	
#latest_news_left { 
	float: left;
	width: 560px;
	display: inline;
	position: relative;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#555555;
}
#latest_news_right { 
	display: inline;
	float: right;
	width: 260px;
	
	font-family: Verdana, Arial;
	font-weight: normal;
}
#latest_news_right h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#70b24d;
	padding: 0;
}
#latest_news_right h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#70b24d;
	padding: 0;
}
	#latest_news_right h2 a:link {
		text-decoration:none;
	}
	#latest_news_right h2 a:visited {
		text-decoration:none;
	}
	#latest_news_right h2 a:hover {
		color:#649528;
		text-decoration:none;
	}
	#latest_news_right h2 a:active {
		text-decoration: none;
	}
.news_sub{
	text-align:left;
	border-bottom: 1px solid #3c873a;
	padding-top:2px;
}
.news_sub h2{
	font-size:12px;
}
#latest_awards{
	padding:20px;
	border-bottom: 1px solid #e0e0e0;
	text-align:center;
	background-color:#FFFFFF;
}
#latest_awards ul {
	list-style:none;
	margin-left:0;	
}
#latest_awards li {
	float:left;
	display:block;
	margin:8px 8px 8px 8px;
	height:90px;
}
#awards ul {
	list-style:none;
	margin-left:0;		
}
#awards li {
	float:left;
	display:block;
	margin:0 12px 0 12px;
	
}
#awards_page{
	width:500px;
}
#awards_page img{
	padding:5px;
}
.special_offer{
	border-top: 1px solid #e0e0e0;
	padding:10px;
}
#more_news{
	text-align:right;
	padding-right:10px;
}
#more_news a {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
	color: #011681;
	font-weight:bold;
}
	#more_news a:link {
		text-decoration:none;
	}
	#more_news a:visited {
		text-decoration:none;
	}
	#more_news a:hover {
		color:#666666;
		text-decoration:none;
	}
	#more_news a:active {
		text-decoration: none;
	}
#sitemap{
	overflow: auto;
	padding:20px;
	border-bottom: 1px solid #e0e0e0;
	padding-left:30px;
	text-align:center;
}
#sitemap h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#252525;
	padding: 0;
}
#sitemap h1 a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#252525;
	padding: 0;
}
	#sitemap h1 a:link {
		text-decoration:none;
	}
	#sitemap h1 a:visited {
		text-decoration:none;
	}
	#sitemap h1 a:hover {
		color:#649528;
		text-decoration:none;
	}
	#sitemap h1 a:active {
		text-decoration: none;
	}
#sitemap a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#959595;
	padding: 0;
}
	#sitemap a:link {
		text-decoration:none;
	}
	#sitemap a:visited {
		text-decoration:none;
	}
	#sitemap a:hover {
		color:#649528;
		text-decoration:none;
	}
	#sitemap a:active {
		text-decoration: none;
	}
.sitemap_box{
	float:left;
	width:165px;
	text-align:left;
}
.sitemap_box ul {
	list-style:none;
	margin-bottom:10px;	
	margin-left:0;	
}
.sitemap_box li {	
}
.quote{
	margin:15px 5px 10px 5px;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
	color: #959595;
}
#thumbs{
	margin-top:20px;
}
#thumbs img {
	border: 2px solid #649528;
	background-color:#649528;
	padding:0px;
	margin:0px;
	margin-right:5px;
	margin-bottom:5px;
}
#thumbs img:hover{
	border: 2px solid #006600;
}

#contact_details { 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #649528;
	text-align:right;
	padding:10px;
}

#footer_wrapper {
	clear:both; 
float:left;
display:inline;
position:relative;
margin-left:-20px;

	width: 898px;
	background-color:#FFF;
	background-image: url(../images/bg_edge.jpg);
	background-position:center;
	background-repeat:repeat-y;	
	padding:0 20px 0 20px;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#252525;
	text-align:center;
	padding-top:5px;
	background-color:#FFF;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	
	float:left;
	display:inline;
	position:relative;
	width:897px;
	height:104px;
	margin-left:1px;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #252525;
}
	#footer a:link {
		text-decoration:none;
	}
	#footer a:visited {
		text-decoration:none;
	}
	#footer a:hover {
		color:#252525;
		text-decoration:underline;
	}
	#footer a:active {
		text-decoration: none;
	}
	
.clear { clear: both; background: none; }

hr {
	border: none 0;
	border-top: 1px dotted #649528;
	height: 1px;/* IE fix - whatever the total width of the border-top and border-bottom equal*/
 	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 5px 0px; 
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#649528;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#555555;
	text-decoration: underline;
	cursor:pointer;
}
a:active {
	text-decoration: none;
}

.bold a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000033;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style:italic;
	color:#214628;
	padding-bottom: 15px;
	padding-top: 0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#70b24d;
	padding: 0px 0 15px 0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding: 0px 0 10px 0;
}

select { 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px solid #649528;
	background-color:#FFFFFF;
	color:#000000;
	padding:2px;
}
.input_text {
 	background-color: #FFFFFF;
	border: 1px solid #649528;
	font-weight:normal;
	color:#000000;
	padding: 2px;
	width:350px;
}
textarea{
	width:350px;
	height:120px;
	border: 1px solid #649528;
	padding: 2px;
}
.input_btn {
	border: 1px solid #649528;
	background-color:#FFFFFF;
	color:#649528;
	padding:0px 5px 1px 5px;
	width:60px;
	height:22px;
	font-weight:bold;
	margin-top:1px;
}	
.input_btn:hover{
	border: 1px solid #003300;
	color:#003300;
	cursor:pointer;
}

table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal; 
	border-collapse: collapse;
	border-spacing:0px;
	border:0px;
	padding:0px 0 0px 0;
	margin:0px;
}
td {
	padding:1px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:1px; 
}


/*ul{
	margin-left:40px;
}
li {
	padding-left:10px;
	padding-bottom:2px;
}*/

/********** TEXT FORMATS ********************/

.darkgreenb{
	font-family: Verdana, Arial;
	font-weight: bold;
	color:#006600;
}
.darkblue12{
	font-family: Verdana, Arial;
	font-weight: normal;
	color:#000033;
}
.grey10{
	font-family: Verdana, Arial;
	font-weight: normal;
	color:#666666;
}
#google_translate_element{
	position:absolute;
	right:18px;
	top:100px;
}
.goog-te-menu2{
	z-index:9999;
}

