@charset "utf-8";
/* CSS Document */


/* Styles the background color of the site and centers the pages. */
body {
	text-align: center;  /*part of the centering fix in FF and IE*/
	margin:0 auto; /*part of the centering fix in FF and IE*/
	font-family: calibri, arial, tahoma, sans-serif;
	font-size: 15px;
	background-color: #081f3e;
	padding: 0px;
}

/* Styles the default paragraph treatment for the entire site. */
p {
	margin-bottom: 0.7em;
	margin-top: 0px;
	line-height: 1.3em;
	margin-left: 22px;
	margin-right: 17px;
}

/* Turn off image borders */
img { 
	border: none; 
}

.center {
	text-align: center;
	margin: auto;
}

/* Styles the rotating logos that appear on the home page */
div#logo {
	text-align: center; /*part of the centering fix in FF and IE*/
	margin-top: -22px; /* was -33px for cycling logos */
	margin-right: auto;
	margin-bottom: 11; 
	margin-left: auto;
}

/* Sets overall width of the site's pages and text alignment. Resets body background color. */
div#container {
	background-color: #FFFFFF;
	text-align: left;
	width: 767px;
	margin:0 auto; /*part of the centering fix in FF and IE - added 6-5-08*/
} 

/* Sets overall width of the site's pages and text alignment. Resets body background color. */
div#blue-container {
	background-color: #00396c;
	text-align: left;
	width: 767px;
	margin:0 auto; /*part of the centering fix in FF and IE - added 6-5-08*/
} 

/* Styles  the  main menu */
div#mainmenu {
	text-align: center;  /*part of the centering fix in FF and IE*/
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 44px;
	background-color: #081f3e;
}

/* Link styles for the main menu */
#mainmenu a {
	color: #F1CD63; 
	text-decoration: none;
}
#mainmenu a:visited {
	color: #F1CD63; 
	text-decoration: none;
}
#mainmenu a:hover {
	color: #FFFFFF; 
	text-decoration: none;
}
#mainmenu a:active {
	color: #FFFFFF; 
	text-decoration: none;
}

/* Styles the Lonergan branded header */
div#header {
	height: 60px;
	width: 100%;
	background-image: url(../images/header-bkg.gif);
	background-repeat: repeat-y;
	background-color: #000000;
}

/* Positions the LPI logo */
.header-logo {
	float: left;
	padding: 0px;
	margin: 0px;
}

/* Positions the partner photos */
.header-partners {
	float: right;
	padding: 0px;
	margin: 0px;
}

/* Turns off borders around linked images */
a img {
    border: 0px;
}

/* Styles the submenu under the header */
div#submenu {
	margin-left:auto;
	margin-right:auto;
	text-align: center;  /*part of the centering fix in FF and IE*/
	font-size:12px;
	color: #FFFFFF; 
	background-image: url(../images/submenu-bkg.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 28px;
}

/* Link styles for the submenu */
#submenu a {
	color: #F1CD63; 
	text-decoration: none;
}
#submenu a:visited {
	color: #F1CD63; 
	text-decoration: none;
}
#submenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* Image background for Mark Lonergan's page */
.markl-bkg {
	width: 767px;
	background-image: url(../images/markl-bio-bkg.jpg);
	background-repeat: no-repeat;
	overflow:hidden;  /* required for background image to be visible */
}

.ben-bkg {
	width: 767px;
	background-image: url(../images/ben-bio-bkg.jpg);
	background-repeat: no-repeat;
	overflow:hidden;  /* required for background image to be visible */
}


/* Image background for Dotty's page */
.dotty-bkg {
	width: 767px;
	background-image: url(../images/dotty-bio-bkg.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

/* Image background for Mark Reiff's page */
.markr-bkg {
	width: 767px;
	background-image: url(../images/markr-bio-bkg.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

/* Image background for David Madden's page */
.david-bkg {
	width: 767px;
	background-image: url(../images/david-bio-bkg.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

/* Image background for Camella Mumm's page */
.camella-bkg {
	width: 767px;
	background-image: url(../images/camella-bio-bkg.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

/* Styles left column size and behavior */
#left-column {
	margin: 0; /*added 6-5-08 */
	overflow: hidden;  /*added 6-5-08 */
	float: left;
	width: 222px;
}

/* Styles left column size and behavior */
#left-column-dark {
	margin: 0; /*added 6-5-08 */
	overflow: hidden;  /*added 6-5-08 */
	float: left;
	width: 222px;
}

/* Styles left column typical font size and color */
#left-column-dark p {
	margin-bottom: 0.7em;
	margin-top: 0px;
	line-height: 1.1em;
	margin-left: 22px;
	margin-right: 17px;
	color: #CCCCFF;
	font-size: 12px;
}

/* Link styles for the left column when a dark blue background is used */
#left-column-dark a {
	color: #F1CD63; 
	text-decoration: none;
}
#left-column-dark a:visited {
	color: #F1CD63; 
	text-decoration: none;
}
#left-column-dark a:hover {
	color: #FFFFFF; 
	text-decoration: none;
}
#left-column-dark a:active {
	color: #FFFFFF; 
	text-decoration: none;
}

/* Styles right column size and behavior */
#right-column {
	margin: 0;
	float: right;
	width: 544px; 
	height: 1%;  /*Holly hack for Peekaboo Bug in IE6 */
}

