/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
	font-family: "carleton", Verdana, sans-serif;
	font-size: 16px; 
	font-weight: normal; 
	color: #279847; 
	text-align: left;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-family: "carleton", Verdana, sans-serif;
	font-size: 13px; 
	font-weight: normal; 
	color: #bcbcbc; 
	text-align: left;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
	font-family: "carleton", Verdana, sans-serif;
	font-size: 13px; /*16*/ 
	font-weight: normal; 
	color: #737373;
	text-align: left;
	text-transform: uppercase;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
	font-family: "carleton", Verdana, sans-serif;
	font-size: 13px; /*16*/
	font-weight: normal; 
	color: #f15922; 
	text-align: left;
	text-transform: capitalize;
}
.sIFR-hasFlash h6 {
	visibility: hidden;
	font-family: "Carleton", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	color: #737373;
	text-align: left;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.menu{
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	z-index: 40;
	vertical-align:top;
}

.suckertreemenu {
	width: 720px;
	padding:0px;
	margin: 0px;
	height: 25px;
	position: absolute;
	z-index: 40;
	float: top;
}
.suckertreemenu ul{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding-left: 0px;
	margin-bottom: -9px;
	font-size: 12px;
	padding-right: -200px;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	padding-right: -10px;
	padding-left: 0px;
	display: block;
	float: left;
	background-color: transparent;/*overall menu background color*/
	height: 25px;
	text-align: right;
	
}
.suckertreemenu ul li.SubMenu{
	position: relative;
	padding-right: 0px;
	padding-left: 10px;	
	padding-top: 7px;
	display: block;
	float: left;
	background-color: transparent;/*overall menu background color*/
	height: 37px;
	background-image: url(../Media/Banner/Menu.jpg);
	background-repeat: no-repeat;
	background-position: Right top;
	width: 110px;
}
.suckertreemenu ul li.Background{
	position: relative;
	padding-right: 0px;
	padding-left: 10px;	
	padding-top: 7px;
	display: block;
	float: left;
	background-color: transparent;/*overall menu background color*/
	height: 37px;
	background-image: url(../Media/Banner/Menu2.jpg);
	background-repeat: no-repeat;
	background-position: Right top;
	width: 110px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a:link,.suckertreemenu ul li a:visited,.suckertreemenu ul li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #279847;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	padding-right: 8px;
	margin-bottom: 50px;
	display: compact;
}
.suckertreemenu ul li a:hover{
	display: compact;
	color: #737373;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	right: 12px;
	position: absolute;
	background-color: #ededed;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	padding-top: -15px;
	margin-top: -15px;
	margin-right: -12px;
	text-transform: lowercase;
	visibility: hidden;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
		
/*---------------------------------------------------padding-top:10px;---------------------------------------*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li.static{
	display: block;
	float: none;
	list-style-type: none;
	background-color: #ffffff;
	padding-left: 50px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-top: 5px;
	border-left: 0px;
	border-top: #e6e6e6 1px solid;
	border-right: 0px;
}
.suckertreemenu ul li ul li {
	display: list-item;
	float: right;
	list-style-type: none;
	background-color: #ededed;
	padding-bottom: -5px;
	padding-top: 5px;
	margin-right: 0px;
	padding-right: 0px;
	border-left: 0px;
	border-bottom: #e3e3e3 1px solid;
	border-right: 0px;
	height: 22px;
	width: 205px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 2px; /* no need to change, as true value set by script */
	top: 0;
	padding: 0px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a:link, .suckertreemenu ul li ul li a:visited, .suckertreemenu ul li ul li a:active {
	display: block;
	width: 188px; /*width of sub menu levels*/
	color: #737373;
	text-decoration: none;
	text-transform: none;
	text-align: right;
	padding-right: 8px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
}
.suckertreemenu ul li ul li a:hover {
	color: #279847;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 23px; }
* html .suckertreemenu ul li a { height:23px; }
/* End */





@charset "utf-8";
/* CSS Document */

* {
	margin : 0;
	padding : 0;
}
html, body {
	height: 100%;
	min-height: 100%;
}

ul, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
	text-align: justify;
}

h5 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	color: #279847; 
	text-align: left;
	text-transform: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
	text-align: justify;
}
a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #279847;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	border: none;
}
a:hover {
	color: #737373;
}



