body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:11px;
	background-image: url(../images/background3.jpg);
	background-position: center top;
	font-family: Verdana, "Calibri", Arial, Helvetica, sans-serif;
	background-color: #F5F1E6;
	background-repeat: no-repeat;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow 
	-moz-box-shadow:0 0 5px #AAAAAA;
	-webkit-box-shadow:0 0 5px #AAAAAA;
	box-shadow:0 0 5px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	/* [disabled]border:1px solid white; */
	background: rgb(250, 250, 250); /* The Fallback */
	background: rgba(250, 250, 250, 0.8);
	overflow:hidden;
	/* [disabled]background-image: url(../images/gradient.png); */
}

.M_test{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 5px #AAAAAA;
	-webkit-box-shadow:0 0 5px #AAAAAA;
	box-shadow:0 0 5px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	/* [disabled]border:1px solid white; */
	/* [disabled]background: rgb(250, 250, 250); */ /* The Fallback */
	/* [disabled]background: rgba(250, 250, 250, 0.8); */
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:441px;
	overflow:hidden;
	padding-top: 10px;
	/* [disabled]background-image: url(/images/gradient3.png); */
}

#homeVideo{
	overflow:hidden;
	/* [disabled]padding-top: 15px; */
	/* [disabled]padding-bottom: 10px; */
	height: 453px;
	background-image: url(../images/gradient3.png);
}

.slide{
	float:left;
}

#menu{
	background-image: url(../images/bottomBarBack3.png);
	background-repeat: none;
	height: 131px;
	padding-left: 10px;
}

#menuHome{
	background-image: url(../images/bottomBarBack3.png);
	background-repeat: none;
	height: 131px;
	padding-left: 10px;
}

#menuContact{
	background-image: url(../images/bottomBarBack_contact.png);
	background-repeat: none;
	height: 131px;
	padding-left: 10px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../img/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../img/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../img/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(../img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

#topMenu{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	position:absolute;
	right:0;
	top:7px;
	width: 529px;
	text-align: right;
	color: #735745;
	letter-spacing: 1px;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:left;
	width:983px;
	position:relative;
	margin-bottom: 5px;
}

a, a:visited {
	color:#D08F20;
	text-decoration:none;
	outline:none;
	cursor: hand;
	overflow: visible;
}

a:hover{
	text-decoration:none;
	color: #17110D;
}

#topMenu a, #topMenu a:visited, #footer a, #footer a:visited{
	color:#E5DDD4;
}

#topMenu a:hover, #footer a:hover{
	text-decoration:none;
	color:#D7C675;
}

p{
	padding:0px;
}

#footer{
	width: 983px;
	margin:auto;
}



.items a span
{
	position: relative;
	top: 115px;
	width: 134px;
	left: 4px;
	text-align: center;
	color: #666;
}

.leftObject
{
	float:left;
	width: 502px;
}

.textbox
{
	text-align: justify;
	float: left;
	width: 395px;
	padding-left: 15px;
	line-height: 18px;
	overflow: auto;
	height: 385px;
	padding-right: 5px;
	/* [disabled]display: none; */
}

.textbox .title
{
	font-size: 22px;
	margin-bottom: 5px;
}

.bodyMargin
{
	margin:30px;
}

.homeMenu
{
	font-size: 20px;
	text-align: left;
	padding-left: 6px;
	padding-right: 16px;
	padding-top: 10px;
	line-height: 28px;
}

#homeVideo .leftObject img
{
	-moz-box-shadow:0 0 8px #444444;
	-webkit-box-shadow:0 0 8px #444444;
	box-shadow:0 0 8px #444444;
}



.topImage
{
	text-align:center;
}

.caption .title
{
	font-weight: bold;
}

.leftMovie
{
	width: 694px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.leftObjectBig
{
	width: 694px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.leftObjectBig img
{
	-moz-box-shadow:0 0 8px #444444;
	-webkit-box-shadow:0 0 8px #444444;
	box-shadow:0 0 8px #444444;
}

.textboxProjects
{
	text-align: justify;
	float: left;
	width: 240px;
	padding-left: 15px;
	line-height: 18px;
	margin-top: 5px;
	/* [disabled]display: none; */
}

.textboxProjects .title
{
	font-size: 22px;
	margin-bottom: 5px;
}
.footerRight {
	float: right;
	/* [disabled]margin-left: 225px; */
	width: 240px;
}

.footerRight  div{
	float: left;
}
.subscribe
{
	width: 157px;
}
thankYou {
	font-weight: bold;
}
.thankYou {
	font-weight: bold;
	font-size: 16px;
}
/*
.subscribe label, .subscribe input, .subscribe textarea, .subscribe select {
		display: block;
		width: 150px;
		margin-bottom: 20px;
	}
	*/


/* simple css-based tooltip */
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
#subscribe
{
	width: 200px
}

#submit
{
	cursor:hand;
}

#invis
{
	/* [disabled]display: none; */
}


/*/////////////////////MENU*/

 .M {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	/* [disabled]background-image:url(../images/no_flicker.jpg); */ /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/
	display: block;
	height: 32px;
	margin-bottom: 15px;
 }  
#m3, #m2, #m4, #m5, #m6, #m7{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 111px;
	height: 32px;
	margin-right: 0px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
}
#m1
{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 158px;
	height: 32px;
	margin-right: 0px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
}

#m8
{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 158px;
	height: 32px;
	margin-right: 0px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
}

.M a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#m1 {
	background-position:0px 0px;
}
#m2 {
	background-position:-157px 0px;
}
#m3 {
	background-position:-268px 0px;
}
#m4 { 
	background-position:-379px 0px;
}
#m5 { 
	background-position:-490px 0px;
}
#m6 { 
	background-position:-601px 0px;
}
#m7 { 
	background-position:-712px 0px;
}
#m8 {
	background-position:-825px 0px;
}

