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

/*global*/
html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}

a {
	text-decoration: none;
	color: #888415;
}
a:hover {
	text-decoration: underline;
}

body, h1, h3, form {
	font: 1.6ex verdana, arial, sans-serif;
	color: #636363;
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bdg1.gif) repeat;
}

h1 {
	text-decoration: none;
	color: #7a8c47;
	font-size: 18px;
}
.clear {
	clear: both;
}

.more {
	text-align: right;
	font-weight: bold;
}

img.border{
	border: 1px solid #bdbcbc;
	padding: 2px;
	display: block;
	text-align: center;
}

.bold{
	font: 12px verdana #666666;
	font-weight: bold;
	text-align: center;
}

.center {text-align: center;}

#wrapper {
	background: white url(../images/header_bg.jpg) repeat-x;
	text-align: left;
	margin: auto;
	width: 900px;
	position: relavie;
}

/*header*/
#header {
	position: relative;
	height: 195px;
}

#header img {
	float: left;
	display: block;
}

#menu {
	float: right;
	width: 420px;
	margin-top: 1.28em;
}


/*headline*/
#headline {
	margin: 0 30px;
	float: left;
}

#headline img {
	float: left;
}

#contact {
	float: right;
	width: 200px;
	padding: 195px 0 5px 10px;
}

#contact p {
	color: #7c932b; 
}

#contact a {
	text-decoration: none;
	color: #7c932b;
	text-weight: normal;
	text-size: 1.2ex;
}

#contact a:hover {
	text-decoration: underline;
}
/*content*/
#content {
	margin: 10px 30px;
	float: left;
	width: 840px;
}

#content table {
	align: center;
}

#content p{
	text-align: left;
	padding: 0 5px;
}

#content h3{
	font-family: verdana;
	color: #666666;
	font-weight: bold;
}

#content h4 {
	background: url(../images/bullet_blog.gif) no-repeat;
	padding: 0 0 0 22px;
	margin: 0px;
	font-weight: bold;
}

#content-left {
	float: left;
	width: 430px;
	padding: 0 15px;
	border-right: solid #aaa 1px;
}

#content-left p {
	padding-right: 20px;
}
#content-right {
	float: right;
	width: 360px;
	padding: 0 0 0 5px;
}

#galleryCat {
	width: 825px;
}

#content-right.formore {
	margin-left: 230px;
}

#common ul {
    list-style-type:none;
    margin: 5px 0 20px 10px;
    padding:0 ;
}

#common li {
    background: url(../images/bullet_about.gif) no-repeat;
    background-position:0px 4px; 
    margin-left: 5px;
    padding: 0 0 5px 15px;
} 



#flashcontent {
	height: 400px;
	overflow: hidden;
}

#flashcontent body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#ffffff;
}

	
/*footer*/
#footer {
	color: #FFFFFF;
	background: #42453D url(../images/footer_bg.gif) repeat-x;
	padding: 3px 0 3px 0;
	margin-top: 2em;
	bottom: 0px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: center;
}

