*
{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}

html, body
{
	text-align: center;
	background: url('../design/clouds.jpg') repeat-x center top #B4C3D3;
}

hr
{
	position: relative;
	clear: both;
	visibility: hidden;
	height: 0;
	margin-top: -2px;
}

ul
{
	list-style: none;
}

a
{
	cursor: pointer;
}

a:hover
{
	text-decoration: none;
}

.show-block
{
	cursor: pointer;
}

div#top
{
	height: 2px;
	font-size: 0;
	background: #A9CDFE;
}

div#head, div#container, div#footer
{
	width: 892px;
	margin: 0 auto;
}

div.border
{
	position: relative;
	height: 2px;
	font-size: 0;
	background: #A9CDFE;
	border: 1px solid #FFF;
	border-width: 1px 0;
}

div.cleaner
{
	clear: both;
}

/* HEAD PART DEFINITIONS */

div#head
{
	height: 270px;
	overflow: hidden;
	background: url('../design/head-column.png') no-repeat #FFF;
}

div#links
{
	height: 116px;
}

div#links ul
{
	width: 658px;
	height: 56px;
	margin: 0 0 0 auto;
	color: #FFF;
	overflow: hidden;
	border-bottom: 1px solid #000;
	background: url('../design/menu-top.png') repeat-x #2F4E96;
}

div#links li
{
	float: left;
	font-size: 0.9em;
}

div#links ul a
{
	display: block;
	width: 92px;
	height: 56px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 17px 0 0 0;
	border-left: 1px solid #435C95;
	border-right: 1px solid #182E62;
}

div#links ul a:hover, div#links ul li.selected a
{
	background: url('../design/menu-top-hover.png') repeat-x #1C397B;
}


div#links p
{
	width: 230px;
	margin: 15px 0 0 auto;
}

div#links p a
{
	color: #23335B;
	font-size: 0.8em;
	margin: 0 1px;
}

div#links p a img
{
	border: 0;
}

div.border span
{
	position: absolute;
	display: block;
	width: 21px;
	height: 4px;
	left: 112px;
	top: -1px;
	font-size: 0;
	background: url('../design/logo-top.png') 0 0 no-repeat;
}

h1
{
    position: relative;
	width: 892px;
	height: 147px;
	background: url('../design/header.png') 147px 0 no-repeat #23345B;
}

h1 a, h1 span
{
	display: block;
	width: 147px;
	height: 147px;
	overflow: hidden;
	color: #FFF;
	font-size: 0.6em;
	text-decoration: none;
}

h1 span
{
	position: absolute;
	left: 0;
	top: 0;
	background: url('../design/logo.png') no-repeat;
}

/* END OF HEAD PART DEFINITIONS */



/* MAIN MENU DEFINITION */

ul#menu
{
	position: relative;
	width: 237px;
	float: left;
	overflow: hidden;
}

ul#menu li a
{
    position: relative;
	width: 170px;
	display: block;
	padding: 20px 37px 20px 0;
	margin-left: 33px;
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: none;
	color: #565656;
}

ul#menu li ul
{
    display: none;
}

ul#menu li.selected ul
{
    display: block;
}

ul#menu li a:hover
{
	background: url('../design/menu-hover.png') -33px 0 repeat-y;
}

ul#menu li.selected a, ul#menu li.selected a:hover
{
	background: url('../design/menu-selected-brush.png') 162px center no-repeat;
}

ul#menu li.selected ul
{
	background: url('../design/submenu.png') repeat-y;
}

ul#menu li.selected li a, ul#menu li.selected li a:hover
{
	padding: 11px 0 11px 24px;
	font-weight: normal;
	background: url('../design/submenu-li.png') left center no-repeat;
}

ul#menu li.selected li a:hover
{
	text-decoration: underline;
}

ul#menu li.selected ul.sub
{
	margin-left: 17px;
	font-size: 0.9em;
	background: none;
}

/* END OF MAIN MENU DEFINITION */



/* BODY DEFINITION */

div#container
{
	padding-bottom: 20px;
	border-top: 2px solid #FFF;
	background: url('../design/menu.png') repeat-y #FFF;
}

div#text
{
	padding: 20px 22px 20px 35px;
	width: 598px;
	margin-left: 237px;
}

h2
{
	margin-top: 15px;
	margin-bottom: 23px;
	padding: 0 20px;
	font-size: 1.6em;
	font-weight: normal;
	text-align: right;
	color: #F69600;
	background: url('../design/h2-square.png') no-repeat right center;
}

h2 span
{
	padding-left: 48px;
	background: url('../design/h2.png') no-repeat left center;
}

h3
{
	margin: 14px 0 6px 0;
	padding: 7px 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #2A5796;
	border-bottom: 1px solid #DBDBDB;
}

h3 span
{
	padding-right: 35px;
	background: url('../design/h3.png') no-repeat right center;
}

h3.right
{
	position: relative;
	margin-top: -0.5em;
	margin-left: 166px;
}

h4
{
	margin: 17px 0 10px 0;
	color: #2A5796;
	font-size: 1.1em;
	font-weight: normal;
}

h5
{
	margin: 8px 0 3px 0;
	color: #AD0000;
	font-size: 0.9em;
}

div#text p
{
	padding: 10px 0;
	color: #22416D;
	font-size: 0.9em;
	line-height: 1.5em;
	word-spacing: 2px;
}

div#text p#navigation
{
	position: relative;
	top: -5px;
	padding: 0;
	color: #959595;
	font-size: 0.8em;
	line-height: 1em;
	word-spacing: 0;
}

div#text p#navigation a
{
	color: #747474;
}

div#text p#navigation strong
{
	color: #22416D;
}

div#text a
{
	color: #D48B28;
}

div#text ul
{
	padding-left: 15px;
}

div#text ul.right
{
	margin-left: 151px;
}

div#text li
{
	padding: 7px 0 7px 20px;
	font-size: 0.9em;
	color: #22416D;
	background: url('../design/li.png') no-repeat left center;
}

img
{
	border: 3px solid #B8CAE4;
}

img.noborder
{
	border: 0;
}

img.left
{
	margin-right: 10px;
	float: left;
}

img.right
{
	margin-left: 10px;
	float: right;
}

/* END OF BODY DEFINITION */



/* FOOTER DEFINITION */

div#footer
{
	position: relative;
	padding: 9px 0;
	background: url('../design/footer.png') repeat-x #FFF;
}

div#footer p
{
    padding: 5px;
	font-size: 0.7em;
	text-align: center;
	color: #787878;
}

div#footer a
{
	color: #092A58;
}

/* END OF FOOTER DEFINITION */
