body {
	background-color: #505362;
	margin: 0;
	padding: 0;
	font-family: Verdana,"Lucida Grande","Trebuchet MS",sans-serif;
	font-size: 80%;
	behavior: url(/js/csshover.htc);
	color: #333333;
	padding: 5px 10px 5px 10px;
	background-image: url(/img/background.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #0166B8;
}
a:hover {
	color: #000000;
}
strong {
	font-weight: bolder;
	color: #000000;
}
p {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}
h1 {
	display: block;
	background-image:url(/img/logo.jpg);
	padding: 0;
	margin: 0;
	height:190px;
}
	h1 a {
		display: block;
		height:190px;
	}
		h1 a span {
			display: none;
		}
h2 {
	padding: 0px 0px 20px 0px;
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1.2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0166B8;
}
h3 {
	padding: 10px 0px 10px 0px;
	margin: 0;
	font-weight: normal;
	letter-spacing: 1.2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0166B8;
}
h3 .small {
	letter-spacing: 1px;
	font-size: 0.8em;
	color: #000000;
}
h4 {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
}
sup {
	font-size: 0.9em;
	line-height: 100%;
	vertical-align:text-top;
}
ul {
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
}
	li h3 {
	padding: 0px 0px 10px 0px;
	}

.clear {
	display: block;
	clear: both;
}

.divFlash{display:none;}
.divHtml{display:block;}

/* -------------------- */

#container {
	display: block;
	margin: 0px auto;
	width: 940px;
}
/* Holly Hack Targets IE Win only \*/
* html #container {height: 1%;}
/* End Holly Hack */

.left {
	display: block;
	float: left;
	overflow: hidden;
}
/* Holly Hack Targets IE Win only \*/
* html .left {height: 1%;}
/* End Holly Hack */
.right {
	display: block;
	float: right;
	overflow: hidden;
}
/* Holly Hack Targets IE Win only \*/
* html .right {height: 1%;}
/* End Holly Hack */


#header {
	margin: 0px 0px 8px 0px;
	color: #FFFFFF;
	font-size: .9em;
	overflow: hidden;
}
	#header a {
		text-decoration:none;
		color: #FFFFFF;
	}
	#header a:hover {
		color: #f5e30e;
	}
	#header .left {
		width: 400px;
		padding: 0px 0px 0px 10px;
	}
	#header .right {
		width: 400px;
		padding: 20px 10px 0px 0px;
		font-size: 14px;
	}
	#header .right .where {
		display: block;
		float: right;
		width: 200px;
		padding: 12px 5px 0px 0px;
		text-align: right;
	}
	#header .right img {
		float: right;
		width: 64px;
	}

