@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #494E4E;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


h1, h2, h3,{
	display: none;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	background: #8ea8b5;
}
a {
	color: #a6bac4;
	text-decoration: none;
}
a.menuactive {
	color: #494E4E;
}
a:hover {
	color: #494E4E;
}
em {
	color: #000;
	font-style: normal;
}

#gallery{margin-top:10px;}

#container {
	width: 616px;
	margin: 44px auto 44px auto;
	background: #FFF no-repeat left top;
	overflow:hidden;
	bottom-padding:50px;
	padding: 25px;
}
#container0 {
	float: left;
	height: 56px;
	color: #CFD2D8;
}
#container1 {
	float: right;
	height: 22px;
	padding: 34px 47px 0 0;
}

.halfone img {border: 1px solid #8ea8b5;}
.halfonemain img {clear:both; border:none;}

#container2 {
	clear: both;
}

.content {
	padding: 43px 319px 0 0px;
	min-height: 389px;
	height: auto !important;
}

.fullcontent {
	padding: 43px 0px 0 0px;
	min-height: 389px;
	height: auto !important;
}

.rightcontent {
	padding: 319px 43px 0 0px;
	min-height: 389px;
	height: auto !important;
}

.halfone{
	width:40%;
	float:left;
	padding: 43px 0px 0 0px;
	min-height: 300px;
	height: auto !important;
	}
	
.halftwo{
	width:60%;
	float:left;
	padding: 43px 0px 0 0px;
	text-align:left;
	min-height: 300px;
	height: auto !important;
	}


h2#style {
	display: inline;
}
ul#menu li{
	display: inline;
	padding: 0 4px;
}
.halftwoh2 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	text-align: right;
	margin: 10px 0 14px 0 !important;
	background: #DBE8E9;
	border-right: 10px solid #494E4E;
}
.halftwo p, .halftwo ul, .halftwo table, .fullcontent ul  {
	margin: 0 0 14px 0;
	width: 100%;
}
.halftwo strong{font-weight: bold;}
.halftwo li, .fullcontent li {
	padding: 10px;
	background: #8ea8b5;
	margin: 0 0 4px 0;
	border-left: 10px solid #8ea8b5;
}
table ul {
	margin: 0 0 10px 0 !important;
}
td {
	padding: 0 4px 4px 4px;
	background: #FFF;
}

.strong{font-weight: bold;}

/*Boxy Box*/

.gallerycontainer{
position: relative;
width: 100%;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #8ea8b5;
margin: 0 1px 1px 0;
}

.paul img{border:none;}

table img{margin-top:20px;}

.thumbnail:hover{
background-color: transparent;
}

.borderimg{border: 1px solid #8ea8b5;}

.thumbnail:hover img{
border: 1px solid #8ea8b5;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;

visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
background: #fff;
height:318px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
background: #fff;
top: 0;
left: 0px;
top: -323px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.content li {
	padding: 10px;
	background: #8ea8b5;
	margin: 0 0 4px 0;
	border-left: 10px solid #8ea8b5;
}