@charset "UTF-8";
/* CSS Document - created by Jason Hellaby 05/05/09 V4 Technical */

/**** 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;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*** General ***/
body { 
	background: #1c2580;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
}
.wrapper { 
	margin: 0 auto 0 auto;
	width: 864px;
	background: #FFFFFF;
	padding: 10px 18px 0 18px;
}
.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
}
.preload { 
	display: none;
	height: 0px;
	overflow: hidden;
}

/*** header ***/
.header {
	height: 95px;
}
.logo {
	width: 250px;
	float: left;
}
.watermark {
	width: 90px;
	float: right;
}

/*** Nav Bar ***/
.nav {
	width: 866px;
	height: 47px;
	background: url(images/menu-bg.gif) repeat-x;
	padding-bottom: 10px;
}
.nav li {
	float: left;
	height: 47px;
	width: auto;
}
.nav a:hover {
	background: #FFFFFF url(images/menu-bg-down.gif) repeat-x;
}
.nav a, .nav a:visited {
	color: #FFFFFF;
	text-decoration: none; 
	padding: 15px 20px 16px 20px;
	display: block;
	font-size: 16px;
}
#navleft {
	top: 0;
	left: 0;
	z-index: 10;
	float: left;
	width: 10px;
}
#navright {
	float: right;
	top: 0;
	right: 0;
	z-index: 10;
	width: 10px;
}
#navdiv {
	width: 1px;
	height: 47px;
}

/*** Left Bar ***/
.leftcontent {
	width: 212px;
	float: left;
}
.menu {
	width: 212px;
	margin-bottom: 10px;
}
.menu li {
	display: block;
	width: 212px;
	background: #cccccc;
	height: 34px;
	margin-bottom: 1px;
}
.menu a, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 0 10px 25px;
	height: auto;
	width: 187px;  
	display: block;
}
.menu a:hover {
	background: #999999;
	width: 187px;
}
.newsbox {
	background: #cccccc;
	width: 212px;
	height: 210px;
	color: #666666;
	margin-bottom: 25px;
}
.newsbox h3 {
	padding: 5px 0 5px 25px;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
}
.newsbox p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}
.newsbox strong {
	font-weight: bold;
}
.newsbox a, .contactbox a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.newsbox a:hover {
	text-decoration: underline;
}
.newsfeed {
	width: 200px;
	margin: 0 6px 0 6px;
	height: 165px;
	overflow: auto;
}

/*** Main Content ***/
.rightcontent {
	width: 636px;
	float: right;
}
.rightcontentinner {
	width: 850px;
}

.rightcontent a, .rightcontent a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.rightcontent a:hover {
	color: #0000FF;
}
img.spacer {
	margin-right: 6px;
}
.dynamic {
	margin: 10px 0 25px 0;
	line-height: 1.1em;
}
.dynamic h1 {
	font-size: 1.4em;
	margin: 5px 0 5px 0;
	color: #1c2580;
	font-weight: bold;
}
.products td {
	width: 25%;
	vertical-align: top;
	padding: 0 5px 10px 0;
}
.products h2 {
	font-size: 1.3em;
	line-height: 1.2em;
}
.dynamic ul { list-style: disc; margin-left: 20px; }

/*** Email Form ***/
.mailform {
	width: 440px;
}	
.mailform label {
	float: left;
	margin: 14px 0 0 0;
	clear: both;
	font-weight: bold;
}
.mailform input, .mailform textarea  {
	float: right;
	margin: 10px 0 0 0;
	width: 350px;
}
.mailform input.submit {
	width: 70px;
	clear: both;
	margin-bottom: 20px;
}
.tickboxes {
	float: right;
	width: 350px;
	margin: 0 0 0 0;
}
.tickboxes input { 
	float: none;
	margin: 4px 0 0 2px;
	width: 20px;
}
.tickboxes label {
	float: none;
	margin: 4px 10px 0 2px;
	font-weight: normal;
}
#other {
	width: 250px;
}
#otherlab {
	margin-top: 10px;
}

/*** Footer ***/
.footer {
	margin: 0 auto 0 auto;
	width: 900px;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	padding-top: 8px;
	height: 65px
}
.footerlogo {
	margin: 0 10px 0 20px;
	width: 113px;
	float: left;
}
.footertext {
	width: 720px;
	float: left;
}
.footertext p {
	font-size: 11.5px;
	color: #999999;
}