@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}



/*   General Styles    */

body,td {
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#4c5055;
	margin-top:20px;

}

p,h2,h3,h4,h5,ul,ol,table,div.p {
	
	padding-bottom:15px;


}

img {
	border:0px;
	}

p,div.p {
	
	line-height:1.4em;

}

h1 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
	}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:4px;
	padding-bottom:8px;
	color:#b40d10;
	}

a {
	color:#00529b;
	}
	
a:hover {
	color:#000;
	}
	
hr {
	color:#ddd;
	margin:5px 0px 20px 0px;
	padding:0px;
	height:1px;
	background-color: #ddd;
	border:0px;
	line-height:1px;
	clear:both;
	}

blockquote {
	background-color:#FFFFFF;
	border:1px solid #999999;
	margin-bottom:10px;
	padding:10px;
	font-size:16px;
	}
	
blockquote span {
	font-size:11px;
	color:#333;
	font-style:italic;
	font-weight:bold;
	}

ul li {
	list-style:none;
	padding-left:22px;
	background-image:url(../images/backgrounds/li-smiley.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	padding-bottom:8px;
	}

ol {
	padding-left:20px;
}

ol li {
	padding-bottom:5px;
	}
	
.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
	top:-1px;
	visibility:hidden;
	}
	
.outer {
	margin:0 auto;
	width:700px;	
	}

.header {
	background:url(../images/backgrounds/header.gif) top left no-repeat;
	height:33px;
	color:#FFFFFF;
	}
	
.header ul {
	margin:0;
	padding:0;
	}
	
.header ul li {
	margin:0;
	padding:0;
	float:left;
	font-size:14px;
	background-image:none;
	}
	
.header ul li a {
	margin:0;
	padding:0;
	color:#FFFFFF;
	background:none;
	text-decoration:none;
	display:block;
	padding:8px 13px 8px 13px;
	}
	
.header ul li a:hover {
	margin:0;
	padding:0;
	color:#b40d10;
	background-color:#f6e8e1;
	display:block;
	padding:8px 13px 8px 13px;
	}
	
.header ul li.farRight a {
	padding:8px 13px 8px 14px;
	}
	
.header ul li.farRight a:hover {
	padding:8px 13px 8px 14px;
	}
	
.bodyContainer {
	background:url(../images/backgrounds/main.gif) top left repeat-y;
	}
	
.box1{
	background-color:#FFFFFF;
	padding:12px;
	margin-bottom:10px;
	}
	
.box1 h3 {
	background-color:#b40d10;
	color:#FFFFFF;
	padding:6px;
	font-size:14px;
	margin-bottom:8px;
	}
	
.box1 p.item {
	border-bottom:1px solid #CCC;
	margin-bottom:6px;
	padding-bottom:4px;
	}
	
.box1 p.item-last {
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
	padding-bottom:4px;
	}
	
.colPrimary {
	float:left;
	width:170px;
	padding:15px;
	}	
	
.colSecondary{
	float:left;
	width:470px;
	padding:15px;
	}
	
p.contactDetails {
	text-align:center;
	line-height:1.6em;
	margin-top:10px;
	}
	
.logo {
	margin-top:0px;
	}
	
p.contactDetails {
	margin-top:120px;
	margin-bottom:0;
	padding-bottom:0;
	}
	
p.emailDetails {
	text-align:center;
	padding-top:10px;
	}	
	
p.newsletterBtn {
	text-align:center;
	padding-top:0px;
	}	
	
.footer {
	background:url(../images/backgrounds/footer.gif) top left no-repeat;
	padding-top:68px;
	}
	
	
	
	
	
	
	
	
	
	

