@charset "utf-8";
/* #################################################################################################### */
/* This Style sheet contains style rules for ADVANCED HAND HELD MEDIA DEVICES                           */
/* (iPhone, Andriod etc with (max-device-width: 480px)                                                  */
/* #################################################################################################### */

/* RESET STYLES */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

/* STRUCTURAL STYLE INFO */
DIV#wrapper {
	width: 96%;
	margin: 3px auto 3px auto;
	padding: 0px;
}
DIV#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
DIV#header {
	margin: 5px;
	padding: 0px;
}
DIV#nav_main {
	width: 96%;
	height: 20px;
	margin: 5px auto 5px auto;
	padding: 0px
	clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #999999;
	background-color: #003366;
}
DIV#main {
	margin: 5px;
	padding: 0px;
}
DIV#footer {
	width: 100%;
	clear: both;
}

/* GENERIC STYLE INFO */
body {
	background-color: #003366;
}
H1, H2, H3, H4, H5, H6 {
	font-family: "Meta Plus Book", "Trebuchet", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 10px 0px 5px 0px;
}
H1, H1 A {
	font-size: 112%;
	line-height: 115%;
	color: #003366;
}
H2 {
	font-size: 110%;
	line-height: 113%;
	color: #003399;
}
H3 {
	font-size: 105%;
	line-height: 108%;
	color: #003366;
}
H4 {
	font-size: 102%;
	line-height: 106%;
	color: #003366;
}
H5 {
	font-size: 100%;
	line-height: 105%;
	font-weight: bold;
	color: #003366;	
}
H6 {
	font-size: 100%;
	line-height: 105%;
	color: #003366;
	text-decoration: underline;
}
P, FORM {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 110%;
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color: #000080;
}
B, STRONG {
	font-weight: bold;
}
UL, OL {
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 10px;
}
LI {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	text-align: left;
	color: #000080;
}
/* No mouse over hover - it won't work on mobiles */
A {
	color:#3366CC;
}

/* Form Elements */
Input.FormBox, Select.FormBox, TextArea.FormBox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #006699;
	margin: 2px 0px 5px 0px;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999999;
}
Input.FormBtn {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	margin: 0px 0px 5px 0px;
	padding: 1px 5px 1px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
Label {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #336699;
}

/* SPECIFIC NAMED STYLE INFO */
/* The below to hide some content from the main site */
IMG.ProdFeatureImg {
	display: none;
}
P.SmallText {
	display: none;
}

DIV#nav_main UL {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
DIV#nav_main UL LI {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	font-family: "Meta Plus Book", "Trebuchet", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
}
DIV#nav_main UL LI A {
	width: 25%;
	float:left;
	text-align: center;
}
/* No mouse over hover - it won't work on mobiles */
A.nav {
	color:#FFFFFF;
}
P#nav_footer, P#nav_footer A.nav {
	text-align: center;
	color: #FFFFFF;
}
P#copyright {
	font-family: "Meta Plus Book", "Trebuchet", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
}
P#style_marker, P#style_marker A {
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color:#339966;
}