.TopMenu a:link, .TopMenu a:active, .TopMenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #737373;
	font-weight: normal;
	text-decoration: none;
}
.TopMenu a:Hover {
	color: #279847;
}


.GradientLeft {
	background-image: url(../Media/Background/Gradient-Left.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}
.GradientRight {
	background-image: url(../Media/Background/Gradient-Right.jpg);
	background-repeat: repeat-y;
	background-position: top Left;
}

.GreenPattern {
	background-image: url(../Media/Banner/GreenPattern.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.YellowBorder {
	background-image: url(../Media/Banner/YellowBorder.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}


.LogoBGround {
	background-image: url(../Media/Banner/Logo-bGround.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.MenuBGround {
	background-image: url(../Media/Banner/Menu-bGround.jpg);
	background-repeat: no-repeat;
	background-position: Right top;
}
.MenuBGround2 {
	background-image: url(../Media/Banner/Menu-bGround2.jpg);
	background-repeat: no-repeat;
	background-position: Right top;
}
.MenuBGroundTop {
	background-image: url(../Media/Banner/Menu-bGround-Top.jpg);
	background-repeat: no-repeat;
	background-position: Right top;
}
.MenuBGroundTop2 {
	background-image: url(../Media/Banner/Menu-bGround2-Top.jpg);
	background-repeat: no-repeat;
	background-position: Right top;
}

.Logo {
	z-index: 20;
	float: top;
	position: absolute;
	padding-left: 20px;
	margin-top: -16px;
}
.Annoucement {
	z-index: 15;
	float: top;
	position: absolute;
	padding-top: 66px;
	margin-left: -80px;
}
.Flash {
	z-index: 5;
}



.MainBody {
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 18px;
	height: 100%;
}
.Body {
	padding-top: 27px;
	padding-right: 20px;
	padding-bottom: 18px;
	height: 100%;
}
.Text {
	padding-top: 7px;
	padding-left: 20px;
	padding-right: 4px;
}
.Window {
	padding-top: 17px;
}
.Titles {
	background-color: #ededed;
	padding-left: 9px;
}
.Border {
	border: 1px solid #ededed;
}
#TxtWind {
	padding-top: 15px;
	padding-left: 9px;
	padding-right: 10px;
}
#TxtWind a:link, #TxtWind a:active, #TxtWind a:visited {
	font-size: 10px;
	color: #737373;
	text-align: left;
	border-bottom: 1px solid #b9b9b9;
	line-height: 1.4em;
}
#TxtWind a:hover {
	color: #279847;
}
#TxtWind p {
	text-align: left;
	font-size: 10px;
}
#TxtMain {
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#TxtMain a:link, #TxtMain a:active, #TxtMain a:visited {
	font-size: 10px;
	color: #737373;
	border-bottom: 1px solid #b9b9b9;
}
#TxtMain a:hover {
	color: #279847;
}
#Location {
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#Location a:link, #Location a:active, #Location a:visited {
	font-size: 10px;
	color: #737373;
	border-bottom: 1px solid #b9b9b9;
}
#Location a:hover {
	color: #279847;
}
#LeftWind {
	padding-left: 9px;
	padding-right: 10px;
}
#LeftWind a:link, #LeftWind a:active, #LeftWind a:visited {
	font-size: 11px;
	color: #737373;
}
#LeftWind a:hover {
	color: #279847;
}
.Mansourieh {
	background-color: #fff5d3;
}
.Kafarshima {
	background-color: #ffe2d8;
}
.News-BGround {
	background-color: #e5efe9;
}
.GrayBorder {
	border: 1px solid #e8e8e8;
	background-color: #ededed;
}
.Gray {
	background-color: #ededed;
}
.Green {
	background-color: #e5efe9;
}
.Hightlight p {
	font-size: 10px;
	color: #bcbcbc;
}
.Hightlight a:link, .Hightlight a:active, .Hightlight a:visited {
	font-size: 10px;
	color: #959393;
}
.Hightlight a:hover {
	color: #279847;
}
.PicPad {
	padding: 4px;
}
.Subtitle p {
	font-size: 14px;
	text-align: left;
	padding-right: 90px;
}
.Images {
	padding-top: 15px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 5px;
}
.Bullets {
	list-style-image: url(../Media/Body/Admission/Cercle.jpg);
	list-style-position: outside;
	padding-left: 40px;
}
.News {
	background-image: url(../Media/Banner/BigTitle.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 143px;
	margin-bottom: 10px;
	padding-top: 105px;
	height: 20px;
	z-index: 15;
}
.Highlight h5 {
	font-size: 10px;
	color: #737373;
}
.White {
	background-color: #ffffff;
}
.Bullet {
	list-style-image: url(../Media/Body/Bullet.jpg);
	list-style-position: outside;
	margin-left: 17px;
	line-height: 1.3em;
}
.Album-Bullet {
	list-style: none;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0px;
	line-height: 1.3em;
}
.Sitemap a:active, .Sitemap a:link, .Sitemap a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
	text-align: left;
}
.Sitemap a:Hover {
	color: #279847;
}
.LeftMenu {
	list-style-image: url(../Media/Body/ArrowG.jpg);
	list-style-position: outside;
	margin-left: 12px;
	text-align: left;
}
.ActiveMenu {
	list-style-image: url(../Media/Body/ArrowG.jpg);
	list-style-position: outside;
	margin-left: 12px;
}
.ActiveMenu p {
	text-align: left;
	color: #279847;
}
.MenuTop {
	z-index: 50;
	position: absolute;
	padding-left: 372px;
	padding-top: 4px;
}
.Calendar p {
	text-align: left;
}
#Calendar {
	padding-top: 15px;
	padding-left: 9px;
	padding-right: 10px;
}
#Download a:link, #Download a:active, #Download a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #279847;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	border: none;
}
#Download a:hover {
	color: #737373;
}
.Bullet-Pad {
	padding-top: 2px;
}
.Theme {
	border: 1px solid #f3f3f3;
	padding-left: 3px;
	padding-left: 3px;
}
.Theme p {
	color: #bcbcbc;
}
.Works p {
	color: #bcbcbc;
}






