@charset "UTF-8";
body {
	background-color: #bfb091;
	margin-top: 50px;
}
#wrapper {
	position: relative;
	width: 1021px;
	text-align: center;
	margin: 0px auto 0px auto;
	background-color: #d6d6ea;
}


/*---------------- navigation styles -----------------*/
#nav {
	background-color: #B3610F;
	position: relative;
	width: 1021px;
	height: 60px;
}
#nav ul {
	list-style-image: none;
	list-style-type: none;
	float: none;
	position: absolute;
	left: 3px;
	top: -1px;
	width: 1019px;
	height: 63px;
	
}
#nav ul li {
	float: left;
}

#nav  ul  li a {
	color: #bfb091;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	font-size: 16px;
	display: block;
	padding-right: 25px;
	padding-top: 5px;
}
#nav ul li a:visited {
}
#nav ul li a:hover {
	color: #FFFFFF;
}
#nav ul li a:active {
	color: #FFFFFF;
}
#nav ul li a.last   {
	padding-left: 50px;
	float: right;
	position: absolute;
	left: 727px;
}

body#home a#homenav,
body#about a#aboutnav,
body#services a#servicesnav,
body#client a#clientnav,
body#calendar a#calendarnav,
body#contact a#contactnav,
body#gallery a#gallerynav {
	color: #FFF2A5;
	background:;
}


/*---------------- content styles -----------------*/
#content {
	width: 1021px;
	background-color: #7877b9;
	height: 377px;
}
#content2 {
	width: 1021px;
	background-color: #d6d6ea;
	position: relative;
}


#content2  .information {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	text-align: left;
	float: left;
	width: 400px;
	margin-left: 45px;
	margin-top: 20px;
	line-height: 18px;
}

#content2 .calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	text-align: left;
	float: left;
	width: 250px;
	margin-left: 45px;
	margin-top: 20px;
	line-height: 18px;
}
.information h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	font-size: 2em;
}
.infoRightLogos  {
	display: block;
	float: right;
	margin-right: 50px;
	width: 506px;
	margin-top: 0px;
}

.calendar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	font-size: 2em;
}
.calendarBold {
	font-size: 12px;
	font-weight: bold;
}

.infoRight  {
	display: block;
	float: right;
	margin-right: 66px;
	width: 507px;
	margin-top: 0px;
}


/*---------------- link styles -----------------*/
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #6666CC;
}
a:active {
	color: #999999;
}


/*---------------- footer styles -----------------*/
#footer {
	background-color: #ffffff;
	height: 100px;
	width: 986px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-left: 35px;
	clear: both;
	padding-top: 35px;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	color: #6666CC;
}
