/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalises font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalises font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

html {
	text-align: center;
	border-top: 8px solid #316082;	
}

body {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	font: 62.5%/1.5 Calibri, Arial, "Abadi MT Condensed Light", Verdana, Arial, "Times New Roman", Times, serif;

}

/* @group Typography */

p {
	margin-bottom: 1em;
	font-size: 1.3em;
}

.notice {
	font-size: 1em;
}

a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #006a00;
}

label {
	float: left;
	width: 10em;
}

h1 {
	font-size: 2em;
	margin-bottom: 0.4em;
	color: #316082;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 0.4em;
	margin-top: 0.3em;
	color: #333;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 0.4em;
	margin-top: 0.3em;
	color: #333;	
}

cite {
	font-style: italic;
	text-align: right;
	color: #999;
}

q {
	font-style: italic;
	color: #666;	
}

em {
	font-weight: bold;
}

.cost {
	color: #f00;
}



/* @end */

/* @group navigation */

#navigation {
	float: right;
	padding-top: 5px;
	padding-top: 35px;
	padding-right: 15px;
}

#navi {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
}

#navi li {
	
	display: inline;
	margin: 0 5px 0 0;
	padding: 5px 10px;
}

#navi li a {
	text-decoration: none;
	color: #316082;
	font-weight: bold;
	margin: 0;
}

#navi li a:hover {
	color: #4f9acf;
}

/* @end */

/* @group Branding */

#branding {
	border-bottom: 2px solid #4f9acf;
	text-align: right;
	background: url(images/logo.jpg) no-repeat;
	height: 115px;
}

/* @end */

/* @group Lists */

ul {
	font-size: 1.3em;
	margin-bottom: 1em;
	list-style-image: url(images/arrow.gif);
	list-style-position: inside;
}

li {
	margin-bottom: 3px;
}

dl {
	font-size: 1.3em;
	margin-bottom: 1em;
	list-style-image: url(images/arrow.gif);
	list-style-position: inside;
}

dt {
	margin-bottom: 0.5em;
}

dd {
	margin-bottom: 0;
}



/* @end */

/* @group Portfolio */

#port {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 540px;
	height: 150px;

}

#portfolio{
margin-top: 10px;
display: block;
}

#portfolio li {
	list-style-type: none;
	text-align: center;
	float: left;
	list-style-image: none;
}



/* @end */

/* @group Content */

#mainContentSmall {
	width: 600px;
	margin-top: 10px;
	float: left;
	margin-left: 14px;
	display: inline;

}

#mainContent {
	width: 775px;
		margin-top: 10px;
margin-left: 14px;
float: left;
}

.mainContentBlock {
	padding: 10px;
}


#subContent {
	margin-top: 10px;
	padding: 8px;
	width: 150px;
	float: right;
	display: inline;

}




#subContentQuickLinks {
	margin-top: 10px;
	padding: 8px;
	width: 150px;
	float: right;
	display: inline;
}

#subContentQuickLinks a {
	padding: 1px;
}

#subContentQuickLinks a:hover {

}

#content {
	width: 800px;
}

.rightColumn {
	width: 200px;
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* @end */

/* @group News */

#news li {
	border-bottom: 1px dotted #999;
	padding-top: 5px;
	padding-bottom: 5px;
}

.quayclass {
	margin-bottom: 1em;
	min-height:180px;
  	height:auto !important;
  	height:180px;
 	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /	/*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.8;
	font: 1.3em Arial;
}

.quayclass a{
	color: #316082;
	font-size: 1.3em;
}

#news {
	
	border-top: 1px dotted #999;
		list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	overflow: auto;
	height: 200px;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	padding-top: 10px;
	border-top: 2px solid #4f9acf;
}

#footer a {
	color: #00319d;
}

#footer p{
	text-align: center;
	color: #999;
	font-size: 1.2em;
}

/* @end */

.qentry {
	padding-bottom:5px;
	padding-top:5px;
	border-bottom: 1px dotted #ccc;
}

fieldset {
	margin-left: 0px;
	margin-bottom: 1em;
	margin-right: 0px;
	margin-top: 1em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

#map {
	float: right;
	overflow: auto;
	margin-left: 6px;
	border: 2px solid #666;
}

.clear {
	clear: both;	
}

/* @group Table */

.listtable table {
	border: 1px solid #080808;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.listtable tr {
	border: 1px solid #080808;
	text-align: center;
}
.listtable td {
	border: 1px solid #080808;
	width: 150px;
}
.listtable th {
	text-align: center;
	border: 1px solid #080808;
	width: 150px;
	background-color: #c4fec8;
}

.compare {
	border: 1px solid #d5dff3;
}

.compare td {
	font-size: 12px;
	width: 125px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #d5dff3;
}

.compare th {
	font-size: 12px;
	width: 125px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #d5dff3;
	background-color: #316082;
	color: #fff;
	font-weight: bold;
}

/* @end */

/* @group Client */

.client {
	margin-left: 0;
	margin-bottom: 3em;
	overflow: auto;
}

.client p {
	margin-left: 165px;
}

.client h3 {
	margin-left: 165px;
	margin-bottom: 0;
}

.client img {
	float: left;
	width: 150px;
	margin-top: 8px;
	margin-bottom: 5px;

}

/* @end */

.right {
	float: right;
}

.services li {
	display: inline;
}

#branding #skip {
	display:block; 
	overflow: hidden; 
	font-weight: bold; 
	text-indent: -5000px;
	background: transparent;
	text-decoration: none;
	color: #fff;
}
	
	#branding #skip:focus,#branding #skip:hover,#branding #skipp:active {
	text-indent: 3em; 
	background: #316082; 
	color: #fff;
	padding-right: 1em;
	}

.ultimatesteal {
	padding-top: 20px;
	padding-bottom: 20px;
}