@charset "UTF-8";
/* CSS Document */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1.6em; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
		
		

/* Typeface 
================================================== */


@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(http://fonts.googleapis.com/css?family=Kreon:300,400);


/* #Basic Styles
================================================== */

	body {
		
		background-image:url(../img/debut_light.png);
		background-attachment:fixed;
		font: 16px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 1.6em;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
 
 header h1 {
		font-size: 45px;
		line-height: 51px;
		letter-spacing: -1px;
		font-weight: normal;
		font-family: 'Roboto Slab', serif;}
		
	hr.large {
		border: none;
		height: 8px;
		background: #ebebeb;
		margin: 50px 0; }
 
 a { text-decoration: none; }
a:active { outline: none; }/* ---------- For IE ---------- */
img {text-decoration: none; border: 0px}/* ---------- For IE ---------- */

ol, ul {
	list-style: none;
}

h1, h2, h3, h4 {
	font-family: 'Roboto Slab', serif;
	color: #444;
	letter-spacing: -1px;
	line-height: 1.1em;
	padding-bottom: 10px;
	font-weight:bold;
}

h2 {
  font-size: 36px;
} 

h3 { 
  font-size: 26px;
  font-weight:400;
  
}

h4 {
	font-weight:300;
	font-size: 20px;
	letter-spacing: 0px;
	line-height:26px;
	color:#0d83dd;
}

hr {
  width: 100%;
  height: 1px;
  background: #d4d4d4;
  margin: 30px 0;
  display: block;
  border: none;
  clear: both;
}

.hr {
	color:#CCC;
	
}

cite {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.3em;
	font-style: normal;
	text-transform:capitalize;
	padding-top: 0px;
	padding-bottom: 10px;
	display: inline-block;
	color:#0d83dd;
}

/* Styling the page */
#topBar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: transparent;
	border-top: 5px solid #0d83dd;
	z-index:9999;
	
}

#container{
	width:960px;
	height:auto;
	margin:0 auto 10px auto;
	
}

#content{
	width: 940px;
	margin: auto;
	min-height:100%;
	padding:10px;
	background-color:#FFFFFF;
	overflow:hidden;
	clear:both;
}
.logoHeader {
	width:100%;
	height:auto;
	border-bottom:20px;
	border-bottom:4px solid  #075487;
	background-image:url(../img/header-image2.jpg);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}
.logo{
	padding:14px 10px 10px 15px;
}

.rightContent {
	width: 729px;
	min-height:auto;
	margin:0px;
	padding:40px 30px 30px 30px;
	float:right;
	background-color:#FFF;
	border-bottom:4px solid  #ebebeb;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
	
	
}

.leftContent {
	width: 140px;
	min-height:auto;
	padding:0 15px 20px 15px;
	position: fixed;
	color:#000;
	border-bottom:4px solid  #ebebeb;
	background-color:#FFF;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
	
}
.aside{
	float:left;
}

.asideNavigation {
	width: 100%;
	height:40px;
	margin:0px;
	padding-bottom:0px;
	padding-top:15px;
	border-top:1px solid  #ebebeb;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;

}

/* PULLQUOTES ------------------------------------------------------------*/

.pullquote-right,
.pullquote-left {
	border-left: #0d83dd 4px solid;
	float:right;
	font-size:18px;
	line-height:1.5em;
	margin: 20px 0px 20px 20px;
	width:92%;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
}

.pullquote-left {
	float:left;
	margin: 20px 20px 20px 0px;
	padding:0 0 0 20px;
}

.pullquote-right{
	border-left: none;
	border-right: #f15d28 4px solid;
	padding:0 20px 0 0px;
}

/* Hyperlink styles */

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#555555;
}


a:hover{
	border-bottom:1px dashed transparent;
	text-decoration:none;
	
	color:#0d83dd;
}

section {

	margin-bottom:60px;
}

/* CONTACT ------------------------------------------------------------*/
#contact {
	width: 649px; margin: 10px auto; padding: 10px 10px 60px 10px;

}

label {
		font-family: 'Roboto Slab', serif;
	color: #444;
	float: left; clear: left; margin: 10px 20px 0 0; width: 140px;
	text-align: right; font-size: 12px; 
	text-transform: uppercase;
}

input {
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 14px;
	
}
input[type=text], input[type=email], input[type=telephone] {
	margin: 10px;
	padding: 0 10px;
	width: 350px;
	height: 25px;
	color: #404040;
	background: white;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	outline: 4px solid #eff4f7;
	-moz-outline-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
	

textarea {
	width: 450px;
	height: 120px;
	margin: 12px;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	border-radius: 2px;
	outline: 4px solid #eff4f7;
	-moz-outline-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
	textarea::-webkit-input-placeholder  {
    	color: #a1b2c3;  
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3;
	}
	


input[type=submit] {
	padding: 0 15px;
	margin-right:55px;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px #570104;
	background: #8f3c5f;
	border: 1px solid;
	border-color: #46031f #7c0236 #7c0236 #66072f;
	border-radius: 2px;
	outline: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
	cursor:pointer;
	float: right;
}

input[type=submit]:active {
	background: #660066;
	border-color: #570104;
	
}



/* Footer
******************************************/
footer {
	width: 749px;
	margin: auto;
	height:10px;
	padding:10px 0px 20px 0px;
	background-color:none;
		border-top:1px solid  #ebebeb;
	  font-size: 12px;
	  clear:both;
	
}
