@charset "utf-8";
/* CSS Document|| Micheal's CSS */
.widgetContent {
	background: #f2f2f2;
	width: 100%;
	height: auto;
}
.divContent {
	width: 940px;
	height: auto;
	margin: 0px auto;
	padding-bottom: 30px;
}
.widgetAbout {
	width: 100%;
	height: 160px;
	background: url(../img/tile3.jpg) repeat;
}
.pagetitle {
	width: 100%;
	height: auto;
	display: block;
	padding: 15px 0 0;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #1B1B1B;
}
.map {
	background: url(../img/tile3.jpg);
	width: 100%;
	height: 380px;
}
#map {
	width: 940px;
	height: 380px;
	margin: 0 auto;
}
.address {
	background: #FFF;
	width: 900px;
	height: auto;
	position: relative;
	margin: -50px auto 0;
	padding: 0 20px 100px;
}
.address .lt {
	width: 360px;
	height: auto;
	margin-right: 40px;
	float: left;
}
.address .form {
	width: 500px;
	height: auto;
	float: right;
}
/*.. CONTACT FORM ..*/
#form ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#form ul li {
	margin-bottom: 10px;
	position: relative;
}
#form ul li.l {
	float: left;
	width: 230px;
	margin-right: 20px;
}
#form ul li.r {
	width: 500px;
	display: block;
}
#form ul li span.error {
	font-size: 11px;
	color: red;
	margin: 0;
}
#form ul li span.passerror {
	font-size: 11px;
	color: red;
	margin-left: 8px;
}
#form ul li .shortfield {
	width: 45px;
}
form#form {
	width: 500px;
	padding-bottom: 20px;
}
form#form label {
	font-weight: normal;
	color: #000;
	font-size: 12px;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 2px;
	text-transform: uppercase;
}
form#form input[type=text], form#form input[type=email], form#form textarea {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 2px;
}
form#form input[type=text], form#form input[type=email] {
	width: 230px;
	height: 30px;
}
form#form textarea {
	height: 130px;
	width: 480px;
}
form#form input[type=submit] {
	opacity: 1;
	width: auto;
	margin-top: 5px;
	text-transform: uppercase;
	height: auto;
	padding: 5px 10px;
	display: block;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	background: #000;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}
