@charset "UTF-8";
/* CSS Document */

body {
	background: url(/css/cssimages/blk_header.jpg) repeat-x 0 0;
	margin:0;
	padding:0; /* Good practice to zero out margin and padding */
	text-align:center; /* For IE5 browser */
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:24px;
	background-color: #FFFFFF;
}

.notop {
	margin-top: 0;
}

a img {
	border:0;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover, a:active, a:focus {
	color:#C7B299;
	text-decoration:none;
}

p, #homecontent-right {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
}
.H1 {
	font-size: 24px;
	color: #C7B299;
	font-weight: normal;
	letter-spacing: 5px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	word-spacing: normal;
	color: #CC9966;
	letter-spacing: 5px;
	text-decoration: underline;
}

.H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	word-spacing: normal;
	color: #CC9966;
	line-height: 30px;
}
.contacttext {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-size: 14px;
}




.clearfloat {
	clear:both;
}

div#headerbkgnd {
	height:219px;
	margin: 0 auto;
	padding: 1px 0;
}

div#bkgrnd {
	background: url(/css/cssimages/domain_border.png) repeat-y 0 0;	
	width:990px;
	background-position:center;
	margin: 0 auto;
	text-align:center;
	
}

div#header {
	width:900px;
	margin:auto;
	margin-top:10px;
	margin-bottom:5px;
	
}

div#footer {
	height:243px;
	width:990px;
	margin:auto;
	background-image:url(/css/cssimages/domain_footer.png);
	background-position:center;
	background-repeat:no-repeat;
	
}
	

div#topmenu {
	height:50px;
	width:900px;
	margin:auto;
	text-align:left;
	margin-bottom:10px;
	padding-left:15px;

}

div#content-wrapper {
	width:920px;
	text-align:left;
	padding:10px;
	margin:auto;
	margin-top:10px;
	
}

div#heading {
	width:920px;
	text-align:center;
	float:left;
	height:50px;
	margin: 0 auto;
	display: inline;
}

div#flashcontent-left {
	width:640px;
	text-align:left;
	height:auto;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

div#homecontent-right {
	width:260px;
	padding:0px;
	text-align:justify;
	float:left;
	display: block;
	margin-left:5px;
	
}
#mainmenu li {
	font-size: 14px;
	width: 100px;
	float:left;
}

#mainmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;

}

#mainmenu a {
	display:block;
	width:100px;

}

#mainmenu li ul {
	display:none;

}

#mainmenu li:hover ul {
	display:block;
	width:100px;
	position:absolute;
	color:#CC9966;

}
