@charset "utf-8";
/* CSS Document */
@import url("reset.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #042382 url(../images/bg.png) repeat-x;
}
#wrapper {
	width:800px;
	min-height:800px;
	margin:0 auto;
}
#wrapper2 {
	background-color:#fff;
	margin:0 auto; 
}
#header {
	height:123px;
	background-color:#fff;
}
#topmenu {
	position:relative;
	top:25px;left:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	height:27px;
}
#topmenu li{
	display:inline;	
}
#topmenu a {
	text-decoration:none;
	color:#fff;
	background: url(../images/menu_left.png) no-repeat;
	float:left;
	margin: 0 4px 0 0;
	padding: 0 0 0 4px;	
	text-shadow: #8B8B8B 1px 1px 0;
}

/*#topmenu a:hover{
	text-decoration:none;
	color:#542727;
	text-shadow: #fff 1px 1px 0;
}*/
#topmenu a span{
	background: url(../images/menu_right.png) no-repeat right top;	
	float:left;
	display:block;
	padding:8px 12px 10px 7px;
}
#topmenu a span{
	float:none;
}
#logo{
	position:relative;
	top:10px;left:15px;
	/*background: #042382 url(../images/logo.png) no-repeat;
	width:231px;
	height:71px;
	*/
}

#logoimg{
    display:block;
	background: #042382 url(../images/logo.png) no-repeat;
	width:231px;
	height:71px;
	text-indent: -9999px;
}
.subpage {
	padding-top:25px;	
	width:515px;
	line-height:18px;
	color:#542727;
}
.subpage p{
	margin: 20px 0 0 0;
}
.subpage .box_holder{
	padding:0 20px;
}
.subpage h1 {
	color:#542727;
	padding: 20px 0 0 0;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-weight:normal;
}
.subpage li {
	list-style:inside;
	margin-left:20px;
}
.subpage ul {
	margin:20px 0;
}
#content h1 {
	color:#fff;
	padding: 20px 0;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-weight:normal;
}
/* box */
#left_pane {
	width:515px;
	margin-left:15px;
	line-height:18px;
	color:#542727;
}
#left_pane h1{
	color:#542727;
}
#left_pane li{
	/*background: url(../images/bullet1.png) no-repeat 0 6px;
	padding-left:15px;*/
	list-style:inside;
	margin-left:20px;
}

.box {
	width:755px;
	margin: 0 0 25px 0;
}
.box_top {
	height:7px;
	background: url(../images/box_top.png) no-repeat;
}
.box_mid {
	
	background-color:#fff;
	padding-bottom:20px;
}
/*.box_mid h3{
	width:500px;
}*/
.pdf_but{
	margin-left:440px;
	background:#fff;
	width:270px;
}
.box_mid h3{
	cursor:pointer;
	width:270px;
	height:50px;
	background:url(../images/charity_button_all.png) top right no-repeat;
}
.box_mid h3:hover{	
	/*background:url(../images/charity_button_hover.png) top right no-repeat;*/
	background-position:0 100%;
}
.box_bottom {
	height:7px;
	background: url(../images/box_bottom.png) no-repeat;
}
.right_pane {
	float:right;
	padding:0 5px 4px 0;
	background-color: #ffffff;
}
.right_pane img{
	padding-bottom:5px;
}
.sidebar2 {
	background-color:#fff;
	width:187px;
	padding: 5px 0 0 0;
	text-align:center;
	margin:0;
}
.sidebar2 p{
	text-align:center;
	padding:3px;
}
.sidebar2 span{
	text-align:left;
}
.sidebar2 a{
	text-decoration:none;
	color:#542727;
}
.sidebar2 a:hover{
	text-decoration:none;
	color:#666666;
}
.sidebar2 div{
	background-color:#edebd9;
	color:#542727;
	line-height:18px;
	padding:20px 10px;
	margin-bottom:10px;
}
.sidebar {
	background-color:#ffffff;
	width:187px;
}
.sidebar span, .sidebar2 span  {
	width:187px;
	height:12px;
	padding: 8px 8px ;
	display:block;
	font-size:12px;
	background: url(../images/sidebartab.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
.sidebar ul {
	background-color:#edebd9;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:2px 10px;
}
.sidebar li  {
	border-bottom:1px dotted #a5a4a1;
	padding: 5px 0;
	line-height:16px;
	color:#542727;
}
.sidebar li a {
	text-decoration:none;
	color:#542727;
}
.sidebar li a:hover{
	text-decoration:none;
	color:#999999;
}
#flashbox {
	background: url(../images/flash.png) no-repeat;
	width:540px;
	height:355px;
}
.box_holder {
	margin: 0 8px;
	
}
#footer {
	height:100px;
	width:800px;
	margin:0 auto;
	color:#542727;
		
}
#footer a {
	color:#542727;	
}
#footer a:hover {
	color:#666666;
	text-decoration:none;
}
#footer img {
	position:relative;
	float:left;
	top:30px;
	left:0;
}
#footer ul {
	position:relative;
	float:right;
	top:50px;
	right:80px;
}
#footer ul li {
	display:inline;	
}
#footer span {
	padding-right:30px;	
}

