/*css document*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

* html {
	margin: 0;
	padding: 0;
}

a {
	color:#CE0031;
}

h2 {
 	font-size: 1.3em;
	margin-bottom: 1.2em;
	font-weight: bold;
	padding-bottom: 0.4em;
	background: url(gfx/colors.gif) -84px 100% repeat-x;
 	color:#CE0031;
}

h3 {
	font-weight:normal;
	font-size:17px
}

h3.elerh {
	color:#CE0031;
}

ul {
	padding-left:20px;
	list-style:square;
}

ol {
	padding-left:25px;
}

#pages {
	width:980px;
 	margin: auto;
	height:100%;
	color: #555555;
	font-family: Caslon,'helvetica neue',arial,verdana,sans-serif;
	font-size: 10pt;
}

#header {
	width:980px;
	height:150px;
	color: #636563;
	font-size:11px;
}

#header a {
	color: #636563;
	text-decoration: none;
}

#first_header {
	margin-top:10px;
}

#first_header_left {
	float:left;
}

#first_header_right {
	float:right;
	text-align:right;
	line-height:2.2;
}

#first_header_right a {
	color:#636563;
	text-decoration:none;
}

#first_header_right a:hover {
	color:#636563;
	text-decoration:underline;
}

#header_img {

}

/*********************************/

#header_menu {
	padding-top:8px;
	float: right;
}

#header_menu ul {
	list-style:none;
}

#header_menu ul li {
	float:left;
	padding-top: 8px;
	padding-left: 2px;
	padding-bottom: 8px;
	height: 17px;
}

#header_menu ul li a {
	text-decoration:none;
	color:#313031;
	font-size:12px;
	padding:6px;
	background-repeat:no-repeat;
	background-color:#F7F3F7;
	border: 1px solid #E7E7E7;
}

/*
*html #header_menu ul li a {
	height: 1%;
	display:block;
	border: 1px solid red;
}
*/

#header_menu ul li:hover{
	background-color:#FFFFFF;
}

#header_menu ul li a:hover{
	background-color:#FFFFFF;
	color:#CE0031;
}

#header_menu ul li a.active{
	background-color:#FFFFFF;
	color:#CE0031;
}

#wrapper {
}

#menu {
	float:left;
	width:207px;
}

#content {
	float:left;
	width:773px;
	height:auto;
}

#menu_pathway {
	color:#CE0031;
}

#menu_navigation {
	padding-top:20px;
}
/************************************************/

/* Navigation  */

#navigation {margin-bottom: 11px; min-height: 160px;}
#navigation strong {display: block; width: 161px; color: #c03; font-weight: normal; text-transform: uppercase;}
#navigation a,
#navigation span {color: #666; display: block; margin: 0 -2px; padding: 0 2px; text-decoration:none;font-size:12px}
#navigation ul {width: 145px; padding: 1em 0 16px 16px; list-style:none;}
#navigation ul ul {width: auto; padding: 3px 0; background: none;}
#navigation ul strong {display: block; margin: 0 3px 0 0; padding: 0 0 3px 0; background: none; width: auto; text-transform: none; border: none; background: url(gfx/dot-horizontal.gif) 0 100% repeat-x;}
#navigation li {color: #fff; background: url(gfx/dot-horizontal.gif) 0 100% repeat-x; padding: 3px 0; margin-right: 3px;}
#navigation li li {background: none; font-size: 0.95em;}
#navigation li li li {background: none; font-size: 1em; padding-left: 10px;}
#navigation ul ul ul {padding-bottom: 0;}
#navigation ul ul strong {background: none; padding-bottom: 0;}
#navigation ul ul a {color: #999;font-size:11px}
#navigation em {display: block; font-style: normal; margin-left: -15px; padding-left: 15px; background: url(gfx/arrow-nav.gif) 0 1px no-repeat; color: #c03;}
#navigation ul ul em {background-position: 0 0;}
#navigation ul ul ul em {margin-left: -26px; padding-left: 26px;}
#navigation a:hover {color: #c03;}

/************************************************/

#menu_navigation ul li a:hover {
	color: #c03;
}

#navibar {
	color:#949694;
	font-size:11px;
	padding-bottom:15px;
}

#navibar a {
	color:#949694;
	text-decoration:none;
}

#navibar a:hover {
	color:#CE0031;
	text-decoration:underline
}

/* Separator */
.separator {display: block; margin: 1em 0 1.5em 0; position: relative; height: 13px; clear: both;}
.decorated {background: url(gfx/colors.gif) 0px 6px repeat-x;}
.separator a {display: block; position: absolute; right: 0; top: 0; height: 13px; width: 32px; background: #fff url(gfx/arrow-top.gif) 12px 0 no-repeat; text-indent: -9999px; overflow: hidden; text-decoration: none;}

.separator2 {display: block; margin: 0 0 0 0; position: relative; height: 13px; clear: both;}
.decorated {background: url(gfx/colors.gif) 0px 6px repeat-x;}
.separator a {display: block; position: absolute; right: 0; top: 0; height: 13px; width: 32px; background: #fff url(gfx/arrow-top.gif) 12px 0 no-repeat; text-indent: -9999px; overflow: hidden; text-decoration: none;}


#footer {
	height:100px;
	margin-top:20px;
	padding-top:7px;
	border-top: 1px solid #E7E3E7;
	text-align:center;
	color:#636563;
	font-size:10px;
	line-height:1.8;
}

#footer a {
	color:#636563;
	text-decoration:none;
}

#footer a:hover {
	color:#636563;
	text-decoration:underline;
}

#footer a.last {
	color:#9C9A9C;
	text-decoration:none;
}

#footer a.last:hover {
	color:#9C9A9C;
	text-decoration:underline;
}

.small {
	font-size:10px;
}

.ul_link li {
	margin-bottom:10px;
}

/****************************************************************/

#sitemap_content {
	margin-top:10px;
	height:auto;
}

.h2 {
 	font-size: 1.3em;
	margin-bottom: 1.2em;
	font-weight: bold;
	padding-bottom: 0.4em;
	background: url(gfx/dot-horizontal.gif) -84px 100% repeat-x;
 	color:#CE0031;
}

.h3 {
 	font-size: 1.3em;
	color:#FF0000;
	margin-bottom: 0.6em;
	font-weight: normal;
	padding-bottom: 0.2em;
	padding-top:20px;
	background: url(gfx/colors.gif) -84px 100% repeat-x;
 	color:#CE0031;
}

.h3 a {
	text-decoration:none;
}

.sitemap_menu {
	list-style:none;
	padding:0px;
	margin:0px;
}

.sitemap_menu li {

}

.sitemap_menu li a{
	color:#666;
	text-decoration:none;
}

.sitemap_menu li a:hover{
	color:#666;
	text-decoration:underline;
}

