@charset "utf-8";
/* CSS Document */
/*... global styles ...*/
p, h1, h2, h3, h4, ol, ul, li {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	color: #333333;
	background-color: #999999;
}
a:link, a:visited {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
	margin-left: 2px;
}
a:hover {
	color: #131919;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #e35c14;
}
a.current {
	color: #131919;
	cursor: default;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: .4em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 1em;
	line-height: 1.6em;
}
/* --- area specific styles ---*/
#mainContent h1 {
	font-size: 1.8em;
	color: #273d3b;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainContent h2 {
	font-size: 1.4em;
	color: #131919;
}
#sidebar {
	font-size: 85%;
}
#sidebar p {
	line-height: 1.2;
}
#sidebar img {
}
	
	
	
#container {
	background-color: #fff;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

#header {
	height: 100px;
	position: relative;
	background-image: url(../_images/optimized_logos/dta_logo_black_arabic.gif);
	background-color: #333;
}
#header h1 {
	margin-left: -1000px;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	right: 0px;
	bottom: 0px;
	position: absolute;
	width: 440px;
}
#header ul li {
	padding: 0px;
	float: left;
	margin: 0px;
}
#header ul li a:link, #header ul li a:visited {
	display: block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #e35c14;
	text-decoration: none;
	line-height: 1.2em;
	background-color: #273d3b;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#header ul li a:hover {
	color: #fff;
	background-color: #e35c14;
	border: none;
}
#header ul li a.current, #header ul li a.current:hover, #header ul li a.current:visited {
	color:#fff
	background-color:#273d3b;
	cursor:default;
	background-color: #e35c14;
	color: #fff;
}
#photobox {
	height: 200px;
	width: 780px;
	background-image: url(../_images/images_optimized/DTA%203%20spaces.jpg);
}
#sidebar {
	float: right;
	width: 250px;
	padding-top: 10px;
	background-color: #fff;
}
#sidebar img {
	padding-bottom: 10px;
	padding-top: 10px;
}
#sidebar p {
	font-style: italic;
	font-weight: normal;
	text-align: inherit;
	margin-right: 50px;
	margin-left: 0px;
	padding: 0px;
}

#mainContent {
	margin-right: 300px;
	padding-left: 20px;
	background-color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
}
#mainContent ul {
	list-style-type: disc;
	margin-left: 30px;
}
#mainContent ul li {
	margin-bottom: 10px;
}

#footer {
	clear: right;
	height: 70px;
	background-color: #76c7c6;
	padding: 0;
	position: relative;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	position: absolute;
	top: 10px;
	right: 0px;
	width: 350px;
	left: 20px;
}
#footer ul li {
	padding: 0px;
	float: left;
	margin: 0px;
}
#footer ul li a:link, #footer ul li a:visited {
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
	line-height: 1.2em;
	background-color:#76c7c6;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	margin-right: 0.5em;
}
#footer ul li a:hover {
	color: #fff;
	background-color: #e35c14;
}
#footer ul li a.current, #footer ul li a.current:hover, #footer ul li a.current:visited {	
color:#fff;
	background-color: #e35c14;
	cursor:default
}
.holder {
	margin: 0px;
	padding: 0px;
}
