/* CSS Document */


img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: url(../images/bkg-main.jpg) no-repeat center top #fff;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	margin: 0;
	padding: 6px 0 8px 0;
	line-height: 18px;
	color: #333;
	text-align: left;
}

ul {
	color: #333;
	line-height: 18px;
	text-align: left;
}

ol {
	color: #333;
	line-height: 18px;
	text-align: left;
}

h1 {
	font: 24px "Times New Roman", Times, serif;
	color: #1b4e8c;
	line-height: 28px;
	margin: 4px 0;
	padding: 4px 0;
	border-bottom: 1px dotted #9fa4ab;
}

h2 {
	font: 18px "Times New Roman", Times, serif;
	color: #6e9ece;
	line-height: 22px;
	margin: 4px 0 0 0;
	padding: 0
}

h2 a {
	color: #6e9ece;
	text-decoration: none;
}

h3 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 14px;
	margin: 0;
	padding: 0 28px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

h3 a {
	color: #fff;
	text-decoration: none;
}
h3 a:hover {
	color: #2560a2;
}

h4 {
	font: 14px "Times New Roman", Times, serif;
	color: #153d72;
	line-height: 18px;
	margin: 8px 0 0 0;
	padding: 0;
}

h4 a {
	color: #153d72;
	text-decoration: none;
}
h4 a:hover {
	color: #fff;
}

h5 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #6e9ece;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}


h6.images {
	margin: 0;
	padding: 0;
	line-height: 0;
}

a {
	color: #2560a2;
	text-decoration: underline;
}

a:hover {
	color: #6e9ece;
	text-decoration: underline;
}


table {
	margin: 0;
	padding: 0;
}

td {
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}


select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

#wrapper {
	width: 912px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	position: relative;
}

#logo-wrap {
	width: 912px;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
}

#logo-position {
	width: 253px;
	height: auto;
	position: absolute;
	left: 330px;
	top: 10px;
}

#logo {
	width: 253px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}


/* MAIN NAVIGATION */

#nav-wrap {
	width: auto;
	height: 30px;
	margin: 50px 0 0 0;
	padding: 3px 14px 0 14px;
	background: url(../images/bkg-navbar.gif) no-repeat;
}

#nav-wrap div {
	overflow: hidden;
}

#nav-cols {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#nav-rt {
	float: right;
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
}

#nav-lt {
	float: left;
	width: 305px;
	height: auto;
	margin: 0;
	padding: 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 5px 0 5px 0;
	*/padding: 5px 0 4px 0;
	color: #fff;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}

#nav a.on {
	display: block;
	padding: 5px 0 5px 0;
	*/padding: 5px 0 4px 0;
	color: #fff;
	background: #6e9ece;
}

#nav a:hover {
	background: #6e9ece;
	color: #fff;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 100px;
	text-transform: uppercase;
}

#nav li ul li {
	float: left;
	width: 210px;
	text-align: left;
	border: none;
	font: 11px Arial, Helvetica, sans-serif;
}

#nav li ul li a { 
	width: 200px;
	text-align: left;
	border-right: none;
	background: #6e9ece;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
}

#nav li ul li a:hover { 
	background: #1a4b87;
	color: #fff;
}

#nav li ul {
	position: absolute;
	width: 210px;
	left: -999em;
	background: #6e9ece;
	z-index: 200;
}

#nav li.sfhover ul {
	left: auto;
	background: #6e9ece;
	z-index: 200;
}

#nav li ul ul {
	margin: -27px 0 0 210px;
}

#nav li.sfhover ul ul {
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}


#content {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background: #fff;
	border-right: 1px solid #a1a0a1;
	border-left: 1px solid #a1a0a1;
}

#hm-cols {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#hm-cols-rt {
	float: right;
	width: 297px;
	height: auto;
	margin: 0;
	padding: 0;
}

#hm-cols-lt {
	float: left;
	width: 593px;
	height: auto;
	margin: 0;
	padding: 4px 0 0 0;
}

#news {
	background: url(../images/bkg-news.gif) no-repeat;
	margin: 0;
	padding: 50px 20px;
	width: auto;
	height: 216px;
	text-align: left;
	overflow: hidden;
}

#news p {
	color: #fff;
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
}

ul.btns {
	width: auto;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: block; 
}

li a.btns {
	background: url(../images/bkg-btns.gif) no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width: 116px;
	float: left;
	text-align: center;
	margin: 0 auto;
	padding: 3px 2px 4px 2px;
	text-decoration: none;
}

