/*People Issues */


body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 10px 0px 0px;
}

h1 {
	color: #00C;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#header {
	width: 1000px;
	height: 108px;
}

#logo {
	display: inline;
	float: left;
	width: 320px;
}

#header-contact {
	float: left;
	width: 273px;
	display: inline;
	font-size: 16px;
	color: #00C;
	padding-left: 30px;
	padding-top: 10px;
}

#header-photos {
	float: left;
	width: 377px;
}

#slogan1 {
	float: left;
	width: 307px;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	clear: both;
	display: inline;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 13px;
}

#slogan2 {
	display: inline;
	float: left;
	width: 680px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #F00;
	font-size: 14px;
	text-align: center;
	line-height: 3em;
}

#leftcol {
	display: inline;
	float: left;
	width: 307px;
	clear: both;
	margin-left: 13px;
}

/* menu */

.menu {
	width: 307px;
	font-size: 1.1em;
}

.menu h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}

a.menulinks:link, a.menulinks:visited {
	color: #00C;
	text-decoration: none;
}

a.menulinks:hover, a.menulinks:active {
	color: #F00;
}



.arrowlistmenu{
	width: 292px; /*width of accordion menu*/
	padding-left: 15px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #333;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0 2px 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 1.1em;
	width: 273px;
}

.arrowlistmenu ul li a:visited{
	color: #333;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #F00;
}

#beer {
	margin-top: 30px;
	text-align: center;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	font-style: italic;
}


#content {
	width: 640px;
	display: inline;
	float: left;
	font-size: 1.2em;
	margin-left: 20px;
	margin-right: 20px;
}

#content p {
	text-align: justify;
}

#footer {
	text-align: center;
	width: 100%;
	font-size: 1em;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	height: 120px;
	background-position: bottom;
}

#training-table {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}

#training-table td {
	border: 1px solid #CCC;
}

.blue-text {
	color: #00C;
}

#charity-logos {
	font-size: 11px;
}
