
body {
	margin: 0px;
	padding: 0px;
	font: 13px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #736257;
	background: #faf8f7 url(../image/header_bg.gif) repeat-x;
}

h2 {
	font: 1.82em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #736257;
}

p, ol, ul {
	line-height: 1.67em;
}

p.association {
	font-size: 10px;
}


a {
	color: #333333;
}
a img {
	border: 4px solid #f2f2f2;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

img {
	border: none;
}
img.banner {
	border: 4px solid #ffffff;
}

/* Header */

#header {
	width: 778px;
	height: 160px;
	margin: 0px auto;
}

#logo {
	float: left;
	margin-top: 10px;
	width: 286px;
	height: 138px;
	background: url(../image/logo.png) no-repeat;
}

#info {
	float: right;
	margin-top: 30px;
	width: 280px;
	height: 80px;
	font: "Times New Roman", Times, serif;
	font-size:20px;
}

/* Menu */

#menu {
	width: 300px;
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	font-size: 12pt;
	color:#eed6ad;
}

#menu .active a {
	font-weight: bold;
	color: #ffffff;
}

/* Page */

#wrapper {
	
}

#banner {
	height: 209px;
	background: url(../image/banner_bg.gif);
}

#page {
	width: 828px;
	margin: 0px auto;
	padding: 0px 0;
}

/* Content */

#content {
	float: left;
	width: 500px;
}

/* Copy Text */

.post {
}

.post .title {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 1.8em;
}

.post .meta {
	margin: 0 0 30px 0;
	padding: 0;
	color: #C6C6C6;
	line-height:normal;
}

.post .meta a {
	color: #C6C6C6;
}

.post .entry {
	padding-bottom: 6px;
}

.gallery {
	width: 828px;
}
.gallery .title {
	margin: 0;
	padding: 20px 0 20px 0;
	font-size: 1.8em;
}
.gallery .entry {
	padding-bottom: 6px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: url(../new/css/images/img05.gif) repeat-x left bottom;
}

#sidebar li li a {
	padding-left: 21px;
	background: url(../new/css/images/img06.jpg) no-repeat 6px 50%;
}

#sidebar a {
	text-decoration: none;
}

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


/* Footer */

#wrapper2 {
	background: #faf8f7;
}

#footer {
	width: 828px;
	margin: 0 auto;
	color: #444444;
}

#footer a {
	color: #333333;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 240px;
	padding-left: 29px;
}

#footer li.first {
	padding-left:0px;
	padding-top:45px;
	width:440px;
}
#footer li.logos {
	padding-left: 0;
	width:328px;
	float: right;
}

#footer li ul {
	margin: 0;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 5px 0;
	background: url(../new/css/images/img10.jpg) repeat-x left bottom;
}

#footer li li a {
	padding-left: 21px;
}

#footer h2 {
	margin-top: 0;
	color: #ff6600;
}

#submenu {
	clear: both;
	margin: 0;
	color: #666666;
}

#submenu a {
	color: #444444;
}
	
#legal {
	clear: both;
	margin: 0;
	color: #666666;
}

#legal a {
	color: #444444;
}



/* Shadowbox */

div.inline-sample-content {
  padding: 10px;
}

.hidden {
  display: none;
}



/* Forms */
.search_field{
float:left;
border:0;
width:400px;
height: 29px;
padding: 6px 0 0 4px;
font: 12px "Lucida Grande";
background-color:transparent;
background: url(../image/form_bg.gif) no-repeat;
}

.search_field1{
float:left;
border:0;
width:400px;
height: 29px;
padding: 6px 0 0 4px;
font: 12px "Lucida Grande";
background-color:transparent;
background: url(../image/form_bg.gif) no-repeat;
}

.search_field2{
float:left;
border:0;
width:452px;
height: 162px;
padding: 6px 0 0 4px;
font: 12px "Lucida Grande";
background-color:transparent;
background: url(../image/form_bg2.gif) no-repeat;
}

fieldset{
	border: none;
}