/* ===== the basics ===== */


html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background: #9bcdff url(images/page_bg.png) repeat-x;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #003e78;
	padding-bottom: 10px;
	padding-top: 31px;
}

h1 img {
	display: block;
}

img {
	border: 0;
}

a {
	color: #cc9300;
}

a:hover {
	color: #ffb800;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {
	text-align: left;
}

.clear {
	clear: both;
}


/* ----- fundamental structure ----- */

#wrapper {
	text-align: left;
	margin: auto;
	width: 940px;
	position: relative;
	/* background: url(images/body_bg.gif) repeat-y; */
	background-color: #ffffff;
	border-left: solid 9px #003e78;
	border-right: solid 9px #003e78;
	border-bottom: solid 9px #003e78;
}


/* ===== the header ===== */

#header {
	position: absolute;
	top: 0;
	left: 280px;
	width: 662px;
	height: 279px;
	background: #003e78 url(images/header_2.png) no-repeat;
	/* background-color: #003e78; */
}


/* ===== the sidebar ===== */

#left {
	float: left;
	width: 280px;
	background: #003e78;
}

#logo {
	width: 280px;
	height: 152px;
	background: url(images/header_1.png) no-repeat;
	text-align: center;
	color: #003e78;
}

#logo h1 {
	padding-top: 30px;
	font: 20px "arial narrow", arial, sans-serif;
}

#logo p {
	margin: 8px 25px 4px 25px;
	border-top: 1px solid #B8B8B8;
	/* border-bottom: 1px solid #B8B8B8; */
	padding: 8px 3px 3px 3px;
	letter-spacing: 0.05em;
	font-weight: bold;
}


/* ----- menu and navigation ----- */

#nav {
	/* background: url(images/nav_left.jpg) no-repeat; */
}

#nav ul {
	margin-left: 0px;
	padding-left: 1px;
	padding-bottom: 29px;
	background: #2A2A2A bottom left url(images/nav_bot.png) no-repeat;
}

/* the submenu */
#nav ul ul {
	background: #40546a;
	padding: 0 0 0 1px;
}

#nav li {
	list-style: none;
	font: 14px "arial narrow", arial, sans-serif;
	border-top: 1px solid #959595;
	background: 245px 10px url(images/arr_white.gif) no-repeat;
	padding: 7px 0 0 26px;
}

/* the submenu */
#nav ul ul li {
	list-style: none;
	font: 11px "arial narrow", arial, sans-serif;
	border-top: 1px solid #959595;
	background: none;
	/* padding: 7px 0 0 26px; */
}

#nav a {
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #959595;
	padding-left: 10px;
	display: block;
	width: 90%;
	padding: 2px 0 6px 8px;
}

#nav a:hover {
	text-decoration: underline;
}

#nav .important {
	/* border: none; */
	background: 245px 10px url(images/arr_orange.gif) no-repeat;
}

/* the submenu */
#nav ul ul .important {
	background: none;
}

#nav .important a {
	color: #ffb800;
}

#nav .important ul a {
	color: #ffffff;
}

#nav .important ul .important a {
	color: #ffb800;
}


/* ----- news ----- */

#news {
	background: url(images/news_bg.png) repeat-y;
	padding-left: 37px;
	padding-right: 22px;
	padding-bottom: 3px;
	/* text-align: justify; */
}

#news h2 {
	font-size: 12px;
	color: #0179ff;
}

#news h3, #news p {
	font-size: 11px;
	margin: 1em 8px 1em 0;
}

#news a {
	color: #cc9300;
	font-weight: bold;
	text-decoration: underline;
}

#news a:hover {
	color: #ffb801;
}

#news .more {
	font-size: 9px;
}

#news .hr-dots {
	background: center url(images/dots.gif) repeat-x;
	height: 10px;
}


/* ----- support ----- */

#support {
	background: url(images/left_closure.png) no-repeat;
	padding: 0;
	height: 15px;
	color: #ffffff;
}

#support p {
	margin: 0.7em 2.6em;
}


/* ===== the right side ===== */

#right {
	float: right;
	width: 625px;
	padding-right: 9px;
	padding-top: 301px;
}

#right h2 {
	font: 18px arial, sans-serif;
	color: #0179ff;
	border-bottom: 1px solid #0179ff;
	padding-bottom: 6px;
	margin-bottom: 1em;
}

#right h3 {
	font: 14px arial, sans-serif;
	color: #0179ff;
	border-bottom: 1px solid #0179ff;
	padding-bottom: 6px;
	margin-bottom: 1em;
	margin-top: 2em;
}

#right .left {
	margin-right: 18px;
}

#right .more {
	font-weight: bold;
	font-size: 10px;
}


/* ----- columns ----- */

#leftcolumn, #rightcolumn {
	float: left;
	width: 49%;
}

#leftcolumn {
	margin-right: 1%;
}

#spacer {
	height: 2em;
}


/* ----- gallery ----- */

#gallery {
	clear: both;
}

#imgborder {
	border: 6px solid #cde6ff;
	/* width: 112px; */
	/* height: 23px; */
	float: left;
	margin-right: 10px;
	text-align: center;
	padding: 5px;
	font-size: 9px;
	font-weight: bold;
}

#imgbox {
	width: 175px;
	/* line-height: 165px; */
	border: 6px solid #cde6ff;
	padding: 5px;
	float: left;
	margin: 0 9px 10px 0;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}

#imgbox img {
	/* border: 6px solid #cde6ff; */
	/* float: left; */
	/* margin: 0 10px 10px 0; */
	/* padding: 5px; */
	vertical-align: middle;
}

#imgbox .portrait {
	height: 175px;
}

#imgbox .landscape {
	width: 175px;
}

#imgcredit {
	clear: both;
	display: block;
	line-height: 2px;
	margin: 0 15px 15px 0;
	text-align: right;
	font-size: 11px;
}

a img {
	border: none;
}


/* ===== the footer ===== */

#footer {
	/* background: url(images/footer_bg.gif) repeat-y; */
	background-color: #9bcdff;
	border-top: 1px solid #003e78;
}

#footer a {
	color: #ffffff;
}

#copyright {
	text-align: center;
	padding: 22px 0px 22px 00px;
	font-size: 9px;
	color: #003e78;
	font-weight: bold;
}

#footerline{
	background: url(images/footerline.gif) no-repeat;
	height: 10px;
	margin-top: 0px;
	display: block;
	font-size: 1px;
}