#m1.active, #m1:hover, #pageHome #m1 { 
	background-position: 0 bottom;
	cursor: hand;
}

#m2.active, #m2:hover, #pagePortfolio #m2 {
	background-position: -157px bottom; 
	cursor: hand;
}

#m3.active, #m3:hover, #pageTeam #m3{
	background-position: -268px bottom;
	cursor: hand;
}
#m4.active, #m4:hover, #pageCouncil #m4 {
	background-position: -379px bottom;
	cursor: hand;
}

#m5.active, #m5:hover, #pageFoundation #m5 { 
	background-position: -490px bottom;
	cursor: hand;
}
#m6.active, #m6:hover, #pageFestival #m6{
	background-position: -601px bottom;
	cursor: hand;
}
#m7.active, #m7:hover, #pageContact #m7 {
	background-position: -712px bottom;
	cursor: hand;
}
#m8.active, #m8:hover {
	background-position: -825px bottom;
	cursor: hand;
}


.subscribe  #s
{
	width: 100px;
	margin-left: 40px;
	margin-top: 8px;
	background: transparent;
	border: none;
}

#homeVideo .textBox
{
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	padding: 15px;
	/* [disabled]margin: auto; */
	/* [disabled]margin-top: 320px; */
	height: 375px;
	/* [disabled]background-image: url(../images/mainTextBox.png); */
	width: 956px;
	/* [disabled]display: none; */
	position: absolute;
	left: 0px;
	top: 95px;
}

.textBox
{
	/* [disabled]padding: 15px; */
	/* [disabled]background-image: url(../images/mainTextBox.png); */
	font-size: 16px;
	line-height: 23px;
	text-align: left;
}

#homeVideo .textBoxHome
{
	
	-moz-box-shadow:0 0 7px #7a7a7a;
	-webkit-box-shadow:0 0 7px #7a7a7a;
	box-shadow:0 0 7px #7a7a7a;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	padding: 15px;
	/* [disabled]margin: auto; */
	/* [disabled]margin-top: 320px; */
	height: 87px;
	background-image: url(../images/mainTextBox.png);
	width: 900px;
	/* [disabled]display: none; */
	position: absolute;
	left: 30px;
	top: 374px;
}

.textBox span
{
	/* [disabled]margin: 10px; */
	/* [disabled]font-size: 18px; */
	/* [disabled]line-height: 27px; */
	/* [disabled]text-align: justify; */
}

.textBoxClose
{
	position:absolute;
	width: 26px;
	height: 26px;
	z-index: 100;
	/* [disabled]float: right; */
	/* [disabled]margin-top: -10px; */
	/* [disabled]margin-right: -10px; */
	left: 949px;
	top: 498px;
	cursor: hand;
}

.textBox .title
{
	font-size: 27px;
	font-weight: bold;
}

.infoButton
{
	position:absolute;
	width: 70px;
	height: 21px;
	z-index: 100;
	/* [disabled]float: right; */
	margin-top: 50px;
	/* [disabled]margin-right: -10px; */
	left: 905px;
	top: 10px;
	/* [disabled]display: none; */
	background-image: url(../images/openButton.png);
}


.loadingCircle
{
	position:absolute;
	width: 26px;
	height: 26px;
	z-index: 100;
	/* [disabled]float: right; */
	margin-top: 50px;
	/* [disabled]margin-right: -10px; */
	left: 947px;
	top: 16px;
}
.bottomSpace
{
	height: 400px;
	margin-top: 20px;
}

.homeMenu img
{
	padding-left: 76px;
	cursor: hand;
}

#contactBack
{
	height: 451px;
	background-image: url(../images/contactBack.jpg);
	margin-top: -10px;
}

.shareThisButton
{
	position:absolute;
	width: 107px;
	height: 27px;
	z-index: 100;
	/* [disabled]float: right; */
	/* [disabled]margin-top: 50px; */
	/* [disabled]margin-right: -10px; */
	left: 844px;
	top: 478px;
	display: none;
	/* [disabled]background-image: url(../../images/openButton.png); */
	cursor: hand;
}

.bottomRight
{
	float:right;
	color: #999;
}

#footer .bottomRight a
{
	color: #999;
}

#footer .bottomRight a:hover
{
	color: #CCC;
}
