/* CSS Document */
body{
	background-image:url(/site_images/layout/bg_body.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}

a{
	color:#0049c8;
	text-decoration:none;
}

a:hover{
	color:#888888;
	text-decoration:none;
}

img{
	border:0px;
	-ms-interpolation-mode:bicubic;
}

a img{
	border:0px;
	-ms-interpolation-mode:bicubic;
}

#main{
	width:908px;
	margin:10px auto;
	padding:0px;
	text-align:center;
}

#top{
	width:908px;
	height:6px;
	background-image:url(/site_images/layout/top.png);
	background-position:top;
}

#bottom{
	clear:both;
	width:908px;
	height:7px;
	background-image:url(/site_images/layout/bot.png);
	background-position:top;
}

#nav{
	width:880px;
	height:89px;
	margin:0px auto;
	padding:0px;
	background-image:url(/site_images/layout/bg_nav.png);
	background-repeat:repeat-x;
	border-top:solid 1px #888888;
	border-right:solid 1px #888888;
	border-left:solid 1px #888888;
}

#nav .logo{
	width:230px;
	float:left;
	margin:8px 0px 0px 10px;
	text-align:left;
}

#nav .links{
	width:600px;
	float:right;
	margin:29px 15px 0px 0px;
	text-align:right;
}

#nav .links a{
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
}

#nav .links a:hover{
	color:#0049c8;
}

#content{
	background-image:url(/site_images/layout/bg_main.png);
	background-repeat:repeat-y;
	margin:0px;
	padding-top:8px;
}

#Feature{
	width:880px;
	margin:0px auto 10px auto;
	padding:0px;
	border:solid 1px #888888;
	background-color:#cccccc;
	background-image:url(/site_images/layout/bg_feature.jpg);
	background-position:top;
	background-repeat:repeat-y;
	min-height:500px;
}

#homeFeatureHolder{
	margin:0px auto 0px auto;
	width:880px;
	height:420px;
	border-right:solid 1px #888888;
	border-left:solid 1px #888888;
	/*border-bottom:solid 1px #888888;*/
	text-align:center;
}

#HomeThumbs{
	width:880px;
	margin:0px auto 10px auto;
	background-image:url(/site_images/layout/bkg_homeThumbs.jpg);
	background-repeat:repeat-x;
	padding-top:8px;
	padding-bottom:5px;
	background-color:#cccccc;
	height:105px;
	border-bottom:solid 1px #888888;
	border-right:solid 1px #888888;
	border-left:solid 1px #888888;
}
#HomeThumbsFlash{
	width:880px;
	margin:0px auto 10px auto;
	background-image:url(/site_images/layout/bkg_homeThumbs.jpg);
	background-repeat:repeat-x;
	background-color:#dfdfdf;
	height:130px;
	border-bottom:solid 1px #888888;
	border-right:solid 1px #888888;
	border-left:solid 1px #888888;
}
#HomeThumbs img{
	margin-right:6px;
	border: solid 1px #888888;
}

#HomeBottom{
	width:880px;
	margin:0px auto 10px auto;
	padding:0px;
	border:solid 1px #888888;
	background-color:#cccccc;
	background-position:center;
	background-repeat:repeat-y;
}

#homeComponent {
	float:left;
	background-color:#ccc;
	background-image:url(/site_images/layout/bkg_homeComponent.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border-right:solid 1px #fff;
	padding:8px 8px 5px 10px;
	text-align:left;
	min-height:230px;
}

#homeComponent img{
	padding:0px;
}

#homeComponent hr {
	border:none;
	color:#fff;
	background-color:#fff;
	height: 1px;
	width: 100%;
	text-align: left;
 	margin: 10px 0px 10px 0px;
}

#homeComponent .header{
	width:100%;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:15px;
}

#homeComponent .header a{
	color:#fff;
}

#homeComponent .header a:hover{
	color:#0049c8;
}

#homeComponent .newsDate{
	float:left;
	width:65px;
	margin-bottom:10px;
	font-weight:bold;
}

#homeComponent .newsTitle{
	float:left;
	width:290px;
	margin-left:5px;
	margin-bottom:10px;
}

#homeComponent form{
	margin-bottom:5px;
	margin-top:20px;
	height:20px;
	padding:0px;
}

