@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em "Lucida Grande", "Myriad Roman", Tahoma, Verdana, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
}
.container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.mastHead1 {
	background: url(../images/mastheader1.jpg) no-repeat center top;
	width: 856px;
	margin: 0 auto;
	height: 264px;
} 
.mastHead2 {
	background: url(../images/mastheader2.jpg) no-repeat center top;
	width: 856px;
	margin: 0 auto;
	height: 264px;
} 
.mastHead3 {
	background: url(../images/mastheader3.jpg) no-repeat center top;
	width: 856px;
	margin: 0 auto;
	height: 264px;
} 
.mastHead4 {
	background: url(../images/mastheader4.jpg) no-repeat center top;
	width: 856px;
	margin: 0 auto;
	height: 264px;
} 
.mastHead5 {
	background: url(../images/mastheader5.jpg) no-repeat center top;
	width: 856px;
	margin: 0 auto;
	height: 264px;
} 
.topNav {
	font-size: 0.8em;
	color: #0068aa;
	margin: 0px;
	padding: 0px 0px 8px 30px;
}
.topNav a:link, .topNav a:visited{
	color: #0068aa;
	text-decoration: none;
}
.topNav a:hover, .topNav a:active{
	text-decoration: none;
	color: #FF1E92;
}
.bgWidth{
	background: url(../images/bg-paint2.jpg) repeat-x;
	clear: both;
} 

/*********** .navBar1 styles ***********/

.navBar1 {
	width: 880px;
	margin: 0 auto;
	height: 234px;
	padding-top: 10px;
	font-size: 1em;
} 

.navBar1 ul a:link, .navBar1 ul a:visited {
	display: block;
}
.navBar1 .ul1 {
}
.navBar1 .ul1 {
	text-align: center;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
} 
.navBar1 .ul1 a:link, .navBar1 .ul1 a:visited{
	color: #0068aa;
	text-decoration: none;
	background-image: url(../images/btn_home.gif);
	background-repeat: no-repeat;
	background-position: -4px 0%;
	height: 65px;
	width: 220px;
	padding-top: 40px;
}
.navBar1 .ul1 a:hover, .navBar1 .ul1 a:active{
	text-decoration: none;
	background-image: url(../images/btn_home.gif);
	background-position: -228px 0%;
	color: #FF1E92;
	background-repeat: no-repeat;
}
.navBar1 .ul2 {
}
.navBar1 .ul2 {
	text-align: center;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
} 
.navBar1 .ul2 a:link, .navBar1 .ul2 a:visited{
	color: #0068aa;
	text-decoration: none;
	background-image: url(../images/btn_home.gif);
	background-repeat: no-repeat;
	background-position: -4px 0%;
	height: 75px;
	width: 220px;
	padding-top: 30px;
}
.navBar1 .ul2 a:hover, .navBar1 .ul2 a:active{
	text-decoration: none;
	background-image: url(../images/btn_home.gif);
	background-position: -228px 0%;
	color: #FF1E92;
	background-repeat: no-repeat;
}


/*********** .navBar2 styles ***********/

.navBar2 {
	width: 880px;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 0.85em;
	clear: both;
} 

.navBar2 ul a:link, .navBar2 ul a:visited {
	display: block;
}
.navBar2 ul {
}
.navBar2 .ul1 {
	text-align: center;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
} 
.navBar2 .ul1 a:link, .navBar2 .ul1 a:visited{
	color: #0068aa;
	text-decoration: none;
	background-image: url(../images/btn_generic.gif);
	background-repeat: no-repeat;
	background-position: -4px 0%;
	height: 39px;
	width: 220px;
	padding-top: 20px;
}
.navBar2 .ul1 a:hover, .navBar2 .ul1 a:active{
	text-decoration: none;
	background-image: url(../images/btn_generic.gif);
	background-position: -228px 0%;
	color: #FF1E92;
	background-repeat: no-repeat;
}
.navBar2 .ul2 {
	text-align: center;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
} 
.navBar2 .ul2 a:link, .navBar2 .ul2 a:visited{
	color: #0068aa;
	text-decoration: none;
	background-image: url(../images/btn_generic.gif);
	background-repeat: no-repeat;
	background-position: -4px 0%;
	height: 47px;
	width: 220px;
	padding-top: 12px;
}
.navBar2 .ul2 a:hover, .navBar2 .ul2 a:active{
	text-decoration: none;
	background-image: url(../images/btn_generic.gif);
	background-position: -228px 0%;
	color: #FF1E92;
	background-repeat: no-repeat;
}

/**************************/

