﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #454545;
	background-image: url("../images/bgpage.jpg");
	background-repeat: repeat-x;
}
a:link, a:visited
{
	color: #fe8f26;
}

a:hover
{
	color: #454545;
	text-decoration: none;
}

a:active
{
	color: #034af3;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #666666;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2
{
	font-size: 1.5em;
	font-weight: 600;
}

h3
{
	background-image: url("../images/about-subtitle.jpg");
	background-repeat: no-repeat;
	font-size: 1.33em;
	font-weight: bold;
	color: White;
	padding: 0.2em 0.2em 0.3em 0.5em;
}
h4
{
	font-size: 1.15em;
	color: #f78f1e;
	font-weight: bold;
}
h5
{
	font-size: 1em;
	color: #f78f1e;
	font-weight: bold;
	clear: both;
}

h6
{
	font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.pagewrapper
{
	width: 1025px;
	margin: 0 auto;
}
.pagewrapperleft
{
	margin: 0px auto;
	padding-left: 25px;
	background-image: url("../images/bgpage-left.jpg");
	background-repeat: repeat-y;
}
.pagewrapperright
{
	background-image: url("../images/bgpage-right.jpg");
	background-repeat: repeat-y;
	background-position: 975px 0;
	width: 1005px;
}

.page
{
	padding-left: 1em;
	margin-right: 25px;
	background-color: White;
}
#footer
{
	text-align: center;
	padding: 0em 1em;
	background-color: White;
	font: Verdana 1em;
	color: #999999;
	margin-right: 25px;
	margin-top: 0;
	padding-bottom: 3em;
}
#footer ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top: 2.3em;
}
#footer ul li
{
	display: inline;
	border-right: 2px #dde1de inset;
	border-spacing: 0.2em;
	padding-right: 0.6em;
	padding-left: 0.2em;
}
#footer ul li a
{
	position: relative;
	top: -0.1em;
}
#footer li.last
{
	padding-right: 0;
	border-right: none;
}
/* TAB MENU   
----------------------------------------------------------*/
#menu
{
	list-style: none;
	padding-left: 0;
	margin-top: -0.2em;
	margin-bottom: 0;
}
*:first-child + html #menu
{
	margin-left: 0.5em;
}
#menu li
{
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
*:first-child + html #menu li
{
	display: inline;
}

#menu li a, #menu li a:visited
{
	background-image: url("../images/navbar-orange-bg.jpg");
	background-repeat: repeat-x;
	color: White;
	font-size: 0.916em;
	font-weight: bold;
	display: inline-block;
	height: 3.1em;
	padding: 0.8em 1.9em 0;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	margin-right: -0.2em;
	margin-left: -0.2em;
	border-left: 0.1em solid white;
	outline: none;
}
#menu li a:hover, #menu li.active a, #menu li.active a:link
{
	background-image: url("../images/navbar-green-bg.jpg");
}
#menu li.first a, #menu li.first a:visited
{
	padding: 0.8em 1.9em 0 0;
}
#menu li.last a, #menu li.last a:visited
{
	padding: 0.8em 0 0 0em;
}
#menu li.first a span.border, #menu li.last a span.border
{
	background-repeat: no-repeat;
	position: relative;
	top: -0.8em;
	display: inline-block;
	height: 3.1em;
	width: 1.2em;
}
*:first-child + html #menu li a span.border, *:first-child + html #menu li.last a span.border, *:first-child + html #menu li a:hover span.border, *:first-child + html #menu li.last a:hover span.border
{
	position: relative;
	top: -0.8em;
}
#menu li.first a span.border
{
	background-image: url("../images/navbar-orange-left.jpg");
	padding-right: 0.8em;
}
#menu li.last a span.border
{
	background-image: url("../images/navbar-orange-right.jpg");
	margin-right: -0.4em;
}
#menu li span
{
	background-repeat: no-repeat;
}
#menu li.first a:hover span.border, #menu li.first a.active span.border, #menu li.first a.active:link span.border
{
	background-image: url("../images/navbar-green-left.jpg");
}
#menu li.last a:hover span.border, #menu li.last a.active span.border, #menu li.last a.active:link span.border
{
	background-image: url("../images/navbar-green-right.jpg");
}
#menu li span.text
{
	position: relative;
	top: -2em;
}
*:first-child + html #menu li span.text
{
	top: -1.8em;
}

#menu li.last span.text
{
	padding-left: 1.8em;
	padding-right: 1em;
}
#menu li.last a
{
	margin-left: -0.2em;
}
/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

img
{
	border: none;
}
.bold
{
	font-weight: bold;
}

/* HP */
#main > div
{
	float: left;
}

#main div.left, #main .right
{
	width: 19.2em;
}
#main .right .box
{
	position: relative;
	left: 0.8em;
}
#main .middle
{
	text-align: center;
	width: 41.2em;
}
#slider
{
	border: 1px solid #88ce52;
	position: relative;
	height: 348px;
}
video, canvas
{
	top: 2.5%;
	left: 2.5%;
	width: 95%;
	max-width: 95%;
}
video
{
	height: 95%;
	position: absolute;
}
#videolink
{
	display: none;
}
.box
{
	background-repeat: no-repeat;
	height: 15em;
	color: #454545;
	text-align: left;
}
.box div.wrapper
{
	padding: 0.6em 2.5em 2em 1.4em;
}
.box h1 a
{
	text-decoration: none;
	color: White;
	display: block;
	width: 14em;
}
.box h1 a:hover
{
	text-decoration: underline;
	color: White;
}
*:first-child + html .box div.wrapper
{
	padding-top: 0em;
	margin-top: 1.3em;
}
.box h1
{
	color: White;
	font-size: 1.09em;
	font-weight: bold;
}
.box h2
{
	font-size: 1em;
	line-height: 1.1em;
	margin-bottom: 0em;
	padding-bottom: 0;
}
.box p
{
	font-size: 0.92em;
	line-height: 1.1em;
}
.box h2 + p
{
	margin-top: 0.5em;
}
.more span
{
	display: none;
}
.purplebox
{
	background-image: url("../images/hp/bg-purple.jpg");
}
.greenbox
{
	background-image: url("../images/hp/bg-green.jpg");
}
.greenbox h1
{
	padding-bottom: 0.4em;
}
.greenbox .wrapper div
{
	text-align: center;
	margin-top: 0.5em;
}
.greenbox .wrapper div div
{
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.orangebox
{
	background-image: url("../images/hp/bg-orange.jpg");
}
.orangebox p
{
	font-size: 1em;
}
.purple
{
	color: #794ab3;
}
#ip img
{
	float: left;
}
#ip a span
{
	display: none;
}
#content > h1
{
	margin-top: 0;
}
h1 img
{
	border-bottom-width: 0;
	margin-bottom: 0;
}
#int_content
{
	background-image: url("../images/ip/internal-bg.jpg");
	background-repeat: repeat-y;
	padding: 1em 2em 1em 1.5em;
	min-height: 34em;
}
#int_content, #int_footer
{
	position: relative;
	top: -0.3em;
}
*:first-child + html #int_content
{
	margin-top: -0.5em;
}
#int_content ul.arrow
{
	list-style-image: url("../images/bullett-green.gif");
	font-weight: bold;
	padding-left: 1.3em;
}
#int_content ul.arrow li
{
	margin-bottom: 0.4em;
}
.contact .left, .contact .right
{
	float: left;
	width: 49%;
}
.contact h3
{
	margin-top: 0.7em;
	background-image: url("../images/contact-subtitle.jpg");
}
.contact h3
{
	margin-left: -0.5em;
}
*:first-child + html .contact h3
{
	margin-left: 0;
}
*:first-child + html .contact table
{
	margin-top: 1em;
}
.contact h4
{
	margin-bottom: 0.5em;
}
.contact td.left
{
	width: 40em;
}
#lg_map
{
	width: 640px;
	height: 480px;
}
address
{
	float: right;
	font-weight: bold;
	margin-bottom: 2em;
}
.testimonials .td1, .testimonials .td2
{
	border-right: 1px solid #cbe5b8;
	float: left;
}
.testimonials .td1
{
	padding-right: 3em;
	width: 40%;
}
.testimonials .td2
{
	padding: 0 2em 0 2em;
	width: 30%;
}
.testimonials .td3
{
	float: left;
	width: 20%;
	text-align: center;
}
.sendform table
{
	width: 100%;
}
.sendform td.label
{
	width: 20%;
}
.sendform td img
{
	position: relative;
	top: 0.4em;
}
.sendform input
{
	margin-right: 1em;
	width: 20em;
}
.sendform input[readonly]
{
	border: none;
}
.sendform #submit
{
	width: 5em;
}
.sendform span
{
	color: Red;
}
#int_content > h5
{
	margin-top: 1em;
}
#galleria, #subgalleria
{
	width: 790px;
	height: 448px;
	margin: 0 auto;
	position: relative;
	top: 2.2em;
}
.slide
{
	background-image: url("images/slideshow-bg.jpg");
	background-repeat: no-repeat;
	width: 843px;
	height: 500px;
	margin: 0em auto 2em;
}
#schedule
{
	width: 80%;
}
#schedule td
{
	width: 50%;
}
.newsitem figure
{
	float: left;
	margin-right: 2em;
	margin-left: 1em;
}
.newsitem figcaption
{
	font-weight: bold;
	margin-top: 0.5em;
}
.newsitem
{
	clear: both;
}
.newsitem p, .newsitem figcaption
{
	font-size: 1.2em;
}
.error
{
	min-height: 40em;
	height: 40em;
	padding-top: 2em;
}
.error h1, .error h4
{
	text-align: center;
}