@charset "utf-8";

/* CSS Document */

html, body {
	margin: 0;
}

body {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

p, li, td {
	line-height: 1.6em;
	margin: 0;
}

td {
	padding: 5px 50px 5px 0;
}

ul {
	margin: 0.5em 0 1em 0;
	padding: 0 0 0 1.5em;
}

h1 {
	color: #0167bb;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em 0;
}

h3 {
	color: #0167bb;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a:link {
	color: #F60;
	text-decoration: none;
}

a:visited {
	color: #F60;
	text-decoration: none;
}

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

a:active {
	color: #FC3;
	text-decoration: none;
}

#container {
	background-color: #FFF;
	background-image: url(images/back.jpg);
	background-position: 720px 0;
	background-repeat: no-repeat;
	margin: 0 auto 1em auto;
	position: relative;
	width: 998px;
}

#header {
	background-image: url(images/banner.jpg);
	background-position: 0 15px;
	background-repeat: no-repeat;
	height: 150px;
}

#menu {
	float: left;
	min-height: 381px;
	height: auto !important;
	height: 381px;
	padding: 0 20px 0 10px;
	width: 138px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
}

#menu ul li.selected {
	border: 1px solid #41b1d1;
	color: #41b1d1;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0 0 7px 0;
	padding: 0 7px 0 7px;
	width: 112px;
}

#menu ul a, #menu ul a:visited, #menu ul a:active {
	border: 1px solid #FFF;
	color: #0167bb;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 7px 0 7px;
	width: 112px;
}

#menu ul a:hover {
	border: 1px solid #41b1d1;
	color: #41b1d1;
	text-decoration: none;
}

#content {
	float: left;
	padding: 0 0 40px 0;
	width: 600px;
}

#footer {
	color: #666;
	clear: both;
	font-size: 10px;
	height: 40px;
	text-align: center;
}

#slideshow {
	border: 1px solid #0167bb;
	float: left;
	height: 200px;
	margin: 4px 1em 1em 0;
	width: 300px;
}

.itecLogo {
	top: 400px;
	left: 15px;
	position: absolute;
}

.leftImage {
	border: 1px solid #0167bb;
	float: left;
	margin: 4px 1em 1em 0;
}

.rightImage {
	border: 1px solid #0167bb;
	float: right;
	margin: 0 0 1em 1em;
}

.imageBorder {
	border: 1px solid #0167bb;
}
