/* Defaults
   ======== */

body, td {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*
body {
 	background-image: url(template/tile.gif);
	background-repeat: repeat-x;
}
*/

a {
	color: #1066a5;
	font-size: 12px;
	text-decoration: none; 
	font-weight: bold;
}

a:hover { 
	text-decoration: underline; 
}

.block {
	display: block;
}

div.notice {
	width: 593px;
	margin-top: 10px;
	font-family: Verdana, Helvetica, sans serif;
	font-size: 11px;
}


/* Main Navigation
   =============== */

a.nav_main {
	float: left;
	display: block;
	height: 29px;
	width: 93px;
	margin: 1px 5px 1px 0;
	line-height: 29px;
	color: #5988C0;
	text-align: center;
	_background-image: url(pt.gif); /* IE6 Bug Workaround */
}

a.nav_main:hover, a.selected {
	color: #ffffff;
	background-image: url(template/nav_hover.gif);
}


/* Page Layouts
   ============ */
td.pen {
	background-color: #ffffff;
}

td.alt {
	background-color: #b2dcfb;
}

td.search {
	text-align: center;
 	background-color: #2997c9;
}

td.search form {
	display: inline;
}

td.slide {
	color: #000000;
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
}

td.slide a {
	font-size: 10px;
	font-family: Verdana;
}

div.sidebar {
	padding: 15px;
	width: 209px;
}

span.colhead {
	font-family: arial, sans serif;
	font-size: 18px;
	font-weight: bold;
}

/* Page Buttons
   =================== */
a.btnGlass {
	display: block;
	float: left;
	width: 105px;
	height: 54px;
	margin-right: 10px;
	padding-top: 10px;
	background-image: url(template/btnGlass.jpg);
	color: #ffffff;
	text-align: center;
}

a.btnGlass:hover {
	text-decoration: none;
	background-image: url(template/btnGlass_o.jpg);
}

a.btnGlassDis {
	display: block;
	float: left;
	width: 105px;
	height: 54px;
	margin-right: 10px;
	padding-top: 10px;
	background-image: url(template/btnGlass_d.jpg);
	color: #ffffff;
	text-align: center;
}

a.btnGlassDis:hover {
	text-decoration: none;
	cursor: default;
}



/* Home Page Slideshow
   =================== */
#slideshow {
	position: relative;
	background-color: #5a402c;
	height: 322px;
	width: 593px;
	background-image: url(home/masthead_slideshow.gif);
}

#slideshow div {
	display: block;
}

#slideshow div.position {
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
}

#slideshow div.slide {
	display: block;
	padding: 10px;
	width: 562px;
	height: 226px;
	color: #000000;
/*	background: url(home/slide_bg.jpg); */
	background-color: #c9e7ff;
	_overflow: auto;
}

#slideshow_nav {
	margin-top: 10px;
}

#slideshow_nav div {
	display: block;
	clear: both;
	height: 29px;
	margin-bottom: 3px;
}

#slideshow_nav div a {
	float:left;
	display: block;
	margin-right: 5px;
	width: 177px;	
	height: 29px;
	line-height: 29px;
	color: #ffffff;
	text-align: center;
	background-image: url(home/slideshow_btn.gif);
}

#slideshow_nav div a:hover {
	background-image: url(home/slideshow_btn_hov.gif);
}


/* Home Page Quotes
   ================ */
#slideshow .quote {
	position: absolute;
	height: auto;
	width: 310px;
	padding: 10px;
	color: #ffffff;
	/* background-color: #5a402c; */
	background-color: #1066a5;
	border: 1px solid #9f8975;
}

#slideshow .pos1 {
	top: 4px;
	left: 257px;
}

#slideshow .pos2 {
	top: 88px;
	left: 173px;
}

#slideshow .pos3 {
	/* top: 172px; *** third row, quotes too big *** */
	top: 4px;
	left: 89px;
}

#slideshow .pos4 {
	top: 88px;
	left: 5px;
}

/* Form Layout
   ================ */
form {
	padding: 0;
	margin: 0;
}

label {
	display: block;
	float: left;
	width: 125px;
	line-height: 1.8em;
}

input {
	font-family: arial, sans serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin: 1px;
	_margin: 0px;
}

input.small {
	width: 30px;
}

input.medium {
	width: 90px;
}

input.large {
	width: 200px;
}

div.buttons {
	float: right;
	margin-right: 45px;
	_margin-right: 0;
}

form span.readonly {
	display: block;
	font-family: arial, sans serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	margin: 1px;
	_margin: 0px;
}