@charset "utf-8";
body {
	margin: 0px;
	font: 0.8em/1.2em Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/body-bg.jpg) repeat-x;
}
form { padding:0; margin:0;}
h1, h2, h3, h4 { padding: 0; margin: 0; clear:both; }
td { vertical-align:top; }
h1 {
	color: #0068B4;
	font-size: 1.2em;
	font-weight: bold;

}
h2 {
	font-size: 1.05em;
	color: #333333;
}
h3 {
	font-size: 1em;
	color: #333333;
}
h4 {
	font-size: 1em;
	color: #0068B4;
	margin: 0 0 0.8em 0;
}
p {
	margin: 0px 0px 1.4em 0px;
}
td { vertical-align:top; }
#wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
#top {
	position:relative;
	background: #0672BD url(../images/top.jpg);
	height: 134px;
}
/* login */
#login {
	background: #000000;
	height: 42px;
	color: #CCCCCC;
	font-size: 0.85em;
	line-height: 1.1em;
	position: absolute;
	top:0px;
	right:0px;
}
.loginFade { 	filter:alpha(opacity=.25);-moz-opacity:.25;opacity:.25; }
.loginFocus { filter:alpha(opacity=1);-moz-opacity:1;opacity:1; } 

#login td { padding: 2px 10px; } 
#login td .input {
	font-size: 11px;
	line-height: 1em;
	height: 1.2em;
} 
#contentbg {
	background-color: #fcfcfc;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	border-right: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
}
#content {
	background: url(../images/content-bg-bot.jpg) no-repeat left bottom;
}
#leftcol {
	width: 234px;
	float: left;
	margin-bottom: 163px;
	overflow: hidden;
	background: url(../images/leftcol-bg-top.png) repeat-x;
	color: #0068B4;
}
#leftcol .pad {
	margin: 0 0 0 21px;
	padding: 21px 21px 0px 0px;
}
#leftcol h3 {
	background: url(../images/leftcol-title.png) no-repeat;
	line-height: 29px;
	padding-right: 9px;
	padding-left: 9px;
	color: #0068B4;
	padding-bottom: 9px;
}
#leftcol .pad p {
	padding-right: 12px;
	padding-left: 12px;
}

#maincol {
	width: 744px;
	overflow: hidden;
	float: left;
	margin-bottom: 21px;
	background: url(../images/maincol-bg.png) repeat-x;
}
#maincol h1 {
	margin: 0px 0px 19px;
	padding: 19px 21px 0px;
	height: 28px;
	line-height: 28px;
}

#maincol .pad {
	margin: 0 21px;
	width: 702px;
	overflow: hidden;
}
.clr {
	clear: both;
}

/* box */
.box {
	float: left;
	width: 234px;
	background: url(../images/box-bg.png) repeat-y;
	overflow: hidden;
	margin-bottom: 19px;
}
#maincol .txt {
	padding-right: 21px;
	padding-left: 21px;
	line-height: 1.4em;
}
.box h2 {
	height: 3em;
	line-height: 1.5em;
	margin-right: 71px;
}
.boxTop, .boxBot {
	font-size: 1px;
	line-height: 6px;
	height: 6px;
}
.boxTop {	
	background: url(../images/box-top.png);
}
.boxBot {	
	background: url(../images/box-bot.png);
}
.boxPad {
	margin: 0 21px;
	position: relative;
}
.box .boxPad h2 {
	height: 57px;
	padding-top: 14px;
	padding-bottom: 19px;
}

.boxPad .uni {
	height: 9em;
}

.box ul {
	padding: 0;
	margin: 0 16px;
	color: #0068B4;
	clear: both;
}
.box li {
}
.boxPad a:link,  .boxPad a:visited {
	display: block;
	background: url(../images/button.png);
	height: 28px;
	width: 137px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	margin: 19px auto;
}
.boxPad a:hover, .boxPad a:active { 
	background: url(../images/button-hover.png);
}
.boxPad img {
	position: absolute; 
	top:0;
	right:0;
}
/* CSS dropdown menu */

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {/*visibility:hidden; display:none;*/ padding: 0px 0px 0px 18px; }
.menu ul {
	list-style: none;
	margin: 0px 0px 19px;
	padding: 0px;
}
.menu li a:link, .menu li a:visited {
	display:block;
	border-top: 0px solid #DFDFDF;
	border-right: 0px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 0px solid #DFDFDF;
	padding: 3px 2px 3px 6px;
	color:#000000;
	text-decoration: none;
	background-color:#f4f4f4;
	
}
.menu li a:hover, .menu li a:active {
	color:#666666;
	background-color:#fff;
}

.menu li li a:link, .menu li li a:visited {
	color:#666666;
	/*background: #ededec url(../../images/pijl.gif) no-repeat;
	padding: 3px 2px 3px 30px;*/
}
.menu li li a:hover, .menu li li a:active {
	color:#999999;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{ visibility:visible; display:block; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden; display:none;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible; display:block;}


td.productlogo { width: 91px; text-align:left }
.icon { float:left; margin: 0 6px 0 0; }
/* footer */
#footer {
	background-color: #0068b4;
	text-align: center;
	color: #f5f5f5;
	padding-top: 14px;
	padding-bottom: 28px;
	border-right: 1px solid #00497e;
	border-bottom: 1px solid #00497e;
	border-left: 1px solid #00497e;
}
#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration: none;
}
#footer .copy {
	color: #CCCCCC;
	font-size: 0.9em;
}

#footer a:hover, #footer a:active {
	color:#fff;
}
.italic {
	font-style:italic;
	color: #666666;
	font-size: 1em;
}
.first { font-weight:bold; color:#333333; }
.error { color:#CC3300; font-weight:bold; }
td.tdR { text-align:right; }