/* CSS Document */


/* STANDARD CLASSES */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
 
p {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-align: left;
	line-height: 16px;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

td {
	vertical-align: top;
}

/* CUSTOM CLASSES */

.footer {
	text-align:center;
	color:#ffffff;
	font-size: 9px;
}


.default_testimonial {
	width: 100%;
	padding-left: 30px;
	visibility:hidden;
	height: 0px;
}


/* STANDARD IDS */
#tile_top {
	background-image:url(../images/tile_top.jpg);
}

#tile_top2 {
	background-image:url(../images/tile_top2.jpg);
}

#my_nav {
	width: 392px;
}

#footer {
	background-image:url(../images/splash_bottom.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	height:155px;
	vertical-align:bottom;
	padding-bottom: 10px;
}

#welcome {
	background-image:url(../images/bg_welcome.jpg);
	height:459px;
	
	padding-left:52px;
	padding-top:50px;
	padding-right: 302px;
}

#meet {
	background-image:url(../images/bg_meet.jpg);
	height:459px;
	
	padding-left:52px;
	padding-top:50px;
	padding-right: 406px;
}

#awards {
	background-image:url(../images/bg_awards.jpg);
	height:459px;
	
	padding-left:52px;
	padding-top:50px;
	padding-right: 286px;
}

#pride {
	background-image:url(../images/bg_pride.jpg);
	height:459px;
	
	padding-left:52px;
	padding-top:50px;
	padding-right: 432px;
}

#reflections {
	background-image:url(../images/bg_reflections.jpg);
	height:459px;
	
	padding-left:52px;
	padding-top:50px;
	padding-right: 409px;
}

#peace {
	background-image:url(../images/bg_peace.jpg);
	height:459px;
	
	padding-left:52px;
	padding-top:50px;
	padding-right: 350px;
}

#worthy {
	background-image:url(../images/bg_worthy.jpg);
	height:459px;
	
	padding-left:52px;
	padding-top:50px;
	padding-right: 400px;
}

#gallery {
	background-image:url(../images/bg_gallery.jpg);
	height:459px;
	padding-left:52px;
}

#testimonials {
	background-image:url(../images/bg_testimonials.jpg);
	height:459px;
	
	padding-left:52px;
	padding-top:50px;
	padding-right: 0px;
}

#contact {
	background-image:url(../images/bg_contact.jpg);
	height:459px;
	
	padding-left:52px;
	padding-top:50px;
	padding-right: 432px;
}

/* LINKS */
a {
	color:#C8A366;
	font-size: 11px;
	text-decoration:underline;
}

a:hover {
	color: #C8A366;
	text-decoration:none;
}

.footer_link {
	color:#ffffff;
	font-size: 9px;
	text-decoration:underline;
}

.footer_link:hover {
	color: #999999;
	text-decoration:none;
}

.test1, .test1:hover {
	color:#C8A366;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
}


.test2, .test2:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
}





