html
{
	height: 100%;
}

body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../images/template/bg_body_light.png');
	height: 100%;
}

a, a:visited, a:active
{
	text-decoration: none;
	color: #15077c;
}

a:hover
{
	text-decoration: underline;	
}

img
{
	border: none;
}

h1, h2, h3, h4, h5, p
{
	padding: 0;
	margin: 0 0 10px 0;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

h3, h4
{
	color: #15077c;
}

p
{
	margin-bottom: 10px;
}

/* Banner ***************************************************/

.header
{
	width: 100%;
	overflow: hidden;
	background-color: #111111;
}

.patternBar
{
	position: absolute;
	width: 100%;
	height: 40px;
	background-image: url('../images/template/bg_body.png');
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
}

.nav
{
	background-color: #382b19;
	padding: 5px 5px 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: relative;
	z-index: 999;
}

/*.nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav li
{
	float: left;
	margin: 0 10px 0 0;
}*/

.logo
{
	position: absolute;
	margin: 175px 0 0 0;
	height: 70px;
	width: 100%;
}

.logo img
{
	margin: 10px;
	position: absolute;
}

.logoBg
{
	background-image: url(../images/template/template/bg_logobar.png);
	background-repeat: repeat-x;
	height: 70px;
	width: 100%;
}

/* Banner Photos ***************************************************/

.photos
{
	height: 244px;
	overflow: hidden;
}

.photos .photo
{
	float: left;
	height: 244px;
	overflow: hidden;
	display: inline-block;
}

.photo1
{
	background: transparent url('../images/template/banner/1.png') no-repeat;
	width: 245px;
}

.photo2
{
	background: transparent url('../images/template/banner/6.png') no-repeat;
	width: 85px;
}

.photo3
{
	background: transparent url('../images/template/banner/2.png') no-repeat;
	width: 244px;
}

.photo4
{
	background: transparent url('../images/template/banner/7.png') no-repeat;
	width: 208px;
}

.photo5
{
	background: transparent url('../images/template/banner/3.png') no-repeat;
	width: 244px;
}

.photo6
{
	background: transparent url('../images/template/banner/8.png') no-repeat;
	width: 207px;
}

.photo7
{
	background: transparent url('../images/template/banner/4.png') no-repeat;
	width: 244px;
}

.photo8
{
	background: transparent url('../images/template/banner/5.png') no-repeat;
	width: 244px;
}

/* Content ***************************************************/

.content
{
}

.contentLeft
{
	float: left;
	position: relative;
	z-index: 3;
	width: 50%;
}

.curveLeft
{
	position: absolute;
	left: 0px;
	z-index: 2;
	height: 359px;
	width: 425px;
	background: url(../images/template/template/curve_left.png) no-repeat;
}

.curveRight
{
	position: absolute;
	z-index: 2;
	right: 0px;
	height: 359px;
	width: 405px;
	background: url(../images/template/template/curve_right.png) no-repeat;
}

.welcome
{
	margin: 80px 0 10px 200px;
}

.contentRight
{
	float: left;
	position: relative;
	z-index: 3;
	width: 40%;
	margin: 0 0 0 10px;
}

.pageContent
{
	position: relative;
	z-index: 50;
	width: 60%;
	padding: 60px 200px 10px 250px;
	text-align: left;
}

.pageContent ul
{
	margin: 0 0 10px 15px;	
}

.serviceTime
{
	position: absolute;
	color: #fff;
	width: 135px;
	right: 0px;
	margin: 3px 3px 0 0;
	font-size: 10px;
}

.serviceTime h5
{
	margin: 0;
}

/* News ***************************************************/

.news
{
	width: 45%;
	float: left;
	margin: 80px 0 10px 10px;
}

.newsItem
{
	display: block;
	height: auto;
}

.newsData
{
	float: right;
}

.newsContent
{
	text-align: left;	
}

/* Calendar ***************************************************/

.calendar
{
	float: left;
	position: relative;
	z-index: 3;
	margin: 80px 0 10px 20px;
	width: 30%;
}

.calendar table
{
}

.calendar th
{
}

.calendar td.calendarDayHeading
{
	background: #a43432;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.calendar tr.calendarDays td
{
	background: #cccccc;
	border-top: 1px solid #454545;
	padding: 5px;
}

.calendar tr.calendarDays td.calendarBlank
{
	background: #fff;	
}

/* Video *****************************************************/

table.videos
{
	width: 100%;	
}

/* Utility ***************************************************/

.clear
{
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}

.divider
{
	border-top: 1px dotted #454545;
	margin: 10px 0 10px 0;
}

	