/* General */

body {
	padding: 0;
	margin: 0;
	background: url('images/bg_main.gif') #fff top left repeat-x;
	font-size: 62.5%;
	color: #000;
}

body,
blockquote {
	font-family: tahoma, verdana, arial, sans-serif;
}

body, img, ul, ol, li {
	margin: 0;
	padding: 0;
}

.nav,
.nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav a {
	text-decoration: none;
}

/* Layout */

#wrap, #main {
	width: 929px;
}

#wrap {
	margin: 0 auto;
	overflow: hidden;
}

#main {
	background: #fff;
	font-size: 1em;
	min-height: 100%;
	position: absolute;
}

#content {
	font-size: 1.2em;
	margin-bottom: 290px;
	padding-bottom: 2em;
	line-height: 1.5em;
}

/* Header */

#head h1 {
	position: absolute;
	text-indent: -2000em;
}

#head img {
	display: block;
}

#head .nav {
	font-family: "trebuchet ms";
}

#head .nav_prim {
	overflow: hidden;
	font-size: 1.6em;
}

#head .nav_prim li {
	float: left;
	width: 185px;
	font-weight: bold;
}

#head .nav_prim li.last {
	width: 189px;
}

#head .nav_prim a {
	background: url('images/bg_nav_default.gif') #a49d8c top left repeat-x;
	color: #fff;
	text-shadow: -1px -1px 1px #999;
	border-width: 2px 0 0 1px;
	border-style: solid;
	border-top-color: #d8cfb8;
	border-left-color: #9b9484;
	display: block;
}

#head .nav_prim a span {
	text-align: center;
	padding: 10px 0px;
	display: block;
}

#head .nav_prim .first a {
	border-left: 0;
}

#head .nav_prim .first a span {
	background: url('images/bg_nav_first_bl.gif') bottom left no-repeat
}

#head .nav_prim .last a span {
	background: url('images/bg_nav_last_br.gif') bottom right no-repeat;
}

#head .nav_prim .hm a.current,
#head .nav_prim .hm a:hover {
	background-image: url('images/bg_nav_home.gif');
	background-color: #104466;
	border-top-color: #155986;
	border-right-color: #114a70;
}

#head .nav_prim .hm a.current span,
#head .nav_prim .hm a:hover span {
	background-image: url('images/bg_nav_first_bl_over.gif');
}

#head .nav_prim .pd a.current,
#head .nav_prim .pd a:hover {
	background-image: url('images/bg_nav_program.gif');
	background-color: #9c7804;
	border-top-color: #cc9d05;
	border-right-color: #ac1b73;
	border-left-color: transparent; 
}

#head .nav_prim .pr a.current,
#head .nav_prim .pr a:hover {
	background-image: url('images/bg_nav_press.gif');
	background-color: #971866;
	border-top-color: #c51f85 ;
	border-right-color: #aa8404;
	border-left-color: #997704;
}

#head .nav_prim .ab a.current,
#head .nav_prim .ab a:hover {
	background-image: url('images/bg_nav_about.gif');
	background-color: #6f8006;
	border-top-color: #92a708 ;
	border-right-color: #879b08;
	border-left-color: #878e3e;
}

#head .nav_prim .hp a.current,
#head .nav_prim .hp a:hover {
	background-image: url('images/bg_nav_partners.gif');
	background-color: #930504;
	border-top-color: #c20606;
	border-right-color: transparent;
	border-left-color: #90504;
}

#head .nav_prim .hp a.current span,
#head .nav_prim .hp a:hover span {
	background-image: url('images/bg_nav_last_br_over.gif');
}

#subnav {
	margin: 18px 28px ;
	background: url('images/div_hr_home.gif') right bottom no-repeat;
	font-size: 1.4em;
}

#subnav .inner {
	background: url('images/div_hl_home.gif') left bottom no-repeat;
}

