/*------------------------------- Global Styles -------------------------------*/
BODY {
	margin-top: 0;
	padding-top: 0;
	background-color: white;
	color: #202d44;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.3;
}
A, A:Link, A:Visited, A:Active {
	color: #5274b9;
	font-weight: normal;
	text-decoration: none;
}
A:Hover {
	color: #5274b9;
	text-decoration: underline;
}
A IMG {
	border-style: none;
	text-decoration: none;
}

/*------------------------------- Page Container -------------------------------*/
DIV.BorderBox {
	width: 775px;
	margin: 20px auto 5px;
/*	border: 1px solid #898e7c; */
	border-top: 3px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 3px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}
DIV.BodyBox {
	width: 775px;
	background-color: #cad8f2;
/*	background-color: #233152; */
}

/*------------------------------- Header Section -------------------------------*/
DIV.BannerTop {
	width: 775px;
	height: 112px;
	margin: 0;
	background: white url('http://www.smallstar.co.uk/mex/images/mountain_banner_1.jpg') no-repeat bottom left;
	text-align: right;
}
DIV.BannerTop DIV.HomeLink {
	float: right;
	margin: 6px;
	font-size: 0.8em;
}
DIV.BannerBot {
	width: 775px;
	height: 112px;
	margin: 0;
	background: white url('http://www.smallstar.co.uk/mex/images/mountain_banner_2.jpg') no-repeat top left;
}
DIV.BannerLeft {
	float: left;
	width: 220px;
	text-align: center;
}

/*------------------------------- Menu Section -------------------------------*/
DIV.MenuBox {
	float: right;
	width: 555px;
	margin: 0;
	padding: 0;
	background-color: #cad8f2;
	text-align: center;
}
DIV.MenuBox UL {
	margin: 5px 0;
	padding: 0;
	font-size: 0.7em;
}
DIV.MenuBox UL LI {
	display: inline;
	margin: 0 7px;
	text-transform: uppercase;
}
DIV.MenuBox UL LI A,
DIV.MenuBox UL LI A:Link,
DIV.MenuBox UL LI A:Visited,
DIV.MenuBox UL LI A:Active {
	text-decoration: none;
	color: #5274b9;
	font-weight: bold;
}
DIV.MenuBox UL LI A:Hover {
	text-decoration: underline;
	color: #5274b9;
	font-weight: bold;
}

/*------------------------------- Common Page Content -------------------------------*/
DIV.ContentBox {
	margin: 0 0 0 220px;
	background-color: white;
}

DIV.ContentBox DIV.Content {
	float: right;
	width: 535px;
	margin: 10px 10px 10px 0;
}

DIV.Breadcrumbs {
	font-size: 0.8em;
}
DIV.BackLink {
	font-size: 0.8em;
}
DIV.Divider {
	margin: 3px 0 2px;
}
DIV.BreakerRight {
	clear: right;
}
DIV.Breaker {
	clear: both;
}

/*------------------------------- Footer Section -------------------------------*/
DIV.FooterBox {
	float: right;
	width: 555px;
	padding: 5px 0;
	background-color: #cad8f2;
	text-align: center;
	font-size: 0.8em;
}
DIV.FooterBox P {
	margin: 0.5em 0;
	padding: 0;
}
IMG.MemberLogo {
	padding: 0 5px;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}

DIV.Footer {
	color: #bbbbbb;
	text-align: center;
	font-size: 0.8em;
}
DIV.Footer A,
DIV.Footer A:Link,
DIV.Footer A:Visited,
DIV.Footer A:Active {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}
DIV.Footer A:Hover {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}

/*------------------------------- Form Styles -------------------------------*/
DIV.ErrorBox, DIV.SuccessBox {
	margin: 10px 5px;
	padding: 0;
	background-color: #ffffff;
}
DIV.ErrorBox {
	border: 1px dashed #dd2222;
	color: #dd2222;
}
DIV.SuccessBox {
	border: 1px dashed #5ea321;
	color: #5ea321;
}
DIV.ErrorBox UL,
DIV.ErrorBox P,
DIV.SuccessBox UL,
DIV.SuccessBox P {
	margin: 10px;
	font-size: 0.8em;
}

/*------------------------------- Content Styles -------------------------------*/
DIV.PageTitle {

}
DIV.SectionTitle {
	font-size: 1.2em;
	color: #5274b9;
}
DIV.SubTitle {
	font-size: 0.8em;
	color: #202d44;
	font-style: italic;
}

