/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ADBBBF;
	font: 0.8em/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #134068;
	text-align: left;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	/* font-weight: bold; */
	text-decoration: none;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	color: #333333;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-weight: normal;
}
h1 {font-size: 140%;}
h2 {font-size: 120%;}
h3 {font-size: 110%;}
h4 {font-size: 100%;}

/* Layout Wrappers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topsection {
	height:140px;
	background-image: url(../images/topheader.gif);
	background-repeat: no-repeat;
}
#topsection h1, #mainadvert h2, #secondadvert h2 { text-indent:-2000px;}
#topnav {
	height:60px;
}
#content {
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/navfade.gif);
}

#footer {
	height:60px;
	background-color: #F6F7F5;
	font-size: 80%;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 1.5em;
	padding-top: 20px;
}
#footer a {
	color: #FFFFFF;
}

.fulladvert {
	display:block; 
	border:10px solid #B9CEE1; 
	padding:10px;
}
.advertleft {
	display:block;
	float:left;
	padding:15px;
	width: 350px;
	border-top: 10px solid #B9CEE1;
	border-bottom: 10px solid #B9CEE1;
	border-left: 10px solid #B9CEE1;
	height: 280px;
	font-size: 0.9em;
}
.advertright {
	display:block;
	float:left;
	padding:0px;
	width: 300px;
	border-top: 10px solid #B9CEE1;
	border-right: 10px solid #B9CEE1;
	border-bottom: 10px solid #B9CEE1;
	height: 310px;
	overflow: hidden;
}

.advertright a.info {
	width:50px;
	line-height: 30px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	float: right;
	display: block;
	position: relative;
	padding-left: 20px;
	right: 20px;
	top: 120px;
	border: 1px solid #FFFFFF;
}
.advertright a.info:hover {
	background-color: #990033;	
}

.peoplepics {
	width:110px;
	height:220px;
	margin-right:30px;
	float: left;
	text-align: left;
}
.peoplepicsEnd {
	width:110px;
	height:220px;
	float: left;
	text-align: left;
}
.peoplepics .thumbnail, .peoplepicsEnd .thumbnail {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	display: block;
}
/* Various Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {clear:both;}
.hr {
	border-top:1px solid #B9CEE1;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.left {float:left;}
.right {float:right;}
.bordertop {border-top:1px solid #FF6600}

/* News  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.news {
	display:block;
	margin-top: 10px;
	font-size: 90%;
	line-height: 140%;
}
.news h4 {
	font-size:120%;
	line-height:145%;
	margin: 0px;
	padding: 0px;
}

.caption {
	width:100%;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.date {
	width:40px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.date .year {
	width:30px;
	color: #666666;
	background-color: #B9CEE1;
	line-height: 20px;
	display: block;
	margin: 5px;
	text-align: center;
}

.date .month {
	width:30px;
	color: #FFFFFF;
	background-color: #006699;
	line-height: 20px;
	display: block;
	margin: 5px;
	text-align: center;
}
.date .day {
	width:30px;
	line-height: 20px;
	display: block;
	text-align: center;
	margin: 5px;
	color: #FFFFFF;
	background-color: #333333;
}

div.news .more {
background:transparent url(../images/arrow-red.png) no-repeat scroll 100% 50%;
border:medium none;
clear:both;
color:#990033;
padding-right:14px;
white-space:nowrap;
}

/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */

.mainheader {
	font: 170%/150% "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	text-transform: inherit;
	display: block;
	padding: 0px;
	margin: 0px 0px 20px;
}
.red {
 color:#6A0020;
}
.charcoal{
 color:#333333;
}
.serif-red {
	color:#6A0020;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.serif-charcoal {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 18px;
	}
.medium-red {
	color:#6A0020;
	font-size:14px
	}
.medium-charcoal {
	color:#333333;
	font-size:16px}
.large-red {
	color:#6A0020;
	font-size:16px
	}
.large-charcoal {
	color:#333333;
	font-size:18px	}
.blockadverttext {color:#333333;
	font-size:12px}
.texthighlight {
	color:#333333;
	font-size: 16px;
	background-color: #E6E8EE;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 3px;
}
.maintexthighlight {
	color:#333333;
	font-size: 16px;
	background-color: #E6E8EE;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-left: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav {
	list-style: none;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav li a#last{
	background-image: none;
}
#topnav  li a {
	font: normal 11px Arial, Helvetica, "Lucida Grande";
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	margin: 0px 5px 0px 0px;
	height: 40px;
	float: left;
	padding: 20px 15px 0px;
	background-image: url(../images/navdivider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-transform: uppercase;
}
#topnav li a:hover {
	color: #66CCFF;
	border-top-color: #66CCFF;
}
#topnav li a.selected, #nav li a:hover.selected  {
	background-image: url(/images/tab-over.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#subnav { 
	margin: 0px;
	padding:0px;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	font: normal 12px/20px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration: none;
	background-position: 1px center;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/arrow-blue.gif);
	background-repeat: no-repeat;
}
#subnav li a:hover {
	color:#0099CC;
	font-weight: normal;
}
.thumbnail {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.frontThumbnail {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.newsimage {
	display: block;
    overflow: hidden;
	margin-bottom: 10px;
}
.newsimage img {
	width: 220px;
}
.blockword {
	font-size: 22px;
}

.videothumbnail {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 3px;
	line-height: 1.2em;
	font-size: 11px;
	text-align: center;
}
