﻿/* global reset */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a, em,  img, 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;
}


body {
	padding: 0; 
	font: normal 100% Arial, Helvetica, sans-serif; 
	color:#0064aa;
	text-align:left;
	background-image:url('images/bg2.jpg'); 
	background-repeat: repeat-x;
	background-position:top; 
	background-color: #fff;
	}

#container {
	margin: 0px auto;
	border: 1px solid #508adc;
	width: 900px;
	background-image:url('images/bg.jpg'); 
	background-repeat: repeat-x;
	background-position:top; 
	background-color: #fff;


	
}
#header {
 	
}

#content {
	width: 595px;
	float: right;
	padding: 13px;
	font-size: 80%;
	margin-right: 5px;
}

#contentWrapper {
	background-image:url('images/bgWave2.jpg'); 
	background-repeat: repeat-x;
	background-position:bottom; 
	

}

#midColumn {
	float: left;
	width: 360px;
	}
	
#rightColumn {
	float: right;
	width: 220px;

	
}
#footer {
	background-color: #0064aa;
	color: #fff;
	height: 80px;
	font-size: 80%;
	text-align: center;
	/*background-image: url(images/footer.jpg);
	background-repeat:no-repeat; */

}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #00CCFF;
}

#topNav{
	float: left;
	width: 894px;
	font-size: 75%;
	padding-left: 6px;
	background-color: #00aeef;
	background-image:url('images/navbg.jpg'); 
	background-repeat: repeat-x;
	background-position:bottom;
	height: 33px
}

#topNav ul  {
	width: 894px;
	height: 33px
}


#topNav li {
	list-style:none;
	float: left;
	height: 33px
}

#topNav a {
	display: block;
	text-decoration:none;
	color: #fff;
	border-right: 1px dotted #00aeef;
	padding: 9px 6px 10px 6px;

}

#topNav a:hover {
	text-decoration:none;
	color:#00aeef;
	padding: 9px 6px 10px 6px;

}

#topNav a.current {
	border-bottom: 1px solid #0033FF;
	padding: 9px 6px 10px 6px;

}
#subNav {
	margin-top: 15px;
	margin-left: 10px;
}
#subNav li{
	list-style: none;

}

/* Left hand boxes */
.leftBox {
	float: left;
	width: 260px;
	margin-top: 20px;
	

}

#leftBoxSub {
	width: 255px;
	margin-top: 2px;
	background-color: #0064aa;
	color: #fff;
	font-size: 85%;
	margin-left: 6px;
			
}

#leftBoxSub2{
	width: 255px;
	margin-top: 7px;
	background-color: #00aeef;
	color: #fff;
	font-size: 80%;
	margin-left: 6px;
	padding-top: 0;	

}

#leftBoxSub3{
	margin-top: 7px;
	margin-left: 6px;
	font-size: 80%;
	color: #fff;
	background-image:url('images/bgWave.jpg'); 
	background-repeat: no-repeat;
	background-position:bottom;
	height: 170px; 
	width: 255px;
	text-align:center; 
	line-height: 135%; 


}

#leftBoxSub4{
	margin-top: 7px;
	height: 70px; 
	border: 1px solid #00aeef;
	background-color: #f1f6fc;
	padding: 5px;
	width: 220px;
}

#leftBoxSub5{
	margin-top: 7px; 
	border: 1px solid #00aeef;
	background-color: #f1f6fc;
	width: 220px;
		padding: 5px;


}

#leftBoxSub6{
	margin-top: 12px; 
	border: 1px solid #00aeef;
	background-color: #f1f6fc;
	padding: 5px;
	width: 220px;

}


#leftBoxSub2 p.padBoxTop  {
	padding-top: 7px;
}


#leftBoxSub ul  {
	list-style:none;
	margin-left: -15px;
	margin-top: -10px;
	min-width: 250px;

}


#leftBoxSub li {
	list-style:none;
	padding-top: 4px;
	list-style-image:none;
} 

#leftBoxSub #subNav {
	font-size: 95%;
	}

#subNav ul {
  margin-top: 7px;
}



#leftBoxSub #subNav li {
	width: 170px;
	padding: 2px;
	list-style-image:none;
	margin-left: 10px;
	}


#leftBoxSub #subNav li:hover {
	background-image:url('images/menuBg.gif');
	background-repeat:no-repeat;

	}

.leftBox a {
	text-decoration:none;
	color: #fff;
}

.leftBox a:hover {
	text-decoration:none;
	color:aqua;
} 

	
.leftBox p{
	text-align: center;

}

#blog {
	padding-top: 20px;
	width: 250px;
	margin-left: 7px;
	font-size: 75%;
	color: #0066FF;
	text-align: center;
}

#blog img {
	margin: 0 3px 5px 0;
}

#blog a {
 color: #00aeef;
}



/* Generic styles */

h1 {
	font-size: 1.3em;
	color: #0064aa;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	color: #336FB8;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
}

#content li {
	
	margin-left: 15px;
}

a {
	text-decoration: none; 
	color:navy;
}

a:hover {
	text-decoration:none;
	color:#00AEEF;
}


a.promoLink {
	text-decoration: none; 
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 120%;
	font-weight:bold;
	margin: 0 0 10px 0;
}

a:hover.promoLink {
	text-decoration: none; 
	color:#00AEEF;
	/*background-image:url(images/arrow2.gif);
	background-position: right;
	background-repeat:no-repeat;*/
	padding-right: 15px;
		padding-top: 5px;

	font-size: 120%;
}

/* Fiddly bits and bobs */

ul.inlineList {
	padding-left: 5px;
	padding-right: 5px
	
}

li.inlineList  {
	display: inline;
	list-style:disc;
	padding-left: 15px;
	padding-right: 5px;
}

.hello {
	display: none; /* for contacts form, hidden field to help protect against spam */
}

#comments {
	display: none; /* for contacts form, hidden field to help protect against spam */
}

table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	
}



img.left {
	float: left;
	margin-right: 8px;
}


ol li {
	list-style-image: none;
}

.alignBoxRight {float: right; margin-left: 5px; margin-right: 10px; width: 230px; margin-top: -230px;}
.alignBoxRight2 {float: right; margin-left: 5px; margin-right: 10px; width: 235px; margin-top: 5px;}

li.lifePurpose  {
	margin-top: 1px;
}

li.lifePurpose:hover {
	background-image: url('');
	background-repeat:no-repeat;

}

.topPadding {
	padding-top: 7px;
}

.paypalBox {
	color: #06C;
	width: 220px;
	float: right;
	margin-top: 20px;
}

.paypalBox img {
	float: right;
	margin-right: 60px;
	margin-top: -22px;
	
}

img {
	border: none;
}

.testimonial {
font-size: 87%;
/*background-image:url(images/openquote.gif);
background-position:top left;
background-repeat:no-repeat; */
padding-left: 15px;


}
.closeQuote {
/*background-image:url(images/closequote.gif);
background-position:top left;
background-repeat:no-repeat; */
padding-left: 25px;
padding-bottom: 5px;
margin-left: 3px;
}

.bottomMargin {
	margin-bottom: 7px;
	margin-left: 2px;
}

.small {
	font-size: 85%;
}