@charset "UTF-8";
/****************************************************** BASIC/GLOBAL */
*{
	margin:0;
	padding:0;
}
body {
	background: #88B9D4 url(../images/background.png) 0 0 fixed;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	width: 100%;
	height: 100%;
	margin: 10px 0 10px 0;
}
p {
	margin: 0;
	padding: 5px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#container img {
	border: 0;
}
.clear {
	clear: both;
	padding: 1px;
}
h1{
	font-weight: normal;
	font-size:3.2em;
	margin:15px 0;
}
h2{
	font-size:1.8em;
	margin:15px 0;
}
h3{
	font-size:1.5em;
	color:#444;
}
hr {
	color: #fff;
	background-color: #eee;
	height: 10px;
	margin: 15px 0;
	border: dotted;
}
/****************************************************** HEADER */
#header {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	line-height: 1.5em;
}
#header h1 {
	font-family: Georgia, Times, Times New Roman, serif;;
	line-height: 1em;
	margin: 0;
	color: #909090;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 5em;
}
#header h1 a:link, #header h1 a:active, #header h1 a:visited {
	font-family: Georgia, Times, Times New Roman, serif;;
	line-height: 1em;
	padding-top: 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
}
#header h1 a:hover {
	font-family: Georgia, Times, Times New Roman, serif;;
	line-height: 1em;
	padding-top: 10px;
	margin: 0;
	color: #E7E93D;
	text-decoration: none;
}
#header p {
	padding-left: 180px;
	line-height: 2px;
	font-size: 1.5em;
	color: #c0c0c0;
	font-family: Georgia, Times, Times New Roman, serif;
	cursor: default;
}
/****************************************************** NAVIGATION */
#navigation {
	float: left;
	clear: both;
	width: 100%;
	color: #333333;
	font-size: 1.4em;
	margin-top: 10px;
	letter-spacing:.5px;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: none;
	padding: 10px;
	background-color: #202020;
	border-top: 2px solid #fff;
}
#navigation a:hover {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #E7E93D;
	border-top: 5px solid #FDFF27;
	padding: 10px;
	cursor: default;
}
#navigation ul {
	display: inline;
	float: right;
}
#navigation li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}
#navigation li.anchor {
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px;
	background: #fff;
	cursor: default;
}
/****************************************************** CONTENT */
#content {
	background: #fff url(../images/background-bottom.jpg) bottom left no-repeat;
	float: left;
	clear: both;
	display: block;
	color: #333;
	line-height: 1.5em;
	margin-top: 10px;
	padding: 30px;
	text-align: justify;
	font-size: 1.5em;
	width: 900px
}
#content a:link, #content a:active, #content a:visited {
	color: #3F60A3;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #3F60A3;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #c0c0c0;
	background-color: #F1F1F1;
}
#content img {
	border: 0;
	vertical-align: bottom;
	text-decoration: none;
}
#content img a:link, #content img a:active, #content img a:visited, #content img a:hover {
	color: #3F60A3;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}
#content h1 {
	font-weight: bold;
	color: #909090;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
}
#content h2 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #808080;
}
#content h3 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #909090;
}
#content li {
	list-style-type: none;
	border-bottom: 1px dotted #ECECEC;
}
#content dl {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .sig {
	text-align: right;
}
#content .list-left {
	width: 49%;
	float: left;
}
#content .list-right {
	width: 49%;
	float: left;
	padding-left: 2%;
}
#content .list-right-desc {
	width: 49%;
	float: left;
	padding-left: 2%;
	background: url(../portfolio/images/desc-bg.jpg) repeat-y;
}
#content .intro-text {
	font-size: 1.25em;
	line-height: 1.25em;
}
.portfolio ul li {
	display: block;
}
.portfolio li a {
	display: block;
	text-transform: lowercase;
	border-bottom: 1px dashed #E7E93D;
}
.portfolio li a:hover {
	background-color: #cae8e6;
	display: block;
}
/****************************************************** : DESCRIPTIONS */
.descriptions dt {
	font-weight: bold;
}
/****************************************************** BOTTOM-NAVIGATION */
#bottom-navigation {
	width: 940px;
	float: left;
	clear: both;
	display: block;
	background-color: #202020;
	color: #525252;
	line-height: .75em;
	padding: 10px;
	text-align: justify;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 8px solid #3F60A3;
}
#bottom-navigation img {
	border: 0;
}
#bottom-navigation ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#bottom-navigation li {
	list-style-type: none;
	display: inline;
	padding: 5px;
}
#bottom-navigation .list-left {
	width: 49%;
	float: left;
}
#bottom-navigation .list-right {
	width: 49%;
	float: left;
	padding-left: 2%;
	font-size: 1em;
	text-align: right;
}
/****************************************************** FOOTER */
#footer {
	width: 940px;
	float: left;
	clear: both;
	display: block;
	color: #909090;
	line-height: .75em;
	padding: 10px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}