.Button Input {
	width: 52px;
	height: 22px;
	border: 0px;
}
Select {
	width: 145px;
	height: 20px;
	border: 1px solid #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
}
Input {
	width: 143px;
	height: 18px;
	border: 1px solid #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
}
textarea {
	width: 143px;
	border: 1px solid #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
}

.Green Select {
	width: 120px;
	height: 20px;
	border: 1px solid #7e9bb9;
}
.GreenInput {
	width: 120px;
	height: 20px;
	border: 1px solid #7e9bb9;
}
.Search {
	width: 22px;
	height: 22px;
	float: left;
	border: none;
	margin-bottom: 0px;
	margin-top: 1px;
}
.Google {
	width: 119px;
	height: 17px;
	border: solid 1px #dddddd;
	border-left: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
	text-align: left;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-left: 2px;
	padding-right: 3px;
} 
.Birthdate select {
	width: 80px;
}
.RadioButton input {
	width: 18px;
	height: 18px;
	border: none;
}
.CV input {
	width: 228px;
}
.Item input {
	width: 10px;
}






.Footer {
	background-image: url(../Media/Footer/BGround-Bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;	
}
.Copyright {
	padding-left: 25px;
	padding-bottom: 13px;
}
.Copyright p {
	font-size: 10px;
	text-align: left;
}
.Copyright a:link, .Copyright a:active, .Copyright a:visited {
	font-size: 10px;
	color: #737373;
	font-weight: bold;
}
.Copyright a:hover {
	color: #279847;
}


/* basic */

a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 450px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}
div#container {
	width: 450px;
}
div#ads {
	clear: both;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	text-align: center;
}



/* galleriffic */

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	width: 450px;
	display: none;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.content p {
	color: #bcbcbc;
}
div.controls {
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: left;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 450px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 10px;
}
div.slideshow a.advance-link {
	display: block;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: left;
}
div.embox {
	clear: both;
	background-color: #eee;
	padding: 10px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	width: 117px;
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: inline;
}
ul.thumbs li.selected a.thumb {
	width: 450px;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: 1px #FF0000 solid;
	float: left;
	display: inline;
	padding-right: 16px;
	padding-bottom: 12px;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	color: #fff;
}

#thumbs-min ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}