/****** General Styles ******/
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #F0F7FF;
}
body#home {
	background: #F0F7FF url(../img/bg-home.gif) repeat-x top;
}
body#pages {
	background: #F0F7FF url(../img/bg-pages.gif) repeat-x top;
}
.pushright {
	text-align: right;
}
.purpletxt {
	color: #454D85;
}
.bluetxt {
	color: #A0C1D8;
}
.graytxt {
	color: #9C9EA1;
}
.ltpurpletxt {
	color: #7B7B9A;
}
.floatleft {
	float: left;
	padding-right: 5px;
}
.floatright {
	float: right;
}

/****** Header ******/
#header {
	z-index: 200;
	padding: 0;
	border-bottom: solid 6px #232357;
	background-color: #FFFFFF;
}
#header h1 {
	background: url(../img/logo-lmg.jpg) no-repeat 0 0;
	height: 110px;
	margin: 0;
	padding: 0;
	width: 337px;
	float: left;
}
#header h1 span {
	display: none;
}
/* Quick Links at Top Right */
#quicklinks {
	padding: 0;
	margin: 20px 0 0 0;
	height: 21px;
	list-style-type: none;
	float: right; 
}
#quicklinks li {
	display: block;
	height: 21px;
	float: left; 
	padding: 0 30px 0 0;
	position: relative;
	font-size: 12px;
}
#quicklinks li a, #quicklinks li a:visited {
	text-decoration: none; 
	color: #232357;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 21px;
	padding: 3px 0 3px 27px;
}
#quicklinks li a.home, #quicklinks li a.home:visited {
	background: url(../img/icon_home.jpg) 0px 0px no-repeat;
}
#quicklinks li a.home:hover {
	border: 0;
	color: #9C9EA1;
	background: url(../img/icon_home.jpg) 0px -21px no-repeat;
} 
#quicklinks li a.offices, #quicklinks li a.offices:visited {
	background: url(../img/icon_location.jpg) 0px 0px no-repeat;
}
#quicklinks li a.offices:hover {
	border: 0;
	color: #9C9EA1;
	background: url(../img/icon_location.jpg) 0px -21px no-repeat;
} 
#quicklinks li a.contact, #quicklinks li a.contact:visited {
	background: url(../img/icon_contact.jpg) 0px 0px no-repeat;
}
#quicklinks li a.contact:hover {
	border: 0;
	color: #9C9EA1;
	background: url(../img/icon_contact.jpg) 0px -21px no-repeat;
} 
/* Navigation */
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 20px;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	margin: 3px 1px;
	width: 185px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul.wide {
	position: absolute;
	top: -999em;
	margin: 3px 1px;
	width: 215px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	position: relative; 
	height: 20px;
	float: left;
	margin: 0;
	line-height: 20px;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu li a {
	display: block;
	position: relative;
	text-align: center; 
	text-decoration: none; 
	background: #232357; 
	color: #FFFFFF; 
	width: 148px; 
	padding: 5px;
	margin: 0 1px;
	font-size: 12px;
	font-weight: bold;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 30px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 185px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover ul.wide, ul.sf-menu li li.sfHover ul.wide {
	left: 215px; /* match ul width */
	top: 0;
}
.sf-menu ul li a {
	background: #9C9EA1;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 11px;
	width: 175px; 
}
.sf-menu ul.wide li a {
	background: #9C9EA1;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 11px;
	width: 205px; 
}
.sf-menu li a:hover {
	background-color: #9C9EA1; 
}
.sf-menu li a.current {
	background-color: #9C9EA1; 
}
.sf-menu li a .topright {
	position: absolute; 
	top: 0; 
	width: 0; 
	height: 0; 
	overflow: hidden;
	border-top: 10px solid #FFFFFF;
	left: 148px; 
	border-left: 10px solid #232357; 
}
.sf-menu li a:hover .topright {
	border-left: 10px solid #9C9EA1; 
	border-top: 10px solid #FFFFFF;
}
.sf-menu li a.current .topright {
	border-left: 10px solid #9C9EA1; 
	border-top: 10px solid #FFFFFF;
}
.sf-menu li ul li.sfHover, .sf-menu li ul li:hover, .sf-menu li ul a:hover {
	background: #232357;
	outline: 0;
}
/* shadows for all but IE6 */
.sf-shadow ul {
	background:	url('../img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/****** Content ******/
#wrapper {
	background-color: #FFFFFF;
	z-index: 100;
}
#content {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#content p {
	font-size: 12px;
	color: #000000;
}
#content ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
#content ul li {
	font-size: 12px;
	color: #808080;
	line-height: 16px;
	padding: 0 0 0 10px;
	margin: 0;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#content ul li ul li {
	background-image: url(../img/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#content ol {
}
#content ol li {
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 6px 0;
	margin: 0;
}
#content ol li ol {
	list-style-type:lower-alpha;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #9C9EA1;
	padding: 0;
	margin: 20px 0 0 0;
}
#content h4 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 16px 0 0 0;
	color: #454D85;
}
#content h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 0 0;
}
#content h6 {
	font-size: 11px;
	color: #808080;
	font-weight: normal;
	margin:0;
	padding: 0;
}
#content div.expand {
	font-size: 14px;
	font-weight: bold;
	color: #232357;
	padding: 0;
	margin: 20px 0 0 0;
	cursor: pointer;
}
#content div.expand img {
	vertical-align: middle;
}
#content a, #content a:link, #content a:visited {
	color: #808080;
	text-decoration: underline;
	font-style: italic;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}
