/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* Wireframing - place borders around all div elements during development *//* div {	margin:0;	padding:0;	outline:1px solid red;} */

body	{
	text-align: center;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: silver;
}

/* SBMH for IE */
* html body { font-size: x-small; /* for IE5/Win */ f\ont-size: small; /* for other IE versions */ }

/* Baseline (default) styles */

h1	{
	font-size: 180%;
	color: white;
	text-align: left;
	float: left;
}

h2, h3, h4	{
	font-weight: lighter;
}

h2	{
	font-size: 160%;
	margin-top: 1em;
	color: gray;
}

h3	{
	font-size: 120%;
	color: gray;
}

h4	{
	font-size: 90%;
	color: white;
}

a	{
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

#wrap	{
	background-color: #fffff4;
	min-width: 640px;
}

/* Header Style */

#header {
	background-color: #171717;
	height: 80px;
}

#top1 {
	height: 20px;
	background-color: #171717;
}

#top	{
	width: 80%;
	margin: auto;
	height: 60px;
	max-width: 1366px;
}

a.aatitle:link	{
	color: white;
	text-decoration: none;
}

a.aatitle:visited	{
	color: white;
	text-decoration: none;
}

a.aatitle:active	{
	color: white;
	text-decoration: none;
}

a.aatitle:hover	{
	color: white;
	text-decoration: none;
}



ul#topnav	{
	text-align: right;
	padding-top: 33px;
	word-spacing: 2em;
}

#topnav li {
	display: inline;
} 

#topnav li a:hover, #topnav li a.active { 
	border-bottom-color: orange;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	text-decoration: none;
}

#topnav li a {
	color: #fffff4;
	font-style: normal;
	font-size: 110%;
}

/* Logo and strapline area style */

#cont1wrap	{
	width: 80%;
	margin: auto;
	height: 100%;
	max-width: 1366px;
}

#content1 {
	height: 15em;
	background: url(../_images/content1_bg.jpg) repeat-x;
}

#logo {
	float: left;
	height: 100%;
	width: 50%;
}

#logo img {
	float: none;
	margin-top: 3em;
}

#logo p {
	color: #003399;
	float: none;
	clear: left;
}

#strapline	{
	float: left;
	text-align: left;
	font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	height: 100%;
	width: 50%;
}

/* Main body style */

#content2	{
	width: 47%;
	margin: auto;
	height: 295px;
}

#newcomer	{
	float: left;
	width: 27%;
	padding: 60px 3% 20px;
	height: 188px;
}

#download	{
	float: right;
	width: 28%;
	padding: 60px 3% 20px;
	height: 188px;
}

#map	{
	float: right;
	width: 27%;
	padding: 60px 3% 20px;
	height: 188px;
}

#newcomer img {
	padding-bottom: 5px;
}

#download img {
	padding-bottom: 5px;
}

#map img {
	padding-bottom: 5px;
}

/* Footer style */

#footer	{
	clear: both;
	background: url(../_images/footer_bg.jpg) repeat-x;
	height: 70px;
}

#footwrap	{
	width: 80%;
	margin: auto;
	max-width: 1366px;
	height: 70px;
}

#footwrap h4 {
	text-align: left;
	float: left;
	width: 40%;
	margin-top: 2%;
}

#bottomnav li	{
	display: inline;
}

ul#bottomnav 	{
	text-align: right;
	padding-top: 40px;
	word-spacing: 1em;
}

#bottomnav li a {
	color: white;
	font-style: normal;
	font-size: 90%;
}



