@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	color: #000;
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #e4e4e4;
}

#wrapper {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 0;
}

h1 {
    font-size: 2.1em;
}
    
h2 {
    font-size: 1.9em;    
}
    
h3 {
    font-size: 1.8em;
}
    
h4 {
    font-size: 1.6em;    
}
    
h5 {
    font-size: 1.4em;    
}

h1, h2, h3, h4, h5 {
    color: #00669C;
}
    
p {
    line-height: 1.6em;
    font-size: 1.2em;    
}

li {
    line-height: 1.6em;
    font-size: 1.2em;    
}

.clear {
	clear: both;
}

a {
	text-decoration: underline;
	color: #0066CC;
}

a:hover {
	text-decoration: none;
}

#header {
	display: block;
	width: 600px;
	height: 100px;
	background: #e4e4e4 url(images/bg_02.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
}

#content {
	display: block;
	width: 560px;
	margin: 0;
	padding: 10px 20px;
	background-color: #FFF;
}

#footer {
	display: block;
	clear: both;
	width: 560px;
	margin: 0;
	padding: 10px 20px;
	background: #FFF url(images/bg_06.jpg) no-repeat bottom center;
	color: #999999;
	font-size: .8em;
}

#footer p.first {
	width: 100%;
	border-top: 1px dotted #999;
	padding-top: 1em;
}


/* ---[  MENU  ]-- */

#menu {
	display: block;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 30px;
	background: #e4e4e4 url(images/bg_04.jpg) no-repeat top center;
}

#menu a {
	display: block;
	height: 30px;
	float: left;
	text-indent: -99999%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#menu a#home {
	width: 142px;
	background: #e4e4e4 url(images/menu_01.jpg) no-repeat top left;
}

#menu a#contact {
	width: 114px;
	background: #e4e4e4 url(images/menu_02.jpg) no-repeat top left;
}

#menu a#news {
	width: 73px;
	background: #e4e4e4 url(images/menu_03.jpg) no-repeat top left;
}

#menu a#getinvolved {
	width: 115px;
	background: #e4e4e4 url(images/menu_04.jpg) no-repeat top left;
}

#menu a#events {
	width: 156px;
	background: #e4e4e4 url(images/menu_05.jpg) no-repeat top left;
}

#menu a#home:hover, #menu a#contact:hover, #menu a#news:hover, #menu a#getinvolved:hover, #menu a#events:hover {
	background-position: bottom left;
}


/*  ---[  CONTACT FORM  ]--- */

label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

textarea {
	vertical-align:top;
}

#submit {
	margin: 10px 0 0 100px;
}