/*projects page*/

/*.project_page{
	width:800px;
	border:1px #e5e5e5 solid;
	background:#f2f2f2;
	margin-top:3px;
	min-height:350px;
}
.project_page h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#542727;
	margin:0;
	background:#e8e8e8;
	line-height:22px;
	padding:5px;
	text-align:left;
}
.project_page p{
	color:#042382;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px 5px 10px 5px;
	line-height:18px;
	text-align:justify;
	margin:10px;
}
.error{
	width:790px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3c0501;
	border:1px solid #FF3300;
	background:#fddfdc;
	margin:5px;
	line-height:26px;
}*/

/*Projects*/
.projects {
	padding: 20px 0;
}
.projects img{
	max-width:400px;
	max-height:200px;
	
	padding: 5px;
}
.projects p {
	display:block;
	padding:0 10px;
	vertical-align:middle;
	font-weight:bold;
	font-size:11px;
	font-family: Trebuchet MS;
}
.projects div {
	float:left;
	width:330px;
	height:280px;
	background-color: #FBFBFB;
	border:1px solid #EDEDED;
	margin:20px 10px 10px 0;
	text-align:center;
	padding:10px 0 0 0;
	
}
/*.images{
	width:800px;
	padding:6px;	
}
.images span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#542727;
	width:800px;
	line-height:26px;
	font-weight:bold;
}
.images img{
	border:#efefef solid 3px;
	cursor:pointer;
	max-width:350px;
}*/

/*Auction Items*/

