﻿/* Footer Styles for Ideal Systems */

/* -------------------------------------------------------- bottom & footer styles ------------------ */

#bottomSpace {
}

#bottom {
	margin: 0;
	padding: 0;
	background: white url('../images/bottomBG.jpg') repeat-x scroll left top;
}

#bottom_shadow{
	height: 120px;
	background: white url('../images/bbg.jpg') repeat-x;
}

#footer{
	clear: both;
	width: 1024px;
	margin: 0 auto;

}

#footer a {
	color: #777;
	font-weight: normal;
	font-size: 11pt;
	text-decoration: none;
}

#footer a:hover {
	color: #004B97;
	font-weight: normal;
	text-decoration: none;
}

#footer ul{
	text-decoration: none;
	font-weight: normal;
}

#footer li {
	text-decoration: none;
	text-indent: 0px;
	list-style-type: none;
	line-height: 18pt;
}

#info {
	padding-bottom: 20px;
}

#infoLable {
	width: 250px;
	float: right;
	margin-right: 25px;
}

#helpMenu {
	width: 180px;
}

#helpMenu a{
	font-size: 12pt;
	font-weight: normal;
	color: #004B97;
	text-decoration: none;
	text-align: left;
}

#helpMenu a:hover{
	font-size: 12pt;
	font-weight: normal;
	color: #E29C14;
	text-decoration: none;
	text-align: left;
}

#helpMenu ul{
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
	margin-left: -30px;
}

#helpmenu li {
	text-decoration: none;
	text-indent: 0px;
	list-style-type: none;
	font-size: 12pt;
	line-height: 18pt;
	padding-top: 12px;
}

.information{
	position: absolute;
	left: inherit;
	top: inherit;
	z-index: 4;
	margin-top: -200px;
	width: 180px;

}

/* ----------------------------------------------------- layout classes --------------------------------------------*/

.col_header {
	color: #004B97;
	font-size: 16pt;
	padding-left: 27px;
	margin-bottom: -10px;
}

.menuCol{
	width: 130px;
	float: left;
	margin: 0;
	padding: 0;
}

.servicesCol {
	width: 250px;
	float: left;
	margin-left: 10px;
	padding: 0;
}

.badgesCol {
	width: 160px;
	float: left;
	margin-left: 20px;
	padding: 0;
}

.partnersCol {
	width: 230px;
	float: left;
	margin-left: 10px;

}

.chatbox {
	width: 190px;
	float: left;
	padding: 0;
	margin-left: 10px;
}

.box {
	width: 220px;
	float: left;
	margin-left: 20px;
	padding-left: 5px;
	padding-bottom: 10px;
	background: white;
	border: 1px silver solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 5px;

}


/* -------------------------------------------------------- text formatting ------------------------- */
.text {
	font-size: 11pt;
	line-height: 18pt;
}

.copyright {
	font-size: 8pt;
	font-style: italic;
	color: #004B97;
}


.bold {
	font-weight: bold;
}

.ital {
	font-style: italic;
}

.center {
	text-align: center;
}

.textRight {
	text-align: right;
}

.pagetitle {
	font-size: 28pt;
	font-weight: 800;
	font-style: italic;
	color: #004B97;
	padding: 20px 0;
}

.headerText {
	font-weight: bold;
	font-size: 20pt;
	font-style: italic;
	line-height: 28pt;
	color: #004B97;
}

.mediumText  {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 14pt;
	font-style: normal;
	line-height: 24pt;
}

.bigText {
	font-size: 18pt;
}

