/************************************************/
/**											   **/
/**				CSS Style File				   **/
/**											   **/
/**	Created 2010-04-07		                   **/
/**	Created by Richard Price	               **/
/**		<richard@illusionmedia.co.uk>          **/
/**					                           **/
/************************************************/

/*************** CSS Reset Styles ***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******************** End **********************/

body {
	background-color: #e8ebf6;
	text-align: center;
	font-family: arial;
	font-size: 11px;
}

p {
	line-height: 160%;
	margin-bottom: 10px;
}


#BodyContainer {
	margin-left: auto;
	margin-right: auto;
	width: 976px;
    text-align: center;
    background-image: url(/Images/1-px-background.jpg);
    background-repeat:repeat-y;
}

#Content {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 960px;
	text-align: left;
}

#topborder
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#bottomborder 
{
    margin-left: auto;
    margin-right: auto;
}

#Copyright {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 50px;
	width: 960px;
	text-align: left;
	color: #6f74a0;
	font-weight: bold;
}

#Copyright a {
	color: #6f74a0;
}

#Copyright a:visited {
	color: #6f74a0;
}
/*************** Navigation Styles ***************/
#Navigation {
	width: 190px;
	float: left;
	margin-left: 10px;
	color: #6c719c;
	font-weight: bold;
}

#Navigation #Logo {
	margin-top: 10px;
	margin-bottom: 15px;
}

#NavigationList ul {
	width: 100%;
	list-style-type: none;
}

#NavigationList li {
	border-bottom: 1px solid #dfe4f0;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 5px;
	
}

#NavigationList li a {
	text-decoration: none;
	color: #6c719c;
}

#NavigationList li a:hover {
	text-decoration: none;
	color: #bb130b;
	cursor: pointer;
}

#Navigation .NavigationItem {
	float: left;
}

#Navigation .Active {
	color: #bb130b;
}

#Navigation .NavigationIcon {
	float: right;
	margin-right: 15px;
}

/*************** Content Styles ***************/
#ctl00_ContentArea {
	width: 740px;
	float: left;
	background-color: white;
	border-left: 1px solid #dfe4f0;
	font-family: arial;
	font-weight: bold;
	color: #6c7a9c;
	min-height: 600px;
	background-image: url(Images/content-back.jpg);
	background-repeat: no-repeat;
}

#ctl00_HomeContentArea {
	width: 740px;
	float: left;
	background-color: white;
	border-left: 1px solid #dfe4f0;
	background-image: url(Images/emergency-repsonse.jpg);
	background-repeat: no-repeat;
	font-family: arial;
	font-weight: bold;
	min-height: 600px;
}

#ContentContainer {
	padding: 15px;
	padding-left: 21px;
}

#PhoneNumber {
	text-align: right;
	/*border-bottom: 2px solid #dfe4f0;*/
	font-family: arial;
	font-size: 13px;
	color: #1c3e95;
}

#PhoneNumber .Number{
	font-size: 16px;
	color: red;
}

#ColumnOne, #ColumnTwo, #ColumnThree {
	float: left;
	width: 221px;
	margin-left: 20px;
}

#ColumnOne {
	padding-top: 180px;
	color: #901813;
	margin-left: 0px;
}

#ColumnFour {
	border-top: 2px solid #dfe4f0;
	border-bottom: 8px solid #dfe4f0;
	padding-top: 30px;
}

#ColumnTwo, #ColumnThree {
	padding-top: 80px;
	color: #1c3e95;
}

#ColumnFour {
	color: #1c3e95;
}

#ColumnOne h1 {
	font-size: 36px;
	margin-bottom: 15px;
}

#ColumnTwo h1, #ColumnThree h1 {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#ColumnFour h1 {
	font-size: 24px;
	margin-bottom: 5px;
}

#ColumnTwo img {
	border: 1px solid #dfe4f0;
}

#ColumnTwo img, #ColumnThree img, #ColumnFour img, #PageImage img {
	border: 1px solid #dfe4f0;
}

#ColumnTwo a, #ColumnThree a, #ColumnFour a {
	color: #1c3e95;
}

#ColumnTwo a:hover, #ColumnThree a:hover, #ColumnFour a:hover {
	color: #bb130b;
}

#ColumnOne ul {
	list-style-type: disc;
}

#ColumnOne ul li {
	margin-bottom: 5px;
}

#ColumnOne a {
	color: #bb130b;
}

#ColumnOne a:hover {
	color: #1c3e95;
}

#ColumnFour img {
	float: left;
	margin-right: 15px;
}

#ColumnFourText {
	float: right;
	width: 65%;
}

#PageTitle {
	margin-top: 50px;
	margin-bottom: 15px;
}

.ManagementTeamName 
{
    font-size: 18px;
    margin-right: 10px;
    color: #1c3e95;
}

.ManagementTeamPosition 
{
    font-size: 12px;
}

h2 
{
    font-size: 30px;
	color: #1c3e95;
	margin-bottom: 15px;
}

.Title {
	font-size: 30px;
	color: #1c3e95;
}

.SubTitle {
	font-size: 18px;
	color: #1c3e95;
}

.SubSubTitle {
	font-size: 12px;
	color: #6c719c;
}

.TeamMember {
	border-bottom: 1px solid #dfe4f0;
	margin-bottom: 15px;
}

.TeamMember img {
	float: right;
	margin-left: 15px;
}

#ContentBody {
	border-bottom: 8px solid #dfe4f0;
	padding-top: 15px;
	padding-bottom: 50px;
}

li
{
    margin-left: 20px;
}


.Normal,
.Resource
{
    clear: both;
    margin: 0 0 50px 0;
    line-height: 160%;
}
.Normal div,
.Normal p,
.Normal .zzTable td,
p,
label,
.lnkBack
{
    margin: 0 0 10px 0;
}
.Normal div div,
.Normal div p {
	margin: 0;
}
.Normal .zzTable td
.Normal .zzTable td, 
.Resource .zzTable td 
{
    padding-bottom: 0;
    text-align: left;
}
.Normal br,
.Resource br 
{
}
.Normal li 
{
    margin-left: 15px;
}
.Normal td.Header 
{
    font-weight: bold;
}
.Normal .image
{
    padding: 8px;
}
.Normal a,
.lnkBack a,
#Checkout a
{
    color: #68A4E8;
}
.lnkBack a {
	font-weight: bold;
}