/* Styles right column size and behavior */
#right-column-white {
	margin: 0;
	float: right;
	width: 544px;
	height: 1%;  /*Holly hack for Peekaboo Bug in IE6 */
	background-color: #FFFFFF;
}

#right-column-white ul {
	list-style-image: none;
	list-style-type: disc;
	margin-left: 22px;
	list-style-position: outside;
	margin-right: 22px;
}

#right-column-white ol {
	list-style-image: none;
	list-style-type: decimal;
	margin-left: 22px;
	list-style-position: outside;
	margin-right: 22px;
}

/* Used for left column with small text. */
.left-small-text {
	font-size: 11px;
}

h1 {
	font-size: 24px;
	margin-bottom: 22px;
	margin-top: 0px;
	margin-right: 17px;
	margin-left: 22px;
	padding-top: 44px; 
	font-style: italic;
}

h2 {
	font-size: 18px;
	margin-left: 22px;
	margin-top: 11px;
	margin-right: 17px;
	margin-bottom: 3px;
}

h3 {
	margin-left: 22px;
	margin-top: 11px;
	margin-right: 17px;
	margin-bottom: 3px;
	font-weight: bold;
}

/* Floats an image left aligned. */
.imageFL {
	float: left;
	padding: 0px;
	z-index: 111;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 0px;
}

/* Styles overview text in left column of RED pages. */
.left-red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #CC9900;
}

/* Styles the logos in the left column on client page */
.client-logo {
	float: left;
	clear: both;
	width: 222px;
	font-size: 11px;
	text-align: center;
}

/* Styles the company descriptions in the right column on client page */
.client-desc {
	float: left;
	width: 545px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
}

/* Styles the paragraph spacing in the right description column on client page */
.client-desc p {
	margin-top: 0px;
	margin-bottom: 9px;
	line-height: 15px;
}

/* Styles the abstract titles on the Resources page. */
.abstract-head {
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 0px;
	border-top-width: thin; 
	border-top-style: dotted;
}

/* Styles the abstract publisher, author, and date on the Resources page. */
.abstract-credits {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

/* Styles the abstract description on the Resources page. */
.abstract-text {
	font-size: 13px;
	line-height: 14px;
}

/* Controls the color of Lonergan RED text. */
.red {
	color: #FF0000;
	}
	
/* Puts a faded boardroom background on the div. */
.bod-bkg-faded {
	background-image: url(../images/sky-bod-bkg-faded.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	height: 1%; /*fix for the IE peekaboo bug */
}

/* Puts a normal boardroom background on the div. */
.bod-bkg-normal {
	background-image: url(../images/sky-bod-bkg-normal.jpg);
	background-repeat: no-repeat;
	/*overflow:hidden;   Appeared to work fine with FF on Portal page without this */
}

/* Puts a faded sky background on the div. */
.sky-bkg-faded {
	background-image: url(../images/sky-bkg-faded.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	height: 1%; /*fix for the IE peekaboo bug */
	/*overflow:hidden;   Appeared to work fine with FF on Portal page without this */
}

/* Image Background for Our Business page */
.business-bkg {
	background-image: url(../images/world-map.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	width: 767px;
}

/* Styles content on the portal page. */
.login {
	font-size: 15px;
	color: #FFFFFF;
	padding-left: 121px;
	padding-right: 121px;
	padding-bottom: 222px;
}

ul {
	list-style-image: url(../images/red-bullet.gif);
	list-style-type: none;
	margin-left: 55px;
	list-style-position: outside;
}

/* Styles the quotes at the top of the partner bio pages. */
.bioquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC9900;
	border-bottom-color: #CC9900;
	color: #000000;
	padding-top: 11px;
	padding-bottom: 11px;
}

/* Sets colors and fonts for footer. */
div#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #9999cc;
	font-size: 11px;
	text-align: center;
	background-color: #081f3e;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* Sets link colors for footer. */
#footer a {
	color: #BAD3ED; 
	text-decoration: none;
}
#footer a:visited {
	color: #BAD3ED; 
	text-decoration: none;
}
#footer a:hover.footer {
	color: #FFFFFF; 
	text-decoration: none;
}
#footer a:active.footer {
	color: #BAD3ED; 
	text-decoration: none;
}
