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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	height: 100%;
	margin-bottom: 1px;
}

/* Set font as 10px initially } */
body {font-size: 72%;
font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
/* font-family:verdana; */
background-color:#b2dddf;}
/* 62.5% */
/* Set font as 11px, (1.1 times the body) */
p { font-size: 1.1em; } 
h1, h2, h3, h4, h5, h6 {
	/* font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;  */
	/* font-family: "Georgia", "Times New Roman", serif; */
	font-family: palatino, georgia, serif;
	/* font-family: verdana; */
	font-weight: normal;
	padding: 0 0 0 10px;	
	margin-bottom: 0.5em;
	color: #308bd1;
}

h1 {
	font-size: 218%;
	line-height: 1.3em;
	padding: 0.5em 0 0 10px;
}

h2 {
	font-size: 164%;
	line-height: 1.3em;
	padding: 0.5em 0 0 10px;
	color: #6faedf;
}

h3 {
	font-size: 145%;
	line-height: 1.3em;
	padding: 0.5em 0 0 10px;
}

h4 {
	font-size: 118%;
	line-height: 1.3em;
	padding: 0.5em 0 0 10px;
}

p {
	padding: 0px 5px 10px 10px;
	line-height: 1.6em;
	/* line-height: 1.65; */
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
.page-aligner{text-align:center;}

div#wrapper {
	margin: 0 auto;
	width: 766px;
	padding-top: 10px;
	text-align:left;
	}
div#content {
	float: left;
	background-color: #ffffff;
	background: url(site_images/bg_content.png);
	background-repeat: no-repeat;
	width: 100%;
}	
/* start nav */	
div#nav {
	float: left;
	margin: 0;
	width: 160px;
	padding-top: 20px;
	text-decoration: none;
}	

li.nav a {
	display: block;
	cursor: pointer;
	width: 160px;
	height: 22px;
	line-height: 24px;
	text-indent: 25px;
	font-family: verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: url(site_images/bg_nav.png) no-repeat;
}
li.nav a:hover {
	cursor: pointer;
	width: 160px;
	height: 22px;
	font-family: verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
li.lastnav a {
	display: block;
	cursor: pointer;
	width: 160px;
	height: 25px;
	line-height: 24px;
	text-indent: 25px;
	font-family: verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: url(site_images/bg_lastnav.png) no-repeat;
}
li.lastnav a:hover {
	cursor: pointer;
	width: 160px;
	height: 25px;
	font-family: verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/* end nav */

/* start content */

div#txt {
	margin-left: 15px;
	float: left;
	width: 550px;
	padding-bottom: 20px;
}
.Title {
	font-family: verdana;
	font-size: 1.6em;
	font-weight: bold;
	color: #ff6000;
}
.subTitle {
	font-family: verdana;
	font-size: 0.95em;
	font-weight: bold;
	color: #ff6000;
}
strong {
	font-weight: bold;
}
ul#bullet {
	list-style-image: url(site_images/bulletOrange.png);
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
a.link {
	font-size: 0.95em;
	font-weight: bold;
	color: #ff6000;
	text-decoration: none;
}
a.link:hover {
	font-size: 0.95em;
	font-weight: bold;
	color: #ff6000;
	text-decoration: underline;
}
a.job {
	font-size: 0.95em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.job:hover {
	font-size: 0.95em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
div#contact {
	position: relative;
	float: left;
	width: 220px;
}
div#contact1 {
	position: relative;
	margin-right: 10px;
	float: left;
	width: 220px;
}
/* end content */
div#bottom {
	text-align:right;
	color:#118e97;
	width:766px;	
	margin: 0 auto;
}