html, body {
	background-repeat:repeat-x;
	background-color:#fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#container {
	background-image:url(../i/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position: relative;
	min-height: 100%;
	margin:auto;
}
* html #container {
	height: 100%;
}
#page {
	padding-bottom: 5em;
	width:900px;
	margin:auto;
}
/*-------------------------------------------------*/
/*                   NAVIGATION
/*-------------------------------------------------*/

#navigation {
	height:57px;
}
#navigation #logo {
	margin:12px 0 0 0;
	float:left;
}
#navigation ul {
	list-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	margin:0;
	padding:0;
}
/* IE6 Behave */
* html #navigation ul {
	width:10px;
	white-space:nowrap;
}
#navigation ul li a.parent {
	display: block;
	color:#fff;
	text-decoration:none;
	background-image:url(../i/btn_divider.gif);
	background-repeat:no-repeat;
	padding: 21px 8px 22px 8px;
}
#navigation ul li a.parent:hover {
	color:#000;
	background-image:url(../i/btn_hover.gif);
	background-repeat:repeat-x;
}
#navigation ul li ul {
	width: 182px;
}
#navigation ul li ul li.sub a {
	display: block;
	color:#fff;
	text-decoration:none;
	background-image:url(../i/sub_bg.gif);
	background-repeat:repeat-x;
	white-space:nowrap;
	padding: 8px 8px 8px 8px;
}
#navigation ul li ul li.sub a:hover {
	color:#000;
	background-image:url(../i/sub_hover_bg.gif);
	background-repeat:repeat-x;
}
#navigation li {
	position: relative;
	z-index:1000;
}
#navigation ul ul {
	position: absolute;
	z-index:1000;
}
#navigation ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
div#navigation ul ul, div#navigation ul li:hover ul ul, div#navigation ul ul li:hover ul ul {
	display: none;
}
div#navigation ul li:hover ul, div#navigation ul ul li:hover ul, div#navigation ul ul ul li:hover ul {
	display: block;
}
* html #navigation ul li {
	float: left;
	width: 100%;
}
*:first-child+html #navigation ul li a {
	height: 1%;
}
* html #navigation ul li a {
	height: 1%;
}
/*-------------------------------------------------*/
/*                     HEADING
/*-------------------------------------------------*/
#heading {
	height:199px;
	width:350px;
	padding:40px 24px 0 24px;
}
* html #heading {
	margin-top:-1px;
}
#flashGallery {
	position:absolute;
	margin:-54px 0 0 560px;
	z-index:1;
}
#heading h1, #heading p {
	display:none;
}
/*#heading h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #3aa6c7;
	font-weight:normal;
}

#heading h1:after {
	display: block;
	margin-left: -2px;
	margin-top: -30px;
	color: #fff;
	content: attr(title);
}

*:first-child+html #heading h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
}
* html #heading h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
}

#heading h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}


#heading p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

span.large 
{
	font-size:20px;
}*/

/*-------------------------------------------------*/
/*                   MID SECTION
/*-------------------------------------------------*/

#ctl00_midsection {
	height:221px;
	margin:0 0 0 0;
	padding:30px 0 0 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
* html #ctl00_midsection {
	margin-bottom:-14px;
}
#ctl00_midsection h2 {
	color:#417f93;
	font-size:16px;
	font-weight:normal;
}
#ctl00_midsection p {
	color:#535353;
	font-size:12px;
	line-height:18px;
}
#ctl00_midsection ul {
	color:#535353;
	font-size:12px;
	list-style-image:url(../i/arrow.gif);
}
#ctl00_midsection li {
	margin:0 0 5px -20px;
}
#ctl00_midsection .statement {
	width:190px;
	float:left;
	margin: 0 20px 0 0;
}
#ctl00_midsection a {
	color:#4d879a;
	font-size:12px;
	text-decoration:underline;
}
#ctl00_midsection a:hover {
	text-decoration:none;
}
/*-------------------------------------------------*/
/*                      CONTENT
/*-------------------------------------------------*/
#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px 30px 10px 30px;
}
#content h1 {
	font-size:15px;
	color:#525252;
}
#content p {
	font-size:12px;
	color:#6e6e6e;/*#8d8d8d*/;
	line-height:25px;
}

#content ul, #content ol {
	font-size:12px;
	color:#6e6e6e;/*#8d8d8d*/;
	line-height:25px;
}

#content a {
	color:#16b6e8;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
#content img.imgleft {
	float:left;
	margin:0 30px 0 0;
}
#content img.imgright {
	float:right;
	margin:0 0 30px 0;
}
.smalltext {
	font-size: 9px;
	line-height:15px;
}
/*-------------------------------------------------*/
/*                      GALLERY
/*-------------------------------------------------*/

