/*

STYLES FOR GO TURKEY 
www.dogstardesign.co.uk 
info@dogstardesign.co.uk

*/

*
{
	margin: 0;
	padding: 0;
}


a { color:#009fc2; } /* turquoise */


a:hover {
   	text-decoration: none;
}

a:focus {
	color:#000000;
   	background-color: #f7f7f7; 
}

/*a:visited {
	color: #9F65B2;
}*/

img {
   border: 0;
}


ul{
	margin-left:15px;
	padding-top:0px;
	padding-bottom:10px;
}

ol {
	margin-left:25px;
	padding-top:0px;
	padding-bottom:10px;
}

form {
	padding:0;
	margin:0;
}

p {
   margin: 0 0 10px 0;  /* some air around p elements */
   padding: 0;
}

body
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   	font-size: 75.01%;
	line-height:1.4em;
	background: #FFFFFF url(../images/bg_pattern.jpg) fixed top center;
	background-repeat:repeat-y;
	color: #fff;
	text-align: center;
}
body#iframe 
{
	background: none;
}
#page
{
	width: 960px;
	margin: 0 auto;
	min-height: 98%;
	text-align: left;
	background: #ffffff; 
	color:#555555;
	text-align:left;
}

* html #page
{
	height: 100%;
}

#innerPage {
	width:928px;
	margin-left:16px;
	padding-bottom:30px;
	}

/********* HEADINGS *************/

h1 {
 	font-size:1.6em;
	line-height:1.2em;
	padding-bottom:10px;
	color:#009fc2; /*turquoise */
	border-bottom:1px solid #009fc2;
 }
 
#home h1 {
	border:none;
}
 
h2 {
 	font-size:1.1em;
	padding-bottom:10px;
	padding-top:10px;
 }

h3 {
	font-size:1.4em;
	color:#fff;
	padding-left:10px;
	padding-bottom:5px;
}


.smll {
	font-weight:bold;
	font-size:0.9em;
}

hr {
	border-bottom:1px solid #009fc2;	
}



/********* HEADER *************/

#header {
   	width:928px;
	padding-top:15px;
	margin:0;
}

.searchHolder{
	width:620px;
	float:right;
	text-align:right;
	}
	
.searchHolder label {
	position: absolute;
	left: -10000px;
}

.searchHolder span {
	padding-right:50px;
}
	
.breadcrumbHolder {
	width:928px;
	text-align:left;
	padding-bottom:10px;
	font-size:0.9em;       
	background-repeat:no-repeat;
	position: relative;
}
.breadcrumbHolder ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.breadcrumbHolder li {
	float: left;
}
.breadcrumbHolder li a {
	color:#555555;
	text-decoration: none;
}
.breadcrumbHolder li a:hover {
	text-decoration: underline;
}
#home .breadcrumbHolder{
	background-image:url(../images/bg_img.jpg);
	padding-top:260px;
}

#other .breadcrumbHolder{
	background-image:url(../images/bg_img_secondary.jpg);
	padding-top:170px;
}
	

/********* CONTENT *************/


#home #contentMain
{
	float: left;
	width: 680px;
	padding-bottom:30px;
	z-index: 1;
}

#other #contentMain
{
	float: left;
	width: 470px;
	margin-bottom:30px;
	border-bottom:1px solid #009fc2;
	z-index: 1;
}


.column1 {
	float:left;
	width:330px;
	margin-right:20px;
}

.column2 {
	float:left;
	width:330px
}

.titleImg {
	padding-bottom:2px;
}

#boxGreen, #boxRed, #boxBlue {
	padding:10px 10px 10px 10px;
	margin-bottom:15px;	
	color:#ffffff;
}

#boxGreen a, #boxRed a, #boxBlue a {
	color:#ffffff;
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	text-decoration:none;
	font-weight:bold;
}

#boxGreen .head, #boxRed .head, #boxBlue .head {
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:5px;
	}

#contentSubL .head a {
	background-position:90px 25px;
}

#boxGreen a {
	background-image:url(../images/arrowGreen.gif);
}

#boxRed a {
	background-image:url(../images/arrowRed.gif);
}

#boxBlue a {
	background-image:url(../images/arrowBlue.gif);
}

#boxGreen a:hover, #boxRed a:hover, #boxBlue a:hover {
	text-decoration:underline;
}

#boxGreen {
	background-color:#00af91;
}

#boxRed {
	background-color:#ed4737;
}

#boxBlue {
	background-color:#29b0e8;
}


#boxEmail {
	background-color:#d1ebf4; /* was e0f2f8 */
	height: 165px;
	margin:0;
	padding:0;
	position: relative;
}
#boxEmailInner {
	margin:0;
	padding: 10px;
	height: 145px;
	overflow: visible;
}
.nlboxframe {
	border: none;
	width: 230px;
	height: 165px;
	margin-bottom:15px;
}
.error {
	position: absolute;
	right: 15px;
	top: 100px;
	z-index: 5;
}

#boxButOuter {
	padding:5px;
	background-color:#b6e0ee;
}

.boxBut {
	background-color:#FFFFFF;
}

.boxBut a{
	display:block;
	text-decoration:none;
	background-image:url(../images/arrowOnBlue.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:7px 10px;
}

.boxBut a:hover {
	text-decoration:none;
	background-color:#e3f2f7;
}

.listing {
	padding-top:10px;
	margin:0;
}

.listing ul{
	padding:0;
	margin:0;
}

.listing li {
	list-style:none;
	margin-top:10px;
	margin-bottom:15px;
	padding:0;
}



/********* SUB CONTENT *************/

#contentSubR
{
	float: right;
	width: 230px;
	margin:0;
}


#contentSubL
{
	float: left;
	width: 190px;
	margin:0 20px 0 0;
}

#subMenuOuter {
	padding:5px;
	background-color:#b6e0ee;
	margin-bottom:15px;
}

