/************************************************
	Author	:	Derek Spurdle
	Email	:	info@creativeaccess.co.uk
	Website	:	http://www.creativeaccess.co.uk/
************************************************/


/* Set all the browser padding, margin and border defaults to zero */

* {
	border: 0;
	margin: 0;
	padding: 0;
}


/********** xhtml specific tags **********/


body {
	color:#333;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}


a {
	color: #5B89AB;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	border-bottom: 1px dashed #999;
	color:#999;
	padding-bottom: 2px;
}

a:focus{
	border-bottom: 1px dashed #999;
	color:#999;
	padding-bottom: 2px;

}

a:active{
	border-bottom: 1px solid #999;
	color:#666;
	margin-top: 2px;
}




blockquote {
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px dashed #666666;
}
#main blockquote  p {
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
#main blockquote span {
	text-align: right;
	margin-right: 10px;
	display: block;
	margin-left: 10px;
}


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



/********** Div Styling **********/


/* wrapper */

#wrapper {
	background-image: url(../images/backgrounds/wrapperBG.jpg);
	background-repeat: repeat-x;
	background-position: left 27px;
	width: 100%;
}



/* topLinks */


#topLinks {
	background-color: #fff;
	width: 760px;
	font-weight: normal;
	padding: 2px 15px 2px 0;
	margin: 0 auto;
}

#topLinks ul {
	text-align: right;
}

#topLinks ul li {
	display: inline;
	color: #5B89AB;
}

#topLinks a {
	color: #5B89AB;
	text-decoration:none;
	font-weight: bold;
}

#topLinks a:hover {
	border-bottom: 1px dashed #999;
	color:#999;
	padding-bottom: 2px;
}

#topLinks a:focus{
	border-bottom: 1px dashed #999;
	color:#999;
	padding-bottom: 2px;

}

#topLinks a:active{
	border-bottom: 1px solid #999;
	color:#666;
	margin-top: 2px;
}


/* header */

#header {
	width:760px;
	clear: both;
	height: 176px;
	background-image: url(../images/backgrounds/headerImg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header #headerText {
	width: 520px;
	display: block;
	margin-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 30px;
	float: left;
}

#header h1 {
	color:#02014F;
	font-size:1.8em;
	font-weight: 400;
	background-color: #FFFFFF;
}

#header h2 {
	color:#02014F;
	font-size:1.8em;
	font-weight: 400;
	background-color: #FFFFFF;
	padding-top: 10px;
}

#header p {
	color:#F60;
	font-weight: bold;
	font-size: 1.4em;
	text-align: right;
	margin-top: 40px;
}




/* Main Navigation */


#navcontainer {
	display: block;
	clear: both;
	width: 100%;
}

 #navlist {
	width: 760px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
}

#navlist a{
	color: #5B89AB;
	font-weight: 500;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 3px 0 3px;
}

#navlist a:hover{
	border-bottom: 1px dashed #999;
	color:#999;
	font-weight: bold;
	padding: 3px 3px 0 3px;
}

#navlist a:focus {
	border-bottom: 1px dashed #999;
	padding: 3px 3px 0 3px;
	color: #999;
	font-weight: bold;
}

	
#navlist a:active{
	border-bottom: 1px solid #999;
	color: #999;
	font-weight: bold;
	padding: 3px 3px 0 3px;
}

#navlist li{
	display: inline;
	color: #5B89AB;
}




/* content */

#content {
	height:auto;
	width:760px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(../images/backgrounds/centerShadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.bottom {
	background: url(../images/backgrounds/bottomShadow.jpg) no-repeat center bottom;
	height: 19px;
	width: 760px;
}

.top {
	background: url(../images/backgrounds/topShadow.jpg) no-repeat center top;
	height: 19px;
	width: 760px;
}



/* main */

#main {
	width:730px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#main h2 {
	color:#02014F;
	font-weight:bold;
	font-size: 1.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: capitalize;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}


#main h3 {
	color:#02014F;
	font-size: 1.5em;
	background-color: transparent;
	margin: 20px 0 10px 20px;
}

#main p {
	line-height:1.6em;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
}

#main a {
	color: #5B89AB;
	text-decoration:none;
	font-weight: bold;
}

#main a:hover {
	border-bottom: 1px dashed #999;
	color:#999;
	padding-bottom: 2px;
}

#main a:focus{
	border-bottom: 1px dashed #999;
	color:#999;
	padding-bottom: 2px;

}

