﻿body {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	background: #f3f3f3;
	padding-bottom: 0px;
	margin: 0px;
	margin-top: 10px;
	color: #666;
	padding-top: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
}
div, img {
	border:0;
}
.textHeader { font-size:14px;}

.siteMap { list-style: circle outside; margin-top:1px; color:#8f479b} 

a, a:visited { color:#717375; text-decoration:none; }

.fusionTextColor, a:hover, .fusionTextColorLink:visited, .fusionTextColorLink,.fusionTextColorLink:hover { color:#8f479b; }

h3 { color:#8f479b; font-size:18px; margin:0px; }

h1 {  font-weight:normal; margin:0px; font-size:1.2em; border:0px}

#mainCell { 
	border-right: #aaa 1px solid;
	border-top: #aaa 1px solid;
	font-size: 1.2em;
	border-left: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	margin: 0px auto;
	width: 974px;
	height:740px;
	position: relative;
	background: #fff;
	overflow:visible;
}
#mainBanner {
	padding-top:10px;
	float: left;
	width: 974px;
	text-align:center;
}
#mainContent {
	clear: both;
	background-color: #ffffff;
}
#mainNavigation {
	clear: both;
	padding-right: 60px;
	padding-left: 60px;
	*padding:0 40px 0 40px;
	z-index: 95;
	background: #ffffff;
	padding-bottom: 0px;
	padding-top: 2px;
	position: relative;
	height: 25px;
}
#textCellL1 {
	width: 600px;
	height:510px;
	background:url(./images/layoutBorders_01.gif);
	float:left;
}
#textCellL1 ul {
  list-style: none;
}
#textCellR1 {
	width: 374px;
	height:329px;
	background:url(./images/layoutBorders_02.gif);
	float:right;
	padding-right:0px;
  text-indent:2px;
}
#textCellR1 ul {
  list-style: none;
  text-align:center;
  margin:0; padding:0 0 20px 10px;
  width:330px;
  line-height:1.2em;

}
#twitter {
float:left;
}

#textCellR2 {
	width: 374px;
	height:181px;
	background:url(./images/layoutBorders_03.gif);
	float:right;
	.right {float:right; margin:0 0 4px 4px;}
	

}
#textCellR2 ul {
list-style-type:none;
}



.internalText {
	padding:15px;
	text-align:justify;
}

/* \*/
* html .internalText h2 {
overflow: hidden;
width: 50%;
o\verflow: visible;
w\idth: auto;
he\ight: 1px;
word-wrap: normal; font-size:11px; font-style:italic; font-weight:normal;
}
/* */

.internalText h2 {
font-size:11px; font-style:italic; font-weight:normal;
}
#mainFooter {
	font-size: 1em;
	color:#c1c1c1;
	width:974px;
}
#mainFooterLeft {
	float: left;
	margin-top:0px;
	width: 600px;
	text-align: left;
}
#mainFooterRight {
	float: right;
	margin-top:5px;
	width: 374px;
	text-align: right;
}
/* ================================================================ 
CSS Styles for dropdown menu
=================================================================== */
.menu {
	width:850px;
	height:20px;
	position:relative;
	z-index:100;
	border:0;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:850px;
	w\idth:850px;
}
/* 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:140px;
}
/* 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:140px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#777;
	width:135px;
	height:21px;
	border:0;
	background:#ffffff;
	padding-left:10px;
	line-height:19px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:170px;
	w\idth:160px;
	*width:130px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#c9ba65;
}
.menu ul ul :hover > a.drop {
	background:#c9ba65;
}
/* 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:21px;
	left:0;
	width:170px;
	border:0;
	*width:130px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:-10px;
	left:0;
	border-collapse:collapse;
	;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#fff;
	color:#777;
	height:auto;
	line-height:1em;
	padding-top:3px;
	padding-bottom: 3px;
	width:160px;
	border: 0;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited { 
	width:160px;
	w\idth:140px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#8e469c;
	background:#fff;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#8e469c;
	background:#fff;
}
/* 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;
}
/* ================================================================  */
/* another hack for IE5.5 */





