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

/* Main Styles */
body, img, div, a, table, tr, td, ul, li, p, h1, span {
	margin:0px;
	padding:0;
	border:0;
	text-decoration:none;
	list-style:none;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

body {
	background:#f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.8em;
	line-height:1.5em;
}

a {
	color:#000;
}

a:hover {
	color:#e7581e;
}

h1, h2 {
	background-color:#000;
	display:block;
	height:30px;
	color:#fff;
	font-size:1em;
	text-align:left;
	text-transform:uppercase;
	line-height:30px;
	padding-left:10px;
	margin-bottom:15px;
}

h2 {
	margin:0;
}

/* Wrappers */
#mainWrapper {
	width:100%;
}

#contentWrapper {
	width:816px;
	margin:auto;
}

#navCol {
	width:202px;
	float:left;
}

#contentCol {
	background-color:#e6e6e6;
	width:590px;
	float:right;
}

/* Nav Menu */
#logo {
	background:url("../images/logo.png") no-repeat;
	width:202px;
	height:167px;
	margin-top:30px;
}

#navBox ul {
	margin-top:40px;
	width:202px;
}

#navBox ul li {
	width:202px;
	line-height:30px;
}

#navBox ul li a {
	display:block;
}

.dashed {
	border-bottom:#adadad 1px dashed;
}

/* Content */
#header {
	background-image:url("../images/header.png");
	height:167px;
	width:590px;
	margin-top:30px;
}

.projectFile {
	width:550px;
	margin:40px auto;
}

.media {
	width:550px;
	padding-top:10px;
	margin-top:15px;
	border-top:#adadad 1px dashed;
	border-bottom:#adadad 1px dashed;
}

.media img {
	display:block;
	margin-bottom:10px;
}

.english {
	color:#777;
	margin-top:10px;
}

#contentBox {
	width:590px;
}

#contactInfo {
	background:url("../images/contactLogo.png") left no-repeat;
	height:60px;
	padding-left:120px;
}

.btn_gotoTop {
	background:url("../images/btn_gotoTop.png") top no-repeat;
	display:block;
	width:90px;
	height:90px;
	margin:-120px 0 0 -190px;
}

a.btn_gotoTop:hover {
	background-position:bottom;
}

#btn_gotoTop a:hover {
	background:url("../images/btn_gotoTop.png") bottom no-repeat;
}

/* Footer */
#footer {
	color:#bcbcbc;
	line-height:30px;
	background-color:#000;
	width:100%;
	height:30px;
}

#footer a {
	color:#bcbcbc;
}

#footer a:hover {
	color:#e7581e;
}

#footer p {
	margin:0 10px;
}
