html, body, div, span, applet, object, iframe,
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,
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: "" ""; }
/***********************************************/
body {
	width:100%;
	margin:0;
	padding:0;
	border:0;
	background: url('/images/bg.jpg') repeat-x;
	font-size: 16px;
	color: #3f3e3e;
	font-family: tahoma, georgia, verdana, serif;
	text-align: center;
}

#page {
	margin: auto;
	max-width: 916px;
	width:auto !important;
	width: 916px;
}
/********* TOP *********************************************/
#top {
	height: 266px;
	background: url('/images/top.jpg') no-repeat;
	text-align: left;
}
#top #logo a {
	display: block;
	width: 318px;
	height: 48px;
	background: url('images/logo.jpg') no-repeat;
	position: relative;
	left: 20px;
}

/********* CONTENT *********************************************/
#contentBG {
	background: url('/images/contentbg.jpg') no-repeat;
	height: 270px;
	width: 100%;
}

#content {
	float: left;
	letter-spacing: 0.5px;
	margin-top: 40px;
	margin-left: 70px;
	text-align: left;
	width: 780px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	padding-bottom: 30px;
}
#content ul {
	padding-left: 40px;
	list-style: disc;
}

/********* MENU *********************************************/
#menu {
	background: url('/images/menubg.jpg') no-repeat;
	height: 46px;
	font-family: tahoma, arial;
	font-size: 15px;
}
#menu ul {
	list-style-type: none;
	text-align: left;
	position: relative;
	top: 14px;
	left: 8px;
	width: 100%;
}
#menu ul li 	{
	display: inline;
	list-style-type: none;
	padding: 0;
	text-decoration: none;
	background: url('/images/separator.jpg') top right no-repeat;
	height: 45px;
	padding: 14px 0px 13px 0px;
}
#menu ul li a 	{
	padding: 14px 10px 13px 10px;
	margin: 0px 2px 0px 0px;
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover 	{ color: #3d1212; background: url('/images/menuover.jpg') repeat-x; }
#menu ul li a.current 	{ color: #3d1212; background: url('/images/menuover.jpg') repeat-x; }
/********* FOOTER *********************************************/
#footer {
	clear: both;
	width: 820px;
	margin-left: 50px;
	padding-top: 20px;
	border-top: 1px solid #CCC;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 1px;
	height: 100px;
}
/********* OTHER *********************************************/

a 		{ color: #1c506a; text-decoration: none; }
a:hover { color: #43B215; }

img { border: 0; }

p { margin: 5px 0; }

h1 { margin-top: 0px; margin-bottom: 10px; }
h2 { margin-top: 0px; margin-bottom: 10px; }
h3 { margin-top: 0px; margin-bottom: 10px; }
h4 { margin-top: 0px; margin-bottom: 10px; }
h5 { margin-top: 0px; margin-bottom: 10px; }
h6 { margin-top: 0px; margin-bottom: 10px; }

.address {
	color: #888;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
.address li { display: inline; }
.address img { position: relative; top: 5px; }