#contents {
	background-color: #FDFDFD;
	padding: 8px;
	color: #666666;
}
	#banner {
	display: block;
	height: 190px;
	overflow: hidden;
	background-color: #FFFFFF;
	}
		#banner a {
			text-decoration:none;
		}
		#banner .background {
	height: 190px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
		}
		#banner .text {
			position:relative;
			float: right;
			top: -190px;
			width: 227px;
			overflow: hidden;
			background-color: #263264;
		}

	#menuTop {
		display: block;
		height: 30px;
		background-color: #344376;
		color: #FFFFFF;
		margin: 4px 0px 4px 0px;
		background-image: url(/img/menu_b.gif);
		background-repeat:repeat-x;
	}
		#menuTop .left {
			width: 4px;
			height: 30px;
			background-image: url(/img/menu_l.gif);
		}
		#menuTop .right {
			width: 4px;
			height: 30px;
			background-image: url(/img/menu_r.gif);
		}

	#body {
	overflow: hidden;
	}
		#body .left {
			width: 74.9999%; /* Stupit IE pixel perfect bug */
			overflow: hidden;
		}
		#body .right {
			width: 25%;
			overflow: hidden;
		}
	#body .padded {
	padding: 30px 40px 10px 40px;
	}

	.whitebox {
		background-color:#FFFFFF;
		color: #000000;
		padding: 10px 0px 0px 0px;
	}
		.whitebox a {
	color: #0166B8;
}
		.whitebox a:hover {
	color: #000000;
}

	.bluebox {
		background-color:#263264;
		color: #ffffff;
		padding: 10px 0px 0px 0px;
	}
		.bluebox a {color: #CCCCCC;}
		.bluebox a:hover {color: #ffffff;}
		.bluebox h2 {
	color: #01B7F3;
		}
		.bluebox h4 {
			color: #FFFFFF;
		}

	.greybox {
		background-color:#E5E5E5;
		color:#333333;
		padding: 10px 0px 0px 0px;
	}
		.greybox a {color: #000000;}
		.greybox a:hover {color: #000000;}

	.blackbox {
		background-color:#000000;
		color:#FFFFFF;
		padding: 10px 0px 0px 0px;
	}
		.blackbox a {color: #CCCCCC !important;}
		.blackbox a:hover {color: #ffffff !important;}

	#body .bottom {
		clear:both;
		height: 10px;
		background-repeat:repeat-x;
	}

		#body .bottom .left {
			width: 10px;		
			height: 10px;
		}
		#body .bottom .right {
			width: 10px;		
			height: 10px;
		}

	.whitebox .bottom {
		display:none;
	}

	.bluebox .bottom {background-image: url(/img/box_bluewhite_m.gif);}
		.bluebox .bottom .left {background-image: url(/img/box_bluewhite_l.gif);}
		.bluebox .bottom .right {background-image: url(/img/box_bluewhite_r.gif);}
	.bluebox.togreybox .bottom {background-image: url(/img/box_bluegrey_m.gif);}
		.bluebox.togreybox .bottom .left {background-image: url(/img/box_bluegrey_l.gif);}
		.bluebox.togreybox .bottom .right {background-image: url(/img/box_bluegrey_r.gif);}
	.bluebox.toblackbox .bottom {background-image: url(/img/box_blueblack_m.gif);}
		.bluebox.toblackbox .bottom .left {background-image: url(/img/box_blueblack_l.gif);}
		.bluebox.toblackbox .bottom .right {background-image: url(/img/box_blueblack_r.gif);}

	.greybox .bottom {background-image: url(/img/box_greywhite_m.gif);}
		.greybox .bottom .left {background-image: url(/img/box_greywhite_l.gif);}
		.greybox .bottom .right {background-image: url(/img/box_greywhite_r.gif);}
	.greybox.tobluebox .bottom {background-image: url(/img/box_greyblue_m.gif);}
		.greybox.tobluebox .bottom .left {background-image: url(/img/box_greyblue_l.gif);}
		.greybox.tobluebox .bottom .right {background-image: url(/img/box_greyblue_r.gif);}
	.greybox.toblackbox .bottom {background-image: url(/img/box_greyblack_m.gif);}
		.greybox.toblackbox .bottom .left {background-image: url(/img/box_greyblack_l.gif);}
		.greybox.toblackbox .bottom .right {background-image: url(/img/box_greyblack_r.gif);}

	.blackbox .bottom {background-image: url(/img/box_blackwhite_m.gif);}
		.blackbox .bottom .left {background-image: url(/img/box_blackwhite_l.gif);}
		.blackbox .bottom .right {background-image: url(/img/box_blackwhite_r.gif);}
	.blackbox.tobluebox .bottom {background-image: url(/img/box_blackblue_m.gif);}
		.blackbox.tobluebox .bottom .left  {background-image: url(/img/box_blackblue_l.gif);}
		.blackbox.tobluebox .bottom .right {background-image: url(/img/box_blackblue_r.gif);}
	.blackbox.togreybox .bottom {background-image: url(/img/box_blackgrey_m.gif);}
		.blackbox.togreybox .bottom .left  {background-image: url(/img/box_blackgrey_l.gif);}
		.blackbox.togreybox .bottom .right {background-image: url(/img/box_blackgrey_r.gif);}


#featuresRight .item .content {
	margin: 0px 10px 0px 10px;
	overflow:hidden;
}

	#bodysub {
		padding: 4px 20px 0px 20px;
		overflow: hidden;
		color: #999999;
		font-size: 0.9em;
	}
	#bodysub p {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

#footer {
	margin: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	#footer p {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	#footer,
	#footer a {
		color: #FFFFFF;
	}
	#footer .left {
	width: 60%;
	}
	#footer .right {
	width: 40%;
	text-align: right;
	}