#content h5 a, #content h5 a:link, #content h5 a:visited, .info h5 a, .info h5 a:link, .info h5 a:visited, .info-burgundy h5 a, .info-green h5 a, .info-purple h5 a, .info-burgundy h5 a, .info-burgundy h5 a:link, .info-burgundy h5 a:visited, .info-green h5 a, .info-green h5 a:link, .info-green h5 a:visited, .info-purple h5 a, .info-purple h5 a:link, .info-purple h5 a:visited {
	text-decoration: none;
	font-style: normal;
}
#content h5 a:hover {
	text-decoration: underline;
}
#content h5.purpletxt a, #content h5.purpletxt a:link, #content h5.purpletxt a:visited, .info h5.purpletxt a, .info h5.purpletxt a:link, .info h5.purpletxt a:visited, .info-burgundy h5.purpletxt a, .info-burgundy h5.purpletxt a:link, .info-burgundy h5.purpletxt a:visited, .info-green h5.purpletxt a, .info-green h5.purpletxt a:link, .info-green h5.purpletxt a:visited, .info-purple h5.purpletxt a, .info-purple h5.purpletxt a:link, .info-purple h5.purpletxt a:visited {
	color: #454D85;
}
#content h5.bluetxt a, #content h5.bluetxt a:link, #content h5.bluetxt a:visited, .info h5.bluetxt a, .info h5.bluetxt a:link, .info h5.bluetxt a:visited, .info-burgundy h5.bluetxt a, .info-burgundy h5.bluetxt a:link, .info-burgundy h5.bluetxt a:visited, .info-green h5.bluetxt a, .info-green h5.bluetxt a:link, .info-green h5.bluetxt a:visited, .info-purple h5.bluetxt a, .info-purple h5.bluetxt a:link, .info-purple h5.bluetxt a:visited {
	color: #A0C1D8;
}
#content h5.graytxt a, #content h5.graytxt a:link, #content h5.graytxt a:visited, .info h5.graytxt a, .info h5.graytxt a:link, .info h5.graytxt a:visited, .info-burgundy h5.graytxt a, .info-burgundy h5.graytxt a:link, .info-burgundy h5.graytxt a:visited, .info-green h5.graytxt a, .info-green h5.graytxt a:link, .info-green h5.graytxt a:visited, .info-purple h5.graytxt a, .info-purple h5.graytxt a:link, .info-purple h5.graytxt a:visited {
	color: #9C9EA1;
}
#content h5.ltpurpletxt a, #content h5.ltpurpletxt a:link, #content h5.ltpurpletxt a:visited, .info h5.ltpurpletxt a, .info h5.ltpurpletxt a:link, .info h5.ltpurpletxt a:visited, .info-burgundy h5.ltpurpletxt a, .info-burgundy h5.ltpurpletxt a:link, .info-burgundy h5.ltpurpletxt a:visited, .info-green h5.ltpurpletxt a, .info-green h5.ltpurpletxt a:link, .info-green h5.ltpurpletxt a:visited, .info-purple h5.ltpurpletxt a, .info-purple h5.ltpurpletxt a:link, .info-purple h5.ltpurpletxt a:visited {
	color: #7B7B9A;
}
#purple p, #blue p, #gray p, #green p, #burgundy p {
	font-size: 13px;
	color: #000000;
	margin: 0 0 6px 0;
}
#purple h5, #purple p, #blue p, #gray p, #green p, #burgundy p, #purple h6, #blue h6, #gray h6, #green h6, #burgundy h6 {
	padding: 0 5px;
}
#blue h5, #gray h5, #green h5, #burgundy h5 {
	padding: 5px 5px 0 5px;
}
#purple {
	border-bottom: solid 5px #454D85;
	height: 300px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#purple h1 {
	background: #454D85;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 5px;
	margin: 30px 0 10px 0;
}
#purple h1 .topright {
	position: absolute; 
	top: 30px; 
	width: 0; 
	height: 0; 
	overflow: hidden;
	border-top: 10px solid #FFFFFF;
	left: 280px; 
	border-left: 10px solid #454D85; 
}
#content #purple ul li a, #content #purple ul li a:link {
	text-decoration: none;
	font-style: normal;
}
#content #purple ul li a:hover {
	text-decoration: underline;
	font-style: normal;
	color: #808080;
}
#blue {
	border-bottom: solid 5px #C2DEFF;
	height: 300px;
	margin-bottom: 20px;
}
#blue h1 {
	background: #C2DEFF;
	font-size: 16px;
	font-weight: bold;
	color: #232357;
	padding: 7px 5px;
	margin: 30px 0 10px 0;
}
#blue h1 .topright {
	position: absolute; 
	top: 30px; 
	width: 0; 
	height: 0; 
	overflow: hidden;
	border-top: 10px solid #FFFFFF;
	left: 280px; 
	border-left: 10px solid #C2DEFF; 
}
#gray {
	border-bottom: solid 5px #9C9EA1;
	height: 300px;
	margin-bottom: 20px;
}
#gray h1 {
	background: #9C9EA1;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 5px;
	margin: 30px 0 10px 0;
}
#gray h1 .topright {
	position: absolute; 
	top: 30px; 
	width: 0; 
	height: 0; 
	overflow: hidden;
	border-top: 10px solid #FFFFFF;
	left: 280px; 
	border-left: 10px solid #9C9EA1; 
}
#gray div.floatright {
	width: 255px;
}
#gray img.floatleft {
	padding-top: 10px;
}
#green {
	border-bottom: solid 5px #4B5E5C;
	height: 300px;
	margin-bottom: 20px;
}
#green h1 {
	background: #4B5E5C;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 5px;
	margin: 30px 0 10px 0;
}
#green h1 .topright {
	position: absolute; 
	top: 30px; 
	width: 0; 
	height: 0; 
	overflow: hidden;
	border-top: 10px solid #FFFFFF;
	left: 280px; 
	border-left: 10px solid #4B5E5C; 
}
#burgundy {
	border-bottom: solid 5px #4E132F;
	height: 300px;
	margin-bottom: 20px;
}
#burgundy h1 {
	background: #4E132F;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 7px 5px;
	margin: 30px 0 10px 0;
}
#burgundy h1 .topright {
	position: absolute; 
	top: 30px; 
	width: 0; 
	height: 0; 
	overflow: hidden;
	border-top: 10px solid #FFFFFF;
	left: 280px; 
	border-left: 10px solid #4E132F; 
}
#burgundy div.floatright {
	width: 255px;
}
#burgundy img.floatleft {
	padding-top: 10px;
	padding-left: 5px;
}
table#solution {
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #FFFFFF;
}
table#solution td {
	background-color: #EBECEC;
	color: #232357;
	padding: 5px;
}
table#solution .emphasis {
	background-color: #454D85;
	color: #FFFFFF;
	padding: 5px;
}
table#services {
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #FFFFFF;
}
#content table#services a, #content table#services a:link, #content table#services a:visited {
	color: #232357;
	text-decoration: none;
	font-style: normal;
	display: block;
	background-color: #F0F7FF;
	padding: 5px;
}
#content table#services a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	display: block;
	background-color: #454D85;
	padding: 5px;
}
#leftnav {
	background: #EBECEC;
	margin-top: 20px;
	margin-left: 15px;
	padding-bottom: 10px;
	border-bottom: solid 4px #B8BABC;
	width: 215px;
}
#leftnav .topright {
	position: absolute; 
	top: 0px; 
	width: 0; 
	height: 0; 
	overflow: hidden;
	border-top: 10px solid #FFFFFF;
	left: 205px; 
	border-left: 10px solid #EBECEC; 
}
#leftnav h2 {
	margin: 10px;
	padding: 0;
	color: #232357;
	font-size: 14px;
	font-weight: bold;
}
#leftnav p {
	margin: 0;
	padding: 0;
}
#leftnav p a {
	display: block;
	padding: 5px 10px;
	margin: 0;
	font-size: 12px;
	text-decoration: none;
	color: #232357;
}
#leftnav p a:hover, #leftnav p a.current {
	background: #B8BABC;
	color: #FFFFFF;
}
body#pages #content h1 {
	color: #232357;
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0;
}
#rightlinks {
	width: 205px;
}
.info, .info-burgundy, .info-green, .info-purple {
	display:inline;
	float:left;
	position:relative;
}
.info h1 {
	background: #E0EEFF;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	padding: 7px 5px;
	margin: 20px 0 5px 0;
}
.info h1 .topright {
	position: absolute; 
	top: 20px; 
	width: 0; 
	height: 0; 
	overflow: hidden;
	border-top: 10px solid #FFFFFF;
	left: 195px; 
	border-left: 10px solid #E0EEFF; 
}
.info-burgundy h1 {
	background: #4E132F;
	font-size: 14px;
	font-weight: bold;
	color: #EEEEEE;
	padding: 7px 5px;
	margin: 20px 0 5px 0;
}
.info-burgundy h1 .topright {
	position: absolute; 
	top: 20px; 
	width: 0; 
	height: 0; 
	overflow: hidden;
	border-top: 10px solid #FFFFFF;
	left: 195px; 
	border-left: 10px solid #4E132F; 
}
.info-green h1 {
	background: #4B5E5C;
	font-size: 14px;
	font-weight: bold;
	color: #EEEEEE;
	padding: 7px 5px;
	margin: 20px 0 5px 0;
}
.info-green h1 .topright {
	position: absolute; 
	top: 20px; 
	width: 0; 
	height: 0; 
	overflow: hidden;
	border-top: 10px solid #FFFFFF;
	left: 195px; 
	border-left: 10px solid #4B5E5C; 
}
.info-purple h1 {
	background: #454D85;
	font-size: 14px;
	font-weight: bold;
	color: #EEEEEE;
	padding: 7px 5px;
	margin: 20px 0 5px 0;
}
.info-purple h1 .topright {
	position: absolute; 
	top: 20px; 
	width: 0; 
	height: 0; 
	overflow: hidden;
	border-top: 10px solid #FFFFFF;
	left: 195px; 
	border-left: 10px solid #454D85; 
}
.info h5, .info-burgundy h5, .info-green h5, .info-purple h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 0 0;
}
.info h6, .info-burgundy h6, .info-green h6, .info-purple h6 {
	font-size: 11px;
	color: #808080;
	font-weight: normal;
	margin:0;
	padding: 0;
}
.info p, .info-burgundy p, .info-green p, .info-purple p {
	color: #808080;
	padding: 5px;
	margin: 0;
	font-size: 11px;
}
.info p.contact, .info-burgundy p.contact, .info-green p.contact, .info-purple p.contact {
	line-height: 23px;
	font-weight: bold;
	font-size: 12px;
}
.info a, .info-burgundy a, .info-green a, .info-purple a {
	color: #808080;
	text-decoration: underline;	
}
.info a:hover, .info-burgundy a:hover, .info-green a:hover, .info-purple a:hover {
	color: #000000;
	text-decoration: none;
}
.info div.floatright, .info-burgundy div.floatright, .info-green div.floatright, .info-purple div.floatright {
	width: 175px;
}
.onecol {
	margin-left: 15px;
	margin-right: 15px;
}
#colL-list {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#colR-list {
	float: left;
	width: 230px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#flow {
	padding: 5px 5px 28px 5px;
	margin-top: 10px;
	background-color: #F6F6F6;
	background-image: url(../img/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top: 2px solid #F0F0F0;
}
#flow h4 {
	margin: 0px;
}
#flow_last {
	padding: 5px;
	margin-top: 10px;
	background-color: #F6F6F6;
	border-top: 2px solid #F0F0F0;
	border-bottom: 2px solid #DDDDDD;
}
#flow_last h4 {
	margin: 0px;
}

/****** Footer ******/
#footer {
	background: #232357; 
	color: #FFFFFF;
	height: 50px;
	font-size: 10px;
	padding-top: 15px;
}
#footer p {
	padding: 0 0 0 15px;
	margin: 0 15px 0 0;
}
#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #9C9EA1;
}