.pages{
	margin:0 auto;
}
.pages p{
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	margin:0;
	text-align:22px;
}
.pages p span{
	text-decoration:none;
}
.pages p a{
	color:#990000;
	text-decoration:none;
	font-size:10px;
}
.pages p a:hover{
	color:#999999;
	text-decoration:none;
}
.pages p select{
	width:40px;
	border:1px solid #cccccc;
	color:#666666;
	text-align:center;
}
.pages p input[type="submit"]{
	width:70px;
	margin-top:5px;
	background:#000;
	border:none;
	cursor:pointer;
	height:30px;
	color:#f5f5f5;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px; 
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomleft:6px; 
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
}
.item_box{
	width:650px;
	min-height:210px;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #ccc;
	background:#ffffff/*#38c7f4 url(../images/item_bg.png) top left repeat-x*/;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px; 
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomleft:6px; 
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
}
.item_box p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#360101;
	line-height:26px;
	margin:0 0 0 250px;
	text-align:left;
}
.item_box p label{
	width:100px;
	text-align:right;
	display:inline-block;
	margin-right:5px;
	font-weight:bold;
}
.item_box img{
	max-height:200px;
	max-width:210px;
	text-align:left;
	float:left;
	border:1px solid #E0E0E0;
	padding:5px;
	cursor:pointer;
}
.brochure a{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	width:300px;
	padding:10px;
	background:#f7d443;
	text-decoration:none;
	color:#666;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px; 
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomleft:6px; 
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
}
.item_box1{
	width:650px;
	min-height:150px;		
	padding:5px;
	margin-bottom:10px;
	border:1px solid #cccccc;
	background:#ffffff/*#38c7f4 url(../images/item_bg.png) top left repeat-x*/;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px; 
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomleft:6px; 
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
}
.item_box1 p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#360101;
	line-height:26px;
	margin:0 0 0 250px;
	float:right;
}
.item_box1 p label{
	width:100px;
	text-align:right;
	/*display:inline-block;*/
	margin-right:5px;
}
.item_box1 img{
	max-height:210px;
	max-width:210px;
	text-align:left;
	border:1px solid #E0E0E0;
	padding:5px;
	cursor:pointer;
}
.admin_log{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	margin-top:20px;
}
.admin_log  label{
	color:#666666;
	display:inline-block;
	text-align:right;
}
.admin_log  input[type="password"]{
	border:1px solid #cccccc;
	width:250px;
	color:#660033;
	background:#f5f5f5;
	line-height:24px;
	font-size:20px;
	margin-bottom:10px;
}
.admin_log  input[type="submit"]{
	width:70px;
	margin-top:5px;
	background:#000;
	border:none;
	cursor:pointer;
	height:30px;
	color:#f5f5f5;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px; 
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomleft:6px; 
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
}
.formstyle1 {
	margin-bottom:10px;
	padding:4px 4px 0 4px;
	margin-top:10px;
}
.formstyle1 p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:470px;
	line-height:40px;
}
.formstyle1 p label{
	text-align:right;
	color:#542727;
	display:inline-block;
	width:150px;
}
.formstyle1 input[type="text"]{
	width:250px;
	border-top:2px solid #666;
	border-left:2px solid #666;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	color:#666666;
	font-size:12px;
	background:#f1f1f1;
	line-height:20px;
	margin-left:6px;
	vertical-align:top;
}
.formstyle1 textarea{
	width:247px;
	border-top:2px solid #666;
	border-left:2px solid #666;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	color:#666666;
	font-size:12px;
	background:#f1f1f1;
	line-height:20px;
	margin-left:6px;
}
.formstyle1 input[type="file"]{
	width:200px;
	color:#666666;
	font-size:12px;
	background:#f1f1f1;
	margin-left:6px;
}
.formstyle1 input[type="submit"]{
	margin-left:6px;
	background:#000;
	border:none;
	cursor:pointer;
	width:70px;
	height:30px;
	color:#f5f5f5;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px; 
    -moz-border-radius-topright:6px;
    -moz-border-radius-bottomleft:6px; 
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
}

/* admin menu */
#menuadmin {
	margin:0 auto;
	width:300px;
}
#menuadmin li {
	list-style:none;

	margin:0 10px 10px 0;
}
#menuadmin li a{
	text-decoration:none;
	display:block;
	background-color:#58cffb;
	padding: 15px 10px;
	color:#fff;
	font-weight:bold;
}
#menuadmin li a:hover{
	
	background-color:#fbcd86;	
}
#addeditremove {
	margin:0 auto;
	margin-top:20px;
	
	
}
#addeditremove input{
	display:block;
	float:left;
	text-decoration:none;
	display:block;
	background-color:#58cffb;
	margin:0 10px 0 0;
	padding: 10px 10px;
	color:#fff;
	font-weight:bold;
	border:none;
	cursor:pointer;
}
#addeditremove input:hover{
	background-color:#fbcd86;	
}
.dvFix {
	padding: 50px 0 0 0;
	/*background-color:pink;	*/
}
.dvFix label{
	display:block;
	width:120px;
	/*background-color:violet;*/
	font-weight:bold;
}
.dvFix input, .dvFix input[type="file"], .dvFix textarea{
	width:220px;
}
.dvFix input[type="submit"] {
	width:100px;	
	margin:10px 5px;
	background-color:#58cffb;
	padding: 10px 10px;
	font-weight:bold;
	border:none;
	cursor:pointer;
	color:#fff;
}
.dvFix input[type="submit"]:hover {
	background-color:#fbcd86;	
}
.editFix div{
	clear:both;
	padding-top:20px;
	font-size:9px;
}
.editFix tbody {
	vertical-align:middle;	
	border:1px solid #E1E1E1;
	width:100%;
}
.editFix th, .editFix tr, .editFix td {
	padding: 0 30px ;	
	text-align:center;
	border-right:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
}
.editFix th {
	background-color:#EAEAEA;
	
}