/* ------------------------------------
TVAC Style Sheet (print)
version: 1.0
author: Maraid Design
email: hello@maraid.co.uk
website: http://www.maraid.co.uk
------------------------------------- */

/* Last updated by JM 28 July 2013 */

/*typography and colours
--------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, time, mark, audio, video {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	}	

body {
	font-family: Verdana, Arial, sans-serif;
	font-size:small;
	color: #484848;

	}
	
h1, h2, h3, nav.main-nav, dt {
	margin-bottom:1em;
	font-weight: 300;
	font-size: 140%;
	line-height: 1.6em !important;
	}	
	
header, div.wrap a { /* removes underline in safari */
	text-decoration: none;	
	}
 

h3, dt {
	color: #1A577F;
}
	
p, ol, ul, blockquote {
	line-height:1.6em;
	margin-bottom:1em;
	}
	
address {
	font-style: normal;
}		
	
a {
	color: #1a5b87;
	}		
	
a h1 {
	color: #d44c75;
	}
	
h2.home {
	margin-top:1em;
}		
	
section#contentnarrow a {
	color:#d44c75;
}	

b, strong {
	font-weight: 700;
}	

footer a {
	margin-left: 6px;
}
	

footer {
	border-top: 1px solid #ccc;
	margin-top:2em;
	padding-top:2em;
}

div#map {
	width:100%;
	height:300px;
	margin-bottom: 2em;
}
	
/*lists
--------------------------------------*/	

article ol {
	margin-left: 20px;
}

article ol li {
	margin-bottom:1em;
}

ul.modules {
	margin-top: 2em;
}

ul.modules li {
	width: 23.40425531914893%;  /* 220/940*/
	margin-right: 2.127659574468085%;  /* 20/940*/
	float: left;
	list-style-type: none;
	margin-bottom: 2em;
}

ul.modules li h2 span, ul.modules li h3 span {
	background:url(../images/site/arrow-blue.jpg) no-repeat 100% 50%;
	padding: 0.6em 30px 1em 0;
	display: inline
}

ul.modules li h2, ul.modules li h3  {
	background:url(../images/site/line-blue.jpg) no-repeat 0 100%;
	padding: 0.6em 0 1em 0;
	display: block
}

ul.modules li img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

ul.modules a {
	text-decoration: none;
}

ul.modules a p {
	color: #484848;
}

ul.modules li:nth-child(4n+4) {  
  margin-right:0;
}

ul#services {
	list-style-type: none;
}

section#contentnarrow ul {
	list-style-type: none;
	margin-left: 10px;
}

section#contentnarrow ul li {
	background:url(../images/site/bullet.jpg) no-repeat 0 7px;
	padding-left: 20px;
}

.info ul {
	list-style-type: none;
}

.info li {
	margin-bottom: 1em;
}

.info span {
	color:#1A577F;
}




/*images
--------------------------------------*/

img {
	width:100%;
}

img.size {
	width:auto;
}

section#contentnarrow img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin-bottom: 1em;
}

/*forms
--------------------------------------*/

form fieldset {
	margin: 0 0 20px 0;
	}
form fieldset.form-actions {
	margin: 0;
	}
form fieldset label {
	display: block;
	margin: 0 0 5px 0;

	}
form fieldset input.form-text, form fieldset textarea {
	display: block;
	width: 50%;
	padding: 4px;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	}

form fieldset textarea {
	width:80%;
}	
	
form fieldset input.form-text:focus {
	border: 1px solid #ccc;
	background: #fff;
	}
form fieldset p.form-help {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #999;
	}
form input[type="submit"] {
	margin: 0;
	padding: 5px 10px;
	border: none;
	background-color: #1a5b87;
	cursor:pointer;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	color: #fff;
	font-size: 100%;
	}
form input[type="submit"]:hover,
form input[type="submit"]:focus {
	border:none;
	background: #C32152;
	}
form input[type="submit"]:active {
	border: none;
	background: #C32152;
	}				
	

/*other
--------------------------------------*/

div.horrule {
	height: 1px;
	border-top: 1px solid #e4e4e4;
	margin: 20px 0 20px 0;
	}

div.horrule hr {
	display: none;
	clear:both;
	}
	
.hidden, footer span, nav.main-nav, nav.sub-nav, .btn-main-nav {
	position: absolute;
	left: -10000px;
	width: 1px;
	height:1px;
	overflow:hidden;
	top:auto;
	}	
	
.clear-float:after {/*clear floated elements*/
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
* html .clear-float { height:1%; } /* IE6 */
*:first-child+html .clear-float { min-height:1%; } /* IE7 */

.clear {/*clears anything leaving no gap*/
	float:none;
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	}

.clearheight {/*clear anything leaving a gap*/
	float:none;
	clear:both;
	}
	
.end {
	margin:0 !important;
}		
	
/*banner 
--------------------------------------*/

.wrapper, #content {
    z-index: 101;
	position: relative;
}


.pcarousel { position: relative; z-index: 1; }
.pcarousel ul, .pcarousel li { margin: 0; padding: 0; list-style-type: none;}

.pcarousel img { display: block; }
.flex-control-paging { display: none; }
.flex-direction-nav { position: absolute; width: 100%; top: 40%; z-index: 2; }
.flex-direction-nav .flex-prev { position: absolute; left: 5%; width: 27px; height: 38px; text-indent: -9999em; background: transparent url(../images/site/arrows.png) 0 0 no-repeat; list-style-type: none;}
ul.flex-direction-nav  {
	list-style-type: none;
}
.flex-direction-nav .flex-next { position: absolute; right: 5%; width: 27px; height: 38px; text-indent: -9999em; background: transparent url(../images/site/arrows.png) 0 -76px no-repeat; }
.flex-direction-nav .flex-prev:hover { background-position: 0 -38px; }
.flex-direction-nav .flex-next:hover { background-position: 0 -114px }
.flex-pauseplay { position: absolute; left: -9999em; top: -9999em; height: 0; width: 0; }



	
/*media queries 
--------------------------------------*/

@media screen and (max-width:960px) {


}	/* end of media 960 */	



@media screen and (max-width:880px) {



}	/* end of media 880 */	



@media screen and (max-width:768px) {





}	/* end of media 768 */	


@media screen and (max-width:685px) {



ul.modules li {
	width: 48.93617021276596%;  /* 460/940*/
	margin-right: 2.127659574468085%;  /* 20/940*/
}

ul.modules li:nth-child(4n+4) {  
  margin-right: 2.127659574468085%;  /* 20/940*/
}

ul.modules li:nth-child(2n+2) {  
  margin-right: 0;  
}
	




}	/* end of media 685 */



@media screen and (max-width:600px) {

}	/* end of media 600 */	

@media screen and (max-width:480px) {

ul.modules li, article.half1, article.half2, section#contentnarrow, nav.sub-nav, aside.call, div.info {
	width: 100%; 
	margin-right:0;
	float: none;
	display: block;
	}
	
div.info {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px dotted #e0e0e0;
}	
	
nav.sub-nav ul {
	margin-top: 3em;
}	

article.half2 {
	margin-bottom: 5em;
}

}	/* end of media 480 */	



@media screen and (max-width:380px) {




}	/* end of media 380 */		