/* BASIC SITE ELEMENTS */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

A:link { color: #4a74ac;
		 font-weight: normal;
		  text-decoration: underline;}
A:visited { color: #375680;
			font-weight: normal;
		    text-decoration: underline; }
A:active { color: #375680;
		   font-weight: normal;
		   text-decoration: underline; }
A:hover { color: #666666;
		  font-weight: normal;
		  text-decoration: none;}

/*h1 { 
	font: 22px Verdana,Arial,Helvetica,sans-serif; 
	color: #ce9e4e; 
	font-weight: normal; 
} */

h2 { 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold; 
	margin: 5px 0 0 0;
	padding: 0;
}

/* h3 { 
	font: 14px Arial,Helvetica,sans-serif; 
	color: #658c7d; 
	font-weight: bold;
}

h4 { 
	font: 14px Arial,Helvetica,sans-serif; 
	color: #326550; 
	font-weight: bold;
	text-transform: uppercase;
}
 */

/* IDS */

#container {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -381px; 
	width: 762px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#header {
	width: 762px;
	height: 130px;
	float: left;
}

#adsenseWrapper {
	width: 123px;
	float: left;
}

#contentWrapper {
	width: 639px;
	float: right;
}

#titlearea {
 	background-color: #f2f2f2;
	width: 639px;
	height: 46px;
	float: right;
}

#title {
	width: 387px;
	float: left;
}

#navigation {
	width: 252px;
	height: 46px;
	margin: 0;
	padding: 0;
	float: right;
}

/* nethound was replaced by search the tristate - see immediately below */
#nethound {
 	background-color: #bcc8c0;
	width: 639px;
	height: 44px;
	float: right;
	text-align: left;
	margin: 0 0 6px 0;
	padding: 0;
}

#nethound form {
	margin: 0;
	padding: 0;
	float: right;
}

#searchtristate {
	background: url(/images/searchtristate_fullbg.png) no-repeat !important;
	width: 639px;
	height: 92px;
	float: right;
	text-align: left;
	margin: 0 0 6px 0;
	padding: 0;
}

#searchtristate form {
	width: 342px;
	margin: 0;
	padding: 20px 0 0 0;
	float: right;

	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

#searchtristate form input {
	font-size: 13px;
}

#searchtristate form select {
	font-size: 13px;
	margin-bottom: 7px;
}

.searchtristatekwfield {
	color: #999999;
}

.searchtristatekwfield:focus {
	color: #000000;
}

#contentBackground { 
	width: 639px;
	background-color: #f2f2f2;
	float: right;
}

#content {
	margin: 0 15px 0 15px;
	padding: 0;
	text-align: left;
}

#footerarea {
	width: 639px;
	background-color: #dce2e9;
	float: right;
}

#footercontent {
	width: 639px;
	margin: 0;
	padding: 0;
	background-color: #dce2e9;
	float: right;
}


/* CLASSES */

.clearer
{
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}

.floatright { float: right; margin: 0; }
.floatleft { float: left; margin: 0; } 

.footerRight {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	margin: 0;
	padding: 0;
	float: right;
}

.footerLeft {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	margin: 0 0 0 8px;
	padding: 0;
	text-align: left;
	float: left;
    width: 400px;
}

.description {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
}

ul.previous {
	margin: 0 0 12px 30px;
	padding: 0;
}

ul.previous li.audio {
	margin: 0 0 3px 0;
	padding: 0;
	list-style-image: url(/images/audio_bullet.gif);
}

ul.previous li.video {
	margin: 0 0 3px 0;
	padding: 0;
	list-style-image: url(/images/video_bullet.gif);
}

.boldblue {
	font-weight: bold;
	color: #4a74ac;
}

.thumbnail {
	float:left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 6px 0 10px !important;
	margin: 10px 6px 0 5px;
}

.thumbnail img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 2px;
} 

a.promolink {
    color: #3C5F8C;
    background-color: #ffffff;
    border: 1px dotted #4a74ac;

	font-family: Arial,Helvetica,sans-serif;
	font-size: 11.5px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;


    padding: 0px;
    text-align: center;
}

.videolinks {
    font-size: 9px;
    font-weight: bold;
    color: #333333;
}

.videolinks a {
    font-size: 9px;
    font-weight: bold;
    color: #993333;
}

