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

body {
	font-family: Helvetica, Arial, Sans-Serif;
	color:#333333;
	font-size:14px;
}

body.index {
	background:url(../images/bg.index.jpg) repeat-x white;
}

h1, h2, h3, h4, h5 {
	color:#67962F;
}

h1 {
	margin:0;
	padding-top:15px;
	padding-bottom:15px;
}

h3, h5, h6 {
	text-transform:uppercase;
}

h3 {
	margin-top:0;
}

h4 {
	margin-bottom:0.4em;
}

h5 {
	margin:0px;
	font-weight:normal;
	font-style:italic;
}

h6 {
	margin:0;
	font-size:1em;
	font-weight:bold;
	text-align:right;
}

li {
	padding:8px 0 8px 0;
}

input, select {
	color:#333;
	padding:4px;
	border:1px solid #CCC;
	background:#FBFBFB;
	font-size:1em;
}

select {
	padding:3px;
}

textarea {
	color:#333333;
	font-family:Helvetica, Arial, sans-serif;
	padding:5px;
	font-size:0.8em;
	border:1px solid #CCC;
	background:#FBFBFB;
}

.header {
	background:url(../images/bg.header.png) no-repeat 450px;
	}
	.header h1 {
		color:#FFF;
}

.footer {
	background:url(../images/bg.footer.jpg);
}
.footercontent div, .footercontent img, .footercontent p {
	float:left;
	margin-right:25px;
	line-height:1.5;
}
.footercontent span {
	padding-right:25px;
	line-height:35px;
}
small {
	font-weight:normal;
	color:#666;
}

a {
	color:#333333;
	cursor:pointer;
}

a:hover {
	color:#666666;
}

a.noclick {
	cursor:default;
}

img {
	border:none;
}

fieldset {
	margin-top:25px;
	margin-right:25px;
	border:1px solid #EFEFEF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

fieldset label {
	float:left;
	width:115px;
	line-height:1.8;
}

fieldset input, fieldset textarea {
	float:left;
}

fieldset div {
	clear:both;
	float:none;
	padding:8px;
}

input {
	padding:3px;
}

textarea {
	font-family:Helvetica, Arial, sans-serif;
	padding:5px;
	font-size:0.8em;
}

.half {
	width:100px;
}

.short {
	width:30px;
}

input.button {
	width:125px;
}

input.checkbox {
	width: 20px;
	border:none;
}

table {
	width:100%;
	border:0px;
}

table.fixwidth {
	width:auto;
}

td {
	padding:5px;
}

ul.menu li {
		list-style:none;
		padding:2px 0 2px 0;
	}
	ul.menu li a {
		text-align:center;
		text-decoration:none;
		color:white;
		font-size:0.9em;
		line-height:20px;
		background:url(../images/bg.menu_li.jpg) right no-repeat;
		text-shadow: 0px 1px 0px #666;
	}	
	ul.menu li a:hover, ul.menu li a.selected {
		background-image:none;
		background-color:#FFFFFF;
		color:#333;
		text-shadow:none;
}

.content .shadowbox .quote p {
	font-size:1.2em;
	text-shadow: 0px 1px 0px #FFF;
	background:url(../images/bg.quote_quotes.png) no-repeat 20px 5px;
	}  
	.content .shadowbox .quote small {
		display:block;
		text-align:right;
		font-size:0.8em;
}

.border-right {
	border-right: 1px solid #EFEFEF;
}

.photo-left {
	float:left;
	width:175px;
	margin-right:15px;
	text-shadow: 0px 1px 0px #EFEFEF;
	font-style:italic;
	}
	.photo-left p {
		padding-right:5px;
	}
	.photo-left small {
		float:right;
		color:#666666;
}

.sticky {
	width:550px;
	background: url(../images/bg.sticky.jpg) no-repeat bottom;
	padding-bottom:15px;
}
.sticky span {
	display:block;
	margin:0 auto;
	width:477px;
	padding:15px;
	background:#FFFEBD;
}
	
.ie {
	border:#FFFF66 1px solid;
	background:#FFFFCC;
	margin-top:15px;
	padding:10px;
}

.ajax-loader {
	background:url(../images/ajax-loader.gif) no-repeat left;
	padding:25px;
	color:#999999;
	font-size:0.8em;
}