* {
	padding: 0;
	margin: 0;
}

body
{
    background: #809ab1 url(/images/bg_blue.gif) repeat-x scroll;
	font-size: 12px;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	display: block;
	margin: 20px auto;
	width: 745px;
	position: relative;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header-images{
	height: 120px;
        padding-top: 5px;
}

#header-image-left{
	float: left;
	width: 125px;
	/*border: 1px solid red;*/
}

#header-image-left img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid blue;*/
}
		
#header-image-center{
	float: left;
	width: 490px;
	/*border: 1px solid red;*/
}
#header-image-center img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid blue;*/
}

#header-image-right{
	float: right;
	width: 125px;
	/*border: 1px solid red;*/
}
#header-image-right img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid blue;*/
}

#main-content
{
    min-height: 500px;
	height:auto !important;
	padding: 10px 20px 10px 20px;
}

span.missing-form-field { color: red;}

.form-errors
{
    /*width: 100%;*/
    border: solid 1px #f00;
    /*margin:*/
    color: #f00;
    list-style-type: disc;
    list-style-position: inside;
    padding: 10px;
}

.form-errors ul, .form-errors li
{
    list-style-type: disc;
    color: #f00;
    padding-bottom: 1px;
}

#main-content h1 { font-size: 20px; padding: 10px 0 5px 0; }

#main-content p { font-size: 15px; padding-bottom: 20px; }

#main-content ol { font-size: 15px; padding-bottom: 15px; }

#main-content ul { font-size: 15px; padding-bottom: 15px; list-style-type:circle; }

#main-content li { margin-left: 30px; padding-bottom: 10px; }

#volunteer-list-item {  }

#mini-menu { width: 100%; }
#mini-menu .mini-menu-item { display: inline; border-right: 1px solid; border-left: 1px solid; font-weight: bold; color: #000; padding: 5px; /*padding-right: 1em;*/ text-decoration: none; }
#mini-menu .mini-menu-item:hover { background: #ccf; color: #000; }

.backtotop { display: inline; border-right: 1px solid; border-left: 1px solid; font-weight: bold; color: #000; padding: 5px; text-decoration: none; }
.backtotop:hover {  background: #ccf; color: #000; }

#menu-admin { width: 100%; }
#menu-admin ul { padding:0;margin:0;list-style:none; }
#menu-admin li { float:left;margin:0 0.15em; }
#menu-admin li a { height:2m; float:left; display:block; }

#footer
{
    padding: 15px 0;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    /*position: absolute;
    bottom: 20px;*/
}

#footer span { padding-top: 10px; }

/* style the forms that are used around the site. */
.forms-main
{
    width: 500px;
    display:block;
    margin:0 auto 0 auto;
}

.forms-main fieldset
{
    background-color:#fff;
	
	border-width:2px 0px 0px 0px;
	border-style:solid;
	border-color:#657887;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
		
	margin:20px 0px 5px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

.forms-main fieldset legend{	
	/*background-color:none;*/
	
	border-width:0px 1px;
	border-style:solid;
	border-color:#657887;
	
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	letter-spacing:2px;
		
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	
}

.forms-main fieldset label{
	font-size:90%;
	float:left;
	width:150px;
	text-align:right;
	margin:10px 5px 1px 0px;
}

.forms-main fieldset label .test{
	font-size:90%;
	float:left;
	width:200px;
	text-align:right;
	margin:10px 5px 0px 0px;
}

.forms-main fieldset input{
	width:220px;
	margin:5px 0px 0px 0px;
	/*border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:#657887;*/
	padding:1px 2px;
}

.forms-main fieldset input[type='checkbox'],input.checkbox{
	width:20px;
	margin:10px 0px 0px 0px;
        float: left;
	padding:10px 2px;
}

.forms-main fieldset select{
	width:220px;
	margin:5px 0px 0px 0px;
	
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:#657887;
	
	padding:1px 2px;
}

.forms-main input.button{
	width:100px;
	margin:5px 0px 0px 0px;
	
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:#657887;
	
	padding:1px 2px;
	position: relative;
	left: 165px;
}

.forms-main-button{
	background-color:#f0f2dc;
	
	border-width:2px;
	border-style:solid;
	border-color:#657887;
	font-weight:bold;
	display:block;
	width:100px;
	padding:2px;
	margin:0px auto;
}

.forms-main-alert {
	color: #C00;
	display:block;
	font-weight: bold;
	text-align:center;
	margin:10px auto;
	width:100%;
	font-size: 16px;
	font-weight: bold;
}

.errors
{
    /*width: 100%;*/
    border: solid 1px #f00;
    /*margin:*/
    color: #f00;
    list-style-type: disc;
    list-style-position: inside;
    padding: 10px;
}
.errors ul, .errors li
{
    list-style-type: disc;
    color: #f00;
    padding-bottom: 5px;
}