.quoteBox{
	width: 815px;
	background-image: url(../images/quotes_close1.gif);
	background-repeat: no-repeat;
	background-position: 670px bottom;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px 10px 65px;
	clear: both;
}
p.quote {
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	margin: 0px 220px 0px 60px;
	padding: 4px 0px 20px 0px;
}
p.author{
	font-size: 1.3em;
	font-style: normal;
	color: #230178;
	padding: 0px 0px 3px 0px;
	margin: 0px 70px 0px 60px;
}
p.authorCo{
	font-size: 1em;
	font-style: normal;
	color: #230178;
	letter-spacing: 0.1em;
	padding: 0px 0px 3px;
	margin: 0px 70px 0px 60px;
	text-transform: uppercase;
}
.quoteBoxTop{
	background-image: url(../images/quotes_open1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 60px;
	height: 40px;
	float: left;
}

/**************************/

.contentWrapper {
	margin: 0 auto;
	width: 856px;
	position: relative;
} 

.content{
	font-size: 0.85em;
	margin: 0;
	position: relative;
	padding: 20px 0px 0px 30px;
}
.content img{
}
.content .hr {
	float: left;
	clear: both;
	position: relative;
}
.content ol p{
	color: #222;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-bottom: 10px;
}
.content ol{
	font-weight: bold;
}
.content li{
	line-height: 1.4em;
}
.bullets1 li{
	color: #000D45;
	list-style-image: url(../images/bullet1.gif);
	margin-left: -10px;
}
.bullets2 li{
	list-style-image: url(../images/bullet1.gif);
	margin-left: -10px;
}
.content ul{
}
.content h1{
	font-size: 2em;
	color: #230178;
	font-weight: normal;
}
.content h2{
	color: #c3007c;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	text-align: left;
}
.content h3{
	font-size: 1.1em;
	color: #0068aa;
}
.content h4{
	font-size: 1.1em;
	font-weight: bold;
}
.content p{
	line-height: 1.4em;
}
.content span.caps{
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .2em;
}
.content a:link, .content a:visited{
	text-decoration: underline;
	font-weight: bold;
	color: #230178;
}
.content a:hover, .content a:active{
	text-decoration: underline;
	color: #FF1E92;
}

p.intro {
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.8em;
}
span.colGrey {
	color: #797979;
}
span.colBlue {
	color: #0068aa;
}
span.colFuschia {
	color: #c3007c;
}
span.colGreen {
	color: #5fbe0a;
}
span.colPurple {
	color: #230178;
}
span.colDkBlue {
	color: #001160;
}

.pic_left{
	float: left;
	padding: 0px 20px 10px 0px;
	margin: 0px;
}
.pic_right{
	float: right;
	padding: 0px 0px 10px 17px;
	margin: 0px;
}
img{
	border: none;
}
.consultTableTop {
	background-image: url(../images/consult_box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #DFF5F9;
}
table.consultTable {
	vertical-align: top;
	width: 100%;
	margin: 20px 0px 0px 0px;
	font-size: 0.9em;
	background-image: url(../images/consult_box_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
td.consultTable {
}

/**************************/

.columnL{
	width: 370px;
	float: left;
	padding-right: 60px;
	margin: 0;
}
.columnR{
	width: 370px;
	float: left;
	margin: 0;
}
.columnCentre{
	margin: 0;
	padding: 0px 210px 20px 190px;
}
p.columnCentre{
	margin: 0px;
	padding: 0px;
}

/**************************/

.footer {
	width: 856px;
	margin: 0 auto;
	color: #230178;
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footNav {
	font-size: 0.8em;
	color: #230178;
	text-align: right;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 20px;
}
.footNav a:link, .footNav a:visited{
	color: #230178;
	text-decoration: none;
}
.footNav a:hover, .footNav a:active{
	text-decoration: none;
	color: #FF1E92;
}
.copyright {
	float: left;
	font-size: 0.85em;
	padding-left: 30px;
	padding-top: 3px;
}

.contact{
	width: 340px;
	float: left;
	padding: 0px 20px 10px 40px;
	background-color: #FBF2E4;
	margin-bottom: 20px;
}
.contact h3 {
	font-size: 1.6em;
	margin-bottom: 0px;
	margin-top: 0px;
}

/**************************/

.benefits_table{
	padding: 20px 0px 30px 0px;
	width: 370px;
	font-size: 0.9em;
}
.benefits_table p{
	padding: 10px 0px 3px 0px;
	margin: 0px;
}
.benefits_table h2{
	text-align: center;
	color: #001160;
	margin: 0px;
	padding: 0px;
}
.benefits {
	margin: 10px 0px 5px 0px;
}
.problem_box{
	width: 49%;
	padding: 10px 5px 5px 10px;
	background-color: #F8E6E1;
	margin: 0px;
	vertical-align: top;
}
.solution_box{
	width: 49%;
	padding: 10px 5px 5px 10px;
	background-color: #DFF5F9;
	margin: 0px;
	vertical-align: top;
}
.prob_sol_author {
	color: #001160;
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/**************************/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* email hider*/
p span.displaynone { display:none; }

span.telno {
	font-size: 1.6em;
	color: #230178;
	font-weight: bold;
}
span.lowerCase {
	text-transform: none;
}
