﻿
a:link		{color:#003399; text-decoration:none; border-bottom-style:solid; border-bottom-color:transparent; border-bottom-width:2px;} 
a:visited	{color:#003399; text-decoration:none; border-bottom-style:solid; border-bottom-color:transparent; border-bottom-width:2px;}
a:hover		{border-bottom-style:solid; border-bottom-color:#990033; border-bottom-width:2px;}

.nohover:link, .nohover:visited, .nohover:hover	{border-bottom-style:solid; border-bottom-color:transparent; border-bottom-width:2px;}

body		{width:950px; color:#999999; background-color:#cccccc; margin:0px auto; text-align:center; font-family:sans-serif, arial, helvetica;
			background-image:url('/images/bgBody.jpg'); background-attachment:fixed;}
div,table,form 	{margin:0;padding:0;}
table		{text-align:left;}
p			{color:#000000; text-align:left; margin:2px 2px 10px 5px;}
td			{color:#000000; font-size:10px; padding:2px;}
ul			{margin:2px 2px 10px 2px; color:#000000; font-size:12px; text-align:left; font-family:sans-serif, arial, helvetica;}
ul.nav		{list-style-image:url('/images/bullet.gif');}
ul.chk		{list-style-image:url('/images/tick_blue.gif');}
h1			{font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#000000; text-align:left; margin:10px 2px 2px 5px;}
hr, .hr		{height:1px; background-color:#003399; border-style:none;}

.main		{width:900px; background-color:#ffffff; margin:5px; padding:0;
			border-top-width:1px; border-top-style:solid; border-top-color:#668899; border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:#668899;
			background-image: url('/images/t1back.gif'); background-repeat:repeat-y; background-position:top;}
.third1		{width:220px; float:left; margin:5px;}
.third2		{width:420px; float:left; margin:5px;}
.third3		{width:220px; float:right; margin:5px;}

#ajaxcontent	{width:650px; float:left; margin:5px;}
#AjaxifyLoading	{}

.redbox		{background-color:#f9f9f9; border-style:dotted; border-color:#990033; border-width:1px; margin:5px; padding:2px;}
.bluebox	{background-color:#f9f9f9; border-style:solid; border-color:#003399; border-width:1px; margin:5px; padding:5px;}
.prnbox		{background-color:#ffffff; padding:5px; overflow:hidden;}
.hoverbox	{border-width:1px; border-style:solid; border-color:#990033; margin-top:5px; cursor:pointer;}
.hoverbox:hover, hoverbox:active	{border-width:1px; border-style:solid; border-color:#003399; background-color:#eeeeee;}

.met	{color:#003399; font-weight:bold;}
img 	{border-width:0; border-color:transparent;}
.bullet	{margin-right:5px;}

input	{color:#003399; border-width:1px; border-style:solid; border-color:#999999; background-color:#ffffff; font-family:sans-serif, arial, helvetica; font-size:12px;}
.form	{width:150px;}
.wfrm	{width:250px;}
.cfrm	{width:100px;}
.sfrm	{font-size:10px; width:100px;}

.fbtn	{margin:0px; height:20px; width:60px; border:0; cursor:pointer; background: url('/images/blue_button.gif'); color:#ffffff; font-family:sans-serif, arial, helvetica; font-size: 11px; font-weight: bold;}
.fbtn:hover, .fbtn:active	{background-position:0px -20px;}
.fbtn2	{margin:0px; height:36px; width:36px; border:0; cursor:pointer;}

.credits{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	border:1px solid transparent;
	color:#000000;
}
.credits:hover, .tdcredits:active{
	cursor:pointer;
	border:1px solid #990033;
}

.b		{font-weight:bold;}
.i		{font-style:italic;}
.r		{font-style:normal;}
.bl		{color:#003399;}
.gr		{color:#006600;}
.rd		{color:#990033;}
.bk		{color:#000000;}
.wh		{color:#ffffff;}
.gy		{color:#999999;}
.xlg	{font-size:36px;}
.vlg	{font-size:30px;}
.lrg	{font-size:22px;}
.med	{font-size:16px;}
.nrm	{font-size:14px;}
.sml	{font-size:12px;}
.tny	{font-size:10px;}

.al		{text-align:left;}
.ar		{text-align:right;}
.ac		{text-align:center;}
.aj		{ text-align:justify;}

/* Easy Slider */

.graphic, #prevBtn, #nextBtn{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider li{
width:300px;
height:225px;
overflow:hidden;
}
p#controls, p#controls2{
margin:0;
position:relative;
}
#prevBtn, #nextBtn{
display:block;
margin:10px;
overflow:hidden;
text-indent:-8000px;		
width:30px;
height:77px;
position:absolute;
left:-50px;
top:-150px;
}
#nextBtn, #nextBtn2{ 
left:300px;
}
#prevBtn a, #nextBtn a{
display:block;
width:30px;
height:77px;
background:url(/images/photoleft.gif) no-repeat 0 0;
}
#nextBtn a{
background:url(/images/photoright.gif) no-repeat 0 0;
}
#nextBtn:hover, #nextBtn:active, #prevBtn:hover, #prevBtn:active {background-position:0px -50px;}

/* jqModal */

.jqmWindow {
display:none;
position:fixed;
top:20%;
left:40%;
background-color:transparent;
margin:0;
padding:0;
}
.jqmOverlay {
background-color:#000000;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* iframe modal */

input.jqmClose {clear:right; float:right; margin:0px;}
#jqmTitle {text-align:left; overflow:hidden;}
#jqmContent {width:600px; height:500px; margin:0; padding:0; border:0;}
