* {
	-moz-outline: none;
}

body,table{
	line-height:18px;
}
.website {
	margin: 0px;
}
.home {
	line-height: 18px;
	background: #FFFFFF url(../images/design/home_back.gif) top left repeat-x;
	margin: 0px;
	font-family: Verdana;
	font-size: 8pt;
}
td {
	font-family: Verdana;
	font-size: 8pt;
}
.shadow_left {
	background: url(../images/design/shadow_left.gif) top right no-repeat;
}
.shadow_right {
	background: url(../images/design/shadow_right.gif) top left no-repeat;
}
.home_spacer {
	background: url(../images/design/home_spacer.gif) top center no-repeat;
}
.link_arrow {
 	border: 0px;
}
a.news_link:link, a.news_link:visited {
	text-decoration: none;
	font-weight: bold;
	color: #525567;
}
a.news_link:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.copyright_link:link, a.copyright_link:visited {
	text-decoration: none;
	color: #aaaaaa;
}
a.copyright_link:hover {
	text-decoration: none;
	color: #aaaaaa;
}
a.link:link, a.link:visited {
	text-decoration: none;
	color: #000000;
}
a.link:hover {
	text-decoration: underline;
	color: #000000;
}
.home_banner {
	width: 170px;
	background: f4f5f6;
	text-align: left;
	padding: 8px;
	margin-right: -10px;
}
.copyright {
	vertical-align: bottom;
	color: #aaaaaa;
}
h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Times New Roman;
	font-size: 18px;
} 

body, html {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/design/back.gif) transparent repeat-x top left;
}

#globalWrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-style: solid;
	border-color: #000;
}

#header {
	position: relative;
	margin-left: -1px;
}


#nav {
	list-style: none;
	margin: 0; padding: 0;
	font: bold 80% 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	overflow: auto;
	zoom: 1;
	background: url(../images/design/nav_back.gif) #9799aa repeat-x 0 0;
}

#nav li {
	margin: 0; padding: 0 2px 0 0;
	display: block;
	text-transform: uppercase;
	width: 135px;
	float: left;
	background: url(../images/design/nav_div.gif) transparent repeat-x 0 100%;
}

#nav li a {
	display: block;
	position:relative; 
	color: #fff; 
	text-align: center;
	text-decoration: none;
	background: url(../images/design/nav_back.gif) #9799aa repeat-x 0 0;
	color:#fff; 
	height: 40px;
}

#nav li a:hover {
	background: url(../images/design/nav_back_hover.gif) #ffcf41 repeat-x 0 0;
}


#nav li.selected a {
	color: #000;
	background: url(../images/design/nav_back_select.gif) #afb1c1 repeat-x 0 0;
}

#nav li a span { 
	position: absolute; 
	display: block; 
	width: 135px;
	top: 16px; 
}

#nav li.long a span { 
	top: 6px !important; 
}

#nav li a:before { 
	display: block; 
	padding: 1px; 
	content: attr(title); 
	color: #000;  
	padding-top: 13px;
}

#nav li a.select:before { 
	color: #fff;
}

#nav li.long a:before { 
	padding-top: 7px !important;
}
 

#nav li ul { /* second-level lists */
	padding: 1px 0 0 0;
	margin: 0;
	position: absolute;
	background: #fff;
	width: 13em !important;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #ffbf00;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -28px 0 0 13em;
}

#nav li ul li {
	width: 13em;
	background: #fff;
	padding: 0 !important;
	border-bottom: 1px solid #ffbf00;
}

#nav li ul li a {
	padding: 6px;
	background: url(../images/design/nav_back_select.gif) #ffc004 repeat-x 0 0;
	color: #000;
	text-align: center;
	text-transform: none;
	height: auto !important;
}

#nav li ul li.children a {
	padding-right: 16px;
	background: url(../images/design/nav_back_select_children.gif) #ffc004  no-repeat right top;
}

#nav li ul li a:hover {
	background: #ffc004 !important;
}

#nav li ul li.children a:hover {
	background: url(../images/design/nav_back_select_children_hover.gif) #ffc004  no-repeat right top  !important;
}

#nav li ul li ul {
	border: 1px solid #a2a2a2;
}

#nav li ul li ul li {
	border-bottom: 1px solid #a2a2a2;
}

#nav li a {
	white-space: nowrap;
	overflow: hidden;

}

#nav li ul li.children ul li a {
	background: url(../images/design/nav_back_hover.gif) #aeb1c0 repeat-x 0 0;
}

#nav li ul li ul li a:hover,
#nav li ul li.children ul li a:hover {
	background: #aeb1c0 !important;
}

#nav li ul li a:before { 
	display: none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav  li.hover {
    position: static;
}

#contentWrapper {
	clear: both;
}

#sidebar {
	width: 176px;
	padding: 12px;
	float: left;
}

#sidebar ul {
	font: bold 70% Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	display: inline;
}

#sidebar li a {
	width: 100%;
	margin: 4px 0 0 0;
	display: block;
	padding: 6px;
	color: #000;
	text-decoration: none;
}

/* SIDEBAR FIRST LEVEL */

#sidebar li a {						/* default */
	/* yellow image */
	border: 1px solid #ffbf00;
	background: url(../images/design/nav_back_select.gif) #ffc004 repeat-x 0 0;
}

#sidebar li.children a {			/* default, has children */
	/* yellow image with arrow */
	background: url(../images/design/nav_back_children.gif) #ffc040 no-repeat top right;
}

#sidebar li.children a:hover,		/* hover, has children */
#sidebar li.children.selected a {	/* selected, has children */
	/* yellow image with arrow */
	background: url(../images/design/nav_back_children_hover.gif) #ffc040 no-repeat top right;
}

#sidebar li a:hover,				/* hover */
#sidebar li.selected a {			/* selected */
	/* yellow */
	background: #ffc004;			/* yellow */
}

/* SIDEBAR SECOND LEVEL */

#sidebar li.children.selected ul li a {	/* default */
	font-size: 120%;
	border: 1px solid #a2a2a2;
	background: url(../images/design/nav_back_hover.gif) #aeb1c0 repeat-x 0 0;
}


#sidebar li.children.selected ul li a:hover,				/* hover */
#sidebar li.children.selected ul li.selected a{			/* selected */
	background: #aeb1c0;
}

/* collaps level 2 */
#sidebar li ul {
	display: none;
}

/* expand selected level2 */
#sidebar li.selected ul {
	display: block;
}


/* CONTENT */

#content {
	margin-top: 1px;
	width: 760px;
	float: left;
}

#content.home {
	width: 99% !important;
	float: none !important;
}

.clear {
	clear: both;
}

#footer {
	padding: 12px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	width: 99%;
}

#meta {
	position: absolute;
	display: block;
	top: 150px;
	left: 26px;
	padding: 10px;
	padding-top: 5px;
	z-index: 120;
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#meta a {
	color: #fff;
}

#footer p.copyright {
	float: right; 
}

#footer a {
	color: #a2a2a2;
}

#footer a:hover {
	color: #000;
}
 