/* -----------------------------------
Site:       Cantrell Video
CSS author: Laurence Hastings
Updated:	01/03/2013
Updated by: Laurence Hastings
----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

fieldset, img { border: 0; }
legend { color: #000; }

input, textarea, select, button
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

button
{
	width: auto;
	overflow: visible;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

ul li { list-style: none; }

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}

/* -----------------------------------
elements
----------------------------------- */

body
{
	color: #000;
	font: 90%/1 "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
}


h1, h2, h3, h4, h5, h6
{ margin: 0 0 .5em; 
}

h1 { font-size: 220%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

p
{ margin-top: 0.25em;
	margin-bottom: 0.50em;
}
 
a:link { color: #FFF; }
a:visited { color: #FFF; }

a:focus
{
	color: #0C6;
	outline: thin dotted;
}

a:hover { color: #0F6; }

a:active { color: #0F6; }

.content ol
{
	line-height: 1.4;
	padding: 0 0 1.5em 40px;
}

.content ul
{
	line-height: 1.4;
	padding: 0 0 1.5em 20px;
}

.content li { margin: 0 0 .3em; }

.content ul li
{
	padding: 0 0 0 20px;
	background: url(../images/bullet.gif) no-repeat 0 .3em;
}

/* -----------------------------------
layout
----------------------------------- */

.container
{
	width: 980px;
	margin: 0 auto;
}

.contentContainer
{
	clear: both;
	background-color: #FFF;
	padding: 0px;
}

.contentBox a:link { color: #000; }
.contentBox a:hover { color: #0C6; }
.contentBox  a:visited { color: #90F; }

.contentBox .footer a { color: #FFF; }
.contentBox .footer a:hover { color: #0C6; }

.sectionNav20
{
	float: left;
	width: 20%;
}

.sectionNav30
{
	float: left;
	width: 30%;
}

.sectionNav40
{
	float: left;
	width: 40%;
}

.sectionNav50
{
	float: left;
	width: 50%;
}

.content20, .content25, .content30, .content35, .content40, .content45, .content50, .content60, .content70 { float:left; }

.content20 { width: 20%; }
.content25 { width: 25%; }
.content30 { width: 30%; }
.content35 { width: 35%; }
.content40 { width: 40%; }
.content45 { width: 45%; }
.content50 { width: 50%; }
.content60 { width: 60%; }
.content70 { width: 70%; }

.xtraText
{
	clear: both; 
	background-color:#F3EED3;
}
.xtraText h3
{
	margin: 0;
	padding: 5px;
	font-size: 15px;
	line-height: 19px;
	color:#BD454F;
}


/* -----------------------------------
header
----------------------------------- */

.header
{
	float: left;
	width: 980px;
	position: relative;
	/*padding: 20px 30px 0;*/
	background-color: #D1D6DA;
}

h1
{
	margin: 0;
	padding: 0 0 20px;
}

h1 img { 
	display: block;
	float:left;
 }

/* -----------------------------------
header Titles
----------------------------------- */
.headTitle
{
	float: left;
	margin-left: 20px;
	width: 330px;
}

.headSubTitle
{
	float: left;
	margin-top: 45px;
	margin-left: 45px;
	width: 315px;
}

.headTitle h1 { color: #4F75B6; }

.headTitle h2 { color: #BD454F; }

.headSubTitle h3 {
	color: #4F75B6;
	font-style: italic;
}

.pageTitle
{
	background-color: #F3EED3;
}

.pageTitle h3
{
	padding: 7px 5px;
	font-size: 15px;
	line-height: 19px;
	color: #BD454F;
}


/* -----------------------------------
search-form
----------------------------------- */

/*.search-form
{
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0 0 0 145px;
	background: url(../images/search-label.gif) no-repeat;
}

.search
{ 
	float: left;
	width: 130px;
	height: 22px;
	margin: 0;
	padding: 2px 5px;
	border: none;
}

.search-button
{
	float: left;
	margin: 0;
	padding: 0;
}

*//* -----------------------------------
primary-nav
----------------------------------- */
.primaryNav
{
	clear:both;
}

.primaryNav li { display: inline; }

.primaryNav a
{
	float: left;
	margin: 5px 3px 0 0;
	padding: 7px 15px;
	background-color: #50516B;
	text-decoration: none;
	moz-border-top-left-radius: 7px;
	moz-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

/*.primaryNav span
{
	display: block;
	padding: 7px 15px;
	/*background: url(../images/corners.gif) no-repeat 100% 0;*/
}
*/
.primaryNav a:hover
{
	color: #FFF;
	background-color: #B9B9C1;
}

.primaryNav a.selected
{
	color: #BD454F;
	background-color: #F3EED3;
	font-weight: bold;
}

/* -----------------------------------
sectionNav
----------------------------------- */

/* -----------------------------------
footer
----------------------------------- */
.footer
{
	clear:both;
	background-color: #50516B;
	width: 99%;
	padding: 3px 5px;
}

.sitemap
{
	float:right; 
}

/* -----------------------------------
box
----------------------------------- */

/* -----------------------------------
colors
----------------------------------- */

/* -----------------------------------
classes
----------------------------------- */

.structural
{
	position: absolute;
	left: -500em;
}

.gutter { margin-left: 20px; }

.gutter5{ margin-left: 5px;}

.headingLightBlue {
	font-weight: bold;
	color: #4E75C2;
	margin-bottom: 5px;
}

.headingDullRed {
	font-weight: bold;
	color: #BD454F
}

.imageRightTopCorner { float: right; }

.imageCentre {
	margin-left: 30%;
	background-color: #FFF;
}

.serviceAreas {
	font-size: 16px;
	font-weight: bold;
	color: #50516B;
	line-height: 20px;
}


.spacedList li { padding: 5px; }


.onRightG5 {
	float: right;
	margin-right: 5px;
}
