body {
	font-family: Arial;
	font-size: 12px;
}
a img { border: 0 none; margin-bottom:5px; }
div#container {
	width: 800px;
	padding: 10px;
}
h1, h2, h3, h4 {
	color: #4871B2;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}
div#content-left p {
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h2.sIFR-replaced a, a {
	text-decoration: none;
	color: #4871B2;
	font-weight: normal;
}
div#nav {
	margin: 0px 0px 10px 0px;
}
div#content-left {
	float: left;
	width: 380px;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px #CCCCCC solid;
	line-height: 17px;
}
div#content-right-top, div#content-right-middle {
	height: 135px;
	border-bottom: 1px #CCCCCC solid;
}
div#content-right-middle {
	height: 130px;
}
div#content-right-bottom {
	height: 100px;
	border-bottom: 1px #CCCCCC solid;
}
div#content-left-bottom-left, div#content-left-bottom-right {
	float: left;
	width: 100px;
}
div#content-left-bottom-left {
	border-right: 1px #CCCCCC solid;
}
/*
div#content-left-bottom-left {
	padding: 0px 0px 0px 15px;
	margin: 0px 30px 0px 0px;
	width: 215px;
}
div#content-left-bottom-right {
	padding: 0px 5px 0px 8px;
	margin: 0px 5px 0px 0px;
	width: 230px;
}
*/
div#content-right-top ul, div#content-right-middle ul, div#content-right-bottom ul, div#content-left-bottom ul {
	margin: 0px;
	padding: 0px;
}
div#content-right-top ul li, div#content-right-middle ul li, div#content-right-bottom ul li, div#content-left-bottom ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}
div#content-left-top {
	border: 1px #4871B2 solid;
	padding: 5px 15px 15px 20px;
	height:477px;
}
div#content-right {
	float: left;
}
ul.sub-menu {
	padding: 0px;
	margin: 0px;
	background: none;
}
ul.sub-menu li {
	display: inline;
	list-style-type: none;
}
ul#cs-sub-menu {
	float: left;
}
ul#cs-sub-menu li {
	display: block;
	background-color: #FFFFFF;
	margin: 10px 0px 10px 0px;
	z-index: 10;
}

ul.sub-menu li a, ul.sub-menu li a:visited {
	padding: 5px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}
ul.sub-menu li a:hover {
	color: #4871B2;
}
ul.shape-list {
	margin: 222px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
ul.shape-list li {
	height: 190px;
	margin: 0px 0px 25px 0px;
}
ul.shape-list li .shape-title {
	font-weight: bold;
	color: #4871B2;
}

#navigation { width:600px; height:100px; margin-top:10px; }
#navigation div { display:block; float:left; font:normal 21px "Optima, Copperplate Gothic Bold";}
#navigation div span { color:#4871b2; text-decoration:none; cursor:pointer; }
#navigation div span.faded { color:#BBBBBB; }
#navigation div span label { display:block; float:left; height:100%; margin-right:7px; padding-bottom:10px; font-size:75px; }
#navigation div span p { width:auto; padding-top:20px; font:normal 18px "Optima"; line-height:1; }
            
/* Styles for non-IE browsers */
html>/**/body #learn-more-title { padding-top:0; }
html>/**/body #learn-more-text p { margin:15px 0; }
html>/**/body #navigation div p { width:150px; padding-top:0; }



/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:800px; height:32px; position:relative; z-index:100; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:155px;}
/* 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:155px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#000000; /*width:155px;*/ height:30px; padding:0px; margin:0px; background:#FFFFFF; text-align:center;  line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:155px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#FFFFFF;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* 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:31px;left:0; width:155px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

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

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

/* 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:#F3F3F3; color:#000; height:auto; text-align:center; line-height:1em; padding:5px 0px 5px 0px; /*width:155px;*/ border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:155px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#4871B2; background:#FFFFFF;}
.menu :hover > a, .menu ul ul :hover > a {color:#4871B2; background:#FFFFFF;}

/* 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;}


.menu li {
	border-right: 1px solid #CCCCCC;
	width: 120px;
}
.sub-menu li {
	border-right: none;
	background-color: #F3F3F3;
}
.sub-menu, .sub-menu li a {
	background-color: #F3F3F3;
}
.main-menu li.last {
	border-right: none;
}
.main-menu li.first {
	width: 175px;
}











/* ================================================================ 
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/simple_vertical.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.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {position:relative; height:25px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
.menu, .menu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#000000; /*width:155px;*/ height:30px; padding:0px; margin:0px; background:#FFFFFF; text-align:center;  line-height:29px; font-weight:bold;}

/* Set up the sub level borders */
.menu li ul li a, .menu li ul li a:visited {border-width:0 1px 1px 1px;}
.menu li a.enclose, .menu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
.menu li {float:left;}

/* For Non-IE browsers and IE7 */
.menu li:hover {/*position:relative;*/}
/* Make the hovered list color persist */
.menu li:hover > a {background:#FFFFFF; color:#4871B2;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
.menu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
.menu li:hover > ul {display:block; position:absolute; top:51px; left:10px; /*padding:5px 5px 3px 3px;*/  background:transparent url(transparent.gif); /*background:#b8040d;*/ width:130px;}
/* Position the first sub level beneath the top level liinks */
.menu > li:hover > ul {left:0px; top:30px;}


/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html .menu li a:hover {position:relative; background:#FFFFFF; color:#4871B2;}

/* For accessibility of the top level menu when tabbing */
.menu li a:active, .menu li a:focus {background:#FFFFFF; color:#4871B2;}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html .menu li ul {visibility:hidden; width:135px; display:block; position:absolute; top:-11px; left:80px; /*padding:5px 5px 5px 5px; background:#b8040d;*/}

/* keep the third level+ hidden when you hover on first level link */
.menu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
.menu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
.menu li a:hover ul {
visibility:visible; left:-30px; top:30px; lef\t:-1px; to\p:23px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
.menu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
.menu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
.menu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */


.menu ul ul {
	margin: -22px 0px 0px -10px;
}
