/*Marketing Tile Style sheet */

div.marketingtile { 
font-size: 11px;
width: 220px;
float: right;
margin-left: 1em; 
margin-top: 1em;
padding-left: 1em;
}
div.marketingtile a, a:visited 
{
	color: #0078ae; 
	border-bottom: 1px dotted #dae7f2; 
	text-decoration: none; 
}
div.marketingtile a:hover, a:focus 
{
	color: #75b2d5; 
}

/*div.marketingtile a {
color: #828282;
font-weight: normal !important;
}
div.marketingtile a:link {
color: #828282;
font-weight: normal !important;
}
div.marketingtile a:visited {
color: #828282;
font-weight: normal !important;
}
div.marketingtile a:hover {
color: black;
font-weight: normal !important;
}
div.marketingtile ul { 
padding-left: 1em;
margin-left: 0;
margin-top:0;
}*/

div.marketingtile ul {margin: .5em 0;}
div.marketingtile ul li 
{
	list-style: none; 
	background: transparent url(../img/list-marker.gif) no-repeat left 0.6em; 
	padding-left: 8px; 
	margin-bottom: 0.5em; 
	margin-left: 0 !important }
	#secondary ul li, #tertiary ul li {margin-bottom: .5em}
div.marketingtile ul ul {margin: .6em 0 0 1em;}
	#tertiary ul ul {margin-left: .5em;}
div.marketingtile ol li {margin: .6em 0 0 1.5em; *margin: .6em 0 0 26px}

div.marketingtile h2 {font-size: 20px; text-transform: uppercase; color: #ff9100; margin: 30px 0 0 10px; }
div.marketingtile h3 {font-size: 15px; color: #ff9100; text-transform: uppercase; margin-top: 1em; }
div.marketingtile h4, h5, h6 {margin: 1.5em 0 .5em 0;}
div.marketingtile h4 {font-size: 12px; color: #666; text-transform: uppercase; letter-spacing: 1px; font-weight: bold}
div.marketingtile h5 {font-size: 11px; color: #97969a; text-transform: uppercase; letter-spacing: 1px; font-weight: normal;}
div.marketingtile h6 {font-size: 11px; color: #ff9100; text-transform: uppercase; letter-spacing: 1px; font-weight: normal;}

.mt_label {
	margin: 0px;
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	color: #766C62;
	background-color: #edf1f0;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 0px solid;
}
.menus {
		border-left:1px solid gray; 
		border-bottom:1px solid gray;
		border-top:1px solid gray;
		border-right:1px solid gray;
		background:#fff;
		color:#828282;
		padding:10px;
		text-align:left;
		font-size:12px;
		font-family:Arial,Helvetica,sans-serif;
}
.login_form_label {
	margin: 1px;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	color: #FF9100;
}

.login_label {
	margin: 1px;
	text-decoration: none;
	font-family: Arial;
	font-size: 8pt;
	color: #666;
}

.login_link {
	font-weight: normal;
	font-size: 8pt;
	color: #0078ae;
	border-bottom: 1px dotted #dae7f2; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
}

