/* BASE SITE STYLE SHEET - AUTHOR NEIL TURNBULL */

/* NOTE - Changes to this document should be noted through the recognised change control procedure */

/* GENERIC STYLES, HEADERS */

* {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	display: none;
}
h2 {
	color: #FFFFFF;
	padding-right: 7px;
	padding-left: 7px;
	background-image: none;
	background-repeat: repeat-x;
	font-weight: bold;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
}	
ul {
	margin-left: 20px;
	margin-top: 20px;
}

a:link {
	color: #333333;
	text-decoration: none;
	padding-bottom: 4px;
}
a:hover, a:active {
	text-decoration: none;
	color: #6C8F2C;
}
a:visited {
	text-decoration: none;
	color: #6C8F2C;
	margin: 0px;
	padding: 0px;
}
p, ul, ol {
	margin-bottom: 0.8em;
	line-height: 180%;
	color: #333333;
}
img {
	margin: 0px;
	padding: 0px;
}
table {
	background-color: #FFFFFF;
	background-image: none;
	margin: 10px;
	width: 95%;
}
table img {
	padding: 5px;
}
th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	color: #333333;
	vertical-align: top;
}
td {
	padding: 5px;
	vertical-align: top;
	color: #333333;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
object {
	margin: 0px;
	padding: 0px;
}
iframe {
	margin-left: 5px;
	margin-right: 5px;
}
/* Content */

#content {
	float: left;
	width: 270px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
/* CONTAINER */

#container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#logo {
	float: left;
	width: 200px;
	height: 100px;
	margin-top: 30px;
}
#logo-divide {
	float: left;
	width: 760px;
}
#logo-home {
	height: 100px;
	width: 200px;
	text-indent: -9999px;
}
#logo-home a {
	height: 100px;
	width: 200px;
	display: block;
}
#evisit {
	display: none;
	/* evisit hack - This prevents the white space at the foot of the page where the evisit coding appears */
}
#tabs-search {
	width: 960px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	float: right;
	margin-top: 0px;
	margin-bottom: 20px;
	clear: left;
}

/* SEARCH */

#search {
	width: 760px;
	margin-top: 30px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: right;
}
#search legend {
	display: none;
}
#search label {
	display: none;
}


/* MAIN SITE SEARCH */

#search input {
	color: #B3B3FF;
	padding: 6px;
	border: 1px solid #FFFFFF;
	height: 20px;
	width: 290px;
	background-color: #4A4AAE;
}
#search #sa {
	color: #FFFFFF;
	background-color: #009603;
	font-weight: bold;
	margin-left: 5px;
	padding: 3px;
	height: 34px;
	width: 44px;
	border-top-color: #009603;
	border-right-color: #009603;
	border-bottom-color: #009603;
	border-left-color: #009603;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* FOOTER */

/* Main FOOTER and H2 styling in browse-default and home to allow style switch */

#footer p {
	color: #FFFFFF;
	margin-bottom: 7px;
}
#footer a {
	color: #FFFFFF;
	padding-bottom: 2px;
	text-decoration: none;
}
#footer  a:hover  {
	color: #FFFFFF;
	padding-bottom: 2px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#footer  ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
}
#footer ul li {
	color: #FFFFFF;
	padding-bottom: 5px;
	list-style-type: none;
}
#footer .container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer .container .copy {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#footer .container .small{
	float: left;
	width: 250px;
	margin-top: 20px;
	text-align: left;
}
#footer .container .small ul {
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer .container .small p {

}
#footer .container .small .copyright {
	float: left;
	width: 100%;
	padding-left: 0px;
	margin-top: 7px;
}

#footer #large {
	float: left;
	width: 420px;
	margin-top: 20px;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
}
#footer .container #footer-long {
	font-size: 80%;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 20px;
}

#footer .container #large ul.left {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer .container #large ul.right {
	width: 180px;
	float: left;
}
#footer .container #large .home-quick {
	height: 40px;
	padding-left: 45px;
	background-image: url(../base-images/2013-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer   .container   .small   .home-best {
	height: 40px;
	padding-left: 45px;
	background-image: url(../base-images/home-best.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
#footer .container #large .home-contact {
	height: 40px;
	padding-left: 45px;
	background-image: url(../base-images/home-quick.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}



#google_translate_element {
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 12px;
	margin-top: 0px;
	padding-top: 0px;
}

#switchform {
	font-weight: bold;
	padding-left: 7px;
	margin-left: 0px;
	margin-top: 20px;
}
#switchform input {
	margin-right: 14px;
}
#footerdev #largedev {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: centre;
	margin-right: 20px;
	margin-left: 20px;
}