/* CSS Document */

/* Layout Styles */

body {
	font-size: 62.5%;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	color: #2F2E68;
	font-family: Arial, Helvetica, sans-serif;
}

#admin{ display: none; }

#container {
	width: 650px;
	padding: 0;
	margin: 0;
	background-image: none;
}

#inner {
	width: 650px;
	padding: 0;
	background-color: #FFFFFF;
}

#header {
	height: 100px;
}

#logo {
	float: left;
	width: 157px;
	padding-top: 0;
}

#headerlinks {
	display: none;
}
.search {
	display: none;
}
.search input {
	display: none;
}
.search input.go {
	display: none;
}
#navbar {
	display: none;
}

#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbar li {
	float: left;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #121684;
	line-height: 27px;
	font-weight: bold;
}
#navbar li.selected {
	background-color: #121684;
}
#navbar li.selected a {
	color: #FFFFFF;
}

#leftcontent {
	float: left;
	width: 650px;
	padding: 0;
}
#leftcontent h1 {
	display: block;
	height: 20px;
	background-color: #CEDDE4;
	color: #101781;
	padding: 0;
	font-size: 1.8em;
}
#leftcontent h1:first-letter { font-size: 100%; }
#leftcontent h1 { height: 20px; }
#leftcontent p, #leftcontent h2, #leftcontent h3, #leftcontent h4, #leftcontent h5, #leftcontent ul{
	font-size: 1.2em;
	padding-left:0px;
	padding-right:0px;
}

.rightcontent {
	display: none;
}
#bannerright {
	display: none;
}
.rightbox {
	display: none;
}

.rightbox h2 {
	display: none;
}
.rightbox p {
	display: none;
}

#subnav {
	display: none;
}
#subnav ul {
	display: none;
}
#subnav li {
display: none;
}
#subnav li a { color: #83ABB7; }
#subnav li.selected {
	list-style-image: url(../gfx/subnav_selected.gif);
}
#subnav li.selected a { color: #121684; }

#subcontent {
	float: left;
	margin-left: 0;
	width: 650px;
}

#banner {
	display: none;
}
#banner img { padding: 0; margin:0; border:0; }

#breadcrumbs {
	display: none;
}
#content {
	float: left;
	width: 650px;
	padding: 0;
}
#content h1 {
	font-size: 1.8em;
}
#content h1:first-letter {
	font-size: 100%;
}
#subright {
	float: left;
	font-size: 0.9em;
	width: 130px;
	background-color: #E6EEF1;
	background-image: url(../gfx/rightgradient.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 10px 70px 10px;
}

#values {
	display: none;
}

#footer {
	display: none;
}

/* Content Styles */

strong, h1, h2, h3, h4, h5 { font-weight: bold; }
em	{ font-style: italic; }

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

p {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul {
	font-size: 1.2em;
	list-style-type: disc;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ol {
	font-size: 1.2em;
	list-style-type: decimal;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

td { font-size:1.2em; padding: 4px; }

ul ul, td p { font-size: 100%; }

a {
	color: #121682;
	text-decoration: underline;
}
a:hover {	color: #37ABDF; }
#navbar a, .rightbox a, #subnav a, #header a, #footer a, #breadcrumbs a, #subright a {  text-decoration: none; }
#navbar a:hover, .rightbox a:hover, #subnav a:hover, #header a:hover, #footer a:hover, #breadcrumbs a:hover, #subright a:hover {  color: #121682; }

input, textarea, select { 
	color: #312E73; 
	font-size: 1.0em; 
	font-family: Arial, Helvetica, sans-serif; 
}

.alignleft, .alignright { vertical-align: top; }

.green { color: #98CE16; }
.mand { color: #CC0000; }

p.shareicon {
	background-image:url(../gfx/shareprice.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
}
p.mobileicon {
	background-image:url(../gfx/mobile.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
}
p.mobileicon a {
	color: #98CE16;
}
.shareprice { 
	color: #98CE16; 
	font-size: 1.6em;
	font-weight: bold;
}
.unit {
	color: #98CE16; 
	font-weight: bold;
}