@import 'blueprint/screen.css';

.container {
	background-color : #fff;
}

/* ELEMENTS */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color : #004b8c;
	margin-top : 1em;
}

h1 { font-size: 2.25em; font-weight: bold; margin-bottom : .4em; }
h2 { font-size: 2em; font-weight: bold; margin-bottom : .3em; }
h3 { font-size: 1.75em; font-weight: bold; margin-bottom : .5em; }
h4 { font-size: 1.5em; font-weight: bold; margin-bottom : .5em; }
h5 { font-size: 1.25em; font-weight: bold; margin-bottom : .5em; }
h6 { font-size: 1.1em; font-weight: bold; margin-bottom : .5em; }

p {
	margin-bottom : .75em;
}

/* NAMED DIVS */

#hd {
}
#hd1 {
	float : left;
	width : 665px;
	height : 112px;
	background : url(/images/Header-Right.png) repeat-x;
}
#hd1 h1 {
    font-family : arial, helvetica, sans-serif;
    font-size : 48px;
    margin : 20px 0 0 20px;
    font-style : italic;
    color : #0079c2;
}
#hd1 h3 {
    font-family : arial, helvetica, sans-serif;
    font-size : 18px;
    margin : 0 0 0 300px;
    color : #000;
}
#hd2 {
	float : left;
	width : 285px;
	height : 102px;
	background : url(/images/Header-Right.png) repeat-x;
	text-align : center;
	padding-top : 10px;
}
#hd2 img { border : 0; margin : 0; }
#hd2 h5 { margin : 0; }

#mnu {
	height : 30px;
	background-color : #3378be;
}

#ft {
	height : 95px;
	background : url(/images/vantage-footer-repeat.png) repeat-x;
	color : #fff;
	text-align : center;
	font-size : .9em;
}
#ft-content {
	height : 95px;
	width : 950px;
	background : url(/images/Vantage-Logo-Footer.png) top left no-repeat;
}
#ft-content > div { padding-top : 1em; }
#ft-content a { color : #fff; text-decoration : none; }
#ft-content a:hover { text-decoration : underline; }

/* CLASSES */

.form-table td {
  text-align : left;
  padding : 3px 10px 3px 0;
}
.form-table select, .form-table input, .form-table textarea {
  margin : 0;
}

.float-left {
	float : left;
}
.float-right {
	float : right;
}
.bluish-bg {
	background : #E5ECF9;
}
.center {
	text-align : center;
}
.right {
	text-align : right;
}
.align-top { vertical-align : top; }

a.grey-link {
	color : #5c5c5c;
	font-size : .9em;
	text-decoration : none;
	font-weight : bold;
}
a.grey-link:hover {
	color : #000;
	text-decoration : underline;
}
a.blue-link {
	text-decoration : none;
	color : #004b8c;
	font-weight : bold;
}

a.blue-link:hover {
	text-decoration : underline;
	color : #000;
}
