html {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #010518;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #010518;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 14px;
	min-height: 101%;
	color:#0C1127;
}

a {
	text-decoration:underline;
	color:#0C1127;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color: #900000;
}

/*Home*/
#home {}

#home .nav {
	width: 836px;
	height: 50px;
	background-image: url(images/home_nav_bg.jpg);
	background-repeat: repeat-x;
	color: #050A21;
}

#home .nav a {
	color: #050A21;
	text-decoration: none;
	font-weight:normal;
}

#home .nav a:hover {
	color: #900000;
	text-decoration: none;
}

#home .navpad {
	padding: 18px;
}

#home .newsletter {
	width: 215px;
	height: 56px;
	background-image: url(images/home_newsletter.jpg);
	background-repeat: no-repeat;
}

#home .form {
	padding-top: 27px;
	padding-right: 20px;
}

#home .events {
	background-image:url(images/home_events.jpg);
	background-repeat:no-repeat;
	width:216px;
	height:108px;
	padding:50px 0px 0px 40px;
	color:#FFFFFF;
}

#home .events {
	font-size:11px;
	font-weight:normal;
}

#home .events .title {
	font-weight:bold;
}

#home .events .title a {
	text-decoration:none;
	color:#FFFFFF;
}


/*Main*/
.top {
	width: 836px;
}

.toppad {
	padding-left: 24px;
}

.header {
	width: 392px;
	height: 73px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	color: #C90800;
	padding-top: 35px;
	padding-right: 25px;
	text-align: right;
}

h2 {
	font-weight: bold;
	font-size: 19px;
}

.center {
  	min-height:500px;
  	height:auto !important;
  	height:500px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	width: 836px;
	text-align: left;
	
}

.centerpad {
	padding: 20px;
	padding-left: 60px;
	padding-right: 40px;
}

/*Nav*/
#nav {
	float: left;
	width: 150px;
	height: 465px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#nav .padding {
	padding-top: 25px;
	padding-left: 2px;
}

#nav .button {
	color: #050A21;
	padding: 0px;
	margin: 0px;
}

#nav .button a {
	color: #050A21;
	text-decoration: none;
	display: block; 
	height: 38px;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 20px;
	font-weight:normal;
}

#nav .button a:hover {
	text-decoration: none;
	color: #900000;
	text-decoration: none;
	/*background-image: url(images/rollover.gif);
	background-repeat: no-repeat;
	background-position: left;*/
}

/*Donate*/
.donate td {
	padding: 2px;
}

.donate th {
	padding: 5px;
}

/*Newsletter*/
#newsletter {
	background-image: url(images/newsletter.jpg);
	background-repeat: no-repeat;
	width: 392px;
	height: 30px;
}

#newsletter .form {
	text-align: right;
	padding-right: 15px;
	padding-top: 6px;
}

.newstextfield {
	border: 1px solid #C8CAC1;
	height: 12px;
	width: 140px;
	font-size: 10px;
	color:#000000;
}

.button {
	margin-top: 1px;
	margin-left: 3px;
}

/*Letter*/ 
.letter {
	text-align: justify;
	line-height: 18px;
}

.letter .image {
	margin-right: 10px;
	border: 1px solid #000000;
}

/*Mission*/ 
#mission {
	text-align: justify;
	line-height: 17px;
}

#mission  .image {
	margin-left: 10px;
}

/* Photo Album*/
#events h2 {
	color: #050A21;
	border-bottom: 1px solid #C90800;
	text-transform:uppercase;
	padding-bottom:3px;
	margin-bottom:5px;
}

#events .eventtitle {
	color:#BD0D0D;
	font-weight:bold;
	text-transform:capitalize;
}

#events .eventtitle a {
	text-decoration:none;
}

#events .eventdate {
	font-size:10px;
	text-transform:uppercase;
}

#events .eventimage {
	border:2px solid #050A21;
	margin-right:10px;
}

/* Services */
#services .buttons {
	padding: 0 30px 0 0;
}

#services .button {
	margin:5px;
}

#services .text {
	background-image:url(images/sd_bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	width:645px;
	margin-left:150px;
	padding:10px;
	text-align:justify;
}

#services .toptext {
	text-align: justify;
	padding: 15px;
}

/*Testimonial*/ 
#testimonial {
	text-align: justify;
}
#testimonial table {
	width:616px;
}

#testimonial .name {
	width:189px;
	background-color:#AF0001;
	color:#FFFFFF;
	padding:20px 5px 20px 5px;
	margin-bottom:5px;
	font-weight:bold;
	border-top:1px solid #AF0001;
	font-size:14px;
	text-align:left;
}

#testimonial .title {
	font-size:10px;
}

#testimonial .testimonial {
	border-top:1px solid #AA1E22;
	width:425px;
	font-size:11px;
	padding:5px;
	margin-bottom:5px;
}
/* Photo Album*/ 	
.pwtitle	{
	margin-left:3px;
}

.pwlink	{
	text-decoration:underline;
	color: #010518;
	font-weight:bold;
}

.pwimages {
	border: solid 2px #C90800;;
	margin: 7px;
	padding: 3px;
	background-color:#ffffff;
}

/*Contact*/
.contactpad {
	padding: 20px;
	padding-left: 60px;
	padding-right: 150px;
}

#contact {
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
	width: 483px;
	height: 413px;
	float: right;
}

#contact .contactcenterpad {
	padding-top: 18px;
	padding-left: 25px;
}

#contact .contacttext {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#contact .address {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #060D34;
	letter-spacing: -.5px;
}

#contact .phone {
	color: #C90800;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.5px;
}

#contact .form td {
	padding: 5px;
}

#contact .textfield {
	width: 183px;
	height: 17px;
	border: 1px solid #050C32;
	background-color: #EEEFF7;
}

#contact .textarea {
	width: 183px;
	height: 149px;
	border: 1px solid #050C32;
	background-color: #EEEFF7;
}

#contact .required {
	font-style: italic;
	font-size: 10px;
}

/*Footer*/
#footer {
	width: 836px;
}

#footer .footerpad {
	padding-left: 19px;
}

#footer .bg {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 36px;
}

/*Copy*/
.copy {
	font-size: 10px;
	text-decoration:none;
	padding-top:8px;
	color: #EFEFF8;
}

.copy a {
	color: #EFEFF8;
	text-decoration: none;
	font-weight:normal;
}

.copy a:hover {
	color: #CCCCCC;
}