form#form input[type=submit]:hover {
	opacity: 0.95;
}
 form#form input::-webkit-input-placeholder {
 color: #000;
}
form#form input[type="text"]:focus, form#form textarea:focus {
	border: 1px solid #259bdb;
}
/*.. END ..*/
.aBox {
	background: #EEE;
	width: 200px;
	height: auto;
	margin-bottom: 20px;
	padding: 10px;
	float: left;
}
.aBox .title {
	width: 100%;
	height: 40px;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #1B1B1B;
	margin-bottom: 10px;
}
.aBox .details {
	width: 200px;
	height: 160px;
	font-size: 13px;
	font-weight: normal;
	color: #1B1B1B;
	position: relative;
}
.aBox .details h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #1B1B1B;
	margin-bottom: 5px;
}
.aBox .details p {
	color: #000;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 16px
}
.aBox .details .div {
	width: auto;
	height: auto;
	padding: 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.aBox .details .div a.more {
	font-size: 10px;
	font-weight: normal;
	color: #1B1B1B;
	text-transform: uppercase;
}
.aBox .details .div a:hover.more {
	text-decoration: underline;
}
.gap {
	margin-right: 20px;
}
.nogap {
	margin-right: 0;
}
.aWidget {
	background: #FFF;
	width: 940px;
	height: auto;
	position: relative;
	margin: -30px auto 0;
	padding: 0 0 80px;
}
.aWidget .full {
	width: 900px;
	height: auto;
	padding: 10px 20px;
}
.aWidget .full ul {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}
.aWidget .full ul li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	line-height:20px;
}
.aWidget .aLeft {
	width: 640px;
	height: auto;
	padding: 10px 20px;
	float: left;
}
.aWidget .title {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px 0px 5px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #1B1B1B;
}
.aWidget .aLeft .fotos {
	width: 640px;
	height: auto;
	max-height: 450px;
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.aWidget .aLeft .fotos img {
	width: auto;
	height: 450px;
}
.aWidget .aLeft .foto {
	width: 640px;
	height: auto;
	max-height: 350px;
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.aWidget .aLeft .foto img {
	width: 640;
	height: auto;
}
.aWidget .aRight {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #fff));
	background-image: -webkit-linear-gradient(top, #e6e6e6, #fff);
	background-image: -moz-linear-gradient(top, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(top, #e6e6e6, #fff);
	background-image: -o-linear-gradient(top, #e6e6e6, #fff);
	background-image: linear-gradient(top, #e6e6e6, #fff);
	width: 240px;
	height: auto;
	padding: 10px 10px 100px;
	float: right;
}
.aWidget .aRight .title {
	width: 240px;
	height: auto;
	display: block;
	padding: 5px 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #1B1B1B;
	border-bottom:2px solid #1b1b1b;
}
.newsWidget {
	width:215px;
	height:300px;
	margin-bottom:20px;
	float:left;
}
.wsp {
	margin-right:20px;
}
.wnsp {
	margin-right:0;
}
.newsWidget .photo {
	width:215px;
	height:130px;
	overflow:hidden;
	text-align:center;
}
.newsWidget .photo img {
	width: auto;
	height:190px;
}
.newsWidget .date {
	width:205px;
	height:40px;
	line-height:40px;
	background:#ECECEC;
	color:#232323;
	font-size:12px;
	font-weight:bold;
	padding:0 5px;
}
.newsWidget .details {
	background:#f2f2f2;
	width:205px;
	height:120px;
	padding:5px;
	position:relative;
}
.newsWidget .details h1 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: normal;
}
.newsWidget .details p {
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}
.newsWidget .details a.more {
	width:auto;
	height:auto;
	padding:0;
	position:absolute;
	right:5px;
	bottom:5px;
	font-size: 10px;
	font-weight: normal;
	color: #1B1B1B;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom:1px dotted transparent;
}
.newsWidget .details a:hover.more {
	border-bottom:1px dotted #1b1b1b;
}
.module {
	width: 240px;
	height: auto;
	margin: 0;
}
.module ul {
	width: 240px;
	list-style: none;
	padding: 0;
}
.module li {
	width: 240px;
	color: #000;
	font-size: 12px;
	display: block;
	margin-bottom: 2px;
}
.module li a {
	height: auto;
	color: #000;
	padding: 7px 10px;
	display: block;
	text-align: left;
	text-decoration: none;
}
.module li a:hover, .module li a.active {
	background: #FFF;
	color: #000;
	border: none;
	text-decoration: none;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.post {
	background: #fff;
	width: 920px;
	height: auto;
	display: block;
	border-bottom: 1px solid #eee;
}
.post:last-child {
	border-bottom: none;
}
.post .photo {
	width: 200px;
	height: 120px;
	float: left;
	overflow: hidden;
	text-align: center;
}
.post .photo img {
	width: auto;
	height: 120px;
}
.post .noImage {
	background: #000;
	width: 120px;
	height: 70px;
	padding: 50px 40px 0;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	float: left;
}
.post .details {
	width: 700px;
	height: 120px;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 20px;
	float: left;
	color: #000;
	position: relative;
}
.post .details a.view {
	width: auto;
	color: #000;
	text-decoration: none;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.post .details a:hover.view {
	text-decoration: underline;
}
.post .details h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.post .details h6 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #777;
}
.post .details p {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 16px;
}
.s1 {
	background: #1c145b;
}
.s2 {
	background: #c52525;
}
.s3 {
	background: #1c3878;
}
.s4 {
	background: #0089cb;
}
.aWidget .aLeft ul {
	margin: 0;
	padding: 0;
	border: 0;
}
.aWidget .aLeft ul li {
	margin: 0;
	padding: 0;
	border: 0;
	line-height:20px;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
}
.galimg {
	background:#E7E7E7;
	width: 204px;
	height: 230px;
	margin-bottom: 14px;
	float: left;
	text-align:center;
	overflow: hidden;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.galimg img {
	width: auto;
	height: 230px;
}
.galphoto {
	width: 215px;
	height: 180px;
	margin-bottom: 20px;
	float: left;
	text-align:center;
	overflow: hidden;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.galphoto img {
	width: auto;
	height: 180px;
}
.gallery {
	width: 221px;
	height: 240px;
	margin-bottom: 12px;
	float: left;
	overflow: hidden;
	position: relative;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.gallery .noImg {
	background:#E7E7E7;
	width: 181px;
	height: 200px;
	padding:20px;
	color: #000;
	font-size: 14px;
	font-weight: 100;
	font-family: "Aller Light", sans-serif;
	text-align: left;
	text-transform: uppercase;
}
.s {
	margin-right: 12px;
}
.ns {
	margin-right: 0;
}
.sp {
	margin-right: 14px;
}
.nsp {
	margin-right: 0;
}
.gallery img {
	width: auto;
	height: 240px;
}
.gallery span {
	width: 221px;
	height: 65px;
	position: absolute;
	padding: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.gallery:hover span {
	opacity: 1;
	height: 101px;
}
.gallery span .widgetTitle {
	background: #0089cb;
	width: 191px;
	max-height: 34px;
	height: 34px;
	line-height: normal;
	padding: 15px;
	border-bottom: 1px solid #047bb5;
	color: #fff;
	font-size: 15px;
	font-weight: 100;
	font-family: "Aller Light", sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.gallery span .view {
	background: #0089cb;
	width: 191px;
	height: 19px;
	line-height: 19px;
	padding: 8px 15px;
	border-top: 1px solid #27a6e3;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.gallery span .view a {
	color: #fff;
}
.albumSelect {
	width: 160px;
	height: 18px;
	line-height: 18px;
	float: right;
}
.albumSelect .hdr {
	color: #f0f0f0;
	background-color: #1c145b;
	cursor: pointer;
	text-align: left;
	width: 95%;
	font-size: 10px;
	padding: 3px 5px;
}
.albumSelect ul {
	position: relative;
	list-style: none;
	z-index: 4;
	display: none;
	padding: 0px;
	width: 100%;
	background-color: #1c145b;
	margin: 0px;
}
.albumSelect ul li a {
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 3px 5px;
	color: #f0f0f0;
	font-size: 10px;
}
.albumSelect ul li a:hover {
	background-color: #0089cb;
	color: #fff;
}
#carousel img {
	width:940px;
	display: block;
	float: left;
}
#prev, #next {
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	height: 450px;
	width: 50%;
	top: 0;
	position: absolute;
}
#prev:hover, #next:hover {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
}
#prev {
	background-image:url(../img/leftnav.png);
	background-repeat:no-repeat;
	background-position:530px center;
	left: -470px;
}
#next {
	background-image:url(../img/rightnav.png);
	background-repeat:no-repeat;
	background-position:50px center;
	right: -470px;
}
