@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0em;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #fff url(../images/diagonal_line_bg.gif) top left;
}

table
{
	padding:0px;
	border:0px;
	margin: 0px auto;
}

td
{
	vertical-align:top;
}

image
{
	margin: 0em;
	padding: 0em;
	display:block;
	border:0px;
}

a
{
	color:#6c4943;
}

a:hover
{
	text-decoration:underline;
	background:#6c4943;
	color:#fff;
}

input
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}

h1
{
	color:#837050;
	font-size:40px;
}

h2
{
	font-size:32px;
}

h3
{
	color:#968b6c;
	font-size:24px;
}

h4
{
	color:#a99769;
	font-size:18px;
}

.textbox
{
	padding:5px;
	background:#fff url(../images/bgTxtBox.gif) repeat-x top left;
	border: 1px solid #999;
}

.button
{
	padding:3px 30px;
}

#container
{
	text-align:center;
}

table.container
{
	margin: 0 auto;
	width:960px;
}

#stage
{
	width:930px;
	overflow:hidden;
	float:left;
	padding:15px 15px 0px 15px;
	background: #fff url(../images/grey_to_white_gradient.gif) repeat-x top left;
	text-align:left;
}

#header
{
	padding: 0px 15px;
	overflow:hidden;
}

#logo
{
	color:#6c4943;
	font-size:32px;
	width:500px;
	float:left;
}

#logo a
{
	color:#6c4943;
	text-decoration:none;
}

#logo a:hover
{
	color:#6c4943;
	text-decoration:none;
	background:none;
}

#info
{
	color:#999999;
	font-size:16px;
	padding: 0px 0px 10px 0px;
}

#searchbox
{
	float:right;
	padding: 20px 0px 10px 0px;
	vertical-align:bottom;
}


#left
{
	background:url(../images/button_bar_left.gif) no-repeat left;
	width:12px;
	height:50px;
	float:left;
}

#right
{
	width:12px;
	height:50px;
	float:right;
	background:url(../images/button_bar_right.gif) no-repeat top right;
}

#buttonbar
{
	width:906px;
	height:50px;
	float:left;
	vertical-align:middle;
}

ul#buttons
{
	list-style:none;
	list-style-type:none;
	margin:0em;
	padding:6px 0px 0px 0px;
	height:50px;
	background:url(../images/button_bar_bg.gif) repeat-x;
}

ul#buttons li
{
	height:40px;
	float:left;
}

ul#buttons li.divider
{
	width:2px;
	background:url(../images/buttons_divider.gif) no-repeat;
}


ul#buttons li a
{
	display:block;
	font-size:20px;
	color:#f1dcb1;
	text-decoration:none;
	padding: 7px 20px 10px 20px;
	height:21px;
}

ul#buttons li a:hover
{
	color:#fff;
	background-color:#857652;
}

#picture1
{
	background:url(../images/leaflet_distribution_1.gif) no-repeat bottom left;
	width:232px;
	height:363px;
	float:left;
}

#picture2
{
	background:url(../images/leaflet_distribution_2.gif) no-repeat bottom left;
	width:232px;
	height:363px;
	float:left;
}

#picture3
{
	background:url(../images/leaflet_distribution_3.gif) no-repeat bottom left;
	width:232px;
	height:363px;
	float:left;
}

#picture4
{
	background:url(../images/leaflet_distribution_4.gif) no-repeat bottom left;
	width:232px;
	height:363px;
	float:left;
}

#contents
{
	width:900px;
	padding: 0px 15px;
	color:#666666;
	top:420px;
	left:inherit;
}

#link
{
	float:right;
	padding:0px 20px;
}

#picture_box
{
	float:right;
	padding: 0px 20px 20px 20px;
}

#footer
{
	width:900px;
	height:92px;
	overflow:hidden;
	display:inline-block;
	color:#999;
	background:url(../images/white_to_grey_gradient.gif) repeat-x bottom left;
	padding:20px 30px 20px 30px;
	text-align:left;
}

#footer a
{
	color:#999;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
	color:#999;
	background-color:#eeeeee;
}

#bottombar
{
	background:url(../images/bottom_bar_bg.gif) no-repeat top left;
	width:911px;
	height:42px;
	overflow:hidden;
}

#copy
{
	float:left;
	width:300px;
	padding:11px 0px 0px 20px;
}

#bottomlinks
{
	float:right;
	display:inline;
	width: 550px;
	text-align:right;
	padding:11px 30px 0px 0px;
}

div
{
	border:0px solid;
}
