html {
	/* fix for firefox scrollbar bug altering width of page */ 
    overflow: -moz-scrollbars-vertical;
}
body {
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	/*text-align:center; - not needed?*/
	margin: 0px;
	padding: 0px;
}
a {
	color: #006699;
	text-decoration: none;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 125%;
	color: #006699;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 114%;
	color: #006699;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #006699;
}
h4 {
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}
h5 {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #334d55;
}
img {
	border:none;
}
/*********** #sectionLinks styles ***********/
#sectionLinks {
	color:#006699;
	background-color: #eeeeee;
	font-size: 11px;
	padding: 10px 0px 2px 0px;
}
#sectionLinks a {
	color:#006699;
	display: block;
	border-top: 0px solid #cccccc;
	padding: 2px 0px 2px 10px;
}
#sectionLinks a:hover {
	color:#006699;
	background-color: #dddddd;
}
#sectionLinks ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
#sectionLinks h3 {
	font-weight:bold;
	padding-left: 10px;
	margin:0px;
}
/*********** .relatedLinks styles ***********/

.relatedLinks {
	font-size: 11px;
	background-color: #FFFFFF;
	padding-left: 10px;
}
.relatedLinks ul {
	list-style: none;
	margin-top: 0px;
    margin-left: 0px;

}
.relatedLinks h3 {
	font-weight:bold;
	padding:10px 0px 2px 0px;
	margin:0px;
}
/*********************************************/
#leftcolbottom h2 {
	font-size: 30px;
	font-weight:bold;
	color:#6699cc;
	padding-bottom:3px;
}
.leftcolbottom h3 {
	padding-top:5px;
}
.leftcolbottom span {
	font-size:80%;
	display:block;
	margin-bottom:10px;
}
/************* #siteinfo  ***************/

#siteinfo {
	color:#FFFFFF;
	font-size:11px;
	background-color:#6699cc;
	text-align:center;
	/*padding: 5px 0px 5px 0px;*/
	padding-top:7px;
	height:20px;
}
#siteinfo a {
	text-decoration: none;
	color:#FFFFFF;
}
#siteinfo a:link {
	text-decoration: none;
}
#siteinfo a:visited {
	text-decoration: none;
}
#siteinfo a:hover {
	text-decoration: underline;
}
/************** #brandtext styles **************/

#brandlinks a {
	color: #999999;
}
#brandlinks {
	font-size:70%;
	text-align:center;
	color: #999999;
}
/************* #globalNav styles **************/

#globalNav {
	text-align:center;
	padding-bottom:5px;
	color: #cccccc;
}
#globalNav img {
	display: block;
}
#globalNav a {
	font-size: 90%;
	padding: 0px 3px 0px 3px;
}
/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 10px;
	padding: 2px 0px 2px 0px;
}
/*************** #pageName styles **************/

#pageName {
	height:106px;
	background:url(http://www.admiralgroup.co.uk/images/template/header_agp.gif);

}
#pageName form {
	float:right;
	margin-top:60px;
	margin-right:5px;
	font-size: 80%;
        font-weight: bold;
        color: #006699;
}
/*************** #end pageName styles **************/

#wrapper {
	width:770px;
	margin-right:auto;
	margin-left:auto;
}
#header {
	border-bottom:1px solid #CCC;
}
#grouplogo {
	margin-right:6px;
}
#logos{
	margin-top:10px;
	margin-bottom:10px;
}
#leftcolumn {
	float:left; /* swap to right for right sidebar */
	width:185px;
	height:450px;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftcolumn li {
	border-bottom: 1px solid #EEE;
}
/* fix for browsers that don't need the hack */
html>body #leftcolumn li {
	border-bottom: none;
}
.leftcolbottom {
	padding-top:15px;
}
#container {
    padding-top: 17px;
}
#main {
	float:right;
	width:575px;
	font-size: 80%;
}

#footer {
	clear:both;
	margin-top:10px;
}

#wru_col1{
	float:right;
	width:309x;
}

#wru_col2{
	float:left;
	width:240px;
	margin-bottom:15px;
}

.shareprice {

	font-size: 80%;
	padding: 0px;
	margin-left:10px;
}
.shareprice h2 { 
	font-weight: bold; 
	font-size: 30px; 
	padding-bottom: 3px; 
	color: #6699cc; 
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
} 
.shareprice h3 { 
	font-weight: bold; 
	color: #006699; 
	padding-right: 0px; 
	padding-left: 0px; 
	font-size: 11px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 5px; 
} 
.shareprice span { 
	font-size: 80%; 
	margin-bottom: 10px;
}
.shareprice img { 
	margin-top: 20px;
	margin-left: -10px;
}
.small {
	font-size:0.85em;
	color:#999999;
}
