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

body {
	background:#ececec;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.main {
	padding:23px 28px 0 28px;
	width:924px;
	margin:0 auto;
	background:url(/images/main-bg.gif) repeat-y;
	min-height: 670px;
}

.header {
	height:91px;
	background: url(/images/header-bg.gif) repeat-x;
	margin:0 0 11px 0;
}

.footer {
	width:980px;
	height:33px;
	margin:0 auto;
	background:url(/images/footer-bg.gif) repeat-y;
}

.logo {
	float: left;
	margin-top: 9px;
	height: 50px;
	overflow: hidden;
	width: 446px;
	display: inline;
}

#content {
	clear: both;
}

#searchform {
	margin:324px 0 0 0;
	display: inline;
	float: left;
}

.right-column {
	float:right;
	background:url(/images/right-column-bg.gif) top left no-repeat;
	padding:0 0 0 22px;
	width:121px;
	display: inline;
}

.left-column {
	width:781px;
}

.content {
	padding: 10px 35px;
	color:#626262;
	min-height: 262px;
}

a{
	color:#626262;
}

a:hover{
	color:#626262;
	text-decoration: underline;
}

.content {
	display:block;
	line-height:24px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#00aeee;
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

.splash{
	width: 781px;
	height: 252px;
	position: relative;
	z-index: 10;
}


/*  Toolboxes */

.toolboxes{
	width:119px;
	height:322px;
	display: block;
	line-height: normal;
}

#tb-orig, #tb-holder{
	width:119px;
	height:332px;
	float: left;
	display: inline;
}

#tb-orig{
	display: none;
}


.toolboxes li, .toolboxes ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.tb-item{
	position: relative;
}

.tb-item h3{  
	margin: 0;
	padding: 10px;
	font-size: 22px;
	font-weight: normal;
}

.tb-item h3 a{  
	color: #fff;
	text-decoration: none;
}

.tb-image{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.tb-item span{
	position: absolute;
	display: block;
	bottom: 10px;
	left: 0;
	padding: 10px 10px 0;
	font-weight: bold;
}

.toolbox-blue {
	width:119px;
	height:322px;
	background:url(/images/tb-bg-blue.gif) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	float: right;
	margin: 5px 0 0 2px;
	display: inline;
}

.toolbox-dgreen {
	background:url(/images/tb-bg-dgreen.gif) no-repeat center;
}

.toolbox-green {
	background:url(/images/tb-bg-green.gif) no-repeat center;
}

.toolbox-yellow {
	background:url(/images/tb-bg-yellow.gif) no-repeat center;
}

.toolbox-red {
	background:url(/images/tb-bg-red.gif) no-repeat center;
}


#emergency-msg{
	width: 741px;
	height: 205px;
	background: #ff0033;
	color: #fff;
	overflow: auto;
	font-size: 18px;
	padding: 30px 20px 20px;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
}

#emergency-msg h1{
	color: #fff;
	padding: 10px 0 0 0;
}

#emergency-msg p{
	padding: 0 0 15px 0;
}


#login-box label{
	width: 100px;
	display: block;
	float: left;
	display: inline;
}

#login-box input{
	background: url(/images/form-field-bg.gif) repeat-x top left;
	border: 1px solid #ccc;
}

.breadcrumbs {
	padding: 2px 0 2px 0;
	margin:10px 0;

}

.breadcrumbs a {
	text-decoration:underline;
}

.downloads{

}

.downloads h3{
	margin: 0;
	padding: 1px 0 1px 0;
	color: #cccc33;
	font-size: 14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.downloads ul{
	margin: 0 0 0 0;
	padding: 0;
}

.downloads li{
	list-style: none;
	padding: 0 0 0 0;
}

.downloads a {
	text-decoration:none;
	margin:0 0 4px 0;
}

.downloads img{
	float: left;
	margin: 2px 5px 0 0;
}	

.credit {
	font-size: 11px;
	padding: 5px 0 5px 30px;
}

.credit a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
