/*  This template was created by Mantis-a [http://www.mantisa.cz/]. For more templates visit Free website templates [http://www.mantisatemplates.com/]. */

/* CSS Document */


/* General */

* { margin: 0; padding: 0; }

html {
	height: 100%;
	font-size: 62.5%
}

body {
	height: 100%;
	background-color: #454545;

	background-image: url("/images/new-mainBG.gif");
	background-repeat: no-repeat;
	background-position: center top;

	/*text-align: center;*/
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
}

ul#default {
	font-size: 1.4em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 25px;
}

a:link,
a:visited {
color: #005890;
text-decoration: underline;
font-weight: bolder;
text-align: right;
}

a:hover {
text-decoration: none;
}

div.address {
background-color: #E3F4FF;
border: 1px solid #A8DCFF;
margin: 40px 10px 0 20px;
}

address {
line-height: 2;
text-align: left;
margin: 0.3em 1em;
}

.noscreen {
display: none;
}


/* Cleaner */

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}


/* Skip menu */

.hidden {
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Images */

/* Wrapper */

#wrapper {
width: 900px;
/* FIXME
margin: 70px auto 0 auto;
*/
margin: 0px auto 0px auto;
padding-bottom: 90px;
}

/* Headings, paragraphs */

h1 {
font-size: 1.8em;
color: #8DE0FF;
text-align: left;
/*z-index: 2;*/
}

h1 a:link, h1 a:visited {
text-decoration: none;
color: #8DE0FF;

}

h2 {
font: 1.8em Georgia, "Times New Roman", Times, serif;
color: #1473B0;
text-align: left;
letter-spacing: 1px;
margin-left: 2px;
margin-bottom: 5px;
border-bottom: 1px dotted #1473B0;
padding: 15px;

}

h3 {
font: 1.4em Georgia, "Times New Roman", Times, serif;
color: #1473B0;
text-align: left;
letter-spacing: 1px;
margin-left: 2px;
margin-bottom: 5px;
border-bottom: 1px dotted #1473B0;
padding: 9px;

}

p {
/* line-height: 2; */
margin-left: 2px;
margin-top: 5px;
margin-bottom: 5px;
text-align: left;
padding: 15px;
}


/* Header */
#header {
	width: 900px;
	height: 173px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}

#header h1 {
	position: relative;
	text-align: right;
}

/*
#header p.title {
	color: white;
	line-height: 1.8;
	position: relative;
	z-index: 2;
	text-align: right;
}
*/

#header-in {
	position: absolute;
	width: 900px;
	height: 119px;
	bottom: 0;
	left: 0;
	background: #005481 url('/images/new-header-bg.gif') no-repeat 0 0;
}

#header-in p {
	font: 2.1em Georgia, "Times New Roman", Times, serif;
	color: white;
	position: absolute;
	top: 34px;
	left: 175px;
	letter-spacing: 1px;
}

.bar {
	width: 900px;
	height: 12px;
	background: #2B2B2B url('/images/new-bar.gif') no-repeat 0 0;
}

/* #################################################### */
/* #################################################### */
/* Menu */
/* #################################################### */
/* #################################################### */
#menu {
	position: absolute;
	top: 20px;
	left: 0px;
	/*z-index: 3;*/
}


#menu ul {
	list-style: none;
	float: left;

	width: 85px;
	
	border-left: 1px solid black;
	margin-left: 0px;
	padding-left: 0px;
	
}

#menu ul.top {
	border-left: 0px; /* top menu entries shouldn't have a border */
	padding-left: 0px;
	margin-right: 10px;
}

#menu ul.wide {
	width: 115px;
}

/* #################################################### */
/* Set up the formatting for all menu entries */
#menu a, #menu h2 {
	color: #FFFFFF;
	
	display: block;
	list-style-type: none;

	text-align: left;
	padding-left: 5px;
	
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	
	/*
	margin: 10px;
	padding: 2px 3px;
	line-height: 30px;
	height: 31px;
	*/
}

#menu h2 {
	text-transform: uppercase;
}

#menu a {
}

#menu a:hover, #menu a.active  {
	color: #FFFFFF;
	background-color: #0D0D0D;
	text-decoration: none;
}

/* For high boxes */
#menu ul a.high,
#menu ul h2.high
{
	/* Make the top level menu entries have larger boxes. */
	line-height: 24px;
	height: 30px;

	text-align: center;
	padding-left: 0px;
}

/* #################################################### */
/* XXX added */
/* Needed to make the nested ul elements inherit their
 * position from their parents.
 */
#menu li {
	position: relative
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

