/*global*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #323232;
	text-align: center;
	font-family: "Lucida Sans Unicode", Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5444;
}

p {
	margin-bottom: 15px;
}

h1 {
	font-family: "Lucida Sans Unicode", Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #c18a00;
	margin-bottom: 15px;
	margin-left: 10px;
}

.clear {
	clear: both;
}

img {
	border: 0px;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-right: 10px;
}

a {
	font-family: "Lucida Sans Unicode", Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #c18a00;
}

a:hover {
	font-family: "Lucida Sans Unicode", Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #c18a00;
}


/*flash*/
#flashheader {
	width: 770px;
	height: 351px;
	top: 10px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	text-align: left;
}

/*nav*/
#nav {
	width: 770px;
	height: 70px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	text-align: left;
	overflow: hidden;
	font-size: 10px;
}	

#nav ul {
	list-style-type: none;
}

#nav ul li { 
	float: left;
	display: inline;
	text-align: left;
}

#link01 a {
	width: 154px;
	height: 70px;
	display: block;
	background-image: url(images/link01.jpg);
	text-indent: -9999px;
}

#link01 a:hover {
	background-position: center -70px;
}

#link02 a {
	width: 154px;
	height: 70px;
	display: block;
	background-image: url(images/link02.jpg);
	text-indent: -9999px;
}

#link02 a:hover {
	background-position: center -70px;
}

#link03 a {
	width: 154px;
	height: 70px;
	display: block;
	background-image: url(images/link03.jpg);
	text-indent: -9999px;
}

#link03 a:hover {
	background-position: center -70px;
}

#link04 a {
	width: 154px;
	height: 70px;
	display: block;
	background-image: url(images/link04.jpg);
	text-indent: -9999px;
}

#link04 a:hover {
	background-position: center -70px;
}

#link05 a {
	width: 154px;
	height: 70px;
	display: block;
	background-image: url(images/link05.jpg);
	text-indent: -9999px;
}

#link05 a:hover {
	background-position: center -70px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px "Lucida Sans Unicode", Arial, Arial, Helvetica, sans-serif;
line-height:15px;
text-align: left;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFDD75;
}


/*maincontent*/
#maincontent {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	position: relative;
	background-image: url(images/bottom-color.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: hidden;
	text-align:left;
}

.divider01 {
	width: 340px;
	padding-right: 20px;
	background-image: url(images/divider.gif);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	text-align: left;
}

.divider02 {
	width: 330px;
	padding-left: 20px;
	float: left;
	text-align: left;	
}

.divider03 {
	width:125px;
	padding-right: 20px;
	padding-bottom: 3px;
	float: left;
	text-align: left;
}

.divider04 {
	width:400px;
	padding-left: 20px;
	padding-bottom: 3px;	
	float: left;
	text-align: left;	
}

/*news*/
.titlenews {
	font-size: 12px;
	font-weight: bold;
	color: #c18a00;
}

.date {
	font-size: 10px;
	color: #ccc;
}

/*form*/
#form {
	width:600px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

.textbox {
	width: 300px;
	height: 17px;
	padding: 1px;
	border: 1px solid #999999;
	font-family: "Lucida Sans Unicode", Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5444;
}

.messagebox {
	width: 300px;
	height: 150px;
	padding: 1px;
	border: 1px solid #999999;
	font-family: "Lucida Sans Unicode", Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5444;
}

.submit {
	width:80px;
	height: 18px;
	padding: 1px;
	border: 1px solid #999999;
	background-color: #000;
	font-family: "Lucida Sans Unicode", Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
	

/*footer*/
#footer {
	width: 710px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #909090;
	font-size: 10px;
	text-align: left;
}

#footer a {
	font-family: "Lucida Sans Unicode", Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #909090;
}

#footer a:hover {
	text-decoration: underline;
}
	

.parpadding {

	padding-left: 10px;

}

