/* ~~~ GENERAL STYLES ~~~ */
html, body {
	margin: 0px auto;
	text-align: center;
}
body {
	font-size: 65%;
	font-family: Verdana, sans-serif;
	background-color: #e5e5e5;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #2CB299;
}
a:hover {
	text-decoration: none;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1,h2,h3,p,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
p,ul,ol,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.star {
	background-image: url(img/star_p.gif);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 15px;
	margin-top: 4px !important;

}
/* ~~~ LAYOUT STYLES ~~~ */
#shell {
	width: 820px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/shell_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
}
#topBar {
	background-image: url(img/topbar_bg.jpg);
	background-repeat: repeat-x;
	height: 82px;
	background-color: #FFFFFF;
	width: 820px;
	padding: 0px;
	margin: 0px;
}
#topBar h1 {
	background-image: url(img/topbar_h1.gif);
	background-repeat: no-repeat;
	height: 82px;
	width: 780px;
	padding: 0px;
	font-size: 1px;
	color: #FFFFFF;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#navBar {
	background-color: #000000;
	height: 20px;
	width: 800px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(img/navbar_bg.gif);
	background-repeat: no-repeat;
}
#navBar ul {
	margin-left: 55px;
}
#navBar ul li{
	font-family: Arial, Helvetica, sans-serif !important;
	list-style-type: none;
	line-height: 20px;
	display: inline;
}
#navBar a {
	float: left;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
}
#navBar a:hover {
	color: #00FFD3;
}
#imgBar {
	background-image: url(img/bannerimg_1.jpg);
	background-repeat: no-repeat;
	height: 157px;
	display: block;
	width: 740px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#footer {
	height: 17px;
	width: 780px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #666666;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #000000;
}
#baseBar {
	height: 42px;
	width: 820px;
	color: #999999;
	text-align: right;
	margin: 0px;
	background-image: url(img/base_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#baseBar p {
	padding: none;
	padding-right: 20px;
	padding-left: 20px;

}
#content {
	width: 740px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#leftCol {
	width: 580px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#rightCol {
	width: 150px;
	float: left;
}
/* CONTENTBOX - NEWS,INTRO ETC */
.contentBox {
	width: 580px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
/* MESSAGE CONTENT - SUBMITTED QUERIES + GENERAL INFO */
.contentBox .messageBox {
	text-align: left;
	height: 144px;
}
.contentBox .contactBox h2,
.contentBox .messageBox h2,
.contentBox .generalBox h2,
.contentBox .visionBox h2,
.contentBox .historyBox h2 {
	font-size: 1.4em;
	color: #2CB29A;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: normal;
}
.contentBox .contactBox h3 {
	font-size: 1.3em;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-color: #2E2E2E;
	padding: 0px;
	line-height: 1.8em;
	text-indent: 5px;
}
.contentBox .contactBox h4 {
	font-size: 1.3em;
	color: #2E2E2E;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	line-height: 1.4em;
}
.contentBox .historyBox h2 {
	margin-bottom: 8px !important;
}
.contentBox .contactBox p,
.contentBox .messageBox p,
.contentBox .generalBox p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 1.1em;
	color: #666666;
}
/* WHO'S WHO PAGE */
.contentBox .profileRow {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 140px;

}
.contentBox .profileBox,
.contentBox .profileBox2 {
	text-align: left;
	float: left;
	display: block;
	width: 75px;
	background-color: #131114;
	padding: 0px;
	height: 140px;
	overflow: hidden;
}
.contentBox .profileBox {
	margin-right: 26px;
}
.contentBox .profileBox2 {
	margin-right: 0px;
}
.contentBox .profileBox h3,
.contentBox .profileBox2 h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #2CB29A;
	margin: 4px;

}
.contentBox .profileBox p,
.contentBox .profileBox2 p {
	font-size: 1em;
	color: #999999;
	margin: 4px;
}
.contentBox .profileBox img,
.contentBox .profileBox2 img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
/* FORM - ENQUIRY */
.contentBox .generalBox {
	text-align: left;
}
.contentBox form.enquiryForm {
	background-image: url(img/contactform_bg.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	height: 220px;
	color: #FFFFFF;
	display: block;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.contentBox form.enquiryForm label {
	padding: 10px;
	line-height: 20px;
	font-size: 1.1em;

}
.enquiryForm .inputField {
	font-size: 1em;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #333333;
	display: block;
	width: 500px;
}
.enquiryForm .submitButton {
	background-color: #26A890;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.1em;
	padding: 2px;
}
.enquiryForm .sendBox {
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
/* VISION LIST - 3 POINT VISION */
.contentBox .visionBox {
	width: 220px;
	float: left;
	margin-right: 40px;

}
.contentBox .visionBox h3 {
	background-image: url(img/star_bg.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	font-size: 1.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	color: #999999;
}
.contentBox .visionBox h4 {
	line-height: 20px;
	font-size: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	color: #999999;
}
.contentBox .visionBox p {
	font-size: 1.1em;
	margin-bottom: 10px;
	padding: 0px;
}
/* HISTORY BOX */
.contentBox .historyBox {
	float: left;
	width: 320px;
	height: 289px;
	display: block;
	overflow: auto;

}
.contentBox .historyBox p {
	font-size: 1.1em;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 10px;
	color: #666666;
}
/* GALLERY CONTENT - PHOTOS (THUMBS + FULLSIZE) */
.contentBox .photoBox {
	text-align: left;
}
.contentBox .photoBox h2 {
	font-size: 1.1em;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: normal;
}
.contentBox .photoBox h2 strong {
	color: #2CB29A;
	text-transform: uppercase;
	font-size: 1.3em;
}
.contentBox .photoBox img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.contentBox .photoBox img.thumb1 {
	margin-right: 9px;

}
.contentBox .photoBox img.thumb2 {
	margin-right: 10px;

}
.contentBox .photoBox img.fullsize {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #2cb299;
}
.contentBox .photoBox a.galleryBar {
	background-color: #000000;
	padding: 5px;
	color: #2CB299;
	display: block;
	text-decoration: none;

}
.contentBox .photoBox a.galleryBar:hover {
	background-color: #333333;
	color: #FFFFFF;
}
/* INTROMENU - NEWS,INTRO ETC MENU */
#introMenu {
	width: 150px;
	float: left;
	height: 144px;
	display: block;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #2cb299;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#introMenu h2 {
	height: 21px;
	display: block;
	text-align: left;
	font-size: 1.4em;
	color: #2CB299;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#introMenu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#introMenu a {
	height: 26px;
	width: 130px;
	display: block;
	color: #2CB299;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#introMenu a strong {
	font-size: 1.1em;
}
#introMenu a:hover {
	color: #FFFFFF;
	background-color: #2CB299;
}
#introMenu a.active {
	color: #FFFFFF;
	background-color: #2CB299;
}

/* INTROTEXT - NEWS,INTRO ETC CONTENT */
#introText {
	width: 415px;
	float: left;
	display: block;
	height: 144px;
	overflow: auto;
	text-align: left;
}
#introText img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#introText .eventbg {
	width: 390px;
	background-image: url(img/nov09flyer_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#introText .eventbg p.narrow {
	width: 220px;

}
#introText .lightactionbg {
	width: 390px;
	background-image: url(img/lightaction_logo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
	background-position: 10px 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#introText p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 1.1em;
	color: #666666;
}
#introText h3 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: 1.1em;
	color: #2CB299;
	font-weight: normal;
}
#introText .cap {
	text-transform: uppercase;
	font-weight: bold;
}
/* SIGNUPBOX - SUBSCRIBE */
#signupBox {
	width: 150px;
	height: 135px;
	float: left;
	background-image: url(img/signup_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#signupBox h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.4em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#signupBox p {
	color: #FFFFFF;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
#signupBox form {
	margin: 0px;
	padding: 0px;
}
#signupBox .inputField {
	font-size: 1em;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1F8C75;
	border-right-color: #4BC5B0;
	border-bottom-color: #4BC5B0;
	border-left-color: #1F8C75;
}
#signupBox .submitButton {
	background-color: #000000;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1em;
	padding: 2px;
}
#signupBox .sendBox {
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
/* CTABOX - ADS, SUBSCRIBE ETC */
#ctaBox {
	width: 420px;
	height: 135px;
	float: left;
	background-image: url(img/cta_bg.jpg);
	background-repeat: no-repeat;
}
/* LIGHTBOX - VIDEO */
#videoBlog {
	width: 150px;
	height: 144px;
	background-color: #000000;
	background-image: url(img/videoblog_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#videoBlog h2 {
	height: 20px;
	display: block;
	text-align: left;
	font-size: 1.4em;
	color: #2CB299;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#videoBlog .box {
	width: 130px;
	height: 109px;
	background-image: url(img/videoblog_embed.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/* TICKETSBOX - MERCHANDISE */
#ticketsBox {
	width: 150px;
	height: 135px;
	background-color: #000000;
	background-image: url(img/ticketsbox_bg.jpg);
	background-repeat: no-repeat;
}
#ticketsBox h2,
#ticketsBox p {
	font-size: 1px;
	text-indent: -1000px;

}
#ticketsBox a {
	width: 150px;
	height: 135px;
	display: block;
	overflow: hidden;
}
/* MERCHBOX - MERCHANDISE */
#merchBox {
	width: 150px;
	height: 135px;
	background-color: #000000;
	background-image: url(img/merchbox_bg.jpg);
	background-repeat: no-repeat;
}


.youtubeBox {
	width: 740px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 40px;
	margin-left: 40px;
	display: block;
	background-color: #000000;

}
