@charset "utf-8";
/*main CSS document */
body, html {
	margin:0;
	padding:0;
	background:#ccc url(../images/bg.png) top center repeat-x;
	color:#333;
	text-align:center;
}
html, body, h2, h3, h4, div, p, ul, li, input, td {
   font-family:Tahoma, Arial, Helvetica, sans-serif;   
}
div, td , p {
	text-align:left;
}/*to overwrite the text-align:center of the body and html*/
p {
	padding:4px 4px 14px 4px;
	margin:0;

}
p, td, dd, dt, li {
	line-height:1.5;
	font-size:0.8em;
	letter-spacing:0.08em;
}
li li {
	font-size:1em;
}
form { display:inline }

a { color:#c00 }
a:visited { color:#f57686 }
a:hover { color:#f00 }

em, i { font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:normal }

.breaker {
	clear:both;
	height:1px;
	font-size:0;
	margin-top:-1px;
}
.c { text-align:center }
.r { text-align:right }
h1 {
	margin:0;
}
h2, h3, h4 {
	margin:0 2px 5px 0;
	padding:10px 4px 0 4px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.04em;
}
h2 {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color:#ef2942;
}
#rightblocks h2 {
	margin:0;
	padding:5px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background:#999 url(../images/gray_bg.gif) top left repeat-x;
}
h3 {
	border-bottom:1px solid #ef2942;
	font-size:1em;
}
h4 {
	font-size:0.9em;
	font-weight:bold;
}
/*end*/
#wrapper {
	width:965px;
	margin:0 auto;
	background:#fff url(../images/wrapper_bg.png) top center repeat-y;
	
	
}
#left_column {
	width:221px;
	float:left;
	background:url(../images/leftcol_bg.png) top left no-repeat;
}
#right_column {
	width:744px;
	float:left;
	background:url(../images/rightcol_bg.png) top right no-repeat;
}
#logo {
	width:221px;
	height:118px;
	background:url(../images/logo.jpg) top right no-repeat;
	overflow:hidden;
}
#logo a, #logo a:visited, #logo a:hover {
	display:block;
	width:221px;
	height:118px;
}
h1#org_name {
	margin:0;
	padding:20px 0 0 80px;
	color:#fff;
	font-size:1.4em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
#location {
	width:205px;
	padding-right:16px;
	height:auto;
	font-size:0.75em;
}
#location p {
	text-align:right;
}
#header {
	width:739px;
	
}
#header_1 {
	width:739px;
	height:36px;
	background:url(../images/header_bg.gif) top left no-repeat;
}
#top_navigation {
	width:735px;
	height:36px;
	float:right;
	background:url(../images/tnav_bg.gif) top left repeat-x;

}
#top_navigation ul {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	padding-top:4px;
}
#top_navigation ul li{
	width:100px;
	float:left;
	border-left:2px solid #eaeaea;
}
#top_navigation ul li a, #top_navigation ul li a:visited {
	height:20px;
	padding-top:5px;
	display:block;
	font-size:0.85em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#333;
}
#top_navigation ul li a:hover {
	color:#666;
}
#content {
	margin:0px 190px 10px 0;
	width:529px;
	background:url(../images/content_bg.gif) top left no-repeat;
	padding:5px;
	
}
#rightblocks {
	float:right;
	width:190px;
	margin-right:5px;
	background:url(../images/content_bg.gif) top right no-repeat;
	padding:5px;	
}
.rightblockframe {
	padding:2px;
	margin-bottom:2px;
	border:1px solid #ccc;
	background-color:#fafafa;
}
#footer {
	width:965px;
	margin:0 auto;
	background:#ccc url(../images/footer_bg.gif) top left repeat-x;
	
}
#footer_in {
	
	background:url(../images/footer_left.gif) top left no-repeat;
}
#footer_content {
	height:25px;
	padding-top:5px;
	background:url(../images/footer_right.gif) top right no-repeat;
	font-size:0.6em;
	text-align:center;
}
#slogan {
	padding:0 5px 5px 10px;
	color:#999;
	font-size:0.7em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
