﻿/* COLORS

dark red:    #CC0000
light red:   #7A0000
light blue:  #244785
dark blue:   #132647

*/

BODY {
	font-family: Arial, Sans-Serif;
}
A:link, A:visited {
	text-decoration: none;
}


/* HEADER */

#header {
	width: 720px;
	height: 90px;
	margin: 0px auto;
	padding-top: 20px;
}
#header .integrityLogo {
	float: left;
}
#header #headerInfo {
	float: right;
	text-align: right;
}
#header #headerInfo H1 {
	color: #666666;
	font-weight: bold;
	font-size: 9pt;
}
#header #headerInfo P {
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
}



/* TOPNAV MENU */

#topNavWrapper {
	background: #CC0000;
	border-bottom: 1px solid #ffffff;
	clear: both;
}
#topNavWrapper #topNav {
	width: 720px;
	margin: 0px auto;
}
.staticMenuStyle {

}
.staticMenuItem {
	padding: 0px 5px 0px 5px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	color: #ffffff;
	font-size: 8pt;
	text-transform: uppercase;
}
.staticHoverStyle {
	background: #7A0000;
	height: 23px;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
}
.staticSelected {
	color: yellow;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
}
.dynamicMenuStyle {
	border: 1px solid #ffffff;
	background: #7A0000;
	width: 100px;
	z-index: 1;
}
.dynamicMenuItem {
	background: #7A0000;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	font-size: 8pt;
	line-height: 14pt;
	height: 14pt;
	width: 100px;
}
.dynamicHoverStyle {
	background: #CC0000;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	font-size: 8pt;
	line-height: 14pt;
}


/* PAGE HEADER */
#pageHeaderWrapper {
	background: #244785;
	height: 133px;
}
#pageHeaderWrapper #pageHeader {
	width: 725px;
	margin: 0px auto;
}
#pageHeaderWrapper #pageHeader IMG {
	float: left;
}
#pageHeaderWrapper #pageHeader #moreInfo {
	float: right;
	width: 169px;
	height: 113px;
	background: #132647;
	border-right: 1px solid #ffffff;
	padding: 10px;
}
#pageHeaderWrapper #pageHeader #moreInfo P {
	padding-top: 11px;
}
#pageHeaderWrapper #pageHeader #moreInfo A:link, #pageHeaderWrapper #pageHeader #moreInfo A:visited {
	color: #ffffff;
	font-size: 8pt;
}
#pageHeaderWrapper #pageHeader #moreInfo A:hover {
	color: yellow;
}


/* SHADOW */
#shadow {
	height: 32px;
	background: url("../images/shadow.gif") repeat-x;
	margin-bottom: 0px;
}


/* LOGIN */
.loginWrapper {
	border: 1px solid #dddedf;
	background: #f2f2f2;
	padding: 5px;
	margin-bottom: 20px;
}
.login {
	text-align: left;
}
.loginTitle {
	display: none;
}
.loginLabel {
	font-weight: bold;
	font-size: 9pt;
	padding-top: 5px;
}
.loginButton {
	font-size: 8pt;
	position: relative;
	left: -5px;
	margin-top: 5px;
}
.loginTextBoxStyle {
	width: 148px;
	font-size: 9pt;
}

.loggedIn P {
	font-size: 9pt;
	line-height: 17pt;
	font-weight: bold;
}
.loggedIn P A:link, .loggedIn P A:visited {
	color: #244785;
	font-style: italic;
}
.loggedIn P A:hover {
	color: #CC0000;
}



/* CONTENT */
#content {
	width: 720px;
	margin: 0px auto;
}
#content #rightColumn {
	float: right;
	width: 170px;
}
#content #leftColumn {
	float: left;
	width: 515px;
}


#content #leftColumn H1 {
	margin-top: 20px;
	font-size: 14pt;
	color: #cc0000;
	font-weight: bold;
	clear: left;
}
#content #leftColumn H1 A:link, #content H1 A:visited {
	font-size: 14pt;
	color: #cc0000;
	font-weight: bold;
}
#content #leftColumn H1 A:hover {
	color: #244785;
}
#content #leftColumn H2 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
#content #leftColumn P {
	font-size: 10pt;
	line-height: 14pt;
	text-align: justify;
	margin-top: 10px;
}
#content #leftColumn UL {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #leftColumn LI {
	font-size: 10pt;
	list-style-type: disc;
	color: #CC0000;
	margin-top: 5px;
}
#content #leftColumn LI A{
	color: #000000;
}
#content #leftColumn P A:link, #content P A:visited {
	color: #1E3B6E;
	font-style: italic;
	font-weight: bold;
}
#content #leftColumn P A:hover {
	color: #CC0000;
}
#content #leftColumn .intro {
	font-size: 10pt;
	line-height: 14pt;
	color: #1E3B6E;
	font-weight: bold;
	padding-bottom: 20px;
	clear: both;
}



