/* CSS Document */

body {
	font: 62.5% Verdana, Arial, Helvatica, sans-serif;
	background: #FFF center top repeat-y;
	color: #310;
	text-align: left;
	margin: 0;
	padding: 0;
}

.colorref_cypark_blue {
	color: #356;
}

.colorref_cypark_green {
	color: #AC8;
	color: #353;
}

.colorref_cypark_green2 {
	color: #9B7;
}

h1 {
	font-weight: bold;
	font-size: 1.4em;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
	font-weight: bold;
	font-size: 1em;
}

a {
	color: #356;
}

a:hover {
	color: #f00;
}

#page {
	margin: auto;
}

#header {
	height: 100px;
	background: #356 url(../images/strap.jpg) top right no-repeat;
}

body#cy-int #header {
	background: #356 url(../images/strap-international.gif) top right no-repeat;
}

#header #logo {
	height: 100px;
	width: 250px;
	background: #FFF;
}

#sidebar {
	display: none;
}

#mainmenu {
}

#body {
}

#crumbs {
	padding: 20px 30px;
	font-weight: bold;
}

#crumbs a {
	text-decoration: none;
}

#crumbs #sec-nav {	
	float: left;
	margin: 5px 0 0 0;
	width: 98%;
	border-top: 1px solid #353;
}

#crumbs #sec-nav ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#crumbs #sec-nav ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#crumbs #sec-nav a {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	padding: 5px 0px;
	border-top: 3px solid #FFF;
	color: #356;
}

#crumbs #sec-nav.sec-1 li#sec-1 a,
#crumbs #sec-nav.sec-2 li#sec-2 a,
#crumbs #sec-nav.sec-3 li#sec-3 a,
#crumbs #sec-nav.sec-4 li#sec-4 a,
#crumbs #sec-nav.sec-5 li#sec-5 a,
#crumbs #sec-nav.sec-6 li#sec-6 a,
#crumbs #sec-nav.sec-7 li#sec-7 a,
#crumbs #sec-nav.sec-8 li#sec-8 a,
#crumbs #sec-nav.sec-9 li#sec-9 a,
#crumbs #sec-nav a:hover {
	border-top: 3px solid #356;
}

#crumbs #qlzone {
	display: hidden;
}

#content {
	padding: 20px 30px;
	line-height: 1.4em;
	text-align: justify;
}

#content .narrow {
	float: left;
	width: 300px;
}

#content .skyscraper {
	float: right;
	width: 160px;
	padding-left: 10px;
}

#content .narrow2 {
	float: left;
	width: 240px;
}

#content .skyscraper2 {
	float: right;
	width: 200px;
	padding-left: 10px;
}

#footer {	
	clear: both;
	border-top: 1px dotted #310;
}

img.right {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}

img.left {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

img.framed {
	border: 1px solid #310;
}

img.nopad {
	margin: 0 0 1em 0;
}

.superscript {
	font-size: 0.8em;
	top: -0.2em;
	position: relative;
}

.qlanchor {
	display: hidden;
}

#ql {
	display: hidden;
}

.clear {
	clear: both;
}

