@charset "utf-8";

v\:*
{
	behavior: url(#default#VML);
}
body
{
	font-family: Tahoma, Arial;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
}
img
{
	border: none;
}
body, td, th, p, input, select, textarea, ul, ol, li, button
{
	font-family: Tahoma, Arial;
	font-size: 13px;
}
h1
{
	font-size: 16px;
}
input, label, textarea
{
	padding: 2px;
	font-size: 14px;
}
select
{
	padding: 1px;
	font-size: 14px;
}
form
{
	margin: 0;
}
a:link, a:visited, a:active
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	color: #333;
	text-decoration: underline;
}
.inline
{
	display: inline;
}
.noMargin
{
	margin: 0 !important;
}
.noPadding
{
	padding: 0 !important;
}
.noBorder
{
	border: none !important;
}
.floatRight
{
	float: right;
	margin-left: 0;
}
.floatLeft
{
	float: left;
	margin-right: 0;
}
.clearFloat
{
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.checkbox
{
	border: none;
	width: 14px;
	margin: 0;
	height: 16px;
}
button
{
	font-size: 12px;
	padding: 5px 10px;
	border: none;
	background-color: #CD271B;
	color: #fff;
	text-transform: uppercase;
	width: 84px;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul.success
{
    color: #ffffff;
	background-color: #008000;
    list-style-position: inside;
}
ul.success li
{
    color: #ffffff;
	padding: 5px;
}
ul.error
{
    color: #ffffff;
	background-color: #e10000;
    list-style-position: inside;
}
ul.error li
{
    color: #ffffff;
	padding: 5px;
}
img.loading
{
    visibility: hidden;
    display: none;
}
.red
{
    color: #e10000;
}
.green
{
	color: #008000;
}
.darkGray
{
	color: #444751;
}
.visible
{
	display: block;
	visibility: visible;
}
.invisible
{
	display: none;
	visibility: hidden;
}


/********** Container **********/
.pageContainer
{ 
	width: 750px;
	margin: 0 auto;
	border: none;
	text-align: left;
}


/********** Header **********/
.pageHeader
{
	margin: 10px auto;
	width: 750px;
}
.pageHeader .logo
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F3F3F3;
	padding: 10px;
}
.pageHeader .menu
{
	text-align: right;
}
.pageHeader .menu a, .pageHeader .menu a:visited, .pageHeader .menu a:active, .pageHeader .menu a:link
{
	color: #333;
	background-color: #F3F3F3;
	margin-left: 10px;
	padding: 5px 8px;
	display: block;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pageHeader .menu a:hover
{
	color: #fff;
	background-color: #888;
	text-decoration: none;
}


/********** Search form **********/
.searchForm
{
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/form-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #2F68AE;
	color: #fff;
}
.searchForm .field
{
	float: left;
	margin-right: 15px;
}
.searchForm .field label
{
	display: inline-block;
}
.searchForm .bottomRow
{
	padding-top: 15px;
}
.searchForm .advanced
{
	display: none;
	padding-top: 10px;
}
.searchForm .title
{
	padding-bottom: 15px;
}
.searchForm input, .searchForm select
{
	border: solid 1px #fff;
}
.searchForm button
{
	width: 84px;
}
.searchForm a, .searchForm a:visited, .searchForm a:active, .searchForm a:link
{
	font-size: 9px;
	width: 84px;
	text-align: center;
	padding: 2px 0;
	color: #333;
	background-color: #F3F3F3;
	display: block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.searchForm a:hover
{
	color: #fff;
	background-color: #888;
	text-decoration: none;
}


/********** Banners **********/
.banner750x100
{
	width: 750px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.banner200x44
{
	float: right;
	width: 200px;
}


/********** Content **********/
.pageContent
{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F3F3F3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pageContent h1
{
	color: #214A7C;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: solid 1px #214A7C;
	padding-bottom: 2px;
}
.pageContent p
{
	font-size: 14px;
}


/********** Footer **********/
.pageFooter
{
	margin-top: 10px;
	width: 750px;
}
.pageFooter .copyright a, .pageFooter .copyright a:visited, .pageFooter .copyright a:active, .pageFooter .copyright a:link
{
	margin: 0;
}
.pageFooter a, .pageFooter a:visited, .pageFooter a:active, .pageFooter a:link
{
	color: #333;
	background-color: #F3F3F3;
	margin-left: 10px;
	padding: 5px 8px;
	display: block;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pageFooter a:hover
{
	color: #fff;
	background-color: #888;
	text-decoration: none;
}

/********** Contacts **********/
.contacts
{
	margin-top: 20px;
}
.contacts label
{
	float: left;
	width: 100px;
}
.contacts .field
{
	margin-bottom: 10px;
}
.contacts input
{
	width: 300px;
}
.contacts textarea
{
	max-height: 300px;
	width: 610px;
	height: 100px;
}


/********** Pager **********/
div.pager
{
	margin-top: 10px;
	clear: both;
	text-align: center;
}
div.pager a
{
	display: inline-block;
	font-size: 12px;
	padding: 2px 4px;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #214A7C;
}
div.pager a, div.pager a:link, div.pager a:active, div.pager a:visited
{
	background-color: #214A7C;
	color: #ffffff;
}
div.pager a:hover, div.pager a.current, div.pager a.current:link, div.pager a.current:hover, div.pager a.current:active, div.pager a.current:visited
{
	background-color: #ffffff;
	color: #333;
}
div.pager a.current, div.pager a.current:link, div.pager a.current:hover, div.pager a.current:active, div.pager a.current:visited
{
	font-weight: bold;
}
div.pager span.sep
{
	padding-right: 3px;
}
div.pager .prevnext
{
	padding-left: 4px;
	padding-right: 4px;
}


/********** Municipalities **********/
div.municipalities
{
	width: 700px;
	text-align: center;
	margin: 0 auto;
}
div.municipalities table
{
	width: 100%;
}
div.municipalities td
{
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}


/********** Post codes **********/
.postCodes
{
	width: 100%;
}
.postCodes td, .postCodes th
{
	background-color: #fff;
	vertical-align: middle;
	padding: 3px 4px;
	text-align: left;
}
.postCodes tr:hover td
{
	background-color: #FFFFC6;
}
.postCodes .postCode
{
	text-align: center;
}
.postCodes img
{
	margin-top: 3px;
}


/********** Post codes are... **********/
.postCodesAre
{
	color: #888;
	padding: 10px;
	text-align: justify;
	font-size: 12px;
}