#homeComponent input{
	margin-bottom:0px;
	font-size:11px;
	border:solid 1px #999;
}
#homeComponent form .btn{
	color: #fff;
	font-weight:bold;
	background: #0049c8;
	border:solid 1px #999;
	margin-left:3px;

} 

/* chris stuff */

#LeftCol{
	width:258px;
	float:left;
	text-align:left;
	padding:10px;
}

#LeftCol img{
	margin-bottom:10px;
	border:solid 1px #888888;
}

#LeftCol .newsDate{
	float:left;
	width:65px;
	margin-bottom:10px;
	font-weight:bold;
}

#LeftCol .newsTitle{
	float:left;
	width:188px;
	margin-left:5px;
	margin-bottom:10px;
}

#LeftCol H1{
	text-transform:uppercase;
	text-align:left;
	font-family:'Arial Black', Gadget, sans-serif;
	color:#ffffff;
	font-size:18px;
	margin:0px;
	padding:0px;
}

#LeftCol select{
	font-size:11px;
	width:100px;
}

#RightCol{
	width:578px;
	float:right;
	text-align:left;
	padding:10px;
	background-color:#ffffff;
}

#RightCol img{
	border:solid 1px #888888;
	margin:0px 15px 15px 0px;
}

#RightCol a img{
	border:solid 1px #0049c8;
	margin:0px 15px 15px 0px;
}

#RightCol .newsSummary{
	font-size:13px;
	color:#666;
	font-style:italic;
}

.detailLeft {
	margin-top:10px;
	clear:left;
	float:left;
	width:90px;
	font-weight:bold;
}

.detailRight{
	margin-top:10px;
	float:left;
	width:460px;
}

.clear{
	clear:both;
}

H1{
	text-transform:uppercase;
	text-align:left;
	font-family:'Arial Black', Gadget, sans-serif;
	color:#0049c8;
	font-size:16px;
	margin:0px;
	padding:0px;
}

#indexItem{
	overflow:auto;
	width:578px;
	border-bottom: 1px solid #888888;
	padding-bottom:5px;
}

#indexItem .thumb{
	float:left;
	width:90px;
	margin-right:5px;
}

#indexItem .content{
	float:right;
	width:473px;
	padding-right:10px;
}

#indexItem .contentLeft{
	clear:left;
	float:left;
	width:85px;
	margin-bottom:6px;
	font-weight:bold;
}

#indexItem .contentRight{
	float:left;
	width:388px;
	margin-bottom:6px;
}

#indexItem a img {
	float:left;	
	margin:5px 5px 5px 5px;
	border:1px solid #888888;
}

#indexItem .title{
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
#searchContainer {
	width:850px;
	margin:0px auto 10px auto;
	padding:15px;
	border:solid 1px #888888;
	min-height:500px;

}

#searchContainer .header{
	float:left;	
	padding-top:5px;
	font-size:16px; 
	color:#333; 
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:0px;
	margin-bottom:5px;
}

#searchContainer .modifyBtn{
	float:right;
	width:101px;
	height:24px;
	margin-right:25px;
	/*background-image:url(/site_images/layout/modifySearchBtn.gif);
	background-repeat:no-repeat;*/
	text-align:center;
	padding-top:5px;
	margin-bottom:5px;
	background-color:#999;
	display:block;
}

#searchFilters{
	clear:both;
	margin-top:0px;
}
#searchResults {
	clear:both;
	margin-top:10px;
}

.SearchResultTable
{
	width:100%;
}

#pagination_wrapper{
	float:right;
	text-align:right;
	width:100%;
	height:30px;
	margin: 10px 0px 10px 0px;
	vertical-align: top;

}
#pagination_alpha{
	float:left;
	text-align:center; 
	vertical-align:top;
	width:350px;
	height:15px;
	margin-top:10px;
	margin-right:10px;
}

#pagination{
	float:right;
	text-align:right;
	width:200px;
	height:15px;
	margin-top:10px;
	margin-right:10px;
}

#searchResults{
	float:left; 
	min-height: 300px; 
	vertical-align: top; 
	margin-top:10px;
}
#footer{
	clear:both;
	width:900px;
	margin:0px auto;
	padding:0px 0px 5px 0px;
}

#footer td{
	font-size:11px;
}

.pager{
	
}
.pager_current{
	font-weight: bold;
}
