/* Main Styles */
body {
	font: 0.8em/1.4em Tahoma, sans-serif;
	background: #202e46;
	color: #444;
	margin: 0;
	text-align: center;
}
.notice {
	padding: 10px;
	background: #ffc;
	border-bottom: 1px dotted #000;
}
#header, #nav, #page, #footer {
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
h2 {
	font: italic 1.4em/1.6em Georgia, "Times New Roman", serif;
	margin: 10px;
}
h3 {
	background: url("/images/pub_bg-heading.gif") repeat-x bottom #4E5D76;
	color: #fff;
	padding: 5px 10px;
	font-size: 110%;
	border-top: 1px solid #202e46;
	border-bottom: 1px solid #202e46;
	clear: both;
}
h4 {
	margin: 0 10px;
	font-size: 110%;
}
p {
	margin: 10px;
}
ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 20px 10px;
	padding: 0;
}
li {
	padding-left: 34px;
	text-indent: -16px\9; /* IE */
	margin: 8px;
}
input[type=password],input[type=text] {
	background: url('/images/bg-input.gif') repeat #fff;
	border: 1px solid #b7b7b7;
	height: 13px;
	margin: 0;
	padding: 4px;
	font: 11px Tahoma, Geneva, sans-serif;
	display: block;
	width: 203px;
}
textarea {
	margin: 0;
	border: 1px solid #b7b7b7;
	font: 12px Tahoma, Geneva, sans-serif;
	display: block;
}
select {
	border: 1px solid #b7b7b7;
	height: 23px;
	margin: 0;
	padding: 2px;
	display: block;
	width: 203px;
}

/* Header */
#header {
	background: #fff;
}
#header img {
	float: left;
	border: 0;
	display: block;
}
#header .quicknav {
	width: 230px;
	float: right;
	text-align: center;
}

/* Navigation */
#nav {
	background: url("/images/pub_bg-heading.gif") repeat-x bottom #4E5D76;
	border-top: 1px solid #A2B8C3;
	border-bottom: 1px solid #A2B8C3;
}
#nav ul {
	padding-left: 5px;
	margin: 0;
}
#nav li {
	float: left;
	margin: 0;
	padding: 5px 8px;
	padding: 5px 12px\9; /* IE */
	text-indent: 0\9; /* IE */
}
#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #d6e3eb;
	text-decoration: none;
}

/* Page */
#page {
	margin-top: 20px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 240px;
	background: #566D91;
	color: #fff;
	overflow: hidden;
}
#sidebar h4 {
	background: url("/images/pub_bg-heading.gif") repeat-x bottom #4E5D76;
	border-top: 1px solid #A2B8C3;
	border-bottom: 1px solid #A2B8C3;
	padding: 5px;
	margin: 0;
	color: #d6e3eb;
	font-size: 120%;
}
#sidebar a:link, #sidebar a:hover, #sidebar a:active, #sidebar a:visited {
	color: #fff;
}

/* Content */
#content {
	width: 515px;
	background: #fff;
	/*background: #D6E3EB;*/
	overflow: hidden;
}
#content .col-left {
	width: 250px;
	float: left;
	overflow: hidden;
}
#content .col-right {
	width: 250px;
	margin-left: 255px;
	overflow: hidden;
}
#content .col-left ul, #content .col-right ul {
	margin: 10px 10px 20px 10px;
}

/* Footer */
#footer {
	text-align: center;
	font-size: 85%;
	color: #566D91;
	border-top: 1px dotted #566D91;
	margin-top: 10px;
	padding-top: 15px;
}
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #566D91;
}
#footer #logos {
	width: 430px;
	margin: auto;
	clear: both;
}
#footer .logo-block {
  	float: left;
	height: 60px;
	padding: 10px;
}

/* Forms */
#content form {
	overflow: hidden;
}
#content form label {
	margin-left: 20px;
	font-weight: bold;
	background: #566D91;
	color: #D6E3EB;
	padding: 4px;
	display: block;
}
#content form dl {
    font:normal 12px/15px Arial;
    position: relative;
    width: 360px;
}
#content form dt {
	float: left;
    width: 150px;
    text-align: left;
}
#content form dd {
    width: 200px;
    margin: 0;
    margin-left: 150px;
	padding-bottom: 5px;
}
#content form .hint {
   	display: none;
    position: absolute;
    right: -375px;
    width: 320px;
    margin-top: -27px;
    border: 1px solid #c93;
    padding: 10px 12px;
    background: #ffc;
}
#content form .hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url("/images/pointer.gif") left top no-repeat;
}

/* Bullet Classes */
ul.check li {
	background: url("/images/silk/accept.png") no-repeat 10px 1px;
}
ul.info li {
	background: url("/images/silk/information.png") no-repeat 10px 1px;
}
ul.medal li {
	background: url("/images/silk/medal_gold_3.png") no-repeat 10px 1px;
}
ul.news li {
	background: url("/images/silk/newspaper_link.png") no-repeat 10px 1px;
}
ul.search li {
	background: url("/images/silk/zoom.png") no-repeat 10px 1px;
}
ul.service li {
	background: url("/images/silk/folder_table.png") no-repeat 10px 1px;
}
ul.shield li {
	background: url("/images/silk/shield.png") no-repeat 10px 1px;
}

/* Generic Classes */
	
	/* Images */
	img.icon {
		border: 0;
		margin: 0 5px;
	}

	/* Links */
	a.button {
		background: url("/images/button.png") center no-repeat;
		width: 150px;
		display: block;
		padding: 10px 5px;
		margin: 5px auto;
		font-size: 85%;
		font-weight: bold;
		text-transform: uppercase;
		line-height: normal;
		text-align: center;
	}
	a.button:link, a.button:visited {
		color: #fff;
		text-decoration: none;
	}
	a.button:hover, a.button:active {
		color: #d6e3eb;
		text-decoration: none;
	}

	/* Blocks */
	.call {
		text-align: center;
		padding: 10px 0;
	}
	.call strong {
		font-size: 140%;
	}
	.center {
		text-align: center;
	}
	.logo {
		margin: 8px 5px 5px 8px;
		border: none;
	}
	.small {
		font-size: 85%;
	}
	.red, .form-error-msg {
		color: #c00;
	}
	.large {
		font-size: 110%;
	}
	.x-large {
		font-size: 130%;
	}
	.bold {
		font-weight: bold;
	}
	.release li {
		margin-left: -14px;
	}
	.slogan {
		background: #fff;
		padding: 10px;
		border-bottom: 1px dotted #566D91;
	}
	.notice {
		padding: 10px;
		background: #ffc;
		border-bottom: 1px dotted #000;
	}
	.tip {
		border: solid 1px #666;
		width: 200px;
		padding: 5px;
		position: absolute;
		z-index:100;
		visibility: hidden;
		color: #333333;
		top: 20px;
		left: 90px;
		background-color: #ffc;
		layer-background-color: #ffc;
	}  