/* #################################################### */
/* XXX added */
/* Needed to make the first level entries appear above
 * any text that may be under them.
 */
#menu ul ul {
	position: absolute;
	z-index: 500;
}

/* #################################################### */
/* XXX added */
/* Make sure that only the necessary sub-menus are shown,
 * and make sub-menu entry sizes different from main menu
 * entries.
 */

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
	width: 115px;
}
	
/* #################################################### */
/* XXX added */
/* Have brighter colors for each sub-menu. */

#menu ul {
	background-color: #2D2D2D;
}

#menu ul ul {
	background-color: #383838;
}

#menu ul ul ul {
	background-color: #484848;
}

/* #################################################### */
/* Put a right arrow to the menu entries with a rightarrow
 * class
 */
#menu ul li a.rightarrow,
#menu ul li h2.rightarrow
{
	background-image: url("/images/new-arrow-right.png");
	background-position: right center;
	background-repeat: no-repeat;
}

/* Similarly, put a down arrow for downarrow... */
#menu ul li a.downarrow,
#menu ul li h2.downarrow
{
	background-image: url("/images/new-arrow-down.png");
	background-position: right center;
	background-repeat: no-repeat;
}

/* #################################################### */
/* Set up the border color of the menu entries */
#menu ul a,
#menu ul h2
{
	border-top: 2px solid black;
}

/* A hovered on menu entry has a blue border color */
#menu a:hover,
#menu h2:hover,
#menu a.active,
#menu h2.active
{
	border-top: 2px solid #00A7ED;
}

/* #################################################### */
/* #################################################### */
/* #################################################### */

/* Content and columns */

.content {
width: 900px;
background-color: white;
}

.column-left {
float: left;
width: 66%;
text-align: left;
}

.column-right {
float: right;
width: 33%;
text-align: center;
}

.column-left-in {
margin: 1.3em 1em 3em 1.5em;
}

.column-right-in {
margin: 1.3em 2.8em 3em 2em;
}


/* Column right list */

.column-right ul {
margin: 10px 10px 0 20px;
list-style-type: none;
}

.column-right ul li {
display: block;
}

.column-right ul li a, .column-right ul li a:visited {
color: #3A3A3A;
font-weight: normal;
text-decoration: none;
display: block;
padding: 10px 0;
border-bottom: 1px solid #CECECE;
}

.column-right ul li a:hover, .column-right ul li a.active {
color: black;
font-weight: bold;
border-bottom: 1px solid #00A7ED;
}


/* Column left two boxes */

.box1 {
float: left;
background-color: #E3F4FF;
border: 1px solid #7EC6F6;
width: 270px;
margin: 20px 13px 0 0;
}

.box2 {
float: left;
background-color: #E6FCCB;
border: 1px solid #9ECB64;
width: 270px;
margin: 20px 0 0 0;
}

.box1-in, .box2-in {
margin: 0.4em 0.8em 1.3em 0.8em;
}

.box1 p, .box2 p {
line-height: 1.5;
}

.box1 p.more, .box2 p.more {
position: relative;
top: 6px;
left: 200px; 
}

.box1 p.more a, .box1 p.more a:visited {
color: #005083;
}

.box2 p.more a, .box2 p.more a:visited {
color: #2F6900;
}


/* Footer */

#footer {
width: 900px;
height: 110px;
background: #2B2B2B url('/images/new-footer-bg.gif') no-repeat 0 0;
border-bottom: 3px solid #101010;
}

#footer a:link, #footer a:visited {
color: #FFFFFF;
font-weight: normal;
}

/*
#footer ul {
list-style-type: none;
color: #FFFFFF;
padding: 13px 0 0 10px;
text-align: left;
font-size: 0.9em;
float: left;
width: 430px;
}*/

/*
#footer ul li {
float: left;
display: inline;
white-space: nowrap;
}*/

/*
#footer ul li a, #footer ul li a:visited {
margin: 0 6px;
}*/


/*
#footer p.cop {
font-size: 0.9em;
color: #FFFFFF;
float: right;
padding: 12px 16px 0 0;
margin: 0;
line-height: 1.6;
}*/

#footer p.footText {
color: #FFFFFF;
font-size: 0.9em;
}


/* Mantis-a templates backlink */

p.mantis-a {
color: #C0C0C0;
font-size: 0.9em;
margin: 7px 8px 10px 0;
line-height: 1;
text-align: right;
}

p.mantis-a a, p.mantis-a a:visited {
color: #C0C0C0;
font-weight: normal;
}

p.mantis-a a:hover {
color: #FFFFFF;
}


#commercial-link, a:visited#commercial-link {
font-weight: bold;
color: #FCFCFC;
}
