@charset "utf-8";
/* CSS Document */
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;
}
}
HTML {
overflow: -moz-scrollbars-vertical;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 3%;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 150%;
	margin-bottom: 10px;
	font-weight: normal;
}
body {
	background-color: #3d3b36;
	background-repeat: repeat-x;
	background-image: url(../images/bkgdSlice.jpg);
}
ol, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;

}
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {

}
#headerFeature {
	position: absolute;
	top: 7px;
	left: 241px;
	width: 538px;
}
#nav {
	height: 280px;
	float: left;
	z-index: 900;
	position: relative;
	top: 18px;
	width: 240px;
	margin: auto;
}
#menuBar {
	position: relative;
	margin-top: .5em;
	margin-left: 0.5em;
}
#homePromo {
	margin-top: 20px;
}
#leftColumn {
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 241px;
	z-index: 10;
	margin-top: -20px;
	background-image: url(../images/leftColumnBkgd.jpg);
	height: 484px;
}
#rightColumn {
	float: right;
	margin-top: -18px;
	position: relative;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 1px;
	z-index: 20;
	padding-right: 60px;
	padding-left: 60px;
	width: 414px;
}
.pictureFitRight {
	margin-right: 10px;
}
.pictureFitBottom {
	margin-bottom: 10px;
}
.h1_HOME {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-top: 15px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.3em
}
#leftImage {
display:inline;
position:relative;
float: left; 
clear: left;
}
.pictureFitBottomHome {
	margin-bottom: 50px;
}
.addyIndent {
	text-indent: 17px;
	font-size: 8pt;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 3%;
}
.pictureFitLeft {
	margin-left: 10px;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

a:link{
	color: #FFFFFF;
}
a:visited{
	color: #CCCCCC;
}
a:active{
	
}
a:hover{
	color: #FF9900;
}