body {
	background-color: #afcae5;
	margin: 20px 0px;
	min-width: 800px !important;
	behavior: url(script/csshover3.htc);
}

p {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 13px;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
}

h1 {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 27px;
	font-weight: normal;
	color: #1364b6;
	margin: 0px 0 10px 0;
}

h2 {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 19px;
	font-weight: normal;
	color: #3783d0;
	margin-bottom: 10px;
	margin-top: 18px;
}

h3 {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 18px;
}

ul {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 13px;
	color: #666666;
	line-height: 21px;
	list-style-type: square;
}

ol {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 13px;
	color: #666666;
	line-height: 21px;
}

li {
	margin-left: -24px;
}

a {
	color: #003E7B;
	text-decoration: underline;
}

a:hover {
	color: #3783d0;
	text-decoration: none;
}

/* ------------- classes -------------- */

.heading {
	background-image: url(../images/headingarrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 20px;
}

h1.product-header {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 35px;
	font-weight: normal;
	color: #003E7B;
	margin: 10px 0px 20px 0px;
	line-height: normal;
}

.subBullet {
	list-style-type: circle;
	margin-left: -7px;
}

.subBullet-dash {
	list-style-type: none;
	margin-left: -10px;
	text-indent:-11px;
}	

.footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
}

.footer a {
	color: #fff;
}

table.results {
	border: 1px solid #cfd8e6;
	margin: 10px 0;
}

.results {
	margin: 0;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 13px;
	color: #666666;
}

.results th {
	font-size: 14px;
}

.results th, .results td {
	border: 1px solid #cfd8e6;
	padding: 5px;
}

.clear {
	clear:both;
	height:0px;
	width:0px;
}

.image-spacer {
	display: block;
	float: right;
	margin: 0px;
}

table.results p {
	margin-bottom: 1px;
}

.mobile {
	display: none;
}

.keeptogether {
	white-space: normal;
}

.intro {
	font-size: 15px;
	line-height: 160%;
	color: #666;
	font-family: HelveticaNeue-light, Arial, "sans-serif";
	margin-bottom: 15px;
	margin-top: 15px;
}

p.intro-link {
	margin-bottom:18px;
}

/* ------------- menu -------------- */

#menu {
	width: 300px;
	height: 30px;
	padding: 0;
}

#menu a {
	background: #1364b6;
	color: #FFFFFF;
	text-align: left;
	width:100%;
}

#menu ul {
	padding: 0;
	margin: 0;
	width:100%;
}

#menu li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
}

#menu ul li a {
	width:100%;
	height: auto;
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
	border-bottom: 1px solid #FFFFFF;
}

#menu li a:hover {
	background-position: bottom left;
	background: #3783d0;
	width:100%;
}

#menu ul ul {
	position: absolute;
	top: 35px;
	width: 100%;
	visibility: hidden;
}

#menu ul li:hover ul {
	visibility: visible;
	width:100%;
}

/* ------------- structure -------------- */

#OuterFrame {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border: 1px solid #003E7B;
	background-image: url(../images/topright.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #FFFFFF;
}

#content {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#menu-bar {
	padding-left:20px;
}

#outer-header,
#header,
#bespoke-footer,
#outer-bespoke-footer {
	display:none;
}

#standard-footer {
	background-color: #003E7B;
	padding: 10px 20px;
}




