/* 
	This page contains layout styles used 
	globally across all sections of the website 
*/

/* ----------------- */
/*   GLOBAL STYLES uim-marketing  */
/* ----------------- */

body {
	background-color: #EDF3F5;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4em;
	
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #555555;
}
.clear {
	clear: both;
}

.clear img {
	margin-top: 10px;
}

.slideShow {
	position: absolute;
	z-index: 0 !important;
}

#container {
	background-image: url(/images/common/centerBG.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	
	padding-top: 5px;
}

#center {
	width: 970px;
	margin: 0 auto;
}

#header {
	/* height: 79px;*/
	height: 65px;
	background-image: url(/images/common/head2.jpg);
}

#header h1 { display: none; }
#header h2 { display: none; }

#header div#headerLinks {
	text-align: right;
	padding-top: 6px;
	padding-right: 20px;
	font-size: 8pt;
	color: #FFFFFF;
}
#header div#headerLinks a, #header div#headerLinks span {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 6px;
	margin-right: 6px;
}
#header div#headerLinks a:hover {
	border-bottom: 1px dotted;
}
#bottomCap {
	background-image: url(/images/common/middleBottomCap.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
}






/* ############################################################################################################################### */
/* content content content content content content content content content content content content content content content content */
/* ############################################################################################################################### */

.contentTop {
	clear: both;
	width: 970px;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	height: 280px;
	position: relative;
}

#mainMessage {
	width: 745px;
	height: 280px;
	
	margin: 0px;
	margin-right: 5px;
	padding: 0px;

	float: left;
}
#mainMessage div {
	width: 745px;
	height: 280px;
}

#mainMessage div.first {

}
#mainMessageIFame {
	width:745px;
	height: 280px;
	border: 0px;
	padding: 0px;
	margin: 0px;
z-index: -4 !important;
}

#login {
	width: 220px;
	height: 290px;
	float: left;
	overflow: hidden;
	background-image: url(/images/common/content215x280.gif);
}

#login div { 
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#login div h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 18px;
	color: #555555;
	margin-bottom: 20px;
}

#login div input {
	margin-bottom: 10px;
	width: 180px;
	border-style: inset;
}

#login div label {
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}

#login div p {
	font-size: 11px;
	margin: 0;
	margin-bottom: .1em;
}


a#loginButton
{
	background-image:url(/images/common/loginCombi.gif);
	color:#FFFFFF !important;

	display:block;

	font-size:10.5pt;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	text-decoration:none;

	height:30px;
	width:170px;
	line-height: 30px;

	margin-bottom:8px;
	margin-top:8px;
	margin-left: auto;
	margin-right: auto;
}

a#loginButton:hover {
	background-position:0 30px;
	border:0 !important;
}


a#learnMoreButton
{
	background-image:url(/images/common/loginCombi.gif);
	color:#FFFFFF !important;

	display:block;

	font-size:9pt;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	text-decoration:none;

	height:30px;
	width:170px;
	line-height: 30px;

	margin-bottom:8px;
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
}

a#learnMoreButton:hover {
	background-position:0 30px;
	border:0 !important;
}



#login a {
	text-decoration: none;
	font-size: 12px;
	color: #125c9a; /* #555555;*/ 
}
#login a:hover {
	border-bottom: 1px dotted #2986d4;
}

#login a.link
{
	padding-left: 10px;
	background: url(/images/common/bullet.png) no-repeat 0px 2px;
	color: #125c9a;
}

#login a.link:hover
{
	background-image: url(/images/common/bullethover.png);
	color: #2986d4;
}

#consumerServices {
	width: 215px;
	height: 280px;
	background-image: url(/images/content215x280.gif);
	overflow: hidden;
	
	float: left;
	display: inline;
}

.content {
	color: #787a7c;
}

.content h2 {
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;

	line-height: 37px;
	margin: 0 0 10px 15px;;
	color: #403e45;
}
.content h2.center {
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-align: center;
	line-height: 37px;
	margin: 0;
}

#consumerServices ul, #consultingServices ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	
	text-indent: -13px;
	
	list-style-position:inside;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(/images/contentBullet.gif);
	
	font-size: 10pt;
}
#consumerServices li, #consultingServices li {
	padding-left: 25px;
	padding-bottom: 8px;
	color: #787a7c;
	background-image:url(/images/ulSeperator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 8px;
}


#newsTicker {
	clear: both;
	margin-top: 10px;
	background-image: url(/images/home/sectionBG_newsTicker.gif);
	background-repeat: no-repeat;
	height: 26px;
	font-size: 14px;
	padding-top: 9px;
	overflow: hidden;
}
#newsTicker div {
	margin-left: 15px;
	color: #555555;
}
#newsTicker div h2 {
	display: block;
	color: #555555;
	font-weight: bold;
	font-size: 14px;
	margin: 1px;
}
#newsTicker div span {
	font-size: 9px;
	text-transform: uppercase;
}

.contentBottom {
	clear: both;
	width: 970px;
	
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Test */

.contentTop
{
z-index:0;
}

#mainMessage
{
z-index:0;
}

#mainMessagePicture0
{
	z-index:0;
}