#footer .siteseal {
	float:left;
	width:172px;
	margin-right:10px;
}

/* ------------------ */

.id_content {
	padding: 0px;
}

/* --- Features --- */

#featuresRight {
	padding: 0px 0px 0px 4px;
}
	#featuresRight .item {
		overflow:hidden;
	}

/* --- Buttons --- */

.but {
	display: block;
	float: left;
	width: 150px;
	height: 53px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.but span {
	display: block;
	padding: 8px 28px 0px 8px;
	background-position: 123px 19px;
	background-repeat: no-repeat;
}
.but:active span {
	padding: 13px 45px 0px 13px;
	background-position: 128px 24px;
}

.but.blue {
	background-image: url(/img/but_blue0.png);
	background-color: #0099FF;
	color: #FFFFFF;
}
	.but:active.blue {
		background-image: url(/img/but_blue1.png);
	}
	.but.blue span {
		background-image: url(/img/but_arrowwhite.gif);
	}
.but.green {
	background-image: url(/img/but_green0.png);
	background-color: #00FF66;
	color: #FFFFFF;
}
	.but:active.green {
		background-image: url(/img/but_green1.png);
	}
	.but.green span {
		background-image: url(/img/but_arrowwhite.gif);
	}
.but.gray {
	background-image: url(/img/but_gray0.png);
	background-color: #CCCCCC;
	color: #666666;
}
	.but:active.gray {
		background-image: url(/img/but_gray1.png);
	}
	.but.gray span {
		background-image: url(/img/but_arrowblue.gif);
	}

.downloadpdf {
	background-position:left center;
	background-repeat:no-repeat;
	background-image: url(/img/but_arrowblue.gif);
	padding-left: 14px;
	padding-right: 4px;
	text-decoration:none;
	border: 1px dashed #FFFFFF;
}
.downloadpdf:hover {
	border: 1px dashed #2C87CB;
}

/* --- Video --- */

#mask {
	position: fixed;
	display: none;
	background-color: #000000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 4000 !important;

	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#video {
	position: fixed;
	display: none;
	color: #FFFFFF;
	z-index: 5000 !important;
	width: 400px;
	height: 346px;
}
	#video .close {
		background-color:#FFFFFF;
		text-align: right;
		padding: 4px 10px 4px 0px;
		color: #000000;
	}
		#video .close a {
			color: #000000 !important;
			text-decoration:none;
			padding: 0px 20px 0px 4px;
			background-image: url(/img/but_close.gif);
			background-repeat:no-repeat;
			background-position: center right;
		}
		#video .close a:hover {
			font-weight:bold;
		}
#videoplayer {
}

/* --- Powered by --- */

.poweredBy {
	text-align: right;
}
.poweredBy img {
	border: 0;
	margin-left: 8px;
}
.poweredBy a,
.poweredBy a:visited {
	color: #9C9C9C;
	text-decoration: none;
}

.poweredBy a:hover {
	color:#FF6600;
}

/* --- Downlood Flash --- */

.downloadFlash {
	position: relative;
	text-align: left;
	width: 360px;
	height: 31px;
	font-size: 10px;
	padding: 0px 0px 10px 0px;
}
.downloadFlash a,
.downloadFlash a:hover,
.downloadFlash a:visited {
	text-decoration: none !important;
	color: inherit;
	font-weight:bold;
}
.downloadFlash img {
	float: left;
	width: 88px;
	margin-right: 5px;
}

/* --- Misc --- */

.debug {
	background-color:#FFFFCC;
	border: 1px solid #FF0000;
}
