/* Font-face */
@font-face {
    font-family: 'VegurBold';
    src: url('/fonts/vegur-b_0.602-webfont.eot');
    src: url('/fonts/vegur-b_0.602-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vegur-b_0.602-webfont.woff') format('woff'),
         url('/fonts/vegur-b_0.602-webfont.ttf') format('truetype'),
         url('/fonts/vegur-b_0.602-webfont.svg#VegurBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, #nav-main p, .form-list li, .schedule-list li, .quote-request,  fieldset legend {
	font-family: 'VegurBold';
}

html {
	background-color: #081327;
	color: #535d63;
}

body {
	font-family: Verdana;
}

a:link, a:visited {
	text-decoration: underline;
	color: #535d63;
}

a:visited {
	color: #535d63;
}
a:hover, a:active {
	text-decoration: underline;
	color: #535d63;
}

h1, h2, h3 {
	margin: 2em 0 1.6em 0;
	color: #102861;
}

h1 {
	font-size: 131%;
	margin: 0 0 2.2em 0;
	padding-top: 13px;
	color: #3a3b3b;
}

h2 {
	font-size: 123.1%;
}

h3 {
	font-size: 100%;
}

h3.compact {
	margin-bottom: .6em;
}

h4, h5, h6, strong {
	font-weight: bold;
}

p, li, th, td, dd, dt, address, label {
	font-size: 85%;
	line-height: 1.4em;
}

td, th, address {
	line-height: 1.8em;
}

li li, li p, li th, li td, li dd, li dt,
p label, li h3, li h4, li address, li label {
	font-size: 1em;
}

abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}

em {
	font-style:italic;
}

p, fieldset, table, blockquote, ul, ol, dl, address {
	margin-bottom:1.6em;
}

ul {
	margin-left: 1.15em;
}

ol {
	margin-left: 1.45em;
	_margin-left: 1.7em;
}

dl {
	margin-left: 0;
}

ol li {
	list-style: decimal outside;
}

ol.lower-alpha li {
	list-style: lower-alpha;
}

ol.lower-roman li {
	list-style: lower-roman;
}


ul li {
	list-style: disc outside;
}

li ol {
	margin-top: 1em;
}

dl dd {
	margin-left: 2em;
}

th, td {
	border: 1px solid #000;
	padding: .5em;
}

th {
	font-weight:bold;
	text-align:center;
}

caption {
	margin-bottom: .5em;
	text-align:center;
}

div.hr {
	height: 38px;
	margin: 0 0 2em 0;
	clear: both;
}

div.hr1 {
	background: url(../images/bg/hr1.png) no-repeat top left;
	margin-top: -1.6em;
}

div.hr2 {
	background: url(../images/bg/hr2.png) no-repeat top left;
	margin-bottom: -2em;
}

div.hr-spaced {
	margin-top: 0;
}

div.hr hr {
	display: none;
}

/* multipurpose classes */

.hidden {
	display: none;
}

.clear-both {
	clear: both;
}

.flash-replaced .alt {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

.acrobat-msg img {
	float: left;
	margin-right: 1em;
	padding-top: 0.2em;
}

