/* CSS by Karim Boukarabila ::: Contemporaray Visual Communication ::: www.boukarabila.com */

html {
	text-align: center;
	height: 100%;
}

body {
	background: #e1e1de url(../img/background_body.gif) repeat-x left top;
	text-align: center;
	width: 100%;
	height: 100%;
}

p {
	color: #999;
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1.25em;
	text-align: left;
	margin-bottom: 1em;
}

li {
	color: #999;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

a:link {
	color: #534445;
	text-decoration: none;
}

a:visited {
	color: #534445;
	text-decoration: none;
}

a:hover {
	color: black;
}

a:active {
}

/*:::::::::: Structure ::::::::::*/

#pageWrapper {
	background-image: url(../img/background_page_wrapper.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: auto;
	min-height: 330px;
}

#pageContainer {
	background-image: url(../img/page_background_gradient.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: auto;
	min-height: 330px;
}

#pageBottomBorder {
	background-image: url(../img/page_bottom_border.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 15px;
	clear: both;
}

#leftSide {
	text-align: left;
	position: relative;
	left: 40px;
	width: 280px;
	float: left;
}

#rightSide {
	background-color: olive;
	width: 600px;
	margin-right: 20px;
	margin-left: auto;
}

#thanksBox {
	text-align: center;
	position: relative;
	top: 50px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.cleanerDivider {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 25px;
	clear: both;
}

.clearFloat {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	clear: both;
}

h1 {
	color: #765241;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
}

h2 {
	color: #505050;
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

#simpleContent {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#simpleContent p {
	padding-left: 20px;
}

#simpleContent h2 {
	margin-top: 2em;
}

#simpleContent span {
	color: #a92119;
}

/*:::::::::: Header ::::::::::*/

#header {
	background-image: url(../img/background_header.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 260px;
}

#roundTag {
	background-image: url(../img/round_tag.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 50%;
	position: relative;
	top: 80px;
	right: -10px;
	width: 125px;
	height: 125px;
	z-index: 1000;
	float: right;
	behavior: url(js/IE_pngFix.htc);
}

/*:::::::::: Navigation ::::::::::*/

#navigation {
	position: relative;
	top: 170px;
	width: 670px;
	float: left;
}

#navigation ul {
	position: relative;
	left: 10px;
	width: 720px;
	float: left;
}

#navigation li {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: auto;
	overflow: hidden;
	float: left;
	margin-left: 25px;
	list-style-type: none;
	list-style-image: none;
	display: block;
}

/*:::::::::: Accordion splash ::::::::::*/

#accordionWrapper {
	position: relative;
	right: 10px;
	width: 580px;
	height: 310px;
	float: right;
	margin-bottom: 20px;
}

ul#accordion {
	position: relative;
	right: 10px;
	width: 580px;
	height: 310px;
	overflow: hidden;
	float: right;
	list-style-image: none;
	display: block;
}

ul#accordion li {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 50%;
	list-style-type: none;
	list-style-image: none;
	display: block;
	width: 80px;
	height: 310px;
	float: left;
}

ul#accordion li span.menuOptionHover {
	display: block;
	width: 100%;
	height: 310px;
}

ul#accordion li#accordion-1 {
	background-image: url(../img/accordion_1.jpg);
}

ul#accordion li#accordion-2 {
	background-image: url(../img/accordion_2.jpg);
}

ul#accordion li#accordion-3 {
	background-image: url(../img/accordion_3.jpg);
}

ul#accordion li#accordion-4 {
	background-image: url(../img/accordion_4.jpg);
}

ul#accordion li#accordion-5 {
	background-image: url(../img/accordion_5.jpg);
}

ul#accordion li#accordion-6 {
	background-image: url(../img/accordion_6.jpg);
}

ul#accordion li#accordion-7 {
	background-image: url(../img/accordion_7.jpg);
}

ul#accordion li#accordion-1 .menuOptionHover {
	background-image: url(../img/accordion_1_hovered.jpg);
}

ul#accordion li#accordion-2 .menuOptionHover {
	background-image: url(../img/accordion_2_hovered.jpg);
}

ul#accordion li#accordion-3 .menuOptionHover {
	background-image: url(../img/accordion_3_hovered.jpg);
}

ul#accordion li#accordion-4 .menuOptionHover {
	background-image: url(../img/accordion_4_hovered.jpg);
}

ul#accordion li#accordion-5 .menuOptionHover {
	background-image: url(../img/accordion_5_hovered.jpg);
}

