@charset "utf-8";
/* CSS Document */
/* Created By- Alex Ward*/
/* http://www.invasionmedia.co.uk */
/* Date Created 26/01/09 */
/* Last Updated: 06/11/09 */

/* All section's in this document are prefixed by a "=" to make searching easier, therefore if you wanted to find the 'Global' section you could search for "=global" which would take you right to the top of the appropriate section. */

/** =Zero's & Standard Functions**/
/* In order to get FireFox and IE behaving in a similar fashion it is often useful to set up a standard in the CSS rather than let the browsers have any control, to this end I always set the height of the browser's viewport and I remove any default margins or padding by setting the values to zero.
*/

html, body, a, p, img, strong, em, ul, br, fieldset, form, object, span, embed {
	margin: 0px;
	padding: 0px;
}
html { /* Forces FireFox to display the scrollbar holder */
	overflow: -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical;
	overflow-x:hidden;
}
a:link { /* Remove this funtion if you want links to be underlined by default */
	text-decoration:none;
}
img { /* Remove this funtion if you want linked images to have a border */
	border: 0px;
}

input, select, textarea {
	background-color:#FFFFFF;
	border:#000000 1px solid;
}

/* Begin Structural CSS */

html {
	background-image:url(../../elements/bg_tile_x.jpg);
	background-color:#fff;
	background-attachment:scroll;
	background-position: top;
	background-repeat: repeat-x;
}

html, body {
	min-height:100%;
	height: 100%;
	margin: 0px;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif; /* Change as needed */
}

/* Begin site specific CSS */
#outer_wrapper {
	position:relative;
	height: 100%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	margin-top: 15px;
	margin-left: -3px;
}

#navbar { 
	height: 40px;
	width:auto;
	position:absolute;
	top: 95px;
	color:#000066;
	line-height: 40px;
}
#navbarlinks a:link, #navbarlinks a:visited, #navbarlinks a:active {
	text-decoration:none;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-image:url(../../elements/primary_nav_bg_tile_x.png);
	background-repeat:repeat-x;
	margin: 1px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#navbarlinks a:hover {
	background-image:url(http://cache.invasionmedia.co.uk/white_bg_tile_30.png);
	background-repeat:repeat;
} 

#top_contacts {
	color: #FFF;
	position:absolute;
	top: 20px;
	right: 0px;
}

#top_contacts a {
	color: #FFF;
}

#top_contacts a:hover {
	color: #9CF;
}

.top_phone {
	font-size:32px;
	font-weight: bolder;
	text-align:right;
	display:block;
}

.top_email {
	margin-top: -5px;
	font-size:16px;
	font-weight: bold;
	text-align:right;
	display:block;
}

#wrapper {
	position:relative;
	width: 1000px;
	margin: 0px;
	margin-top: 50px;
	padding:0px;
}

#bigdamnrow {
	width: 100%;
	height: 315px;
	margin-top: 15px;
	margin-bottom: 10px;

}

#bigdamnhero {
	display: inline;
}

#bigdamncolumn {
	width: 435px;
	float: right;
}

#columnA {
	width: 545px;
	margin-right: 15px;
}

#main_content {
	margin-bottom: 5px;	
	}
	
.extra_content {
	margin-bottom: 5px;	
		}
		
#main_content p, .extra_content p {
	text-align:justify;
	padding-bottom: 10px;
	font-size:14px;
	line-height: 20px;
}

#main_content li, .extra_content li {
	text-align:justify;
	padding-bottom: 10px;
	font-size:14px;
}
		
#contactbox {
	background-image:url(../../elements/white_bg_tile_40.png);
	background-repeat:repeat;
	border-top: #006 1px dotted;
	padding-top: 10px;
	}
	
#contactbox label {
	display:inline-block;
	background-image:url(../../elements/primary_nav_bg_tile_x.png);
	background-repeat: repeat-x;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	width: 160px;
	padding: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;

}

