/*======================================
			WELCOME TO THE STYLESHEET
--------------------------------------
		 Copyright Scott Bricis
			Author: Scott Bricis
======================================*/

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	background: #2f9833;
	color: #000; }
body[lang=ar] { direction: rtl; }

.cont_block {
	background: #fff;
	border-bottom: solid 0.2em #f00; }

h1, h2, h3, h4, h5, h6 {
	color: #2f9833;
	border-right: solid 0.2em #f00;
	border-bottom: solid 0.1em #f00;
	padding: 0.1em 0.5em 0.2em 0.1em; }

p { padding: 0.2em; }

div {
	margin: 0;
	padding: 0; }

ul { color: #f00; }
li span { color: #000; }

.dl {float:left;}
.dr{float:right;}
.float{display:inline;}

/* Fonts */
p, li {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 0.8em; }
p[lang=ar], li[lang=ar] {
	font-family: "Traditional Arabic", "Arabic Transparent", Bitstream CyberBase;
	direction: rtl; }
h1, h2, h3, h4, h5, h6 { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; }
h1[lang=ar], h2[lang=ar], h3[lang=ar], h4[lang=ar], h5[lang=ar], h6[lang=ar] {
	font-family: "Traditional Arabic", "Arabic Transparent", Bitstream CyberBase;
	direction: rtl; }

/* ALA Onion Skinning Drop Shadows */ /* Not Used */
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/ }
.wrap1 {
	float:left;
	background:url(../images/shadow.png) right bottom repeat; }
.wrap2 {
	background:url(../images/shadow.png) left bottom repeat; }
.wrap3 {
	padding:0 4px 4px 0;
	background:url(../images/shadow.png) right top repeat; }
.wrap3 img { display:block; }

/* Styled Border Elements */
.t, .b {
	width: 100%;
	height: 32px; }
.t { background: url(../images/t_bor.png) 0 0 repeat-x; }
.b {
	background: url(../images/b_bor.png) 0 100% repeat-x; }
.tl, .bl { float: left; }
.br {
	margin-right: -32px;
	float: right; }
.tr {
	position: relative;
	right: -32px;
	float: right; }

/**************************************/
/*              HEADER                */
/**************************************/
.change {
	position: absolute;
	top: 0.3em;
	margin-left: 11em;
	color: #f00;
	font-weight: bold;
	font-size: 1em;
	z-index: 6; }
.headerImages {
	margin: 0;
	padding: 0;
	background: #fff; }
.headerImages img {
	display: inline-block;
	height: 10em;
	width: 100%;
	z-index: 0; }

/**************************************/
/*             NAVIGATION             */
/**************************************/
#left_col {
	float: left;
	height: 100%;
	width: 12.5em;
	padding: 0.25em 0.75em 0.75em;
	text-align: center; }
#left_col .langFlags {
	width: 100%;
	margin: 0 -32px 0 0;
	padding: 0.2em 0 0.45em; }
#left_col a, #left_col a:visited {
	color: #2f9833;
	text-decoration: none; }
a.flags {
	margin: 0;
	padding: 0.1em 1em;
	font-size: 0.7em; }
#left_col a.flags:hover {
	text-decoration: underline; }
a.flags img { padding: 0 0 0 0.35em; }
#left_col .nav {
	height: 100%;
	background: url(../images/l_bor.png) 0 0 repeat-y; }
#left_col .nav ul {
	list-style: none;
	margin: -5px -32px -10px 32px;
	padding: 0;
	background: url(../images/r_bor.png) 100% 0 repeat-y; }
#left_col .nav li {
	position: relative;
	margin: 0px 22px 8px -10px;
	padding: 0.1em 1em;
	border-top: solid 5px #000;
	border-bottom: solid 5px #2f9833;
	background-color: #fff;
	text-align: center;
	font: bold 0.9em 'Palatino Linotype','Book Antiqua',Palatino,serif;
	z-index: 2; }
#left_col .nav li a, #left_col .nav li a:visited {
	color: #000;
	text-decoration: none; }
#left_col .nav li a:hover { color: #f00; }


/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#content {
	margin-left: 15em;
	padding: 0 1.5em 1.5em; }

#plaque { text-align: center; }
#plaque h1 {
	border-right: 0px;
	color: #000; }
#plaque .mike {
	height: 300px; }
#plaque .plo { }
#plaque .yasser {
	position: absolute;
	top: 0;
	left: 0;
	height: 266px; }



/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
	background: #fff;
	height: 3.5em;
	margin: 1em 0 3em 0;
	border-top: solid 0.2em #f00;
	border-bottom: solid 0.2em #f00; }
img.footer-dome {
	clear: both;
	width: 100%; }


