/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }


.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.highlight { font-size: 11px; font-family: Verdana; background-color: LemonChiffon; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.Button {
	font-family: Verdana;
	font-size: 8pt;
	background: #ffffff url('../img/button-back.png') repeat-x left center;
	border: solid 1px #8E8F8F;
	height: 22px;
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

.login {
	color: #333333;
	font-family:Verdana;
	font-size: 8pt;
	padding: 10px;
	width: 975px;	
}

.loginHeader {
    color: white;
    background-color: #5D7B9D;
	font-weight: bold;
    margin-top: 5px;
    padding: 0 5px 0 5px;
    font-family:Verdana;
    font-size: 8pt;
    height: 28px;
    width: 975px;
    border-collapse: collapse;
}

.dataGrid {
	width: 975px;
}

.dataGridHeader {
	background-color: #f7f7f7;
	color: #333333;
	font-weight: bold;
	height: 28px;
	border-collapse: collapse;
}

.dataGridItemStyle {
	background-color: White;
	color: #284775;
	padding: 0 5px 0 5px;
	height: 28px;
}

.dataGridAlternatingItemStyle {
	background-color: #f7f7f7;
	color: #333333;
	height: 28px;
}

.header {
	color: White;
	background-color: #5D7B9D;
	font-weight: bold;
	height: 28px
}

.HeaderStyle {
	background-color: #e5e5e5;
	font-weight: bold;
	height: 21px;
}

.ItemStyle {
	background-color: #F7F6F3;
	color: #333333;
	height: 28px;
}

.AlternatingStyle {
	background-color: White;
	color: #284775;
	height: 28px;
}

/* Results */

a:link, a:visited { 
	color: #0089ff;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #FFFFFF url(../img/body-t.png) repeat-x 0 0;
}
#page {
	font-size: 1.2em;
	color: #666666;
	width: 990px;
	margin: 0 auto;
}

#top {
	width: 998px;
	margin: 0 -4px 15px;
	overflow: hidden;
	position: relative;
}
	#logo {
		float: left;
		padding: 35px 0 30px 29px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 392px;
			height: 71px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.png) no-repeat 0 0;
			}
	#menu {
		clear: both;
		background: url(../img/menu-bg.png) no-repeat 0 0;
		height: 52px;
	}
		#menu ul {
			float: left;
			padding: 0 0 0 35px;
			font-weight: bold;
		}
			#menu li {
				float: left;
				margin: 0 25px 0 0;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					line-height: 52px;
					color: #666666;
				}				
				#menu li a:hover {
					color: #0089ff;
					text-decoration: none;
				}
				
		#menu p {
			float: right;
			padding: 0 20px 0 0;
			line-height: 52px;
			font-size: 91.67%;
		}
			#menu p span {
				font-weight: bold;
				color: #015cab;
			}
	#top .img {
		position: absolute;
		right: 60px;
		top: 7px;
		width: 368px;
		height: 133px;
		background: url(../img/top-r.jpg) no-repeat 0 0;
	}

#wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
}
	#content {
		float: right;
		width: 652px;
	}
	#side {
		float: left;
		width: 307px;
	}

#content p {
	
	line-height: 20px;
	margin: 0 0 1em;
}
#content ul {
	list-style: disc;
	line-height: 1.4;
	margin: 0 0 1em 1.5em;
}

#header {
	background: url(../img/header-1.jpg) no-repeat 0 0;
	height: 152px;
	position: relative;
	margin: 0 0 10px;
}
	#header .bar {
		position: absolute;
		z-index: 5;
		left: 1px;
		top: 94px;
		width: 650px;
		height: 45px;
		background: #000000;
		opacity: 0.7;
		-moz-opacity: 0.7;
	}
	#header .text {
		position: absolute;
		z-index: 10;
		left: 60px;
		top: 102px;
		width: 530px;
		color: #FFFFFF;
	}
		#header .text h2 {
			font-size: 116.67%;
			font-weight: bold;
			margin: 0;
			color: #FFFFFF;
		}
		#header .text p {
			font-size: 75%;
		}
	#header .nav {
		position: absolute;
		z-index: 15;
		left: 20px;
		top: 101px;
		width: 612px;
	}
		#header .nav a:link, #header .nav a:visited {
			display: block;
			width: 29px;
			height: 31px;
			text-indent: -1000em;
		}
		#header .nav a.prev:link, #header .nav a.prev:visited {
			background: url(../img/icon-prev.png) no-repeat 0 0;
			float: left;
		}
		#header .nav a.next:link, #header .nav a.next:visited {
			background: url(../img/icon-next.png) no-repeat 0 0;
			float: right;
		}

#authmenu {
	clear: both;
	background: url(../img/authbar.jpg);
	height: 27px;
}
	#authmenu ul {
		float: left;
		padding: 0 0 0 0;
	}
		#authmenu li {
			list-style: none;
			float: left;
			margin: 0 25px 0 0;
		}
			#authmenu li a:link, #authmenu li a:visited {
				float: left;
				display: block;
				line-height: 27px;
				color: #0089ff;
			}
			
			#authmenu p {
			    float: right;
			    text-decoration: line-through;
			    line-height: 27px;
			}