.subMenu {
	background-color:#FFFFFF;
}

.subMenu ul{
	padding:0;
	margin:0;
}

.subMenu li{
	list-style:none;
	margin:0;
	border-top: 1px solid #33b2ce;	
}

ul#Smenu1 li.li1 {
	border:none;
}

.subMenu li a {
	display:block;
	text-decoration:none;
	background-image:url(../images/arrowOnBlue.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:7px 10px;
}

.subMenu li a:hover, .subMenu li a.current  {
	text-decoration:none;
	background-color:#e3f2f7;
}

.subMenuHead {
	background-image:url(../images/tab.gif);
	background-repeat:no-repeat;
	background-color:#1699cf;
	padding:7px 0 6px 10px;
	color:#FFFFFF;
	font-weight:bold;
}




/********* FOOTER *************/

#footer
{
	width: 928px;
	font-size: 0.9em;
	text-align: left; 
	color:#555555;
	border-top:1px solid #ccc;
}

.footerDetails {
	float:left;
	padding:10px 0;
}

.footerCredit {
	float:right;
	text-align:right;
	padding:10px 0;
}


/* The CSS that's required to position the footer */

html {
	height: 100%;
}

body {
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#footer {
	position: relative;
	margin: -20px auto 0 auto;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer {
	margin-top: -20px;
}

/************* FORM TAGS *************/

/*input, label {
	color:#555555;
}
input {
	padding:0px !important;
	border: 1px solid #aebdc7 !important;
}

input.submit {
	width: auto !important; 
	background-color: #e5ebee; 
	color: #555555; 
}

.submit input:hover, .submit input:focus {
	border: 1px solid #000000;
}

 */

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
}


#header .search_bar {
	position: relative;
	height: 28px;
	width: 240px;
	margin-bottom:15px;
	font-size:1em;
	background-image: url(../images/bg_search.gif);
	background-repeat:no-repeat;
}

#header .search_bar label {
	position: absolute;
	top: -9999px;
}

#header .search_bar input.go {
	position: absolute;
	top: 0;
	right: 0;
}

#s {
	padding: 4px 0 4px 10px;
	height:18px;
	background:none;
	width:150px;
	border: 0;
	outline: none;
	color: #555555;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.submit_bar {
	position: relative;
	width: 210px;
	font-size:1em;
	background-image: url(../images/bg_email.gif);
	background-repeat:no-repeat;
	background-position:top left;
	z-index: 3;
	height: 25px;
}
.submit_bar label {
	position: absolute;
	top: -9999px;
}
/* hacks for form builder html */
#msal {
	width: 25px;
}
.submit_bar div {
	margin:0;
	padding:0;
}
.hiddenItems {
	display: none;
}
.submit_bar input.go {
	margin-top:5px;
}
.submit_bar .form_line {
	display: inline;
}
.submit_bar .form_left,.submit_bar .form_val {
	display: none;
}

#boxEmail .form_message {
	color: red;
	margin:0;
	display: inline;
}
.submit_bar #memail {
	padding: 4px 10px 4px 10px;
	margin: 0;
	height:18px;
	background:none;
	width:190px;
	border: 0;
	outline: none;
	color: #555555;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
#page.ifpage {
	width: 230px;
	margin:0;
	min-height:0;
	height: auto !important;
}
#madr1, #madr2, #mcity, #muser1, #muser2  {
	width: 300px;
}
#muser3 {
	width: 300px;
	display: block;
	margin:-10px 0 0 0 ;
	padding:0;
}
.form_checkbox {
	width: 300px;
	display: block;
	margin: 10px 0 14px 0;
}
/********* ERROR MESSAGES *************/

.error_message {
	font-size:0.9em;
	color:#F2373E;
}

.error_message ul {
	list-style:none;
	padding-bottom:10px;
	margin:0;
}


/************* HIDDEN/CLEARING TAGS *************/

.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.clearer2
{
	clear: both;
	display: block;
	height: 15px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -10000px;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}


/********* EXTERNAL LINKS STYLES *************/

a.external span
{
position: absolute;
left: -5000px;
width: 4000px;
}

a.external
{
background: url(uploads/images/external-icon.gif) no-repeat 100% 0;
padding: 0 20px 0 0;
}


/********* FLOATS *************/

.left {float:left;}

.right {float:right;}

.imgright {float:right; padding-left:30px;padding-bottom:30px;}

/********SEARCH***************/
.searchlist {
	list-style: none;
	position: relative;
	padding: 20px 0 20px 0;
	margin:0 !important;
}
.searchlist h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}
.searchlist li {
	margin:0;
	padding: 2px 5px 5px 5px;
	margin: 2px 5px 5px 5px;
	position: relative;
	clear: both;
}
.advance {
	text-align: center;
}
.advance .pagelistthis {
	color: black !important;
}
.advance a:link, .advance a:visited {
	color: blue !important;
	text-decoration: none;
}
.advance a:hover {
	text-decoration: underline !important;
}
/* form builder */

.form_line {clear:both; width:400px; margin: 0; min-height: 26px;}
.form_multline {clear:both; width:400px; margin:0}
.form_line_clear {clear:both; width:500px; margin: 4px 0 4px 0;}
.form_multleft {width: 100px; float:left;}
.form_left {width: 100px; float:left;}
.form_val {width: 20px; float:left;}
.form_right {width: 150px; float:left;}
.form_tile {display: block; margin: 0px 0 10px 120px;}
.form_submit {clear:both; margin-left:100px}

.listing {
	list-style-type: none;
}
.margintop {
	margin: 15px 0 0 0;
}
#clock_div {
	padding: 3px 5px 3px 8px;
}