/* global and default styles */

* {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
	
/* centre the site */

#wrapper {
	width: 900px;
	margin:auto;
	background-position: center;
	top:0px;
}


/* ===================================================================
images
=================================================================== */

.noborder {
	text-decoration:none;
	border:none;
	margin:0px;
	padding:0px;
	}



/* ===================================================================
text
=================================================================== */

/*  general */

p {
	margin:0px;
	padding:5px 10px 5px 10px;
	font-size:12px;
	}
h1 {
	margin:0px;
	padding:0px 10px 5px 10px;
	font-size:30px;
	font-weight:normal;
	}
h2 {
	margin:0px;
	padding:0px 10px 5px 10px;
	font-size:26px;
	font-weight:normal;
	}
h3 {
	margin:0px;
	padding:0px 10px 5px 10px;
	font-size:20px;
	font-weight:bold;
	}
h4 {
	margin:0px;
	padding:0px 10px 5px 10px;
	font-size:16px;
	font-weight:bold;
	}
/* header */
p.header-right {
	text-align:right;
	font-size:11px;
	margin:0px;
	padding:5px 0px 0px 0px;
	}

h4.header-right { /* header right col */
	margin:0px;
	padding:25px 0px 0px 0px;
	font-size: 14px;
	
	text-align:right;
	color:#075f8d;
	font-weight:normal;
	}
h4.header-left { /* header left col */
	margin:0px;
	padding:5px 5px 10px 0px;
	font-size: 16px;
	font-style:italic;
	text-align:left;
	color:#075f8d;
	font-weight:normal;
	}
blockquote {
	border:1px #cccccc solid;
	padding:10px 80px 10px 10px;
	margin:10px;
	background-image:url(images/quotes.png);
	background-repeat:no-repeat;
	background-position: top;
	background-position:right 10px;
	font-size:16px;
	}
	
/* body col left */	

p.nav_heading { /* left nav text */
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size:14px;
	font-weight:600;
	font-style:italic;
}
p.nav { /* left nav text */
	margin:0px;
	padding:10px 0px 5px 0px;
	font-size:14px;
}


/* lists */	

ul {
	margin:0px;
	padding:5px 10px 5px 30px;
}
li {
	font-size:12px;
}


/* body col right */	

p.testimonials, p.left_col {
	padding:5px 10px;
	}

/* footer row */

p.footer_left {
	text-align:left;
	margin:0px;
	padding:5px 10px;
	}
p.footer_right {
	text-align:right;
	margin:0px;
	padding:5px 10px;
	}
	
/* bottom link */

p.bottom_link{
	text-align:center;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	margin:20px;
	padding:20px 0px;
	color: #CCCCCC;
}
a.bottom_link {
	text-decoration:none;
	color: #cccccc;
	}
	


/* ===================================================================
links
=================================================================== */

a {
	color:#075f8d;
	text-decoration:underline;
	}
a:hover {
	color:#000000;
	text-decoration:underline;
	}
	
/* ===================================================================
main divs
=================================================================== */

/* top row */

#top_row_wrapper {
	width:900px;
	height:100px;
	position:relative;
	top:0px;
}

#top_row_left {
	width:450px;
	position:relative;
	float:left;
}

#top_row_right {
	width:450px;
	position:relative;
	float:right;
}

/* header */

#header_row_wrapper {
	width:900px;
	height:auto;
	position:relative;
}

/* body */

#body_wrapper {
	width:900px;
	height:auto;
	position:relative;
}

/* body left col */

#body_left {
	width:180px;
	position: relative;
	float:left;
}

/* body centre col */

#body_centre {
	width:540px;
	position: relative;
	float:left;
	margin:0px;
	padding: 0px;
}

/* body right col */

#body_right {
	width:180px;
	position: relative;
	float:right;
}

/* right hand col boxes */

div.right_hand_col_box { /* wrapper around widgets */
	width: 180px;
	height:auto;
	position:relative;
	clear:both;
	margin:10px 0px 0px 0px;
	padding:0px 0px;
	}
	
div.right_hand_col_box_other { /* wrapper around other boxes i.e. testimonials*/
	width: 170px;
	height:auto;
	position:relative;
	clear:both;
	margin:5px 4px 10px 0px;
	padding:5px 0px;
	border:1px #CCCCCC solid;
	float:right;
	background-image:url(images/quotes.png);
	background-repeat:no-repeat;
	}
	
div.right_hand_col_box_share { /* wrapper around 'share this site'*/
	width: 170px;
	height:auto;
	position:relative;
	clear:both;
	margin:5px 4px 10px 0px;
	padding:5px 0px;
	border:1px #CCCCCC solid;
	float:right;
	}
	
/* left hand col boxes */

div.left_hand_col_box {
	width: 180px;
	height:auto;
	position:relative;
	clear:both;
	margin:10px 0px;
	padding:0px 0px;
	border:1px #CCCCCC solid;
	}


/* footer row */

#footer_row {
	width:900px;
	height:25px;
	position:relative;
	top:0px;
	clear:both;
	border:1px #999999 solid;
	padding:0px;
	margin:0px;
	background-color: #efeeee;
}
#footer_row_left {
	width:248px;
	position:relative;
	float:left;
}

#footer_row_right {
	width:648px;
	position:relative;
	float:right;	
}

/* bottom row */

#bottom_row_wrapper {
	width:900px;
	height:auto;
	position:relative;
	top:0px;
	clear:both;
}
.bottom_row_box_left {
	width: 225px;
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
}

.bottom_row_box_right {
	width: 225px;
	padding:0px;
	margin:0px;
	position:relative;
	float:right;
}




	


