* {
	margin: 0;
	font-size: 1em;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Helvetica, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	overflow-x: hidden;
	color: #595648;
	height: 100%;
	-webkit-tap-highlight-color: #cadbf1;
	text-align: center;
}

#top {
	display: block;
	background: #141719 url(../img/bg_top.gif) 0 0 repeat-x;
	border-top: 2px solid #9999FF;
	padding: 5px 0;
	height: 42px;
	color: #999;
}

#topsmall {
	display: block;
	background: #141719 url(../img/bg_top.gif) 0 0 repeat-x;
	border-top: 2px solid #9999FF;
	padding: 5px 0;
	height: 10px;
	color: #999;
}

#mid {
	background: #fff url(../img/bg_centre.gif) 0 0 repeat-x;
	height: 250px;
}
#midsmall {
	background: #fff url(../img/bg_centre.gif) 0 0 repeat-x;
	height: 71px;
}

#midwhite {
	background: #fff;
	height: 71px;
}

#bottom {
	background: #fff9d8 url(../img/bg_bottom.gif) 0 0 repeat-x;
	min-height: 220px;
	padding: 10px 0;
}

#ftr {
	background: #141719;
	color: #999;
	padding: 10px 0 60px;
	font-size: 11px;
	line-height: 15px;
}


.center {
	position: relative;
	text-align: left;
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

.centersmall {
	position: relative;
	text-align: left;
	width: 540px;
	padding: 0 10px;
	margin: 0 auto;
}

#ftr .center {
	text-align: center;
}

.break {
	text-align: center;
	color: #34738c;
	padding: 10px 0 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}


.right {
	position: relative;
	text-align: right;
	width: 940px;
	padding: 10px 10px;
	margin: 0 auto;
}

.features {
	clear: left;
	padding: 20px 0 0;
	width: 960px;
	overflow: hidden;
}

.main {
	width: 460px;
	float: left;
	margin: 10px 20px 20px 0;
}
.mainsmall {
	width: 80px;
	float: left;
	margin: 10px 20px 20px 0;
}

.header {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:10px;	
}

.smallheader {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:10px;	
}

.logo {
	width: 290px;
	float: left;
	margin: 0 20px 20px 0;
}

.section {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #CCCCCC;
	height: 220px;
	float: left;
	margin: 0 10px 10px 0;
	width: 288px;
	line-height: 18px;
	padding: 10px;
	background-color: #fff;
  	-webkit-box-shadow: 1px 1px 3px #b6b49f;
	color: #333;
	font-size: 12px;
}

.widesection {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #CCCCCC;
	height: 70px;
	float: left;
	margin: 0 10px 10px 0;
	width: 650px;
	line-height: 18px;
	padding: 10px;
	background-color: #fff;
  	-webkit-box-shadow: 1px 1px 3px #b6b49f;
	color: #333;
	font-size: 12px;
}
.quote {
	width: 290px;
	float: left;
	margin: 0 20px 20px 0;
}

.quote blockquote {
	font-family: "Big Caslon", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.quote cite {
	font-style: normal;
	color: #333333;
	text-align: right;
	display: block;
}

#homelink {
	display: block;
	background: url(../img/buttons.png) 0 0 no-repeat;
	background-position: -0px 0px;
	overflow: hidden;
	width: 102px;
	height: 37px;
	float: left;
	margin-right: 5px;
}

#homelink.selected {
	background-position: -0px -84px;
}

#homelink:hover.selected {
	background-position: -0px -84px;
}

#homelink:hover {
	background-position: -0px -42px;
}

#cvlink {
	display: block;
	background: url(../img/buttons.png) 0 0 no-repeat;
	background-position: -102px 0px;
	overflow: hidden;
	width: 102px;
	height: 37px;
	float: left;
	margin-right: 5px;
}

#cvlink.selected {
	background-position: -102px -84px;
}

#cvlink:hover {
	background-position: -102px -42px;
}

#cvlink:hover.selected {
	background-position: -102px -84px;
}


#faqlink {
	display: block;
	background: url(../img/buttons.png) 0 0 no-repeat;
	background-position: -204px 0px;
	overflow: hidden;
	width: 102px;
	height: 37px;
	float: left;
	margin-right: 5px;
}

#faqlink.selected {
	background-position: -204px -84px;
}

#faqlink:hover {
	background-position: -204px -42px;
}

#faqlink:hover.selected {
	background-position: -204px -84px;
}


#contactlink {
	display: block;
	background: url(../img/buttons.png) 0 0 no-repeat;
	background-position: -306px 0px;
	overflow: hidden;
	width: 102px;
	height: 37px;
	float: left;
	margin-right: 5px;
}

#contactlink.selected {
	background-position: -306px -84px;
}

#contactlink:hover {
	background-position: -306px -42px;
}

#contactlink:hover.selected {
	background-position: -306px -42px;
}

.red {
	color: #900;
}

.ftrlink {
	color: #999;
}