/* [html] */

body, h1, h2, h3, h4, h5, h6, p, div, form, dl, dt, dd, ul, li, ol, img {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:70%/170% Verdana, Arial, Helvetica, sans-serif;
	background:#c2e2f8 url(images/bg.gif) repeat-y top center;
	color:#666666;
	margin:0 0 20px;
	text-align:center;
}
p, h2, h3, h4 {
	margin:15px 0;
}
h2 {
	font:190%/165% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #D1D1D1;
	padding:0 0 3px;
	color:#006AB6;
	display:inline;
}
h3 {
	font-size:110%;
}
#projects h3 {
	font:150%/115% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#737373;
	font-weight:normal;
	border-bottom:1px solid #B4B4B4;
	padding:0 0 5px;
	margin:20px 0 15px;
}
h4 {
	font-size:100%;
	color:#006AB6;
	margin:15px 0 -10px;
}
a:link {
	color:#006AB6;
}
a:visited {
	color:#006AB6;
}
a:hover, a:active {
}

/* [/html] */

/* [container] */

#container {
	margin:0 auto;
	width:774px;
	text-align:left;
	border-left:1px solid #d9d9d9;
}

/* [container] */

/* [header] */

#header {
	height:248px;
}
#header h1 {
	float:right;
}
#header h1 a {
	display:block;
	width:208px;
	height:86px;
	margin:20px 150px 0 0;
}

/* [/header] */

/* [nav] */

#nav {
	background:url(images/nav-top.gif) no-repeat;
	padding:0 0 0 10px;
}
	#gallery #nav {
		background:none;
	}

#nav ul {
	list-style-type:none;
	background:url(images/nav-divider.gif) no-repeat right;
	width:384px;
}
#nav li {
	float:left;
	font-weight:bold;
	background:url(images/nav-bg.gif) repeat-x 0 -27px;
	color:#666666;
	height:27px;
}
#nav li a {
	color:#666666;
	text-decoration:none;
	background:url(images/nav-divider.gif) no-repeat;
	padding:4px 13px 0;
	display:block;
}
#nav li.onstate {
	background:url(images/nav-bg.gif) repeat-x;
}
#nav li.onstate a span {
	color:#8C8C8C;
	border-bottom:1px solid #006AB6;
	padding:0 0 2px;
}
#nav li a:hover {
	color:#8C8C8C;
}
#nav li.nobg {
	background-image:none;
	border:0;
}

/* [/nav] */

/* [content] */

#content {
	width:693px;
	background:url(images/content-bg.gif) repeat-y;
}
	#gallery #content {
	background:url(images/content-bg2.gif) repeat-y;
	}
#content #text {
	float:left;
	width:418px;
	margin:0 0 0 0;
}
#content #textcol {
	padding:25px 23px;
}
	#gallery #content #textcol {
		padding-right:0;
	}
#content #textcol ul {
	margin:0 0 0 25px;
}
#sitemap #content #textcol ul {
	margin:15px 0 15px 25px;
}
#content #textcol img.newspic {
	float:right;
	padding:2px;
	border:1px solid #C8C8C8;
	margin:3px 0 0 15px;
}
#content #textcol img.logos {
	float:right;
	margin:11px 0 0 20px;
}
#content #textcol #thumbs {
	margin:25px 0 0;
}
#content #textcol #thumbs img {
	padding:2px;
	border:1px solid #C8C8C8;
	margin:0 16px 0 20px;
}
#gallery #content #textcol #thumbs img {
	padding:2px;
	border:1px solid #C8C8C8;
	margin:0 9px 7px 0;
}
#content #projects {
	float:left;
	width:227px;
	background:#ebebeb;
	margin:0 2px;
	border-top:1px solid #fff;
	padding:0 17px 20px;
}
#content #projects #thumbs {
	margin:30px 0 0;
	text-align:center;
}
#content #projects #thumbs p {
	margin:30px 0 40px;
}
#content #projects #thumbs img {
	padding:2px;
	border:1px solid #C8C8C8;
}
#content .paging {
	margin:-15px 23px 15px;
	text-align:right;
	color:#006AB6;
}
#content .paging a {
	padding:2px 5px;
	background:#006AB6;
	color:#fff;
	text-decoration:none;
}

/* [footer] */

#footer {
	clear:both;
	height:34px;
	padding:19px 25px 0 15px;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	width:652px;
	background:#fff url(images/footer-bg.gif) no-repeat top center;
}
#footer li {
	float:right;
	border-right:1px solid #fff;
	line-height:120%;
	padding:0 6px;
	list-style:none;
}
#footer li.nobg {
	border:0;
}
#footer li.copy {
	border:0;
	float:left;
}
#footer a {
	color:#666666;
}
#arrival {
	margin:9px auto;
	width:679px;
	padding:0 95px 0 0;
	text-align:right;
	font:90% Arial, Helvetica, sans-serif;
}
#arrival a {
	color:#818181;
	text-decoration:none;
	background:url(images/arrival-arrow.gif) no-repeat right;
	padding:0 9px 0 0;
}

/* [/footer] */

/* [extra] */

.divider {
	margin:15px 0;
	border-bottom:1px dotted #949494;
	font-size:1px;
	clear:both;
}
.newsimage {
	float:right;
	margin:10px 0 5px 10px;
	padding:1px;
	border:1px solid #B9B9B9;
}
.fullclean {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}
.cleaner {
	clear:both;
}
.whiteblock {
	clear:both;
	border-bottom:25px solid #fff;
}
.firstpara {
	font-size:110%;
}
.hide {
	position:absolute;
	left:-5000px;
	margin:0;
	padding:0;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

/* [/extra] */