@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	background-color:#CCC;
}
#wrapper{
	margin:0 auto;
	background-color:#FFF;
	text-align:left;
	width:960px;
	font-family:Gill Sans MT;
	font-size:14px;
	border:1px solid #333;
}
#HeadingPane{
	padding: 0 12px;
	font-size: 12px;
}
#LeftPane{
	padding: 0 12px;
	color: #000;
}
#RightPane{
	padding: 0 12px;
}
#footer{
	width:75%;
	border-top:1px solid #6F8AA7;
	margin: 0 auto;
	text-align:center;
	font-size:12px;
}
h1{
	margin:8px 0;
	font-size:20px;
}
h2{
	margin:6px 0;
	font-size:16px;
}
p{
	padding:0;
	margin:6px 0;
	font-family: "Gill Sans MT";
	font-size: 18px;
}


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#Menu, #Menu ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#Menu li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#Menu li li { /* all items under the top level */
	z-index: 11113;
}

#Menu a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#Menu li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#Menu li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#Menu li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#Menu li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#Menu li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#Menu li:hover ul ul, 
#Menu li:hover ul ul ul, 
#Menu li.sfhover ul ul, 
#Menu li.sfhover ul ul ul {
	left: -9999px;
}

#Menu li:hover ul, 
#Menu li li:hover ul, 
#Menu li li li:hover ul, 
#Menu li.sfhover ul, 
#Menu li li.sfhover ul, 
#Menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#Menu iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

#Menu{ /* all submenu lists */
	height: 34px;
	_height: 32px;
	width:748px;
	line-height: 12px;
	background-color: #336699;
	text-align:left;
}

#Menu li { /* all list items */
	width: 144px;
	height: 34px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 34px;
	_height: 32px;
	/* end hack */
}

#Menu a { /* all links within the menu wrapper */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
	text-transform:capitalize;
	letter-spacing: 1px;
	color: #fff;
	background-color: transparent;
	padding: 11px 15px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 32px;
	/* end hack */
}

#Menu li a:hover {
	padding: 11px 15px;
	color: #FFDC00;
	background-color: #3F7EBE; 
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 32px;
	/* end hack */
}