DIV.CMS_Content {
	text-align: left;
	font-size: 1.0em;
}
DIV.CMS_Content P, DIV.CMS_Content UL {
	margin: 1em 0;
	font-size: 0.8em;
}
DIV.CMS_Content P SPAN.title {
	color: #5274b9;
	font-size: 1.2em;
	font-weight: bold;
}
DIV.CMS_Content P SPAN.subtitle {
	color: #5274b9;
	font-size: 1.0em;
	font-weight: bold;
}
DIV.CMS_Content DIV.Photomid IMG,
DIV.CMS_Content IMG.Photoleft,
DIV.CMS_Content IMG.Photoright {
	border: 1px solid #898e7c;
}
DIV.CMS_Content DIV.Photomid {
	display: block;
	text-align: center;
}
DIV.CMS_Content IMG.Photoleft {
	float: left;
	margin: 6px 8px 4px 0;
}
DIV.CMS_Content IMG.Photoright {
	float: right;
	margin: 6px 0 4px 8px;
}

/*------------------------------- Index Page -------------------------------*/
TABLE.IntroBoxes {
	margin-bottom: 5px;
}
TABLE.IntroBoxes TD.IntroBox {
	text-align: center;
	background-color: #cad8f2;
}
TABLE.IntroBoxes TD.IntroBox IMG.BoxPic {
	margin: 3px 3px 0;
/*	border-top: 1px solid #898e7c;
	border-right: 1px solid #898e7c;
	border-left: 1px solid #898e7c; */
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

TABLE.IntroBoxes TD.IntroBox DIV.BoxContent {
	margin: 0 3px 3px;
/*	border: 1px solid #898e7c; */
	border: 1px solid #e9e9e9;
	background: #e8e8e8 url('../images/intro_box_bg.gif') repeat-x top left;
}
TABLE.IntroBoxes TD.IntroBox DIV.BoxContent DIV.BoxTitle {
	margin: 2px 4px 0;
	text-align: left;
	font-size: 1.1em;
}
TABLE.IntroBoxes TD.IntroBox DIV.BoxContent DIV.BoxText {
	margin: 0 4px 2px;
	text-align: left;
	font-size: 0.8em;
}

DIV.BoxTitle A, DIV.BoxTitle A:Link, DIV.BoxTitle A:Visited, DIV.BoxTitle A:Active {
	color: #5274b9;
	font-weight: normal;
	text-decoration: none;
}
DIV.BoxTitle A:Hover {
	color: #5274b9;
	text-decoration: underline;
}
DIV.BoxText A, DIV.BoxText A:Link, DIV.BoxText A:Visited, DIV.BoxText A:Active {
	color: #202d44;
	font-weight: normal;
	text-decoration: none;
}
DIV.BoxText A:Hover {
	color: #202d44;
	text-decoration: underline;
}

DIV.IndexContent {
	font-size: 0.8em;
}

/*------------------------------- Enquiry Page -------------------------------*/
TABLE.EnquiryForm {
}
TABLE.EnquiryForm TH {
	text-align: right;
	font-size: 0.8em;
}
TABLE.EnquiryForm TD {
	font-size: 0.8em;
}
TABLE.EnquiryForm TD TEXTAREA {
	width: 240px;
	height: 80px;
}

/*------------------------------- News Page -------------------------------*/
DIV.NewsItem {
	margin: 0 0;
	padding: 3px 0;
}
DIV.NewsItem DIV.NewsPic {
	float: left;
}
DIV.NewsItem DIV.NewsTitleLink {
	margin-left: 130px;
	font-size: 0.9em;
	color: #371400;
}
DIV.NewsItem DIV.NewsTitleLink A,
DIV.NewsItem DIV.NewsTitleLink A:Link,
DIV.NewsItem DIV.NewsTitleLink A:Visited,
DIV.NewsItem DIV.NewsTitleLink A:Active {
	color: #5274b9;
	text-decoration: none;
}
DIV.NewsItem DIV.NewsTitleLink A:Hover {
	color: #5274b9;
	text-decoration: underline;
}
DIV.NewsItem DIV.NewsDateTime {
	margin-left: 130px;
	color: #202d44;
	font-size: 0.8em;
	font-style: italic;
}
DIV.NewsItem DIV.NewsSnippet {
	margin-left: 130px;
	font-size: 0.8em;
}

