@charset "UTF-8";
/* CSS Document */

/* *************** COLOR SCHEMA *****************
#5B8689 - Background, Menu
#C1D8D7 - Left column background
#217F78 - Headers
#87B5B1 - Thin lines around the blocks
#D8E5E4 - Middle column background
#EEF4F4 - Right column background
-------------------------------------------------
REQ FOR MENU:
#CED7CD - First level
#5F8D95 - 1st Level over, 1st level selected, 2nd level
#206271 - 2nd level over, 2nd level selected
*************************************************/


/* ***************** LAYOUT ******************* */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5b8689;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 797px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c1d8d7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #c1d8d7;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
#header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
	background-image: url(images/header-piano.jpg);
	background-position: top left;
} 
#mmenu { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	margin-left: 0px;
	background-color: #87b5b1;
} 
#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	color:#006666;
	font-size: 18px;
	text-transform: uppercase;
	text-align: right;
}
#sidebar1 {
	float: left;
	margin: 0px;
	padding: 0px;
}
#sidebar2 {
	float: right;
	margin: 0px;
	padding: 0px;
}
#mainContent { 
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	background-color: #d8e5e4;
} 

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5b8689;
} 
#footer p {
	margin: 0; 
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ===========================================================
    LEFT block styles
============================================================== */

.leftblock {
	margin: 0px 0px 4px 0px;
	padding: 20px;
	border-bottom: 1px solid #dfe7e7;
}

.leftblock p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 13px;
}
.leftblock h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}
.leftblock h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 5px;
}
.leftblock h3, .leftblock h4, .leftblock h5, .leftblock h6, .leftblock h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #217f78;
	margin-top: -5px;
}
.leftblock img {
	border: 1px solid black;
	margin: 0px 0px 0px 0px;
	margin-bottom: 10px;
}
.leftblock img.icon {
	border: none;
	float: none;
	margin: 0;
	text-decoration: none;
	margin-bottom: -3px;
}

.leftblock h1.alignright, .leftblock h2.alignright, .leftblock h3.alignright, .leftblock p.alignright, .leftblock img.alignright {
	text-align: right;
}
.leftblock h1.aligncenter, .leftblock h2.aligncenter, .leftblock h3.aligncenter, .leftblock p.aligncenter, .leftblock img.aligncenter {
	text-align:center;
}

/* ===========================================================
    MIDDLE block styles
============================================================== */
.midblock {
	margin: 0px;
	padding: 20px;
	border-top: solid 1px #87b5b1;
}
.midblock p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
}

.midblock h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #217f78;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}
.midblock h3, .midblock h5, .midblock h6, .midblock h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #217f78;
	margin-top: -5px;
}
.midblock h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #217f78;
	margin-top: -5px;
}
.midblock h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #217f78;
	margin-top: 0px;
	margin-bottom: 5px;
}
.midblock table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.midblock table p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
.midblock table td {
	padding-bottom: 10px;
}
div.midblock .signature {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style:italic;
	text-align: right;
	margin-left: 10px;
	margin-top: -5px;
}
.midblock img {
	float: left;
	margin: 3px 20px 10px 0px;
	border: 1px solid #000;
}

.midblock img.icon {
	border: none;
	float: none;
	margin: 0;
	text-decoration: none;
	margin-bottom: -3px;
}

.midblock img.alignright {
	float: right;
	margin: 3px 0px 10px 20px;
}

.midblock h1.alignright, .midblock h2.alignright, .midblock h3.alignright, .midblock p.alignright {
	text-align: right;
}
.midblock h1.aligncenter, .midblock h2.aligncenter, .midblock h3.aligncenter, .midblock p.aligncenter {
	text-align:center;
}

/* minimum height of the middle block */
/* for understanding browsers */
#minheight {
	min-height:600px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html .#minheight {
	height: 600px;
}
/**/

/* ===========================================================
    RIGHT block styles
============================================================== */

