@import 'stylesheets/reset.css';

/* first for Internet Explorer < 9 */
  @font-face {
    font-family: Profile;
    src: url("fonts/ProfileWeb.eot");
}

  /* then for WOFF-capable browsers */
  @font-face {
    font-family: Profile;
    src: url("fonts/ProfileWeb.woff") format("woff");
}
￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼￼
  @font-face {
    font-family: Profile;
    src: url("fonts/ProfileWeb-Black.woff") format("woff");
    font-weight:bold;
}

  @font-face {
    font-family: Profile;
    src: url("fonts/ProfileWeb-LightItalic.woff") format("woff");
    font-style:italic;
}



body {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background-color: #f5f2f1;
}

* {
	margin:0;
	padding:0;
}

.clear {clear: both;}

.left {float: left;}


/* -------- LAYOUT -------- */

#wrapper {
	width: 780px;
	height: 588px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -390px;
	margin-top: -295px;
	-moz-box-shadow: 0 0 3px 3px #989796;
	-webkit-box-shadow: 0 0 3px 3px #989796;
	box-shadow: 0 0 20px 1px #989796;
	background-color: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#top {
	background: url(images/top.gif);
	height: 37px;
}

header {width: 780px; height: 257px; background-color: #f26922;}

#logo {
    background: transparent url('images/logo.jpg') no-repeat scroll 0% 0%;
    width: 322px;
    height: 255px;
    text-indent: 100%;
    border: 0;
    margin: 0;
    white-space: nowrap;
	overflow: hidden;
	margin-left: 458px;
}

#logo a {
    display: block;
    width: 322px;
    height: 255px;
    text-decoration: none;
    border: 0;
}

#content_home {
	width: 328px;
	margin-left: 190px;
	margin-right: 202px;
	padding: 55px 30px 20px 30px;
    height: 203px;
}

#content {
	width: 370px;
	margin-left: 190px;
	padding: 55px 190px 0px 30px;
	height: 223px;
	overflow : auto;
}

nav {
	clear: left;
	float: left;
	width:160px;
	padding: 53px 10px 20px 20px;
	font: 14px 'Profile', Verdana, Arial, Helvetica, sans-serif;
}

aside {
	padding: 59px 30px 20px 0px;
	float: right;
	color: #f26922;
	width: 172px;
}


/* -------- STYLE -------- */

h2#home {
	font: 24px 'Profile', Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
	color: #f26922;
	padding: 0;
	margin-bottom: 14px;
}

h1 {
	font: 24px 'Profile', Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
	color: #f26922;
	padding: 0;
	margin-bottom: 14px;
}

h2 {
    font: 16px 'Profile', Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: #000;
	padding: 0;
	margin-bottom: 8px;
}

h3 {font-size: 11px; font-weight: bold;}

nav ul {list-style: none;}
nav a {display:block; line-height:1.8em; text-decoration: none; color: #000;}
nav li li {margin-left: 16px;}
nav li li a {display:block; color: #f26922; font-weight: normal; line-height:1.4em;}
nav li li.active {list-style: square; color: #f26922;}
nav li li.active a{font-weight: bold;}

nav .active {font-weight:bold;}

#content_home p {margin-bottom: 10px; line-height: 1.4em;}
#content p {margin-bottom: 10px; line-height: 1.4em;}

#content ul {list-style: square; margin-left:16px; line-height:1.4em;}

aside p {margin-bottom: 10px; line-height: 1.4em;}

#portrait {
	position: absolute;
	margin-left: 458px;
	margin-top: -96px;
}

footer {
    text-align: right;
    padding: 30px;
    font: 14px 'Profile', Verdana, Arial, Helvetica, sans-serif;
  
}

footer a {color: #000; text-decoration:none; font-weight: normal;}

footer a:hover {color: #f26922;}