body { padding:0; background:#F9F5E9; color:#000; text-align:center; font: 13px/1.4em arial, verdana, sans-serif; }

pre {font-size:11px;}
code {font-size:12px;}

a:link { color: #633; }
a:hover { color: #F63; }

a.address:link { color: #F00; font-size: 12px; font-weight: normal; }
a.address:hover { color: #F93; }


#nav_column { background: #d6cfa8; vertical-align: top; padding-top: 44px; width: 153px; border-top: 8px solid #F9F5E9; border-right: 8px solid #F9F5E9; }
#left_column { padding-right:0px; padding-left:0px; background: #B5AA98; height: 500px; vertical-align: top; padding-top: 22px; }
#cel_main { background: #e9e4ca url(../images/bg_maincel.jpg) top; height: 500px; vertical-align: top; padding: 22px 22px 5px 5px; text-align: left; font-size: 13px; width: 729px; border-top: 8px solid #F9F5E9; }
.cel_header { background: url(../images/header.jpg) no-repeat; vertical-align: top; text-align: left; height: 123px; width: 915px; }
.cel_slidshow { width: 640px; }
.cel_green { background: #647c58; width: 222px; border: 1px solid #FFF; height: 400px; font: 11px Arial, Helvetica, sans-serif; color: #FFF; padding: 8px; }
.cel_title {
	width: 155px;
	font-size: 18px;
	font-weight: bold;
}
.cel_text {
	color: #333;
	vertical-align: top;
	font: 14px/1.7em Arial, Helvetica, sans-serif;
	padding-right: 26px;
	padding-bottom: 22px;
	padding-left: 26px;
	text-align: left;
}

#wrapper { width:1000px; margin:0 auto; text-align:left; }
#header { width:900px; height:169px; background:url(../NEW/images/header.jpg) no-repeat; position:relative; }

ul.square { color: #333; font-weight: bold; list-style: url(../NEW/images/arrow_list.gif); line-height: 1.6em; margin-left: 22px; margin-right: 22px; font-size: 12px; }
ul.square2 { color: #333; font-weight: bold; list-style: url(../NEW/images/arrow_list.gif); line-height: 2em; margin-left: 22px; margin-right: 22px; font-size: 14px; }
ul.circle { color: #333; font-weight: bold; margin-left: 22px; margin-right: 22px; font-size: 12px; list-style: disc; }
ul.pdficon { color: #333; font-weight: bold; list-style: url(../NEW/images/pdf2.gif); line-height: 3em; margin-left: 22px; margin-right: 22px; font-size: 14px; }




.font_page_title { font-size: 22px; font-weight: bold; color: #B5AA98; font-family: Tahoma, Geneva, sans-serif; }
.font_red { font-size: 22px; font-weight: bold; color: #F00; font-family: Tahoma, Geneva, sans-serif; }
.font_section_title { font-size: 16px; font-weight: bold; color: #53103C; }
.font_section_title_small {
	color: #333;
	font: italic bold 15px Arial, Helvetica, sans-serif;
}
.font_red_small { font-size: 11px; font-weight: bold; color: #53103C; }
.font_sub_section { font-size: 13px; font-weight: bold; color: #000; }
.font_small { font-size: 10px; line-height: 1em; }
.font_bold_grey { font-weight: bold; color: #444; }
.font_like_cel_text { color: #333; font: 12px/1.7em Arial, Helvetica, sans-serif; }

#foot { width:900px; background:#d6cfa8; text-align:center; padding:8px 0; font: 11px Arial, Helvetica, sans-serif; color: #F4ECE1; border-top: 8px solid #F9F5E9; }
#foot p {float:left; padding:0 0 0 15px; margin:0; font-size:9px; color:#444;} 

a.footer:link { color: #630; }
a.footer:hover { color: #F63; }

.clear {display:block; height:0; overflow:hidden; clear:both;}
.float_left {float:left; padding:0 10px 0 0;}
.bold {font-weight:bold;}
.red {color:#c00;}

/* THIS BEGINS THE  FLYOUT MENU CODE*/
#menu { 
} 


#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 0;
	padding-left: 7px;
	height: 33px;
	line-height: 16px;

}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
	color: #363;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	background-image: url(../images/nav_off.jpg);
	padding-right: 11px;
}

#menu a:hover { color: #000000; background: #A4C493; 
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {  /* this  part regulates the widtth and position of the flyout menu */
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 150%; /* width of the flyout - based on the containing block */
	background-color: #FCE892;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}


div#menu ul ul ul,   /* this affects whether or not the flyout will appear when not rolled over - thus NONE for the display property*/
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*  THIS ENDS THE FLYOUT MENU CODE */
