﻿/* base styles that are common to all formats i.e. print and screen */

body {font-size: 62.5%; font-family: arial,verdana,sans; padding: 0; color: #000;background:#fff url(../images/pagebg.gif) repeat-x;margin:0;}
form,ul,dl,dd,dt,h1,h2,h3,h4, h5, h6 {padding:0; margin:0;}
h1 {font-size: 1.6em;padding: 0 0 1em 0;color:#034c91; font-weight:normal;}
h1.landing {text-align:center;}
.header.home h1 a.logo {text-indent:-9999em;}
h2 {font-size: 1.2em;padding: 0px 0 1.2em 0; color:#034c91;}
h2.top {padding: 10px 0 1em 0;}
h3 {font-size: 1.1em;padding: 0 0 0.3em 0;color:#034c91;}
h4 {font-size: 1em;padding: 0 0 1em 0;}
h5 {font-size: 1em;padding: 0 0 1em 0;}
h6 {font-size: 1em;padding: 0 0 1em 0;}
h1,h2,h3,h4 {line-height:1em;}
p {margin: 0 0 1em 0; padding: 0; line-height:1.4em;}

input.text, select, textarea {font-size: 13px; border:1px solid #b0b3b5; padding:1px 3px;font-family: arial,verdana,sans;}
select {font-size: 13px; border:1px solid #b0b3b5; font-family: arial,verdana,sans;padding:1px;}
input.long, textarea.long {width:235px;}
select.long {width:243px;}
input.medium, textarea.medium, select.medium {width:160px;}
input.short, textarea.short, select.short {width:63px;}
img {border: 0;}
table {border-collapse:collapse;}
th {text-align:right;font-weight:normal;vertical-align:top;}

.floatleft {float: left;}
.floatright {float: right;}
.hidden {display: none; visibility: hidden;}
.nobg {background: none;}
.printonly {display: none; visibility: hidden;}
.clear {clear:both;}

a {color:#034c91; text-decoration:none; outline: none;}
a:hover {text-decoration:underline;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}