

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#header
{
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	display: block;
	z-index:0;
	text-align: left;
}

#header img
{
	margin: 0;
	padding: 0;
	z-index: 0;
	border: 0;
}

#hh1
{
	width: 570px;
	height: 220px;
	margin: 0;
	padding: 0;
	z-index:0;
	display: inline;
}

#hh2
{
	width: 200px;
	height: 220px;
	margin: 0 0 0 80px;
	padding: 0;
	z-index:0;
	display: inline;
}

#main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#frame1
{
	position: absolute;
	width: 100%;
	height: 447px;
	left: 0;
	top: 0;
}

#frame1-image
{
	background-image: url('images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 447px;
	width: 327px;
	margin: 0;
}

html:first-child #frame1-image
{
	border: 1px solid transparent; /* Opera fix */
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:55px;
	min-height:55px;
}

.Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 4px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 66px;
	height: 66px;
	background-image: url('images/Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 33px, 33px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 33px, 33px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(33px, 33px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(33px, auto, auto, 33px);
}

.Sheet-tc, .Sheet-bc
{
	left: 33px;
	right: 33px;
	height: 66px;
	background-image: url('images/Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 33px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(33px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 33px;
	bottom: 33px;
	width: 66px;
	background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 33px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 33px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 33px;
	left: 33px;
	right: 33px;
	bottom: 33px;
	background-image: url('images/Sheet-c.png');
}


.Sheet
{
	margin-top: 1px !important;
}

#bggrad, #frame1-image
{
	min-width:900px;
}

/* end Box, Sheet */



/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.menu, .menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.menu li li
{
	float: none;
}

.menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.menu:after, .menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul
{
	min-height: 0;
}

.menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.menu
{
	padding: 0px 20px 0px 20px;
}

.nav
{
	position: relative;
	height: 27px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 27px;
	background-image: url('images/nav.png');
}

.nav .l
{
	left: 0;
	right:20px;
}

.nav .r
{
	right: 0;
	width: 892px;
	clip: rect(auto, auto, auto, 872px);
}


/* end Menu */

/* begin MenuItem */
.menu ul li
{
	clear: both;
}

.menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 27px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.menu a .r, .menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 81px;
	background-image: url('images/MenuItem.png');
}

.menu a .l
{
	left:0;
	right:0px;
}

.menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.menu a .t 
{
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
	color: #0A2E38;
	padding: 0 12px;
	margin: 0 0px;
	line-height: 27px;
	text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
	top:-27px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
	top:-27px;
}

.menu li:hover a .l, .menu li:hover a .r
{
	top:-27px;
}
.menu a:hover .t
{
	color: #F1F3F4;
}

.menu li:hover a .t
{
	color: #F1F3F4;
}

.menu li:hover>a .t
{
	color: #F1F3F4;
}



/* end MenuItem */

.content{
	width: 880px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 5px 0 10px 10px;
	color: #333;
}

.content .spanh {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
	margin: 0 0 20px 0;
	color: #09C;
}


.c {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	width: 892px;
	text-align: justify;
	background: #e9e9e9;
	}
	
.c .spanh {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
	margin: 0 0 20px 0;
	color: #09C;
	}

.c .addr {
	font: 18px Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px;
	margin: 0;
	color: #333333;
	text-decoration: none;
	text-align:left;
	}


/* Contact Form++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#contactform { margin:0; padding:5px;}
#contactform * { font-family: Arial, Helvetica, sans-serif;; font-size:12px;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0 0 5px 0; padding:10px; background:none;}
#contactform li.buttons { margin:0; overflow:hidden;}
#contactform label { margin:0; width:220px; display:block; float:left; padding:0 0 2px 0; font:bold 12px Arial, Helvetica, sans-serif; color:#666666;}
#contactform label span { font:normal 11px Arial, Helvetica, sans-serif; color:#afafaf; margin:0; padding:0;}
#contactform input.text { width:380px; border:1px solid #d6d6d6; margin:0; padding:5px 2px; height:16px; background:#fff;}
#contactform textarea { width:380px; border:1px solid #d6d6d6; padding:2px; background:#fff;}
#contactform checkbox {border:1px solid #d6d6d6; margin:0; padding:5px 2px; background:#fff;}
#contactform li.buttons input { padding:2px 5px; margin:0 15px 0 0; background:#222222; border:1px solid #000; color:#FFF; float:right;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 892px;
	margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 15px;
	text-align: center;
}

.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background: #CCC;
	width: 892px;
	height: 150px;
	bottom:0;
	left:0;
}

.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	display:inline-block;
	color:#4A5A5E;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-size: 10px;
letter-spacing: 1px;
}

.Footer .Footer-text a:link
{
	text-decoration: none;
	color: #0F4757;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: bold;
text-decoration: none;
}

.Footer .Footer-text a:visited
{
	text-decoration: none;
	color: #435256;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.Footer .Footer-text a:hover
{
	text-decoration: none;
	color: #176B82;
font-family:"Century Gothic",Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#1F8EAD;
}

.page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#5A6D72;
}
/* end PageFooter */
