body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: #000000 url(./images/DarkBlue.png);
}
/************* MENU ************/
/*
background-color: #000000;
*/
#menu {
	width: 760px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background:  url(./images/navigation_bar.gif) top left repeat-x;

}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

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

#container {
	position: absolute;
	top: 17px;
	left: 468px;
	margin-left: -190px;
	width: 760px;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 95px;
	background: #ffffff url(./images/header_n1.gif);
}
#address {
	position: absolute;
	right: 350px;
	bottom: 0px;
	padding: 0;
	font-size: 12px;
	text-align: right;
	color: #FFFFFF;
	line-height: 16px;
}
#logo {
	position: relative;
	padding: 2px;
}
#navigation {
	position: relative;
	margin: 0;
	padding: 4px 0 4px 0;
	width: 760px;
	height: 300px;
	text-align: right;
	background:  url(./images/navigation_bar.gif) top left repeat-x;
}

#Teachings {
	position: relative;
	margin: 0;
	padding: 4px 0 4px 0;
	width: 760px;
	height: 17px;
	text-align: center;
	background:  url(./images/navigation_bar.gif) top left repeat-x;
}

#navigation a {
	position: absolute;
	right: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	width: 83px;
	left: 671px;
	top: 3px;
	height: 21px;
}
#navigation a:link, #nav a:visited {
	text-decoration: none;
}
#navigation a:active, #nav a:hover {
	text-decoration: underline;
}
#navigation .last {
	border: none;
}

#banner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 192px;
	background-color: #339999;
}
#serviceTimes {
	float: left;
	width: 160px;
	background-color: #FFFFFF;
	border: 5px solid #174767;
}

#serviceTimes h1 {
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #174767;
}
#serviceTimes p {
	margin: 10px 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
	color: #34637d;
	line-height: 16px;
}

#loginForm {
	float: right;
	padding: 0 2px 0 2px;
	width: 155px;
	background-color: #9ebfbd;
	border: 5px solid #174767;
}
#loginForm h1 {
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #174767;
}
#loginForm label {
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	color: #174767;
	line-height: 16px;
}
#loginForm a {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
#loginForm a:link, #nav a:visited {
	text-decoration: none;
}
#loginForm a:active, #nav a:hover {
	text-decoration: underline;
}
#loginForm .last {
	border: none;
}
#content {
	position: relative;
	margin: 0;
	padding: 20px;
	width: 720px;
	background-color: #FFFFFF;
	top: -2px;
}
#content .big{
	margin: 10px 0;
	padding: 0;
	font-size: 16px;
	color: #655644;
}
#content ul {
	margin: 0;
	padding: 0;
}
#content li {
	list-style-type: none;
	padding: 0;
}
#content a {
	font-weight: bold;
	font-size: 12px;
	color: #346580;
}
#content a:link, #nav a:visited {
	text-decoration: none;
}
#content a:active, #nav a:hover {
	text-decoration: underline;
}
#content .last {
	border: none;
}	
#content h1 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #655644;
}
#content p {
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	color: #655644;
	line-height: 16px;
	text-align: justify;
}
#content li {
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	color: #808080;
}
#content .formInput{
	width: 400px;
}
#content .formTextarea{
	width: 400px;
}
#content label{
	font-size: 12px;
	color: #655644;
}
#footer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 45px;
	background:  url(./images/footer_mid.gif) top left repeat-x;
}
#FooterInfo {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
#FirstPreviousNextLast {
	position: relative;
	margin: 0;
	padding: 0;
	width: 720px;
}

#image {
	position: relative;
	margin: 0;
	padding: 20px;
	width: 720px;
	text-align: center;
}

#description {
	position: relative;
	margin: 0;
	padding: 0;
	width: 720px;
}
	
/* Content Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