ul#accordion li#accordion-6 .menuOptionHover {
	background-image: url(../img/accordion_6_hovered.jpg);
}

ul#accordion li#accordion-7 .menuOptionHover {
	background-image: url(../img/accordion_7_hovered.jpg);
}

.borderShadow {
	background-image: url(../img/accordion_shadow.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	width: 35px;
	height: 310px;
	float: right;
	display: block;
	behavior: url(js/IE_pngFix.htc);
}

/*:::::::::: Restaurants ::::::::::*/

#restaurantDescription {
	text-align: left;
	width: 600px;
	height: auto;
	margin-right: 310px;
	margin-left: auto;
}

div.locationSchedule {
	text-align: left;
	width: 200px;
	height: auto;
	float: right;
	padding: 10px;
	border: solid 1px #999;
}

div.locationSchedule p.title {
	color: #765241;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
}

div.locationSchedule p {
	color: #999;
	font-size: 12px;
	line-height: 1em;
}

#newTag {
	background-image: url(../img/new_tag.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 50%;
	position: relative;
	top: -13px;
	right: -13px;
	width: 58px;
	height: 57px;
	float: right;
}

div.locationSchedule a:link, div.locationSchedule a:visited {
	color: #198fce;
	font-weight: bold;
	text-decoration: none;
}

div.locationSchedule a:hover {
	color: #004b96;
	text-decoration: none;
}

div.locationSchedule a:active {
	text-decoration: underline;
}

a.magnifier {
	cursor: url(magnifier.cur), pointer;
	outline: none;
}

/*:::::::::: Footer ::::::::::*/

#footer {
	background-image: url(../img/background_footer.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 50%;
	width: 960px;
	height: 95px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#footer ul#address {
	position: relative;
	top: 20px;
	left: 120px;
	width: 700px;
	float: left;
}

ul#address li {
	width: 50%;
	float: left;
}

ul#address li p {
	color: white;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.25em;
	text-align: left;
	margin-bottom: 0;
}

#copyrights {
	color: #7a7673;
	font-size: 10px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: auto;
	margin-top: 10px;
}

#soundplayer {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

/*:::::::::: Popups ::::::::::*/

#contact {
	background: white url(../img/contact_wrapper.jpg) no-repeat center 50%;
	width: 480px;
	height: 380px;
	margin-right: auto;
	margin-left: auto;
}

#job {
	background: white url(../img/job_wrapper.jpg) no-repeat center 50%;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	height: 420px;
}

#menu {
	width: 800px;
	height: 420px;
}

ul#slide-show {
	width: 800px;
	height: 390px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	display: block;
	min-height: 390px;
}

ul#slide-show li {
	display: block;
	float: left;
	width: 800px;
	height: 390px;
}

ul#dots {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 600px;
	height: 30px;
	overflow: hidden;
}

ul#dots li {
	float: left;
	display: block;
	width: 200px;
	height: 30px;
}

ul#dots li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

ul#dots li a:link, ul#dots li a:visited {
	color: gray;
}

ul#dots li a:hover, ul#dots li a:active, ul#dots li.active a {
	color: red;
}
input.textField {
	color: black;
	font-size: 10px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-indent: 5px;
	height: 1.25em;
	max-height: 20px;
	margin-bottom: 0.5em;
	margin-left: 5px;
	border-width: 0;
}

input.textField:focus {
	color: #7e6554;
	background-color: #e6e6e6;
}

.dataType {
	color: #505050;
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: right;
	margin-right: 15%;
	margin-bottom: 0.5em;
	margin-left: 15%;
}

#contact form {
	position: relative;
	top: 70px;
}

#job form {
	position: relative;
	top: 180px;
}

.submitButton {
	width: 150px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}

.compulsary {
	color: #505050;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-style: italic;
	text-align: center;
	margin-top: 5px;
}

#promoPopup {
	background-image: url(../img/promo_popup.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 50%;
	width: 660px;
	height: 420px;
}

/*:::::::::: Text attributes ::::::::::*/

.asterisk {
	color: #8c1e4b;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}

.focused {
	line-height: 2em;
	background-color: #cee;
}

/*:::::::::: UNICEF banner ::::::::::*/

#unicefBanner {
	background-image: url(../img/unicef_banner.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 50%;
	width: 250px;
	height: 125px;
	float: right;
}

iframe#faceBook {
	width: 340px;
	height: 250px;
	float: left;
}
