@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

img {
	border-width:0px;
}

html {
	height:100%;
	margin-bottom:1px;
}

body {
	font:11px/14px Arial, Helvetica, sans-serif;
	background-color:white;
	margin-top:8px;
}

p { margin-bottom:8px; }

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00457c;
	margin:9px 0px;
}

a, a:hover {
	color:#00457C;
	text-decoration:underline;
}

ul, ol { margin:0px 0px 8px 30px; }

li { margin:0px 0px 4px 0px; }

ul ul, ul ol, ol ol {margin-left:24px;}

body {
	background-color:white;
}

#page {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.rightcell {
	background-color:#00457c;
}



.inlineheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00457c;
	font-weight:bold;
}


/* General Styles */
h1 .subHdr {
	font-size:14px;
	line-height:normal;
	margin-top:-4px;
	padding-bottom:6px;
}

.more {
	clear:both;
	padding-top:14px;
	display:block;
	width:300px;
}

.clear {
	clear:both;
	height:24px;
}

.details {
	font-size:11px;
}


a.infolink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00457c;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-top:50px;
	text-decoration:none;
}
a.infolink:hover {
	color:#777777;
}

/* Layout */

#site {
	width:800px;
	margin:auto;
}

	#siteTop {
		background-position:bottom center;
		background-repeat:no-repeat;
		width:800px;
		height:121px;
	}

		#siteNav {
			width:800px;
			height:43px;
			background:#00457c url(/images/topNavBg.gif) repeat-x;
		}

			#siteNav a {
				background-position:top center;
				background-repeat:no-repeat;
				display:block;
				height:43px;
				padding:0px 12px;
			}

				#siteNav a:hover {background-position:bottom center;}

			#siteNav * {float:left;}



	#siteMid {
		width:650px;
		margin:auto;
		padding-top:10px;
	}

		/* Left & Right Columns */
		.lftCol {
			float:left;
			clear:left;
			width:300px;
		}

			.lftCol ul li a {
				float:right;
				width:250px;
				display:block;
				overflow:hidden;
			}

		.rgtCol {
			float:right;
			clear:right;
			width:300px;
		}

			.rgtCol ul a {
				width:280px;
				display:block;
			}

		.rgtCol li, .lftCol li {
			width:300px;
		}


		/* Center Columns */
		.ctrCol {
			clear:both;
		}

			#logo {
				padding-top:55px;
				margin-left:88px;
				margin-right:30px;
				text-align:center;
			}

			#searchbar {
				padding-top:50px;
				margin-left:150px;
				margin-right:30px;
				text-align:center;
				float:left; /* IE7 Fix */
				display:inline; /* IE6 Fix */
			}

				#searchbar * {float:left;}

				#searchbar a {
					background-position:top center;
					background-repeat:no-repeat;
					display:block;
					height:29px;
				}

					#searchbar a:hover {background-position:bottom center;}

			#searchform {
				display:inline;
				padding:0px;
				margin:0px;
				width:150px;
			}

			#query {
				border:2px solid #78797b;
				margin-left:3px;
				color:#78797b;
				position:relative;
				top:5px;
				padding:1px;
			}

			#addressline {
				margin-left:88px;
				margin-right:30px;
				padding-top:21px;
				padding-bottom:100px;
				color:#78797b;
				font-size:9px;
				line-height:14px;
				text-align:center;
			}

		/* Content */
		#wrap {
			position:relative;
			border:1px solid white;
		}

		#content {
			padding-left:88px;
			padding-right:20px;
			padding-top:30px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#77787b;
		}

			#content p {
				line-height:17px;
			}

			#content a {
				color:#00457c;
			}


		/* Right Column */

		#rightcontent {
			padding:20px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:white;
		}

			#rightcontent h1 {
				color:white;
				text-transform:uppercase;
				margin-bottom:20px;
				font-size:14px;
			}



			#rightcontent h2 {
				color:white;
				text-transform:uppercase;
				margin-bottom:0px;
				padding-bottom:0px;
				font-size:14px;
			}

			#rightcontent p {
				margin-top:0px;
				padding-top:0px;
				margin-bottom:18px;
			}

			#rightcontent a {
				color:white;
				text-decoration:none;
				display:block;
				font-weight:bold;
			}

			#rightcontent a.vlink {
				text-decoration:underline;
				padding:4px 0px;
			}

			#rightcontent a:hover {
				color:#ccdae5;
			}

/** Pages **/

/* Blog Box */

.blogBox {
	width:380px;
	background:url(/images/blogBoxBg.gif) repeat-y center center;
}

	.blogBox h1 {
		background:url(/images/nav1.gif) repeat-x center center;
		color:#FFFFFF;
		padding:7px;
		margin:0px;
	}

	.blogBox p {
		padding:5px 8px;
		margin:0px;
	}

	.blogBoxBtm {
		background:url(/images/blogBoxBtmBg.gif) no-repeat center center;
		line-height:0px;
		font-size:0px;
		height:7px;
	}

/* News */
.news #siteTop {background-image:url(../images/topNewsBg.jpg)}

#news h1 {
	font-size:16px;
	padding-left:8px;
	line-height:29px;
	color:white;
	background:url(/images/hdrBg.gif) repeat-x center center;
	margin:30px 0px 10px;
}


#news ul {
	list-style:none;
	margin-bottom:8px;
}

#news li {
	margin-bottom:4px;
	float:left;
}

#news li span {
	display:block;
	width:50px;
	float:left;
	font-weight:bold;
	color:#999999;
}

	.details li span {width:75px;}

#news #searchbar {margin-left:208px;}

#news a { font-weight:bold; }

#news .rgtCol table, #news .lftCol table {width:100%;}

#news tr {vertical-align:top;}

#adFeed td {text-align:center;}

#news td.lft {
	color:#999999;
	font-weight:bold;
	text-align:left;
}

#news td.rgt {
	color:#333333;
	padding-left:3px;
	text-align:left;
}

/* Home */
#home #searchbar {
	margin-left:262px;
}

#home #content {
	padding:0px;
}


