@charset "utf-8";

/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	color: #444444;
	font-family: arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	text-transform: uppercase;
	font-size: 19px;
	margin: 0 0 1.5em;
}

h2 {
	color:#f47321;
	font-size: 16px;
	margin: 0 0 1em;
}

h3 {
	font-size: 13px;
	margin: 0 0 0.5em;
}

p {
	line-height: 1.3em;
	margin: 0 0 20px;
}

a:link {
	color:#f47321;
}

a:visited {
	color:#f47321;
}

a:hover {
	color:#585653;
}

a:active {
	color:#585653;
}

img {
	border:0;
}

#header {
	height: 126px;
	background: url(../images/header_bckgd.jpg) repeat-x bottom;
}

#header_content {
	width: 960px;
	margin: auto;
}

#header_content h1 {
	margin: 0;
}

#logo {
	float: left;
	padding: 16px 0 0 0;
}

#header_img {
	float: right;
}

/* ----- NAV MENU ----- */
#nav {
	height: 30px;
	background: #f47321 url(../images/menu_bckgd.jpg) repeat-x;
	font-weight: bold;
}

#menu {
	width: 960px;
	margin: auto;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 30px;
}

#menu ul {
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 30px;
	position:absolute;
	width: 180px;
	top: 30px;
	display: none;
	padding: 5px 10px 8px 10px;
	background:#f47321 url(../images/submenu_bckgd.jpg) bottom repeat-x;
}

#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#menu li {
	float: left;
	position: relative;
	height: 30px;
	text-transform: uppercase;
	padding: 0 60px 0 0;
}

#menu li a {
	text-align: center;
}

#menu li ul li {
	text-decoration: none;
	line-height: 20px;
	height: 26px;
	border-top: 1px dotted #ffffff;
	padding: 0;
}

#menu li ul a {
	padding: 2px 0 0 0;
	width: 180px;
	height: 20px;
	float: left;
	text-align: left;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
}

#menu li ul li a:link, #menu li ul li a:active, #menu li ul li a:visited {
	color: #ffffff;
}

#menu li ul li a:hover {
	color: #000000;
}

#menu a:hover {
	color: #000000;
}

#menu li:hover {
	color: #000000;
}

#menu li ul li a:hover {
	background-image: none;
}

#menu li:hover ul ul {
	display: none;
}

#menu li:hover ul {
	display: block;
}

/* ------ content ----- */
#content {
	width: 960px;
	margin: auto;
}

#main {
	float: left;
	width: 640px;
	margin: 44px 0 44px 0;
	height: 100%;
}

#main li {
	font-weight: bold;
	padding: 12px 0;
}

.article{
	background:#FFF url('../images/sidebar_divider.gif') repeat-x bottom left;
	margin: 0 0 45px;
	padding: 10px 0;
	overflow:hidden;
}

.dons li {
	font-weight: normal !important;
}

.donator_letter {
	color: #F47321;
	font-weight: bold;
}

form label {
	float:left;
	font-size: 1em;
	margin-right: 15px;
	padding-top: 5px;
	text-align: right;
	width: 65px;
}

.input-button {
	background-color: #FF6633;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	margin:10px 80px;
	padding:4px 7px;
	width:auto;
}

/* ------ sidebar ----- */
#sidebar {
	margin: 0 0 0 710px;
	padding: 20px 0;
}

.sidebar_title {
	padding: 0 0 25px 0;
}

.sidebar_section {
	background-image: url(../images/sidebar_divider.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 5px 0 5px 70px;
}

#sidebar .button {
}

#sidebar a.button_link {
	background: 75px 10px no-repeat;
	display: block;
	height:50px;
}

#sidebar a:hover.button_link {
	background-position: -200px 10px;
}

#sidebar #button_1 a.button_link {
	background-image: url(../images/sidebar_lnk_1.jpg);
}

#sidebar #button_1 a:hover.button_link {
	background-image: url(../images/sidebar_lnk_1.jpg);
}

#sidebar #button_2 a.button_link {
	background-image: url(../images/sidebar_lnk_2.jpg);
}

#sidebar #button_2 a:hover.button_link {
	background-image: url(../images/sidebar_lnk_2.jpg);
}

#sidebar #button_3 a.button_link {
	background-image: url(../images/sidebar_lnk_3.jpg);
}

#sidebar #button_3 a:hover.button_link {
	background-image: url(../images/sidebar_lnk_3.jpg);
}

#sidebar #button_4 a.button_link {
	background-image: url(../images/sidebar_lnk_4.jpg);
}

#sidebar #button_4 a:hover.button_link {
	background-image: url(../images/sidebar_lnk_4.jpg);
}

#sidebar #button_5 a.button_link {
	background-image: url(../images/sidebar_lnk_5.jpg);
}

#sidebar #button_5 a:hover.button_link {
	background-image: url(../images/sidebar_lnk_5.jpg);
}

/* ------ footer ----- */
#footer_bckgd {
	background-image: url(../images/main_bckgd.jpg);
	background-position: 659px bottom;
	background-repeat: no-repeat;
	clear: both;
	height: 56px;
	width: 960px;
	margin: auto;
}

#footer {
	border-top: 1px solid #f47321;
	padding: 0 0 60px 0;
}

#footer_container {
	width: 960px;
	margin: auto;
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 10px;
}

.js_hidden {
	display: none;
}

#main hr {
	margin: 15px 0 15px 0;
}

#main ul {
	margin: 0 0 0 30px;
}

/* ----- bulletins ----- */

.padding-right {
	padding-right: 44px;
}

.gallery-container {
}

.gallery-line {
	clear: both;
	width: 500px;
}

.gallery-line img {
	float: left;
	margin: 10px 5px 0 0;
}

