@charset "utf-8";
/*main CSS document */
body, html {
	margin:0;
	padding:0;
	background-color:#999;
	text-align:center;
}
html, body, h2, h3, h4, div, p, ul, li, input, td {
   font-family:Verdana, 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 {
	line-height:1.5;
	font-size:0.83em;
	color:#333;
}

a { color:#004790; }
a:visited { color:#0065cb }
a:hover { color:#59acff }

em { font-family:Georgia, "Times New Roman", Times, serif }

.breaker {
	clear:both;
	height:1px;
	font-size:0;
	margin-top:-1px;
}
.c { text-align:center }
.r { text-align:right }
.l { text-align:left }

h2, h3, h4 {
	margin:0 2px 5px 0;
	padding:10px 4px 0 4px;
	font-family:Arial, Helvetica, sans-serif;

}
h2 {
	color:#013D7B;
	font-size:1.2em;
}

h3 {
	color:#013D7B;
	border-bottom:1px solid #f90;
	font-size:1em;
}
h4 {
	color:#013D7B;
	font-size:0.9em;
	font-weight:bold;
}
h5 {
	color:#013D7B;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
}
strong {
	color:#003c7a;
}
#main h2 strong {
	color:#59acff;
}
.fineprint {
	font-size:0.75em;
}
#main h3 .fineprint {
	font-size:0.8em;
	font-weight:normal;
}

/*end*/
#header_margin {
	height:5px;
}
#wrapper {
	width:986px;
	margin:0 auto;
	background:#fff url(../images/wrapper_bg.png) top left repeat-y;

	
}
#header {
	width:970px;
	height:136px;
	position:relative;
	margin:0 auto;
	background:#003b79 url(../images/header_bg.png) repeat-x;
}
#header_right {
	width:710px;
	height:136px;
	float:left;
	background:url(../images/header_decor.jpg) top right no-repeat;
		
}
#logo {
	width:260px;
	height:136px;
	float:left;
	background:url(../images/logo.jpg) top left no-repeat;
	overflow:hidden;
}
#logo a, #logo a:visited, #logo a:hover {
	display:block;
	width:150px;
	height:136px;
}
#navigation_top, #navigation_main {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation_top {
	width:550px;
	padding:10px 0 0 160px;
	height:70px;
}
#navigation_main {
	width:710px;
	height:56px;
	background:url(../images/navigation_bg.gif) top left repeat-x;
}
#navigation_top li {
	width:100px;
	float:left;
	margin-right:5px;
}
#navigation_main li {
	height:56px;
	width:118px;	
	float:left;
	background:url(../images/separator.gif) top left no-repeat;
}
#navigation_top li a, #navigation_top li a:visited, 
#navigation_main li a, #navigation_main li a:visited {
	display:block;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	text-align:center;
	text-decoration:none;
}
#navigation_top li a, #navigation_top li a:visited {
	height:24px;
	padding-top:7px;
	background:url(../images/top_button.gif) top left no-repeat;
	font-size:0.8em;
	text-align:center;
	letter-spacing:normal;
}
#navigation_top li a.login, #navigation_top li a.login:visited {
	background:url(../images/login_button.gif) top left no-repeat;
	text-align:left;
	padding-left:30px;
}
#navigation_top li a.donate, #navigation_top li a.donate:visited {
	background:url(../images/donate.jpg) top left no-repeat;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
