@charset "utf-8";
/* CSS Document */

body {
	background: #002b53 url(images/bg.png) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #fff;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 25px;
	font-weight: normal;
}

h2 {
	color: #fff;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 17px;
	font-weight: normal;
}

a {
	color: #0053a8;
}

a:hover {
	color: #0072e6;
}

#wrapper {
	margin: auto;
	width: 900px;
	text-align: left;
}

#header {
	width: 900px;
	height: 96px;
	background: url(images/logo.png) no-repeat;
}

#menu-portfolio {
	margin-left: 500px;
	height: 96px;
}

#menu-portfolio a {
	padding: 60px 10px 7px 10px;
	margin: 0 5px;
	border-top: 0px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	display: block;
	float: left;
}

#menu-portfolio a:hover, #menu-portfolio a.active {
	background: #002c58;
	border: 1px solid #004994;
	padding: 65px 9px 6px 9px;
}

#main {
	width: 900px;
	padding-top: 20px;
}

#page {
	width: 860px;
	background: url(images/content_bg.png) repeat-y;
	padding: 0 20px 0 20px;
	font-size: 12px;
}

#page-top {
	width: 900px;
	height: 25px;
	background: url(images/content_top.png) no-repeat;
}

#page-bottom {
	width: 900px;
	height: 25px;
	background: url(images/content_bottom.png) no-repeat;
}

#page h1 {
	color: #002b53;
}

#page h2 {
	color: #002b53;
	padding: 0;
	margin: 0;
}

td.highlight {
	background: #9ec2e1;
	border: 1px solid #002b53;
}

.box {
	text-align: center;
}

.box a {
	margin: 0px;
	color: #fff;
}

.box a img {
	border: solid 3px #a8c9e6;
	padding: 4px;
	margin: 0px;
}

.box a:hover img {
	border-color: #004993;
}

.box a:hover {  /* wakeup IE */
	border-width: 0;
}

#footer {
	height: 90px;
	text-align: center;
	padding-top: 40px;
	color: #fff;
	font-size: 12px;
}













#comment {
	width: 600px;
}

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	width: 200px;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}