#contactbox textarea {
	margin-top: 2px;
	font: Calibri, Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	border: none;
	padding:2px;
	width: 98%;
	color:#036;
	background: url(../../elements/form_bg_tile_x.png) repeat;
}

#contactbox option {
	margin-top: 1px;
	font: Calibri, Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	border: none;
	padding:2px;
	padding-left: 15px;
	color:#036;
	background: url(../../elements/form_bg_tile_x.png) repeat;
}

#contactbox option:hover {
	background: url(../../elements/primary_nav_bg_tile_x.png) repeat;
}

#contactbox input {
	font: Calibri, Arial, Helvetica;
	font-size:14px;
	border: none;
	padding:2px;	
	font-weight:bold;
	color:#036;
	width: 75%;
	background: url(../../elements/form_smallbg_tile_x.png) repeat;
}

#contactbox select {
	font: Calibri, Arial, Helvetica;
	font-size:14px;
	border: none;
	padding-left: 2px;	
	font-weight:bold;
	color:#036;
	width: 76%;
	background: url(../../elements/form_smallbg_tile_x.png) repeat;
}

#contactbox input#submit {
	color:#FFF;
	background-image:url(../../elements/primary_nav_bg_tile_x.png);
	background-repeat:repeat-x;
	width: 30%;
}

#map_canvas {
	width: 334px ;
	height: 241px;
	float:right;
	border: 1px solid #999;
}

#main_content h1, .extra_content h1 {
	font-size:24px;
	text-transform: uppercase;
	margin-top: 0px;

	}
	
#main_content ul, .extra_content ul, #main_content ol, .extra_content ol {
	list-style-position:inside;
	margin-left: 5px;
}

#columnA h2 {
	font-size:18px;
	margin-top: 0px;
}

#columnA p a:link, #columnA p a:active, #columnA p a:visited{
	color:#000066;
	text-decoration:none;
	font-weight:bold;
}

#columnA p a:hover {
	text-decoration:underline;
}

#columnB {
	width: 434px;
	float:right;
}

.form_button {
	display:block;
	background-color: #99CCFF;
	border: 1px solid black;
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
}

.button a {
	text-decoration: none;
	color: #fff;
	display:block;
	margin: -2px;
	background-color: #99CCFF;
	border: 1px solid black;
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
}

.button a:hover {
	background-color: #3366FF;
	text-decoration: none;
}

.button a:active {
	background-color: #333333;
	text-decoration: none;
}

.benefits_table {
	display: table;
}

.benefits_table .cellbdr {
	padding: 6px;
	border:#FFF 3px none;
}

.tableColWide {
	background-color:#89d2ed;
	font-size:12px;
	color:#006;
	line-height: 16px;
}

.tableColHeader {
	background-color: #39F;
	color:#006;
	line-height: 14px;
}

.tableColA {

	background-color: #19b6f1;
	width: 150px;
	font-size:14px;
}

.tableColB {
	width: 150px;
	background-color:#36bff3;
		font-size:14px;
}

.tableColC {
	width: 150px;
	background-color:#4cc6f4;
		font-size:14px;
}

.tableheaderCell {
	height: 50px;
	font-size:16px;
	display:table-cell;
}

.attention_box {
    background-color: #9C9;
	border:#6C6 1px solid;
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
}

.attention_box h2 {
	font-size:24px;
	font-weight: bold;
	color:#060;
}

/* FOOTER CSS */
#footer {
	height: 20px;
	width:100%;
	color:#CCCCCC;
	background-color: #003366;
	font-size:11px;
	margin-top:5px;
	line-height: 20px;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color:#FFF;
}
#footer a:hover {
	text-decoration:underline;
}
#invasion_tag {
	display: inline;
	margin-right: 10px;
	float:right;
}
#bottom_links {
	display: inline;
	text-align:left;
	margin-left: 10px;
}
