* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f4f8e9 url(/images/QFweb_bg2.jpg) top left repeat-x;
	color: #576635;
}

p {
	font-family: times, serif;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 12px;
}

a {
	color: #576635;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#shadow_bg_top {
	width: 1000px;
	height: 20px;
	margin: -10px auto 0px auto;
}

#shadow_bg_bottom {
	width: 1000px;
	height: 20px;
	margin: 0px auto 10px auto;
}

#header {
	width: 950px;
	height: 156px;
	margin: 0px auto;
}

#bg_container {
	width: 1000px;
	overflow: hidden;
	background: url(/images/bg_shadow_sides.gif) top left repeat-y;
	margin: 0px auto;
}

#container {
	width: 950px;
	background: #fafcf9 url(/images/globe_content_bg2.jpg) top left no-repeat;
	overflow: hidden;
	margin: 0px auto;
}

#logo {
	position: absolute;
	width: 108px;
	height: 95px;
	margin-top: 35px;
	margin-left: 50px;
}

#masthead {
	width: 690px;
	height: 65px;
	float: left;
	margin: 0px 0px 0px 35px;
}

#phone {
	float: right;
	font-style: italic;
	margin-right: 20px;
}

#languages {
	position: absolute;
	font-size: 12px;
	margin-top: 125px;
	margin-left: 850px;
	z-index: 20;
	width: 100px;
	height: 20px;
}

#languages a {
	font-style: italic;
	margin: 0px 3px;
}

#main_body {
	width: 850px;
	overflow: auto;
	margin-bottom: 20px;
	padding: 0px 50px;
}

#nav {
	width: 950px;
	height: 40px;
	background: url(/images/bg_shadow_sides.gif) top left repeat-y;
	overflow: hidden;
	padding: 0px 25px;
	margin: 0px auto;
}

#nav ul {
	height: 40px;
	font-family: verdana, sans-serif;
	background: url(/images/nav_bg.jpg) top left repeat-x;
	padding-left: 65px;
}

#nav li {
	list-style-type: none;
	float: left;
	display: inline;
	line-height: 25px;
	padding: 0px 30px;
	margin: 0px 0px -1px 0px;
	border-left: #fff solid 1px;
	border-right: #cacfbe solid 1px;
}

#nav a {
	font-size: 12px;
	font-weight: bold;
}

#nav a:hover {
	color: #214969;	
	text-decoration: none;
}

#nav li:hover {
	color: #214969;	
	text-decoration: none;
	cursor: pointer;
}

#main_home { 
	width: 800px;
	overflow: auto;
	margin: 25px 0px;
}

#main_home ul {
	font-family: times, serif;
	font-size: 18px;
	margin: 20px 0px 20px 30px;
}

#main_home li {
	line-height: 25px;
	margin-bottom: 5px;
	list-style-image: url(/images/nav_bullet2.gif);
}

#main { 
	float: left;
	width: 850px;
	min-height: 400px;
	overflow: hidden;
	padding-top: 20px;
}

#main h1 {
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
	font-variant: small-caps;
	border-bottom: #bfc9a5 solid 1px;
	margin-bottom: 9px;
}

#main ul {
	font-family: times, serif;
	font-size: 18px;
	margin: 5px 0px 20px 30px;
}

#main li {
	line-height: 25px;
	margin-bottom: 5px;
}

.bullet li {
	list-style-image: url(/images/nav_bullet2.gif);
}

.sub_bullet li {
	list-style-image: url(/images/sub_bullet2.gif);
}

.photo {
	float: left;
	margin: 4px 10px 10px 0px;
	border: #dfe7ca solid 1px;
}

.link_categories {
	width: 800px;
	overflow: hidden;
}

.link_image {
	float: left;
	width: 110px;
	margin: 10px 10px 0px 0px;
}

.links {
	float: right;
	width: 670px;
}

#sidebar {
	width: 550px;
	text-align: center;
	overflow: hidden;
	padding: 15px;
	margin: 5px auto 0px auto;
}

#sidebar h1 {
	font-size: 24px;
	font-weight: normal;
	color: #214969;
}

#footer {
	width: 950px;
	font-size: 11px;
	text-align: center;
	padding: 15px 0px;
}