/*left navigation styles*/
#leftnav {
	padding:0 0 2px 7px;	

}
#leftnav h2 {
	margin:0;
	margin-bottom:2px;
	padding:7px 0 8px 24px;
	width:186px;
	background:transparent url(../images/lnav_h2.gif) top left no-repeat;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-transform:capitalize;
	letter-spacing:normal;
}

#leftnav h2.expand {
	background:transparent url(../images/lnav_h2_expand.gif) top left no-repeat;
	cursor:pointer;
}
#leftnav h2.collapse {
	background:transparent url(../images/lnav_h2_collapse.gif) top left no-repeat;
	cursor:pointer;
}
#leftnav ul {
	margin:0 1px 1px 0px;
	padding:0;
	list-style-type:none;
}
#leftnav li {
	padding:0px 1px 0px 0ox;
	height:auto;
	margin:0;
	
}
#leftnav li a, #leftnav li a:visited {
	display:block;
	width:180px;
	height:auto;	
	padding:3px 3px 3px 25px;
	border-bottom:1px solid #E1E7ED;
	border-right:1px solid #E1E7ED;
	text-decoration:none;
	color:#315168;	
	background:#fff url(../images/lnava_bg.gif) top left no-repeat;
}
#leftnav li a:hover {
	background:#fff url(../images/lnava_bg_o.gif) top left no-repeat;
	color:#EF2942;
	
}
#leftnav li a.current, #leftnav li a.current:hover, #leftnav li a.current:visited {
	background:#eaeaea url(../images/lnava_bg_c.gif) top left no-repeat;
}
/*front page styles*/

.front_right {
	width:480px;
	float:right;
	margin-left:5px;
	border:1px solid #ccc;
}
.front_right h2 {
	margin:0;
	background:#999 url(../images/gray_bg.gif) top left repeat-x;
	color:#fff;
}
.front_right h3 {
	margin-bottom:0;
	margin-right:0;
	background-color:#FEEEF1;
} 
.front_right h4 {
	margin:0;
	padding:0 0 0 4px;
	color:#666;
	font-size:0.8em;
}
h5 {
	margin:0;
	padding:5px;
	font-size:0.7em;
	font-weight:normal;
	color:#666;
	
}
/*--------------------------------FORMS AND FORM ELEMENTS--------------------------------*/
form {
	display:inline;
}
.formframe {
	width:500px;
	padding:10px;
	background-color:#eaeaea;
	border:1px solid #ddd;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
	
}

/*hover and focus behaviour of form elements*/
input.finput {
	width:200px;
	height:auto;
	padding:2px;
	background:#fff url(../images/inputbg.gif) top left repeat-x;
	border:1px solid #ccc;
	border-left-color:#ddd;
	border-top-color:#ddd;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;

}
input.finput:hover {
	height:auto;
	background-color:#fff;
	background-image:none;
	border-color:#ccc;
}
input.finput:focus {
	height:auto;
	background:#fff url(../images/inputbg_focus.gif) top left repeat-x;
	border-color:#999;
}
textarea.finput {
	width:340px;
	height:250px;
	padding:2px;
	font-size:12px;
	background:#fff url(../images/inputbg.gif) top left repeat-x;
	border:1px solid #ddd;
	border-left-color:#ccc;
	border-top-color:#ccc;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;

}
textarea.finput:hover {
	background-color:#fff;
	background-image:none;
	border-color:#ccc;
}
textarea.finput:focus {
	background-color:#fff;
	background-image:none;
	border-color:#999;
}

label, div.empty {
	display:block;
	float:left;
	width:100px;
	height:20px;
	padding-right:4px;	
	text-align:right;
}

