/*** Common items (used across templates) ********************************************/

body {
	background-image: url(/templates/itec/images/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #805ba8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 12px;
	color: #ffffff;
}

#logo {
	float: left;
}

#top_navigation {}

#top_menu {}

.navigation {
	float: left;
	width: 184px;
	padding-left: 2px;
	padding-right: 4px;
	vertical-align: top;
}

#content {
	float: right;
	width: 552px;
	vertical-align: top;
	color: #000000;
	padding: 8px 8px 8px 8px;
}

* html #content {}

#menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 184px;
}

.menu1 a:link,
.menu1 a:active,
.menu1 a:visited {
	display: block;
	background-image: url(/templates/itec/images/menu1_bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #ffffff;
	padding: 7px 3px 7px 9px;
	text-decoration: none;
	margin-bottom: 1px;
	margin-top: 1px;
}

.menu1 a:hover {
	background-image: url(/templates/itec/images/menu1_selected_bg.gif);
}

.menu1_selected a:link,
.menu1_selected a:active,
.menu1_selected a:visited,
.menu1_selected a:hover {
	display: block;
	background-image: url(/templates/itec/images/menu1_selected_bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #ffffff;
	padding: 7px 3px 7px 9px;
	text-decoration: none;
	margin-bottom: 1px;
	margin-top: 1px;
}

.menu2 a:link,
.menu2 a:active,
.menu2 a:visited {
	display: block;
	background-image: url(/templates/itec/images/menu2_bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #999999;
	font-size: 11px;
	padding: 7px 3px 8px 9px;
	text-decoration: none;
	margin-bottom: 2px;
	margin-top: 2px;
}

.menu2 a:hover {
	color: #ee6530;
}

.menu2_selected a:link,
.menu2_selected a:active,
.menu2_selected a:visited,
.menu2_selected a:hover {
	display: block;
	background-image: url(/templates/itec/images/menu2_bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #ee6530;
	font-size: 11px;
	padding: 7px 3px 8px 9px;
	text-decoration: none;
	margin-bottom: 2px;
	margin-top: 2px;
}

.menu3 a:link,
.menu3 a:active,
.menu3 a:visited {
	display: block;
	background-image: url(/templates/itec/images/menu2_bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #999999;
	font-size: 11px;
	padding: 7px 3px 8px 18px;
	text-decoration: none;
	margin-bottom: 2px;
	margin-top: 2px;
}

.menu3 a:hover {
	color: #ee6530;
}

.menu3_selected a:link,
.menu3_selected a:active,
.menu3_selected a:visited,
.menu3_selected a:hover {
	display: block;
	background-image: url(/templates/itec/images/menu2_bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #ee6530;
	font-size: 11px;
	padding: 7px 3px 8px 18px;
	text-decoration: none;
	margin-bottom: 2px;
	margin-top: 2px;
}

#breadcrumbs {
	text-align: right;
	vertical-align: top;
	color: #666666;
	font-size: 11px;
	white-space: nowrap;
}

#breadcrumbs a:link,
#breadcrumbs a:active,
#breadcrumbs a:visited {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #666666;
}

#footer {
	padding-left: 18px;
	padding-right: 18px;
	font-size: 11px;
}

.footer_text {
	float: right;
	padding-top: 6px;
	text-align: right;
}

.footer_text a:link,
.footer_text a:active,
.footer_text a:visited,
.footer_text a:hover {
	color: #ffffff;
	text-decoration: none;
}

#grip {
	padding-top: 7px;
}

#site {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#print_logo {
	display: none;
}

#navigation_content {
	background-image: url(/templates/itec/images/nav_content_bg.gif);
	min-height: 500px;
	padding-right: 21px;
	padding-left: 21px;
}


/*** Custom items (used only for this template) **************************************/

#logo_login {
	height: 145px;
}

#login {
	float: right;
	width: 326px;
	height: 31px;
	text-align: right;
	padding-right: 24px;
	padding-top: 114px;
	background-image: url(/templates/itec/images/header_bg.jpg);
}

#top_divider {
	clear: both;
}

#bottom_divider {
	clear: both;
}

#copyright {
	float: left;
}

#footer_links {
	padding-right: 5px;
}

#footer_logo {}