li a:hover.btns {
	background: url(../images/bkg-btns-over.gif) no-repeat;
	text-decoration: none;
}

#midcontent-wrap {
	width: 587px;
	height: auto;
	margin: 10px 0;
	padding: 0;
}

#midcontent {
	background: url(../images/bkg-mid.gif) repeat-y;
	padding: 10px 10px 16px 10px;
	margin: 0;
	width: auto;
	height: auto;
}

#midcontent-rt {
	float: right;
	width: 235px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
} 

#midcontent-lt {
	float: left;
	width: 245px;
	height: auto;
	margin: 0;
	padding: 0 40px 0 12px;
	text-align: left;
	background: url(../images/img-snowflake.gif) right no-repeat;
}

#midcontent p {
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
}

#calendar-wrap {
	width: 297px;
	height: auto;
	margin: 6px 0 0 0;
	padding: 0;
}

#content-in-rt #calendar-wrap {
	float: right;
}

#calendar {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 6px;
	text-align: center;
	background: url(../images/bkg-cal.gif) repeat-y;
	position: relative;
}

#calendarFloat {
	position: absolute;
	left: -262px;
	top: -115px;
	width: 340px;
	height: 240px;
	margin: 0;
	padding: 2px;
	background-color: white;
	border: 1px solid #898989;
	display: none;
}

#calendarFloat div {
	background-image: url(../images/bkg-cal3.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 340px;
	height: 224px;
	margin: 0;
	padding: 16px 0 0 0;
	overflow: hidden;
	text-align: left;
}

#calendarFloat p {
	border-top: 1px dotted #9fa4ab;
	margin: 10px 18px 0 18px;
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #666666;
}

#calendarFloat p.first {
	border-top: none;
	padding-top: 0;
}

#calendarFloat h3 {
	color: #6e9ece;
	text-align: left;
	line-height: 23px;
	background-color: white;
	padding: 0 18px;
}

#calendarFloat ul.btns {
	padding: 0 18px;
}


#calendar table {
	margin: 0;
	padding: 0;
	background: url(../images/bkg-cal2.gif) repeat-x;
	width: 100%;
	height: auto;
}

#calendar table th {
	border: 1px solid #fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	font-size: 10px;
	text-align: center;
	line-height: 19px;
}

#calendar table td {
	border: 1px solid #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 14%;
	color: white;
	font-size: 10px;
	text-align: center;
	line-height: 19px;
}

#calendar table a {
	display: block;
	color: white;
	text-decoration: none;
}

#calendar table a img {
	display: block;
	margin: auto;
	width: 10px;
	height: 10px;
}

#hm-bot-wrap {
	width: auto;
	height: auto;
	margin: 10px 0;
	padding: 0;
}

#hm-bot {
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #a1a0a1;
	border-left: 1px solid #a1a0a1;
	background: #fff;
}

#hm-bot-rt {
	float: right;
	width: 200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border-left: 1px dotted #a1a0a1;
}

#hm-bot-lt {
	float: left;
	width: 670px;
	height: auto;
	margin: 0;
	padding: 20px 0 0 10px;
	text-align: left;
}

#footer {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

#footer p {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #a6abb1;
}

#footer a {
	color: #a6abb1;
}

#footer a:hover {
	color: #333;
}

#content-in-wrap {
	width: 865px;
	height: auto;
	margin: 0;
	padding: 35px 0 0 0;
}

#content-in {
	background: url(../images/bkg-columns-in.gif) repeat-y #fff;
	margin: 0;
	padding: 0;
	width: auto;
	height:auto !important; 
	min-height: 600px;
	height:600px; 
}

#content-in-rt {
	width: 615px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
}

#content-in-lt {
	width: 215px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.photo {
	float: right;
	width: 310px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 0;
}

#lftnav {
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px 6px;
	text-align: left;
}

#lftnav ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#lftnav li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 6px 2px;
	width: 200px;
	float: left;
	background: url(../images/bkg-lftnav.gif) repeat-x;
}

#lftnav li a {
	background: url(../images/bkg-lftnav-arrow.gif) left no-repeat;
	color: #fff;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 0 0 16px;
}

#lftnav li a:hover {
	color: #153d72;
	text-decoration: underline;
}

#thumbs {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#thumbs li {
	display: block;
	list-style-type: none;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

#thumbs li a, #thumbs li a img {
	display: block;
}

/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/