/* Malteser global CSS template by Cyrus Collier, 3/24/08 */


/**********RESET**********/

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}



/**********COLORS &amp; BACKGROUND**********/

html {

	background-color: #eee4db;
}

body {

	background-color: #ffffff;
	border: 1px solid #bba99b;
	border-top: none;
}

#navbar {

	background-color: #ee2e24;
}

#wrapper {
	z-index: 1;
	width: 880px;
	background-image: url('../images/templates/global_background.gif');
}

#main, #primarycontent, #secondarycontent, #sidebar {
	background: transparent;
}

#secondarycontent {
	background: url('../images/templates/global_border.jpg') center repeat-y;
}

h2 {
	color: #555555;
}

#secondarynav a, #footer a, #subnav a {
	color: #777777;
}

#main a, .boxinner a {
	color: #2277cc;
}

#main a:hover, #sidebar a:hover, #secondarynav a:hover, #footer a:hover, li.selected, h1, h3, blockquote {
	color: #ee2e24;
}

#navbar li.selected, #navbar a:hover {
	color: #343434;
}

#footer, #header h3, #regionnav, input {
	color: #777777;
}

#secondarynav {
	color: #e6e6e6;
}

div#search {
	color: #c70e05;
	float: right;
}
	
div#navbar a, div#search a, div#search label  {
	color: #ffffff;
}

#secondarycontent, #secondarynav, #footer {
	border-top: 1px solid #e6e6e6 !important;
}

#secondarycontent {
	border-bottom: 1px solid #e6e6e6;
}

img.photo {
	border: 1px solid #e6e6e6;
}

div.float {
  float: right;
 border: 1px solid #e6e6e6;
padding:2px
 }
  
div.float p {
   text-align: center;
   }


input {
	border: 1px inset #e6e6e6;
	padding: 2px;
}

	
/**********TYPOGRAPHY**********/

body, input, #footer p {
	font-family: &quot;Helvetica&quot;, &quot;Arial&quot;, sans-serif;
}

#main p, #main ul li, #sidebar p  {

	font-family: &quot;Times&quot;, serif;
}

#wrapper ul {
	margin-bottom: 15px;
	list-style: none;
}

#wrapper ul li, #wrapper #subnav li {
	display: block;
	background: url('../images/templates/global_listarrow.png') no-repeat 10px 8px;
	padding-left: 20px;
}

#main ul li {
	background-position: 14px 4px;
	margin-bottom: 10px;
	padding-left: 25px;
}

h1, h2, h3, blockquote, p, ul, li {
	line-height: 1.25em;
}

h1, h2, blockquote {
	margin-top: .5em;
	margin-bottom: .5em;
}

h1, h2 {
	font-size: 1.75em;
}

h3, blockquote {
	font-size: 1.1em;
}

#sidebar h2 {
	font-size: 1.25em;
}

h1, h3 {
	font-weight: bold;
}

#header h3 {
	font-size: 1em;
	font-weight: normal;
}

#search a {
	text-decoration: underline;
	font-weight: bold;
}

#navbar ul a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .85em;
}

#secondarynav li {
	font-size: .9em;
}

#footer a, #footer p {
	font-size: .8em;
	line-height: 2em;
}

/**********LAYOUT**********/

body, div {
	position: relative;
}

body {
	margin: 0 auto;
	width: 880px;
}

p, ul {
	margin-bottom: 15px;
}

#subnav li {
	padding: 5px 5px 5px 24px;
}

#header h2, #header h3 {
	margin: 0 15px 15px 0;
}

#header h3 {
	margin-bottom: 0;
	text-align: right;
}

#navbar {
	padding: 0 20px;
	min-height: 30px;
}

#navbar * {
	display: inline;
	position: relative;
}

#navbar li, #navbar a {
	line-height: 30px;
}

#navbar li {
	
	height: 30px;
}

#navbar ul {
	margin-left: -8px;
	position: absolute;
	top: -1px;
}

#navbar li.selected {
	width: 20px;
	z-index: 50 !important;
	position: relative;
}

#navbar li.selected a {
	display: block;
	float: left;
	color: #343434;
	background: url(../images/templates/global_selected.jpg) no-repeat 50% 100%;
	padding-bottom: 10px;
}

