*{
	/* Universal reset: */
	margin:0;
	padding:0;
}
	
body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	color:#fcfcfc;
	background-color:#355664;
	font-family:Arial, Helvetica, sans-serif;
}

/* Hyperlink Styles: */

a, a:visited {
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Headings: */

h1,h2,h3{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	/* Text Shadow makes text harder to read it seems
	text-shadow:0 1px 1px black;
	*/
}

h1{
	/* The logo text */
	font-size:3em;
	padding:0.5em 0 0;
	
}

h3{
	/* The slogan text */
	font-family:forte,"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:2em;
	font-weight:normal;
	margin:0 0 1em;
	padding-left:30px;
}


h2{
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
}

p{
	line-height:1.5em;
	padding-bottom:1em;
}

.line{
	/* The dividing line: */
	height:1px;
	background-color:#24404c;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

div.article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:1.3em 0;
}

div.footer .line{
	margin:2em 0;
}

div.combo{
	overflow: hidden; /* Makes the combo div have the size of contents */
	margin-bottom: 30px;
}

div.nav{
	background:url(img/gradient_light.jpg) repeat-x 50% 50% #f8f8f8;
	padding:0 5px;
	position:absolute;
	right:0;
	top:4em;
	
	border:1px solid #FCFCFC;

	-moz-box-shadow:0 1px 1px #333333;
	-webkit-box-shadow:0 1px 1px #333333;
	box-shadow:0 1px 1px #333333;
}

/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* The navigation styling: */

div.nav ul li{
	display:inline;
}

div.nav ul li a,
div.nav ul li a:visited{
	color:#565656;
	display:block;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:5px 2px;
	padding:7px 10px 4px;
	text-shadow:0 1px 1px white;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
}

div.nav ul li a:hover{
	text-decoration:none;
	background-color:#f0f0f0;
}

div.nav, div.article, div.nav ul li a,div.figure_right, div.figure_left, div.figure_left_long, div.figure_big{
	/* Applying CSS3 rounded corners: */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Article styles: */

#page{
	min-width: 960px;
	width:75%;
	margin:0 auto;
	position:relative;
}

div.article{
	background-color:#213E4A;
	margin-top:2em;
	margin-bottom:3em;
	padding:20px;
}

div.figure_right{
	border:3px solid #142830;
	float:right;
	height:300px;
	margin-left:13px;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:2px;
	overflow:hidden;
	width:500px;
}

div.figure_left{
	border:3px solid #142830;
	float:left;
	height:300px;
	margin-right:13px;
	margin-left:2px;
	margin-top:2px;
	margin-bottom:2px;
	overflow:hidden;
	width:500px;
}

div.figure_big{
	border:3px solid #142830;
	height:500px;
	width:900px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	margin-top:2px;
	overflow:hidden;
	float:none;
}

div.figure_left_long{
	border:3px solid #142830;
	float:left;
	height:500px;
	margin-right:13px;
	margin-left:2px;
	margin-top:2px;
	margin-bottom:2px;
	overflow:hidden;
	width:400px;
}

div.figure_big_NB{
	height:550px;
	width:900px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	margin-top:2px;
	position: relative;
}

div.figure_right:hover, div.figure_left:hover, div.figure_big:hover, div.figure_left_long:hover{
	-moz-box-shadow: 0 0 1px 1px #888;
	-webkit-box-shadow: 0 0 1px 1px#888;
	box-shadow: 0 0 1px 1px #888;
}

/* Footer styling: #4D7788 */

.Footer_Site
{
-moz-column-count:3; /* Firefox */
-webkit-column-count:3; /* Safari and Chrome */
column-count:3;


-moz-column-rule:3px outset #ff00ff; /* Firefox */
-webkit-column-rule:3px outset #ff00ff; /* Safari and Chrome */
column-rule:3px outset #ff00ff;

}

#columns_3 {
	-webkit-column-count: 3;  
    -webkit-column-gap: 9px;  
    -moz-column-count: 3;  
    -moz-column-gap: 9px;  
    column-count: 3;  
    column-gap: 9px; 
}

#columns_2 {
	-webkit-column-count: 2;  
    -webkit-column-gap: 9px;  
    -moz-column-count: 2;  
    -moz-column-gap: 9px;  
    column-count: 2;  
    column-gap: 9px; 
}

/* Button Styling: */
.button_proj {
	float: right;
	background-color:#d4d4d4; /* Button color when not mouse over */
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	color:#336699; /* Text Color */
	font-family:Georgia, serif;
	font-size:24px;
	padding:3px 10px;
	text-decoration:none;
	outline:none;
}

.button_proj:hover {
	background-color:#c7c7c7; /* Color when mouse over */
	text-decoration:none;
	outline:none;
}

.button_proj:active {
	position:relative;
}

/* Tut button */
.button_TUT {
	color:#CCCCCC;
	background-color:#213e4a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family:Georgia, serif;
	font-size:12px;
	padding:3px 10px;
	padding-top: 5px;
	text-decoration:none;
	outline:none;
}

.button_TUT:hover {
	color:#CCCCCC;
	background-color:#142830;
	text-decoration:none;
	outline:none;
}

/* Links button */
.button_Links {
	color:#E3E3DC;
	background-color:#405559;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:1px 3px;
	text-decoration:none;
	outline:none;
}

.button_Links:hover {
	color:#CCCCCC;
	background-color:#142830;
	text-decoration:none;
	outline:none;
}

.button_Links:active {
	color:#CCCCCC;
	position:relative;
}

/* Footer */
.Footer_Left{
	float: left;
	padding: 10px 0 0 10px;
	width: 285px;
}
.Footer_Center { 
	float: left;
	padding: 10px 0 0 70px;
	width: 285px;
}
.Footer_Right { 
	float: right;
	padding-right: 25px;
}

 /* Pop up styles */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:25%; 
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  padding:40px;
  background-color:#ffffff;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color:#000000;
}

.close { 
	background-color:#ffffff;
}

/* ====================== Start Gallary =====================*/
.events {
	list-style: none;
  }

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	border:3px solid #142830;
  }

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
  }

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
  }

.callbacks img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
  }

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0,0,0, .8);
	left: 750px;
	right: 20px;
	bottom: 495px;
	padding: 10px 10px;
	margin: 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }
 

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }
  
  #wrapper {
  padding: 20px;
  }
  
 /* ====================== End Gallary =====================*/