.rightblock {
	background-color: #eef4f4;
	margin: 0px;
	padding: 20px;
	border-bottom: solid 1px #87b5b1;
}
.rightblock p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
}
.rightblock h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #217f78;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}
.rightblock h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #217f78;
	margin-top: -5px;
}
.rightblock h3, .rightblock h4, .rightblock h5, .rightblock h6, .rightblock h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #217f78;
	margin-top: 0px;
	margin-bottom: -5px;
}
.rightblock img {
	border: 1px solid black;
	margin: 0px 0px 0px 0px;
	margin-bottom: 10px;
}

.rightblock img.icon {
	border: none;
	float: none;
	margin: 0;
	text-decoration: none;
	margin-bottom: -3px;
}

.rightblock img.alignright {
	float: right;
	margin: 3px 0px 10px 20px;
}

.rightblock h1.alignright, .rightblock h2.alignright, .rightblock h3.alignright, .rightblock p.alignright, .rightblock img.alignright {
	text-align: right;
}
.rightblock h1.aligncenter, .rightblock h2.aligncenter, .rightblock h3.aligncenter, .rightblock p.aligncenter, .rightblock img.aligncenter {
	text-align:center;
}

/* ===========================================================
    FRAMED PICTURE block styles
============================================================== */

div.caption {
	background-color: #5b8689;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}	
div.caption img {
	float: none;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	display: block;
}
div.caption p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	margin: 0px;
	margin-right: 15px;
}

.caption a {
	text-decoration: none;
	color: #fff;
}
.caption a:hover {
	color: #CCC;
}
div.caption img {
	border: none;
}

/* ===========================================================
    MORE block styles
============================================================== */

.more {
	margin-top:0px;
	margin-bottom: 10px;
}
.more, .more a {
	margin: 0px;
	padding-left: 30px;
	text-align: right;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #003333;
}
.more a:hover {
	color: #666;
}


/* ===========================================================
    LISTS styles
============================================================== */

.leftblock ul, .midblock ul, .rightblock ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 25px;
	padding-left: 0px;
}
.leftblock li, .midblock li, .rightblock li {
	margin-top: 3px;
}


/* ===========================================================
    LEFT MENU styles
============================================================== */

#leftmenulist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#leftmenulist a, #leftmenulist a:active {
	margin: 0px;
	display: block;
	padding: 5px;
	background-color: #5f8d95;
	border-bottom: 1px solid #c1d8d7;
	color: #ddd;
	text-decoration: none;
	font-size: 13px;
}
#leftmenulist a:hover {
	background-color: #1F6271;
	color: #fff;
}
#leftmenulist a.chosenleft {
	background-color: #327484;
	color: #fff;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:798px; height:30px; font-size:0.85em; position:relative; z-index:100; font-family:Arial, Helvetica, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:798px; w\idth:798px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0;list-style-type:none; font-weight:normal;}
.menu ul ul {width:179px; font-weight: normal;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:114px;position:relative;}
/* top level menu tune-ups */
.menu ul li a {padding-left:5px; padding-right:5px; text-align:center;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-size:13px;text-decoration:none; color:#000; width:103px; height:28px; border:1px solid #87b5b1; border-width:1px 0 1px 0px; background:#d8e5e4; padding-left:5px; padding-right: 5px; line-height:27px; }

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:114px; w\idth:103px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#217f78 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#64503d;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#64503d;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:-1px; width:201px;border-top:1px solid #87b5b1;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:29px;}

/* position the third level flyout menu */
.menu ul ul ul{left:200px; top:-1px; width:200px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-200px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#5F8D95; color:#ddd; height:auto; line-height:1em; padding:5px 10px; width:179px;border-width:0 1px 1px 1px; text-align:left;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:179px;}

/* style the top level hover */
.menu a:hover {color:#ddd; background:#5F8D95;}
.menu ul ul a:hover {color:#ddd; background:#206271;}
.menu :hover > a {color:#fff;background:#5F8D95;}
.menu ul ul :hover > a {color:#fff;background:#206271;}
#chosen a {color:#ddd; background:#5F8D95;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

[if IE]> 
/* place css fixes for all versions of IE in this conditional comment */
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