#navbar li a {
	float: left;
	margin: 0 8px;
}

.cell {
	float: left;
	width: 260px;
	padding: 0px 20px;
}

.cell ul {
	margin-bottom: 10px;
}

#secondarycontent {
	background: url(../images/templates/bg_gray_2col.gif) repeat-y 0;
	clear: both;
	padding-top: 10px;
}


#search {
	margin-left: 45px;
}

#search a, #search label {
	margin: 3px;
} 

img.photo {
	float: left;
	padding: 2px;
	margin: 0 1em 1em 0;
}

#main {
	float: left;
	padding: 20px 0 0 0;
	width: 600px;
	z-index: 2;
}

#sidebar {
	float: left;
	padding: 18px 15px 0 14px;
}

#emailform input {
	margin-top: .5em;
}

.boxinner {
	padding: 1.5em;
}

.boxinner img {
	float: left;
	margin: 0 .5em .5em 0;
}

.boxinner h2 {
	margin-top: 0;
}

#emailform button {
	margin: 1em 20%;
}

#secondarynav, #footer {
	clear: both;
	text-align: right;
	padding: 7px 20px;
}

#secondarynav ul {
	margin-bottom: 8px;
}

#secondarynav li, #footer li {
	display: inline;
}

#footer p {
	margin-bottom: 0;
}

#siteinfo, #footer a {
	float: left;
}

#footer a img {
	vertical-align: middle;
}

.spacer {
	clear: both;
}

/**********IMAGES &amp; IMAGE REPLACEMENT**********/

#header h2 {
	background: url('../images/templates/global_masthead.jpg') no-repeat right 20px;
	height: 110px;
	text-indent: -9999px;	
}

a.arrow {
/*	background: url('../images/templates/global_goarrow.png') no-repeat right bottom;
	padding: 4px 22px 1px 0;
	*/
}

#search button {
	background: url('../images/templates/global_searcharrow.png') no-repeat bottom;
	width: 17px;
	height: 17px;
	cursor: pointer;
	text-indent: -9999px;
}

#emailform button {
	background: url('../images/templates/global_signup.jpg') no-repeat;
	width: 121px;
	height: 31px;
	cursor: pointer;
	text-indent: -9999px;
}

#donation {
	width: 251px;
	height: 68px;
	margin: 0 auto 5px;
	text-indent: -9999px;
}

#donation a {
	display: block;
	width: 251px;
	height: 68px;
}

.boxouter {
	background: url('../images/templates/global_boxmain.jpg') no-repeat;
	width: 251px;
	margin: 5px auto;
}

.boxinner {
	background: url('../images/templates/global_boxbottom.jpg') no-repeat bottom left;
}

.clearfloat {
	clear: both;
}

#primarycontent {
	margin: 0 20px 20px 20px;
}

.text_icon {
	position: relative;
	bottom: -2px;
}

.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 15px;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

a.center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote {
	font-style: italic;
	background-color: #fafafa;
	padding: 12px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 20px 0;
	line-height: 1.5em;
}

#subnav {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
}

#subnav ul {
	margin-bottom: 0;
}

#subnav li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	font-size: .9em;
}

#subnav a {
	display: block;
}


#subnav li.selected {
	font-weight: bold;
}

#main ul#actions {
	margin-bottom: 0;
}

#main #actions li {
	margin: 5px;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	background:none;
	padding-left: 0;
}

#actions img {
	vertical-align: middle;
}

#donation {

	background: url('../images/templates/global_donate2.jpg') no-repeat;
}

#regionnav {
	position: absolute;
	top: 20px;
	right: 20px;
	
}

#main #regionnav li {
	font-family: Helvetica, Arial, sans-serif;
	padding-left: 1px;
	

}

#regionnav * {
	display: inline;
}

#map {
	border: 1px solid #e6e6e6;
	width: 840px;
	margin-top: 2em;
}

#google {
	width: 582px;
	height: 542px;
}

#mapcontent {
	position: absolute;
	top: 0;
	right: 0;
	width: 228px;
	height: 542px;
	overflow: auto;
	border-left: 1px solid #e6e6e6;
	padding: 0 15px;
}