.gallery_box {
	width:223px;
	height:169px;
	background-position:center center;
	float:left;
	margin:10px 20px 10px 35px;
}
* html #gallery_box {
	margin:10px 10px 10px 25px;
}
.admin_gallery_box {
	width:223px;
	height:169px;
	background-position:center center;
}
.admin_gallery_edit_box {
	width:223px;
	float:left;
	margin:10px 20px 10px 35px;
	text-align:center;
	font-size:12px;
}
/*-------------------------------------------------*/
/*                   CONTACT FORM
/*-------------------------------------------------*/

#contactform .textinput {
	width: 300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#525252;
}
.formtext {
	font-size:14px;
	color:#525252;
}
/*-------------------------------------------------*/
/*                       FOOTER
/*-------------------------------------------------*/

#footer {
	position: relative;
	margin-top: -4.2em;
	height:67px;
	text-align:center;
}
#footer-inner {
	background-image:url(../i/footer_bg.gif);
	width:900px;
	height:67px;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#footerlinks {
	padding:22px 0 0 0;
	color:#b5b5b5;
}
#footerlinks a {
	color:#5a5a5a;
	text-decoration:none;
	padding:0 10px 0 10px;
}
#footerlinks a:hover {
	text-decoration:underline
}
#vnm {
	color:#b8b8b8;
	padding:15px 0 0 0;
}
#vnm a {
	color:#b8b8b8;
	text-decoration:none;
}
/*FIX FOR MOZILLA*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*-------------------------------------------------*/
/*                       NEWS
/*-------------------------------------------------*/

#NewsContent {
	width:470px;
	margin-right:20px;
	margin-top:30px;
	/*float:left;*/
}
#NewsContent h1 {
	color:#4e889a;
	font-size:17px;
	font-weight:normal;
	margin:0;
}
#NewsContent p {
	font-size:12px;
	margin:0;
	color:#6e6e6e;/*#8d8d8d*/
}
#NewsContent .NewsDate {
	margin:0;
	color:#525252;
}
#NewsContent a {
	text-decoration:none;
}
#NewsContent a:hover {
	text-decoration:underline;
}
.NewsSPline {
	width:470px;
	margin:20px 0;
	height:1px;
	background:#abb3b4;
	display:block;
}
#latestNewsContainer {
	margin-top:27px!important;
	width:337px;
	float:left;
	background:url(../i/lnbg.png) repeat-y;
	margin:0;
	color:#b1b1b1;
	font-size:12px;
}
#latestNewsContainer h1 {
	color:#4e889a;
	font-size:17px;
	font-weight:normal;
	margin:10px 0 0 20px;
	padding-bottom:10px;
}
#latestNewsContainer a {
	text-decoration:none;
}
#latestNewsContainer a:hover {
	text-decoration:underline;
}
#latestNewsContainer span {
	color:#525252;
	text-transform:uppercase;
	font-size:11px;
}
.LNContent {
	padding:20px;
	background:url(../i/lnbgLine.png) no-repeat;
}
#lnFooter {
	width:338px;
	height:9px;
	float:left;
	margin-bottom:15px;
	background:url(../i/lnfooterbg.png) no-repeat top left;
	display:block;
}
* html #lnFooter, * + html #lnFooter {
	margin-top:-10px;
}
#testimonialsContainer {
	width:337px;
	float:left;
}
.testimonialsContent {
	width:337px;
	height:116px;
	padding-top:20px;
	margin-top:-2px;
	background:url(../i/testimonialsContentBg.png) no-repeat;
}
.testimonialsContent span {
	color:#417f93;
	font-style:italic;
	float:right;
}
.testimonialsReadMore {
	width:337px;
	/*height:30px;*/
	padding-bottom:15px;
	display:block;
	background:url(../i/testimonialsFooterBg.png) repeat-y;
}
.testimonialsReadMore a {
	margin-left:260px;
	font-size:12px;
	text-decoration:none!important;
}
.testimonialsReadMore a:hover {
	text-decoration:underline!important;
}
.testimonialsAdmin {
	width:230px;
	color:#525252;
	font-size:12px;
	margin-left:60px;
}

.pagerButton, a.pagerButton, .pagerButtonCurrentPage {
    font-size:12px;
    margin:0 2px 0 0;
    color:#6e6e6e;
}
/*-------------------------------------------------*/
/*                       ADMIN
/*-------------------------------------------------*/
.textbox {
	width:568px;
}

