/* MEYERWEB CSS RESET v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GENERAL SETTINGS */

html, body {
	height: 100%;
	width: 972px;
	min-width: 972px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00457c;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 50px 0 15px -30px;
}

h2 {
	font-weight: bold;
	margin: 15px 0 15px 0;
}

a {
	color: #97989a;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul.bulletpoints {
    list-style-type:disc;
    list-style-position:inside;
    margin-left:0;
    padding-left:1em;
    text-indent:-1em;
}

img.floatLeft {
    float:left;
    padding: 0 10px 10px 0;
}

td {
    padding: 0 1em;
}

#wrapper {
	min-height: 100%;
	height: auto !important; /* needed for IE6 */
	height: 100%;   /* needed for IE6 */
	margin: 0 auto -256px; /* the bottom margin is the negative value of the height of footer and bottom logo combined */
	background: url(/images/assets/blur_back.jpg) repeat-y;
}


/* HEADER */

#header {
	width: 972px;
	height: 100px;
	margin: 0 auto;
	background: white;
}

#logo {
	width: 400px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0;
	float: left;
}

#logo img {
	padding: 15px 0 15px 30px;
}

#menu {
	width: 572px;
	height: 50px;
	margin: 0 auto;
	padding-top: 40px;
	float: right;
}

#menu .row {
	height: 24px;
}

#menu ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 0 0 0;
	background:url(/images/assets/menu_sep_2x14.jpg) no-repeat left center;
	padding: 7px 15px 3px 15px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #97989a;
}

#menu li:first-child a {
	background: none;
}

#menu a:hover {
	font-size: 16px;
	margin: 2px 3px 0 0;
	padding: 0 15px 0 15px;
	color: #97989a;
}

#menu .current_page_item a {
	color: #00457c;
}

#band_top {
	height: 35px;
	width: 972px;
	margin: 0 auto;
	background: #999e15;
}

#tagline {
	padding: 8px 0 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #f9ebcb;
}

#banner {
	margin: 0 auto;
	width: 972px;
	height: 350px;
}


/* MAIN CONTENT */

#content {
	background: url(/images/assets/fleur_on_blur.jpg) no-repeat scroll top left;
	min-height: 372px;
	padding: 0 190px 30px 200px; /* padding right has to be bigger than the bottom right logo b/c IE7 renders the content under the logo */
	margin: 0 0 0 0;
	background-color: transparent;
}


/* BOTTOM OF PAGE */

#bottomlogo {
	bottom: 0px;
	left: 0px;
	background: url(/images/assets/fa_186x217.jpg) no-repeat scroll right;
	width: 972px;
	height: 217px;
}

#footer, #footerclearance {
    width: 972px;
	height: 39px;
}

#footer {
	bottom: 0px;
	left: 0px;
	background: white;
}

#footer p {
	margin: 0;
	padding: 3px 0 3px 20px;
	font-size: 11px;
	border-top: 1px solid #00457c;
	color: #000000;
}

#footer .lastline {
	border-bottom: 3px solid #00457c;
}

#footer a {
	color: #000000;
}

#footer .firstpage {
    width: 972px;
	margin: 0 auto;
	border-bottom: 3px solid #00457c;
	height: 38px;
}