#page #breadcrumbs {
	font-size: 75%;
	padding: 0 0 0 10px;
	margin: 0 0 .1em;
}
	#breadcrumbs a:link, #breadcrumbs a:visited {
		color: #666666;
	}
#content h1 {
	background: url(../img/line-h1.gif) repeat-x 0 100%;
	font-size: 150%;
	font-weight: bold;
	color: #015cab;
	padding: 0 0 .2em 10px;
	margin: 0 0 .4em;
}
#content h2 {
	font-size: 100%;
	font-weight: bold;
	color: #015cab;
	margin: 0 0 .5em;
}

.box2 {
	width: 640px;
	padding: 0 12px 0 0;
	margin: 0 0 20px;
	overflow: hidden;
}
	.box2 img {
		float: left;
		margin: 0 20px 10px 0;
	}

.cols {
	width: 100%;
	overflow: hidden;
}
	.cols .col {
		float: left;
		width: 296px;
		padding: 5px 15px;
	}
		#page .cols p.date {
			margin: 0 0 3px;
			font-size: 75%;
		}
		#page .cols h2 {
		}
		#page .cols p.more {
			width: 80%;
			overflow: hidden;
			font-size: 91.67%;
			line-height: 15px;
		}
			#page .cols p.more a:link, #page .cols p.more a:visited {
				float: right;
				display: block;
				padding: 0 0 0 20px;
				background: url(../img/icon-more.png) no-repeat 0 0;
			}


#box3 {
	background: url(../img/box-3.png) no-repeat 0 0;
	height: 170px;
	padding: 12px 15px 0;
	margin: 0 0 10px;
	position: relative;
}
	#box3 ul {
		width: 100%;
		overflow: hidden;
		margin: 0 0 5px;
	}
		#box3 ul li {
			float: left;
			width: 89px;
			height: 15px;
			padding: 80px 0 0;
			margin: 0 5px 0 0;
			font-weight: bold;
			text-align: center;
		}
			#box3 ul li span {
				background: #FFFFFF;
				padding: 0 .5em;
			}
		#box3 ul li.i1 {
			background: url(../img/icon-1.jpg) no-repeat 0 0;
		}
		#box3 ul li.i2 {
			background: url(../img/icon-2.jpg) no-repeat 0 0;
		}
		#box3 ul li.i3 {
			margin: 0;
			background: url(../img/icon-3.jpg) no-repeat 0 0;
		}
	#box3 h2 {
		font-size: 91.67%;
		font-weight: bold;
		color: #015cab;
		text-align: center;
	}
	#box3 p {
		text-align: center;
		font-size: 91.67%;
		color: #999999;
		padding: 0 20px;
	}
	#box3 p.label {
		background: #FFFFFF;
		color: #0089ff;
		position: absolute;
		text-align: center;
		width: 200px;
		padding: 0;
		margin: 0 0 0 -100px;
		left: 50%;
		bottom: 0;
	}

#box1 {
	background: url(../img/box-1.jpg) no-repeat 0 0;
}
#box2 {
	background: url(../img/box-2.jpg) no-repeat 0 0;
	margin: 0 0 20px;
}
		
.box1 {
	height: 90px;
	padding: 17px 0 0 160px;
	margin: 0 0 10px;
}
	.box1 p {
		font-size: 75%;
		margin: 0 10px 5px 0;
	}
	.box1 p.main {
		font-size: 116.67%;
		font-weight: bold;
		color: #015cab;
	}
		.box1 p.main span {
			display: block;
			font-size: 85%;
			color: #0089ff;
		}

#search {
	background: url(../img/icon-binoculars.jpg) no-repeat 15px 0;
	padding-left: 135px;
}
	#search p {
		margin-bottom: 0;
	}
	#search p.main {
		font-size: 100%;
	}


#footer {
	background: url(../img/body-b.png) repeat-x 0 0;
	height: 75px; /* 150px */
	font-size: 1.1em;
}
	#footer .in {
		width: 990px;
		overflow: hidden;
		margin: 0 auto;
		padding: 20px 0 0;
	}
		#footer .copyright {
			float: left;
			padding: 3px 0 0 165px;
			line-height: 1.4;
			background: url(../img/logo-2.png) no-repeat 0 0;
		}
			#footer p span {
				display: block;
				font-size: 81.82%;
			}
		#footer .links {
			float: right;
			text-align: right;
			color: #666666;
		}
			#footer .links a:link, #footer .links a:visited {
				color: #666666;
				padding: 0 .1em;
			}
			#footer .links span {
				padding: 5px 0 0;
				color: #999999;
			}
				#footer .links span a:link, #footer .links span a:visited {
					color: #999999;
				}