#subnav .nav {
	border-bottom: 1px solid #196eba;
	margin: 0 104px;
	overflow: hidden;
}

#subnav li {
	padding-bottom: 9px;
	float: left;
	margin-right: 1.5em;
}

#subnav,
#subnav a {
	color: #196eba;
}

.pd #subnav {
	background-image: url('images/div_hr_program.gif');
}

.pd #subnav .inner {
	background-image: url('images/div_hl_program.gif');
}

.pd #subnav .nav {
	border-color: #e7b218;
}

.pd #subnav,
.pd #subnav a {
	color: #c58302;
}

.pd #subnav a:hover {
	color: #793700;
}

.pr #subnav {
	background-image: url('images/div_hr_press.gif');
}

.pr #subnav .inner {
	background-image: url('images/div_hl_press.gif');
}

.pr #subnav .nav {
	border-color: #c5246f;
}

.pr #subnav,
.pr #subnav a {
	color: #b61c88;
}

.ab #subnav {
	background-image: url('images/div_hr_about.gif');
}

.ab #subnav .inner {
	background-image: url('images/div_hl_about.gif');
}

.ab #subnav .nav {
	border-color: #7ed926;
}

.ab #subnav,
.ab #subnav a {
	color: #62af18;
}

.hp #subnav {
	background-image: url('images/div_hr_partners.gif');
}

.hp #subnav .inner {
	background-image: url('images/div_hl_partners.gif');
}

.hp #subnav .nav {
	border-color: #da1515;
}

.hp #subnav,
.hp #subnav a {
	color: #b81918;
}

#subnav .nav_path {
	border: 0;
	margin-bottom: 1em;
}

#subnav .nav_path a {
	padding-right: .2em;
}

#subnav .nav_path .sep {
	padding-right: .5em;
}

#subnav .nav_path img {
	display: none;
}

#subnav .nosb .nav_sec {
	padding: 0;
	height: 0px;
}

#subnav .noch .nav {
	display: none;
}

/* Footer */

#foot {
	font-size: 1.1em;
	color: #656b6e;
	background: url('images/footer_door.gif') #dee2d6 41px bottom no-repeat;
	padding-right: 49px;
	position: absolute;
	bottom: 0;
	width: 880px;
}

#foot .inner {
	height: 263px;
	background: url('images/footer_logo.gif') right 116px no-repeat;
}

#foot .wrap {
	overflow: hidden;	
	padding: 76px 153px 10px 167px;
}

#foot a {
	color: #656b6e;
}

#foot a:hover {
	color: #333;
}

#foot .nav {
	float: left;
	width: 49%;
}

#foot .nav li,
#foot .mlnk a {
	margin-bottom: .8em;
}

#foot .nav_prim {
	margin-top: 20px;
}

#foot .nav_sec {
	float: right;
	text-align: right;
}

#foot .nav_sec table {
	width: 100%;
}


/* Content */

#content .Normal {
	font-size: 1em;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: "trebuchet ms", tahoma, arial, sans-serif;
	font-weight: bold;
	margin: 0 0 .8em;
	color: #000;
	padding: 0;
	line-height: 1.1em;
	text-transform: uppercase;
}

#content h1 {
	font-size: 2em;
	color: #104466;
}

#content h2 {
	color: #599b2d;
	font-size: 1.7em;
}

#content h3,
#content h4,
#content h5,
#content h6 {
	text-transform: uppercase;
	color: #970504;
}

#content h3 {
	font-size: 1.2em;
}

#content h4 {
	font-size: 1.1em;
}

#content a {
	color: #dd3030;
}

#content ol,
#content ul {
	margin: 0 .8em .8em 2em;
}

#content li {
	list-style: disc;
}

#content p img {
	margin: 2px 10px;
}

#content p img[align="left"] {
	margin: 2px 20px 20px 5px;
}

#content blockquote,
#content .Head {
	font-size: 1em;
	font-family: inherit;
	font-weight: inherit;
}