#main a:active{
	border-bottom: 1px solid #999;
	color:#666;
	margin-top: 2px;
}


#main .floatRight {
	float: right;
	clear: left;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
}



#main ol {
	margin-left: 60px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-top: 10px;
}


#main ol li {
	line-height: 1.5em;
	margin-bottom: 5px;
}


#main .center {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}


#main .center a, a:hover, a:focus, a:active  {
	border: none;
	text-decoration: none;
	padding: 0px;
}


#main #sitemap {
	margin-left: 100px;
}


#main #sitemap li {
	list-style-type: none;
	background: url(../images/siteMapBullet.gif) no-repeat left center;
	padding: 7px 30px;
}

#main #contactBox .post {
	width: 320px;
	float: left;

}
#main #contactBox {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#main #contactBox .dx {
	width: 320px;
	float: right;
;
}
#main #contactBox p {
	margin-top: 10px;
	font-weight: bold;
}

#main #contactBox ul {
	margin-left: 20px;

}

#main #contactBox ul li {
	color: #02014F;
	list-style-type: none;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.7em;
}
#main .center .highlightBox {
	width: 220px;
	float: left;
	margin-left: 16px;
	text-align: center;
	border: 1px solid #CCCCCC;
}


#main .center .buttonBox {
	width: 220px;
	float: left;
	margin-left: 16px;
	text-align: center;
}
#main .buttonBoxRight {
	float: right;
	width: 220px;
}




#main .center .highlightBox img {
	margin-bottom: 10px;
	margin-top: 10px;
}


#main .center .highlightBox p {
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}



/* sidebar */

#sidebar {
	float:left;
	width:250px;
}

.sidebar h3 {
	background-color: #eee;
	padding: 5px 10px;
	color: #02014F;
}

#sidebar p {
	display:block;
	line-height:20px;
	margin:10px 0;
	padding:10px;
	background-color: #eee;
}

#sidebar p a.more {
	display:block;
	text-align:right;
}

#sidebar ul {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#sidebar ul li {
	list-style:none;
	padding:5px 2px;
}

#sidebar ul li a {
	display:block;
	padding:5px;
	text-decoration:none;
}

#sidebar ul li a:hover {

}




/* footer */

#footer {
	width:760px;
	clear: both;
	margin: 0 auto 5px;
}
#footer ul {
	list-style-type: none;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#footer li {
	display: inline;
	line-height: 2em;
	color: #5B89AB;

}


#footer a {
	color: #5B89AB;
	text-decoration:none;
	font-weight: bold;
}

#footer a:hover {
	border-bottom: 1px dashed #999;
	color:#999;
	padding-bottom: 2px;
}

#footer a:focus{
	border-bottom: 1px dashed #999;
	color:#999;
	padding-bottom: 2px;

}

#footer a:active{
	border-bottom: 1px solid #999;
	color:#666;
	margin-top: 2px;
}


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


/* Misc classes */

.services {
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #eee;
	margin-top: 20px;
	border: 20px solid #eee;
}


.services td {
	vertical-align: middle;
	text-align: left;
	background: url(../images/tick.jpg) no-repeat left center;
	padding: 5px 20px;
}


.quote {
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #eee;
	margin-top: 20px;
	border: 20px solid #eee;
}


.quote td {
	color:#02014F;
	vertical-align: middle;
	text-align: left;
	padding: 5px 20px;
	font-size: 1.5em;
	font-weight: bold;
}


.quote th {
	text-align: right;
}



.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

.clear {
	clear: both;
	display: block;
}








.result {
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.result p {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	font-weight: bold;
}

.result span {
	font-size: 2em;
	color: #fff;
	background-color: #02014F;
	display: block;
	padding: 10px;
	width: 120px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}


#main ul {
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#main ul li {
	line-height: 2em;
}
#main .access li {
	list-style-type: none;
}

#main #top {
	display: block;
	text-align: right;
	margin: 20px 10px 0 0;
	padding: 5px 25px;
	clear: both;
	background: url(../images/up.gif) no-repeat right center;
}


#main dl {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
}
#main dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#main dd {
	margin-bottom: 5px;
	margin-left: 10px;
}
#main .links {
	list-style-type: none;
}
#main .links li {
	padding-bottom: 10px;
	background-image: url(../images/external.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
}
#main .paygButton {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	padding-top: 20px;
	padding-bottom: 30px;
}
.total {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 15px;
	margin-left: 10px;
	display: block;
}
.floatLeft {
	float: left;
}
.centre {
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

