body, div, a, img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border: none;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Trebuchet MS, Verdana;
	font-size: 13px;
	color: #b9b8b8;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
	color: #fcb202;
}

td {
	vertical-align: top;
}

a, a:link {color: #b9b8b8; text-decoration: none;}
a:active, a:hover {color: #fcb202; text-decoration: underline;}
a.active {color: #fcb202; text-decoration: none;}
a:hover.active {color: #fcb202; text-decoration: underline;}

/*wrapper*/
div.wrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

/*header*/
div.header {
	width: 1200px;
	height: 155px;
	margin-top: 5px;
}

div.logo {
	float: left;
	margin-left: 63px;
	width: 600px;
	height: 105px;
	background-image: url(../images/casablanca_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
}

div.language {
	float: right;
	text-align: right;
	width: 537px;
	border: none;
	padding-top: 13px;
}

/*search area*/
div.search_bar {
	margin: 0 0 0 0;
	width: 1200px;
	height: 30px;
	text-align: right;
}

div.search {
	width: 256px;
	float: right;
	text-align: left;
	font-size: 16px;
}

input.search {
	width: 140px;
	background-color: #000000;
	color: #ffffff;
	border-bottom: 3px dotted #b9b8b8;
}

input.search_btn {
	width: 42px;
	font-family: Trebuchet MS, Verdana;
	background-color: #000000;
	color: #b9b8b8;
	font-weight: bold;
	cursor: pointer;
}

table.casablanca {
	width: 1200px;
	margin: 15px auto;
	padding: 0;
}

/*left navigation*/
td.navigation {
	width: 280px;
}

td.navigation a:hover, td.navigation a:active {
	color: #fcb202;
}

ul.menu {
	width: 110px;
}

ul.menu li a { cursor: pointer; }

ul.submenu {
	width: 180px;
	margin-left: 70px;
}

ul.menu li, ul.submenu li {
	line-height: 180%;
	font-weight: bold;
	list-style-type: none;
}

ul.menu li {text-align: right; font-size: 18px;}
ul.submenu li {text-align: left; font-size: 12px;}

/*content*/
td.content {
	width: 620px;
	padding-right: 35px;
	text-align: left;
}

td.content hr {width: 625px;}

/*project*/
ul.project_details li {
	display: inline;
	padding: 0 10px 0 0;
}

ul.project_details li a {
	font-weight: bold;
	color: #ffffff;
}

ul.project_details li a:hover {color: #fcb202;}

/*news - right sidebar*/
td.sidebar {
	width: 255px;
	text-align: left;
}

h1.news_title {
	font-size: 14px;
	color: #ffffff;
	padding: 5px 0 5px 0;
}

div.news {
	text-align: left;
}

div.news_more {
	padding: 6px 0 6px 0;
	font-weight: bold;
}

div.news_more a { color: #ffffff; }
div.news_more a:hover { color: #fcb202; }

/*footer*/
div.footer {
	color: #b9b8b8;
	width: 100%;
	height: 120px;
	margin: 35px 0 35px 0;
	padding: 0;
	text-align: center;
}

