/* CSS Document */

body {
	background: url(../imgs/bg-gradient.gif) repeat-x;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	cursor: default;
}

.nobg {
	background: none;
}

img {
	border: 0;
}

#topbar {
	position: relative;
	width: 900px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	height: 24px;
	background-color: #82C0FF;
	font-size: 11px;
	font-weight: bold;
	color: white;
	font-family: inherit;
}

#date, #headlinks {
	position: absolute;
}

#date {
	left: 10px;
	top: 5px;
	cursor: default;
}

#headlinks {
	right: 152px;
	top: 5px;
	cursor: default;
}

#headlinks a {
	color: white;
	text-decoration: none;
}

#headlinks a:hover {
	text-decoration: underline;
}

#search {
	position: relative;
	top: 5px;
	height: 40px;
}

input.search_input {
	font-size: 10px;
	border: 1px solid #999;
	color: #000099;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.search_btn {
	background: url(../imgs/search.gif) no-repeat;
	width: 23px;
	height: 18px;
	cursor: pointer;
	border: 0;
	margin-left: 5px;
}

table#content {
	position: relative;
	top: 5px;
	background-color: white;
}

.content_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #3399FF;
	padding-bottom: 10px;
}

.content_small, .content_footer {
	font-size: 10px;
	line-height: 150%;
}

.content_normal {
	font-size: 12px;
	line-height: 1.75em;
}

.content_footer, .content_footer a {
	color: #999;
	text-decoration: none;
}

.content_normal a, .content_small a {
	color: #0000FF;
}

.content_normal a:hover, .content_small a:hover {
	color: maroon;
}

.content_footer a:hover {
	text-decoration: underline;
}

ul.content_li {
	list-style: none;
}

ul.content_li div {
	position: relative;
	left: -38px;
	display: block;
	margin-bottom: 6px;
	color: #333;
	padding-top: 3px;
	padding-left: 2px;
}

ul.content_li li {
	margin-left: -38px;
	padding-left: 20px;
	background: url(../imgs/blob.gif) no-repeat 0 7px;
	margin-bottom: 6px;
}

.content_quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 200%;
	font-weight: bold;
	color: #066;
	margin: 20px 40px 20px 40px;
	padding: 10px;
}

span.startquote {
	background: url(../imgs/start_quote.gif) no-repeat left top;
	padding-right: 27px;
	padding-top: 7px;
}

span.endquote {
	background: url(../imgs/end_quote.gif) no-repeat right top;
	padding-right: 30px;
	padding-top: 3px;
}

.content_invalid {
	color: #CC0000;
}

.content_sectionhdr {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #0066FF;
	padding: 2px 0 2px 5px;
	margin-top: 40px;
	background-color: #DFEEFF;
	line-height: 150%;
	color: #0066FF;
}

.content_dropletter {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

#content_sectionlinks {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

#content_sectionlinks div {
	margin-bottom: 6px;
}

div.content_navdown a {
	padding-left: 14px;
	background: url(../imgs/linkimg_down.gif) no-repeat left top;
}

div.content_navup a {
	padding-left: 14px;
	background: url(../imgs/linkimg_up.gif) no-repeat left top;
}

div.content_navdown a:hover, div.content_navup a:hover {
	background-position: 0% -10px;
}

#sublinks, #quicklinks, #usefullinks {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#sublinks {
	border-bottom: 1px solid #0066FF;
}

#quicklinks {
	border-bottom: 1px solid maroon;
}

#usefullinks {
	border-bottom: 1px solid #009900;
}

#sublinks div, #quicklinks div, #usefullinks div {
	padding: 4px 0 4px 6px;
	margin-bottom: 5px;
	font-weight: bold;
}

#sublinks div {
	background-color: #DFEEFF;
	color: #0066FF;
	border-bottom: 1px solid #0066FF;
}

#quicklinks div {
	background-color: #FFE9D2; /*#FFD5BF;*/
	color: maroon;
	border-bottom: 1px solid maroon;
}

#usefullinks div {
	background-color: #CCFFCC;
	color: #009900;
	border-bottom: 1px solid #009900;
}

#sublinks img, #quicklinks img, #usefullinks img {
	position: relative;
	top: 1px;
}

#sublinks ul, #quicklinks ul, #usefullinks ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 2em;
}

#sublinks li, #quicklinks li, #usefullinks li {
	list-style: none;
}

#sublinks li a, #quicklinks li a, #usefullinks li a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#sublinks li a:hover, #quicklinks li a:hover, #usefullinks li a:hover {
	text-decoration: underline;
}

#sublinks li.sl_thisitem {
	background-color: #DFEEFF;
}

hr.dottedline { 
	border: none;
	border-bottom: 2px dotted #CCC;
	background-color: white;
}

span.tele {
	background: url(../imgs/tel.gif) no-repeat 0px 1px;
	padding-right: 15px;
}

span.mail {
	background: url(../imgs/mail.gif) no-repeat 0px 2px;
	padding-right: 15px;
}

div.hiddenbox {
	position: absolute;
	display: none;
	z-index: 5;
	background: #F2F2F2;
	border: 1px #0066FF solid;
	padding: 5px;
	color: #0066FF;
	_filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=grey, Positive=true); /* for IE */
}

div.hiddenbox_hdr {
	font-weight: bold;
	background-color: #0066FF;
	color: white;
	width: 100%;
}

div#searchstars {
	position: absolute;
	top: 35px;
	left: 218px;
}

#osform, #feedbackform {
	font-family: Tahoma;
}

.sendformbtn {
	float: left;
	background: url(../imgs/sendbtn.gif) no-repeat left top;
	margin: 0;
	width: 113px;
	height: 28px;
	border: 0;
	cursor: pointer;
}

.sendecardbtn a {
	float: left;
	background: url(../imgs/sendecardbtn.gif) no-repeat left top;
	margin: 0;
	width: 100%;
	height: 35px;
	border: 0;
	text-decoration: none;

}

.sendecardbtn a:hover {
	background-position: 0% -35px;
}

span.padlock {
	background: url(../imgs/padlock.gif) no-repeat 2px 0;
	padding-right: 15px;
	padding-bottom: 15px;
}

span.linkgif {
	background: url(../imgs/link.gif) no-repeat;
	padding-right: 15px;
}

.login {
	background-color: #DDD;
}

.login_hdr {
	background-color: #0099CC;
}

.login_hdr td {
	color: white;
}

span.linkblock {
	color: #0000FF;
	text-decoration: underline;
	cursor: default;
}

#advert {
	position: absolute;
	left: 30%;
	top: 100px
}

div.advert_trans {
	position: relative;
  	width: 400px;
  	padding: 10px;
  	background-color: white;
  	border: 2px solid #333;
  	_filter: alpha(opacity=90); /* for IE */
  	opacity: 0.9; /* CSS3 standard */
}

.content_advert {
	font-size: 13px;
	line-height: 150%;
	color: black;
	padding: 5px 20px 10px 20px;
}