fieldset {
	border:1px solid #ccc;
}
legend {
	font-size:0.75em;
	text-transform:uppercase;
	background-color:#eaeaea;
	padding:0 2px 2px 2px;
}
fieldset.submit {
	border:none;
	padding:10px 0 20px 128px;
}
fieldset.word_verification {
	background-color:#ffc;
	padding-bottom:10px;
}
ol.formlist {
	list-style: none;
 	margin:10px;
	padding:0;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 2px;
	margin:0;
	line-height:normal;
}
.msg {
	background-color:#ffc;
	border:1px solid #fc0;
	padding:5px;
}
.msg h2 {
	color:#ffb742;
	border-bottom:1px solid #fc0;
}
/*buttons*/
a.button, a.button:visited {
	display:block;
	float:left;
	width:80px;
	height:17px;
	padding-top:3px;
	border:1px solid #f57686;
	border-bottom-color:#9e0c1e;
	border-right-color:#9e0c1e;
	background-color:#ef2942;
	color:#fff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	text-decoration:none;
}
a.button:hover {
	border:1px solid #f57686;
	border-left-color:#9e0c1e;
	border-top-color:#9e0c1e;
	background-color:#f57686;
}
a.more, a.more:visited {
	display:block;
	width:120px;
	height:14px;
	float:right;
	text-align:right;
	padding:2px 20px 0 0;
	margin-right:10px;
	background:transparent url(../images/control_fastforward.png) top right no-repeat; 
	font-size:0.7em;
}
a.more:hover {
	background-position:bottom right;
}
/*link styles*/
a.link, a.link:visited, a.link:hover,
a.pdf, a.pdf:visited, a.pdf:hover,
a.www, a.www:visited, a.www:hover {
	padding:0 18px 0  0;
	
}
a.link, a.link:visited, a.link:hover { background:url(../images/icons/ico_link.png) top right no-repeat }
a.pdf, a.pdf:visited, a.pdf:hover { background:url(../images/icons/ico_pdf.png) top right no-repeat }
a.www, a.www:visited, a.www:hover { background:url(../images/icons/ico_www.png) top right no-repeat }

#content ul {
	list-style:none;
	margin:10px 5px 10px 20px;
}
#rightblocks ul {
	list-style:none;
	margin:0;
	padding:0;
}
#content ul li, #rightblocks ul li {
	margin:0;
	padding:0 0 5px 20px;
	background:url(../images/bullet.gif) top left no-repeat;
}
#content ul li ul, #rightblocks ul li ul {
	margin:0;
	padding:0;
}
#content ul li li, #rightblocks ul li li {
	background:url(../images/bullet2.gif) top left no-repeat;
}
.news_content img {
	border:1px solid #ccc;
}
.image_container,
.image_container_left {
	width:190px;
	padding:5px;
	margin:5px;
	float:right;
	border:1px solid #a0bedc;
	background:url(../images/watermark1.jpg) bottom right no-repeat;
}
.image_container_left {
	float:left;
}
.image_container img,
.image_container_left img {
	width:188px;
	height:auto;
	border:1px solid #a0bedc;
}
.img_caption {
	padding:0.2em 0;
	font-size:0.65em;
	color:#666;
	line-height:1.2;
}
/*news navigation*/
div#newstabs {
	height:24px;
}
#newstabs a, #newstabs a:visited {
	float:left;
	height:17px;
	padding-top:5px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	letter-spacing:normal;
}
#newstabs a.currentnews, #newstabs a.currentnews:visited {
	width:90px;
	border:1px solid #cd0b0c;	
	border-bottom:none;
	background:#f00 url(../images/red_bg.gif) top left repeat-x;
	color:#fff;
	font-size:0.70em;
	
}
#newstabs a.archivednews, #newstabs a.archivednews:visited {
	width:80px;
	border:1px solid #999;
	border-bottom:none;
	background:#999 url(../images/gray_bg.gif) top left repeat-x;
	color:#fff;
	font-size:0.70em;
	margin-left:3px;
}

#newsnavigationblock {
	margin-top:-1px;
	width:184px;

}

div#newsnavigation ,
div#archivesnavigation {
	height:300px;
	overflow:auto;
	overflow-x:hidden;
	padding:5px 2px 5px 0px;
}
div#newsnavigation{
	border:1px solid #cd0b0c;		
}

div#archivesnavigation{
	border:1px solid #aaa;
}

#newsnavigationblock ul {
	margin:0 0 0 5px;
	padding:0px;
}
#newsnavigationblock ul li {
	font-size:0.7em;
}
/* ******************  speech  ************** */
/* 
   The following portion of the stylesheet uses styles taken from the w3.org website, 
   and it is a subject to the following:
   Copyright 1997-2006 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
