/*=============== GLOBAL RESET =============== */

*, html, div, span, body, p, h1, h2, h3, h4, h5, ol, img { margin: 0; padding: 0; border: 0; list-style: none; }
b, strong, h1, h2, h3, h4, h5 { font-weight: bold; }
table { border-collapse: collaspe; border-spacing: 0; }
.clear:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
.clear { display: inline-block; clear: both; }
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/*=============== MAIN =============== */
body
{
	background-color: #FFFFFF;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: justify;
}


/*=============== ANCHOR LINKS ============*/

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a:active
{
	color: #000000;
	text-decoration: none;
}

/*=============== UL NavBar ============*/
#lyWideBar
{
	position: absolute;
	width: 100%;
	height: 57px;
	margin: 0;
	padding: 0;
	top: 217px;
	background-image:url(../image/strip_nav57.gif)
}

#lyRoot
{
	position:relative;
	width: 791px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
}

#lyBanner
{
	margin: 0;
	width: 791px;
	height: 217px;
}

ul#navBar
{
	margin: 0 auto;
	padding: 0;
	width: 791px;
	height: 57px;
	list-style: none;
}

ul#navBar li
{
	float: left;
	display: block;
	padding-left: 0px;
}

#lySplash
{
	position: relative;
	width: 791px;
	height: 318px;
	top: 24px;
	z-index: 2;
}


/*================= LAYERS.Content ================*/


#lyHeader
{
	background-color:#FFFFFF;
	position: relative;
	width: 100%;
	height: 57px;
	padding: 0;
	margin: 0;
	left: 0px;
}

#lyHeader_L
{
	position: relative;
	float: left;
	width: 290px;
}

#lyHeader_R
{
	position:relative;
	top: 24px;
	float: right;
}


#lyContent
{
	position: relative;
	left: 0px;
	top: 55px;
	width: 791px;
}

#lyContentgallery
{
	position: relative;
	left: 0px;
	top: 55px;
	width: 791px;
}

#lyContentgallery img
{
	padding: 10px;
}


#lyContent_L
{
	float: left;
	width: 523px;
}

#lyContent_R
{
	float: right;
	width: 243px;
}

#lyContent_R img
{
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}

#lyContent_Unary
{
	left: 0px;
	top: 32px;
	width: 791px;
}

#footer {
  border-top: 1px solid #ba8286;
  clear: both;
  color: #000;
  font-size: 9px;
  margin: 50px auto 3em;
  padding-top: 10px;
  position: relative;
  width: 791px;
}

#footer a { color: #000; text-decoration: none; }
#footer a:hover { color: #000; text-decoration: underline; }

/*================= FONT ==================*/

.content
{
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
	color: #000000;
	vertical-align: top;
}

.content p
{
	padding-top: 5px;
	padding-bottom: 10px;
}

.content10
{
	font-weight: normal;
	font-size: 10px;
	text-align: justify;
	color: #000000;
	vertical-align: top;
}

.contentIB
{
	font-weight: bold;
	font-style:italic;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	vertical-align: top;
}

.contentB
{
	font-weight: bold;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	vertical-align: top;
}

.h1
{
	font-weight: normal;
	font-size: 24px;
	text-align: justify;
	color: #781c38;
	border-left-width: 0px;
	border-top-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-left: 0px;
}

.h2
{
	font-weight: normal;
	font-size: 18px;
	text-align: justify;
	color: #781c38;
	border-left-width: 0px;
	border-top-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-left: 0px;
}

.footerTxt
{
	font-weight: normal;
	font-size: 9px;
	text-align: justify;
	color: #000000;
	vertical-align: top;
}


.textHack1
{
	font: Arial;
	color: #FFFFCC;
	font-size: 1px;
	font-weight: normal;
}


