h1{font-size:138.5%;}
h2{font-size:123.1%; margin-bottom: .5em;}
h3{font-size:108%;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
em{font-style:italic;}
blockquote{margin:1em;}
ol,ul{margin-left:2em;}
ol li{list-style:decimal outside;}
ul li{list-style:disc outside;}
dd{margin-left:1em;}
th{font-weight:bold;text-align:center;}
caption{margin-bottom:.5em;text-align:center;}
p,fieldset,table,pre{margin-bottom:1em;}
dt{font-weight:bold; text-decoration:underline;}
dd{margin-bottom: 1em;}

.clearer{clear: both;}
ul#menu{margin: 0px;}
ul#menu li ul{margin: 0px;}
ul#menu li{list-style: none;}
.qAndA{font-weight: bold;font-size: 175%;}
.highlight{background-color:yellow;font-weight:bold;}


/*****************************
 *
 * blog rules
 *
 *****************************/
div.post {
	margin-top: 10px;
}

div.post h3 {
	padding-left: 5pt;
	padding-bottom: 7px;
	padding-right: 0pt;
	padding-top: 7pt;
	border-bottom:1px solid #3875D7;
	background-color: #f9f9f9;
	color: #2c6dcb;
	font-size:18px;
	font-weight:normal;
}

div.post h3 a {
	color: #333333;
}

div.post h3 a:hover {
	color: #3875D7;
	text-decoration: none;
}

div.post div.entry p {
	color: #565656;
	font-size: 102%;
	line-height: 20px;
}

div.post p.postmetadata {
	line-height: 19px;
	color: #939393;
	font-size: 95%;
	margin:15px 0pt 0pt;
	padding:10px 15px 0pt;
}

div.post p.postmetadata a {
	font-weight: bold;
	color: #333333;
}

/*****************************
 *
 * blog images
 *
 *****************************/
a.imagelink img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #a0a0a0;
}

a.imagelink:hover {
	border-bottom: 1px solid #d2d2d2;
}

/*****************************
 *
 * body rules
 *
 *****************************/
div.navigation {
	padding-left: 10px;
	margin-bottom: 20px;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
	color: #3f3f3f;
	background-color: #e8ecf2;
	border-color: #b6cee3;
	border-style: solid;
	border-width: 1px;
}

div.navigation a {
	line-height: 30px;
	color: #4b7fe4;
	font-weight: bold;
}

div.navigation a:hover {
	color: #4968a4;
}

h3#comments, h3#respond {
	margin-top: 9px;
	margin-bottom: 9px;
	border-bottom-color: #5b9ed4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 7px;
	color: #353535;
	font-size: 110%;
	widows: 0;
}

div.comment {
	margin-bottom: 15px;
	border-bottom-color: #ccdff0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-color: #dbdbdb;
	padding-left: 7px;
	border-left-style: solid;
	border-left-width: 8px;
}

div.comment div.commentmetadata {
	border-bottom-color: #d3d3d3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #2d2d2d;
	font-size: 106%;
}

div.comment p {
	color: #4e5256;
	padding-left: 6px;
	border-left-color: #c0d9f0;
	border-left-style: solid;
	border-left-width: 6px;
}

form#commentform input, form#commentform textarea {
	padding: 5px;
	background-color: #f2f4f7;
	border-width: 1px;
	border-color: #8ec2f0;
	border-style: solid;
}

form#commentform textarea {
	width: 400px;
}

form#commentform input#submit {
	color: #444444;
	background-color: #f2f4f7;
}

form#commentform input#submit:hover {
	color: white;
	background-color: #3b72c3;
}

form#commentform label {
	font-size: 104%;
	font-style: italic;
	color: #4f5154;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #000;
}

blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
}

blockquote .citation {
	text-align: right;
	font-weight: bold;
}

/*****************************
 *
 * image rules
 *
 *****************************/
.image {
	border: 1px solid #333333;
}

.left {
	float: left;
	margin: 0px 8px 0px 0px;
}

.right {
	float: right;
	margin: 0px 0px 0px 8px;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/*****************************
 *
 * background image
 *
 *****************************/
div#doc {
	position: absolute;
	left: 50%;
	margin-left: -640px;
	width: 1280px;
	background-image: url('images/page_bg.png');
	background-repeat: no-repeat;
}

/*****************************
 *
 * content body placement
 *
 *****************************/
div#bd {
	position: relative;
	width: 756px;
	top: 149px;
	left: 50%;
	margin-left: -378px;
	background-repeat: repeat-y;
	background-image: url('images/bd_bg_repeat_y.png');
}

/*************************
* 
* return home link
* 
*************************/
div#nav h1#homeLink {
	width: 166px;
	height: 30px;
}

div#nav h1#homeLink a {
	display: block;
	width: 166px;
	height: 30px;
	background-image: url('images/homeLink_bg.png');
}

div#nav h1#homeLink a:hover {
	background-position: 0px 30px;
}

div#nav h1#homeLink a span {
	display: none;
}

/*************************
* 
* Menu Display
* 
*************************/

div#nav {
	float: left;
	width: 166px;
	margin-left: 13px;
	padding-bottom: 30px;
}

div#nav ul#menu {
	width: inherit;
	overflow: hidden;
}

div#nav ul#menu li.item, div#nav ul#menu li.last {
	width: 166px;
	height: 30px;
	background-image: url('images/menuItem.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div#nav ul#menu span {
	cursor: pointer;
}

div#nav ul#menu a, div#nav ul#menu span {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 93%;
	padding-left: 5px;
	text-decoration: none;
	color: #FFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#nav ul#menu li.last {
	background-image: url('images/menuItemLast.png');
}

/*************************
* 
* Menu Functionality
* 
*************************/
#nav #menu .item:hover {
	background-image: url('images/menuItemHover.gif');
	height: auto;
}

div#nav ul#menu .item li a {
	color: #000;
}

div#nav ul#menu .item a:hover {
	color: #000;
}

div#nav li.item ul {
	background-color: #F5EAD9;
	border-right: 1px solid #DEDEDE;
	padding-right: -1px;
}

div#nav ul#menu .item>ul>li {
	color: #000;
	background-image: none;
}

div#nav ul#menu .item>ul>li:hover {
	background-color: #FFF;
}

/*************************
* 
* content bg and position
* 
*************************/
div#bd div#contentWrapper {
	width: 756px;
	background-image: url('images/content_bg.png');
	background-repeat: no-repeat;
}

div#bd div#content {
	position: relative;
	top: 4px;
	padding: 5px 25px 50px 15px;
	margin-left: 181px;
}

div#content h1 {
	font-size: 200%;
	color: #42566B;
}

div#content .note {
	font-weight: bold;
	border-bottom: 1px solid #C1C1C1;
	padding-bottom: 10px;
}

div#content p {
	margin: 10px 0px;
}

div#mainImage {
	width: 518px;
	height: 219px;
	background-image: url('images/map.png');
}

/*************************
* 
* footer bg and position
* 
*************************/
div#ft {
	width: 756px;
	height: 37px;
	background-image: url('images/footer_bg.png');
}

div#ft ul {
	width: 80%;
	margin: 0 auto;
}

div#ft ul li {
	float: left;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	margin-right: 25px;
}

div#ft ul li a {
	text-decoration: none;
	color: #FFF;
}

div#ft ul li a:hover {
	text-decoration: underline;
}