#navigation_main li a, #navigation_main li a:visited {
	height:39px;
	padding-top:14px;
	background:url(../images/nav_button_bg.gif) top left repeat-x;
	font-weight:bold;
}
#navigation_top li a:hover,
#navigation_top li a.login:hover,
#navigation_top li a.donate:hover,
#navigation_main li a:hover,
#navigation_top li a.current,
#navigation_top li a.current:visited,
#navigation_top li a.current:hover {
	background-position:bottom left;
}
#navigation_main li a.current,
#navigation_main li a.current:visited,
#navigation_main li a.current:hover {
	background:url(../images/button_current.jpg) top left repeat-x;
}
#main {
	width:968px;
	margin:0 auto;
	background:url(../images/main_bg.gif) top left repeat-x;
	

}
#footer {
	width:968px;
	height:100px;
	padding-top:20px;
	margin:0 auto;
	background:url(../images/footer_bg.png) bottom left repeat-x;
	
}
#footer_left {
	width:568px;
	float:left;
}
#footer_right {
	width:400px;
	float:left;
}
a#travel_button, a#travel_button:visited {
	display:block;
	width:142px;
	height:85px;
	float:left;
	margin:0 10px;
	background:url(../images/travel_tile.jpg) top center no-repeat;
}
a#travel_button:hover {
	background-position:bottom center;
}
#footer p {
	padding-top:5px;
	font-size:0.7em;
	letter-spacing:normal;
}
#footer p.discrete {
	padding:46px 0 0 20px;
	color:#59acff;
}
#footer a.discrete, #footer a.discrete:visited {
	text-decoration:none;
	color:#59acff;
}
#footer a.discrete:hover {
	text-decoration:underline;
}
#footer_margin {
	width:986px;
	height:18px;
	background:#999 url(../images/footer_margin_bg.gif) top left repeat-x;
}
#footer_margin_left {
	width:18px;
	height:18px;
	float:left;
	background:#999 url(../images/footer_margin_left.gif)
}
#footer_margin_right {
	width:18px;
	height:18px;
	float:right;
	background:#999 url(../images/footer_margin_right.gif)
}
#main li {
	font-size:0.8em;
	line-height:1.5;
}
/*front page styles*/
#front_left {
	width:590px;
	float:left;
}
#front_right {
	width:378px;
	float:left;
}
p.front_paragraph {
	padding:50px 20px;
}
#signup, #membership {
	width:265px;
	height:300px;
	float:left;
}

#signup {
	background:#aed7ff url(../images/signup_bg.jpg) top left no-repeat;
	margin:0 15px 0 20px;
}
#membership {
	background:#ffe784 url(../images/membership_bg.jpg) top left no-repeat;
}
#signup  h2, #membership h2 {
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
#membership h2 {
	color:#f90;
}
#signup p, #membership p {
	padding:10px;
}
#signup fieldset {
	border:none;
}
#signup fieldset.submit {
	padding-left:75px;
}
#signup label {
	width:50px;
}
#signup input {
	width:150px;
}
#membership a.button {
	width:120px;
	margin:0 auto;
	float:none;
	
}
.newsitem {
	margin:0 2px 2px 0;
	border:1px solid #95caff;
	background:url(../images/leftbox_bg.jpg) top left repeat-x;
}
#newsblock h2, #newsblock_in h2 {
	margin:0;
	font-size:0.95em;
	text-transform:uppercase;
	
}
#newsblock h3, #newsblock_in h3 {
	font-size:0.85em;
	margin:0;
	padding:4px;
	border-bottom:none;
	color:#0065cb;
}
#newsblock h4, #newsblock_in h4 {
	margin:0;
	padding:0 4px;
	font-size:0.75em;
	font-weight:normal;
	letter-spacing:normal;
}
#newsblock p, #newsblock_in p {
	padding:4px;
}
#newsblock_in .newsitem {
	margin:0 0 2px 2px;
}
.summary {
	background-color:#e6f2ff;
	border:1px solid #9bcdff;
}
.listing {
	padding:10px;
	margin-bottom:2px;
	border:1px solid #9bcdff;
	background:url(../images/inputbg.gif) top left repeat-x;
}
a.more, a.more:visited {
	display:block;
	float:right;
	width:80px;
	height:20px;
	padding:5px 25px 0 0;
	background:url(../images/more.gif) top right no-repeat;
	color:#0065cb;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:0.85em;
	text-decoration:none;
}
a.more:hover {
	background-position:bottom right;
	color:#f90;
}
.leftblocks {
	width:378px;
	margin-right:10px;
	float:left;
}
.leftblocks_catalog {
	width:190px;
}
.leftbox {
	width:371px;
	margin:5px 0 0 5px;
	border:1px solid #95caff;
	background:url(../images/leftbox_bg.jpg) top left repeat-x;
}
.leftbox h2 {
	font-size:1em;
	text-transform:uppercase;
}
.leftbox a.current, .leftbox a.current:visited, .leftbox a.current:hover {
	font-weight:bold;
	text-decoration:none;
}
.content_leftblocks {
	width:570px;
	float:left;
}
.content_catalog {
	width:758px;
}
.gallery_thumb {
	float:left;
	border:solid 2px #9bcdff;
	background-color:#9bcdff;
	width:68px;
	margin:1px;
	text-align:center;
	cursor:pointer;
}
.gallery_thumb:hover {
	border-color:#f90;
}
.framed {
	border:1px solid #0065cb;
}
p.ulintro {
	margin-bottom:0;
	padding-bottom:0
}
ul.notop {
	margin-top:0;
	padding-top:0;
}
table.contenttable {
	margin:0 auto;
}
table.contenttable td,
table.contenttable th {
	vertical-align:top;
}
/*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 }

/* ******************  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 }
}
