html, body {
	margin: 0px;
	background-color: #d24600;
	height: 100%;	
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

h1 /* bold text */, strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #111111;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

h2 /* page titles */ {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #003399;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

h3 /* italic text */, italic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

.bgcontactbridgette {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right top;
}

#wrapper {
	width: 1000px;
	top: 0px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background-image: url(images/bgmain.png);
	background-repeat: repeat-y;
	background-position: top center;
}

* html div#wrapper {
	height: 100%; 
}

#header {
	width: 100%;
	height: 250px;
	top: 0px;
	position: relative;
	background-image: url(images/header-3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#navigation {
	width: 200px;
	top: 0px;
	position: relative;
}

#navigation a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #d24600;
	text-decoration: none;
}

#navigation a:hover {
	color: #000000;
}

#content {
	width: 100%;
	top: 0px;
	padding-bottom: 90px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #666666;
}

#content a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #CC0000;
}

#content a:hover {
	text-decoration: none;
}

#quotenav {
	width: 100px;
}

#quotenav a {
	width: 100px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004696;
	line-height: 22px;
	text-decoration: none;
}

#quotenav a:hover {
	color: #ffffff;
}

#footer {
	width: 100%;
	height: 90px;
	bottom: 0px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 18px;
	color: #003399;
}

#footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #003399;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

.textnote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #0000FF;
}

.textnormalgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #669933;
}

.textfreeconsult {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	color: #0000ff;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #000000;
}

a.copyright:hover {
	text-decoration: none;
}

.bgrepeat-x {
	background-repeat: repeat-x;
}

.bgrepeat-y {
	background-repeat: repeat-y;
}

.bgnorepeat {
	background-repeat: no-repeat;
	background-position: top center;
}

.imageright {
	margin-left: 15px;
	margin-top: 5px;
}

.imageleft {
	margin-right: 15px;
	margin-top: 5px;
}