/* IN THE NEWS */
#InTheNews {
	background: #EBEBEB;
	margin-bottom: 20px;
}
#inTheNewsHeader {
	background: url(../images/in_the_news/top_red_curve.gif) no-repeat;
	height: 23px;
}
#inTheNewsHeader H1 {
	color: #ffffff;
	float: left;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	line-height: 23px;
	height: 23px;
	padding-left: 5px;
}
#inTheNewsHeader P {
	float: right;
	line-height: 23px;
	height: 23px;
	padding-right: 5px;
}
#inTheNewsHeader P A:link, #inTheNewsHeader P A:visited {
	color: #ffffff;
	font-size: 8pt;
	font-style: italic;
}
#inTheNewsHeader P A:hover {
	color: Yellow;
	text-decoration: underline;
}
#inTheNewsContent {
	padding: 5px;
	margin: 0px;
}
#inTheNewsContent H1 {
	color: #CC0000;
	font-size: 9pt;
	font-weight: bold;
}
#inTheNewsContent H2 {
	color: #333333;
	font-size: 8pt;
	font-style: italic;
}
#inTheNewsContent P {
	color: #333333;
	font-size: 8pt;
	line-height: 14pt;
	margin-top: 10px;
}
#inTheNewsContent P A:link, #inTheNewsContent P A:visited {
	color: #CC0000;
}
#inTheNewsContent P A:hover {
	color: #244785;
}
#inTheNewsContent UL {
	margin-left: 14px;
}
#inTheNewsContent UL LI {
	font-size: 8pt;
	list-style-type: disc;
	margin-top: 7px;
}



/* EINTEGRITY SIDEBAR */
#eIntegrity {
	
}
#eIntegrityContent {
	border-left: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
	padding: 5px;
	text-align: center;
}
#eIntegrityContent P {
	text-align: left;
	color: #333333;
	font-size: 8pt;
	line-height: 13pt;
	margin-top: 10px;
}
#eIntegrityContent P A:link, #eIntegrityContent P A:visited {
	color: #253372;
	font-weight: bold;
	font-style: italic;
}
#eIntegrityContent P A:hover {
	color: #CC0000;
}


/* CD DVD DUPLICATION */
#cdDuplication {
	background: #FF9801;
	text-align: center;
}
#cdDuplication #cdDuplicationTop {
	height: 9px;
	margin-top: 0px;
}
#cdDuplication P {
	text-align: left;
	padding: 10px;
	font-size: 9pt;
	line-height: 13pt;
	color: #ffffff;
}
#cdDuplication A:link, #cdDuplication A:visited {
	color: #CC0000;
	font-weight: bold;
}

#content #leftColumn #cdDvdNav {
	margin-bottom: 50px;
	height: 26px;
	background: url(../images/cddvdduplication/cd_dvd_nav_background.gif) repeat-x;
}
#content #leftColumn #cdDvdNav UL {
	margin: 0px;
	height: 26px;
}
#content #leftColumn #cdDvdNav UL LI {
	list-style-type: none;
	margin: 0px 20px 0px 20px;
	float: left;
	height: 26px;
	line-height: 26px;
}
#content #leftColumn #cdDvdNav UL LI A:link, #content #leftColumn #cdDvdNav UL LI A:visited {
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
}
#content #leftColumn #cdDvdNav UL LI A:hover {
	color: #0F74B7;
}

#content #rightColumn .stuffitExpander {
	margin-top: 20px;
}


/* FOOTER */
#footerWrapper {
	clear: both;
	border-top: 1px solid #dddedf;
	margin-top: 20px;
}
#footer {
	width: 720px;
	margin: 10px auto;
	padding: 0px 0px 10px 0px;
}
#footer #poweredBy {
	float: right;
}
#footer #copyright {
	float: left;
}
#footer #legalPrivacy {
	text-align: center;
}
#footer P {
	font-size: 7pt;
	color: #999999;
}
#footer P A:link, #footer P A:visited {
	color: #999999;
}
#footer P A:hover {
	color: #000000;
}
