
.splash
{
	/*
	margin-left: auto;
	margin-right: auto;
	*/
	width:960px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.splash:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.splash .splashInner
{
	height: 370px;
	padding-top: 1px;
	display: inline;
	float: left;
	background-color: white;
}


.splashMenu
{
	width: 960px;
	height: 28px;
	background-color:#002147;
	background-image: url(/images/ox-bg.gif);
	margin: 0 !important;
	padding: 0 !important;
	
}

.splashMenu a,.splashMenu a:hover
{
	font-size: 14px;
	line-height: 15px;
	padding: 6px 33px 6px 32px;
	text-align: left;
	text-decoration: none;
	
	/*font-weight: bold !important;*/
	font-family: Arial, sans-serif;
	display:block;
	float:left;
	position:relative;
	white-space:nowrap;
	
	/*background-color:#002147;*/
	
	color: white !important;
	
	margin-right: 0px;
	border-right: 1px solid #C0D3E4;
}

.splashMenu a:hover
{
	background-color:#C0D3E4;
	background-image: url(/images/ox-bg-over.gif);
	/*color:#002147 !important;*/
	color: white !important;
	border-right: 1px solid #002147;
}

.splashContents
{
	width: 960px;
	height: 312px;
	background-color: #002147;
	color: white !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.splashContents a, .splashContents a:hover
{
	color: white !important;
	text-decoration: none;
}

.splashContents a:hover
{
	text-decoration: underline;
}

.imgLeft img
{
	float: left !important;
	width: auto !important;
}

.imgRight img
{
	float: right !important; 
}

.imgCenter img
{
	margin-left: auto;
	margin-right: auto; 
	width: auto !important;
	display: block;
}

.splashContents .image img
{
	width: 960px;
	height: 312px;
}

.splashContents .image, .splashContents .contentsimage
{
	position: absolute;
	width: 960px;
	height: 312px;
	top:0px;
	left: 0px;
	cursor: pointer;
}

.splashContents .image .corecaption
{
	position: absolute;
	padding: 10px 32px 10px 32px;
	margin: 5px 16px 10px 16px;
	
	text-align: left;
	vertical-align: middle;
	
	font-size: 16px;
	line-height: 130%;
	cursor: pointer;
	
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: url(/images/coremessage/textShade.png);
}

.splashContents .image .corecaptionDark
{
	background-image: url(/images/coremessage/textShadeDark.png);
}


.corecaption1_3
{
	width: 276px;
}

.corecaption1_4
{
	width: 230px;
}

.corecaption2_3
{
	width: 620px;
}

.corecaption60pc
{
	width: 565px;
}

.corecaptionTop
{
	top: 25px;
}

.corecaptionTopHigher
{
	top: 1px;
}

.corecaptionBottom
{
	bottom: 15px;
}

.corecaptionBottomLower
{
	bottom: -6px;
}

.corecaptionRight
{
	right: 0px;
}

.corecaptionLeft
{
	left: 0px;
}

.corecaptionInLeft
{
	left: 50px;
}

.corecaptionInRight
{
	right: 50px;
}

.corecaption .corecaptionheading
{
	display: block;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	
	font-size: 22px;
	line-height: 110%;
	cursor: pointer;
}

/* core message */
.splashContents .coremessage
{
	position: absolute;
	display: block;
	width: 832px;
	left: 64px;
	top: 20px;
	padding-bottom: 10px;
	
	text-align: left;
	vertical-align: middle;
	
	cursor: pointer;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background-image: url(/images/coremessage/textShade.png);
	
	color:white;
}

.splashContents .coremessage .coreheading
{
	display: block;
	width: 768px;
	margin: 10px 32px 10px 32px;
	text-align: left;
	vertical-align: middle;
	
	font-size: 32px;
	line-height: 110%;
	cursor: pointer;
}

.splashContents .coremessage .coretext
{
	display: block;
	width: 768px;
	margin: 10px 32px 10px 32px;

	text-align: left;
	vertical-align: middle;
	
	font-size: 18px;
	line-height: 130%;
	cursor: pointer;
}

/* core message on the right half */

.splashContents .coremessageright
{
	position: absolute;
	display: block;
	width: 416px;
	left: 480px;
	top: 20px;
	padding-bottom: 10px;
	
	text-align: left;
	vertical-align: middle;
	
	cursor: pointer;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background-image: url(/images/coremessage/textShade.png);
	
	color:white;
}

.splashContents .coremessageright.coremessagefurtherright
{
	left: 520px;
}

.splashContents .coremessageright .coreheading
{
	display: block;
	width: 352px;
	margin: 10px 32px 10px 32px;
	text-align: left;
	vertical-align: middle;
	
	font-size: 23px;
	line-height: 110%;
	cursor: pointer;
}

.splashContents .coremessageright .coretext
{
	display: block;
	width: 352px;
	margin: 10px 32px 10px 32px;

	text-align: left;
	vertical-align: middle;
	
	font-size: 16px;
	line-height: 130%;
	cursor: pointer;
}


/* core message on the right two thirds */

.splashContents .coremessageright2_3
{
	position: absolute;
	display: block;
	width: 535px;
	left: 403px;
	top: 30px;
	padding-bottom: 10px;
	
	text-align: left;
	vertical-align: middle;
	
	cursor: pointer;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background-image: url(/images/coremessage/textShade.png);
	
	color:white;
}

.splashContents .coremessageright2_3 .coreheading
{
	display: block;
	width: 491px;
	margin: 10px 32px 10px 32px;
	text-align: left;
	vertical-align: middle;
	
	font-size: 23px;
	line-height: 110%;
	cursor: pointer;
}

.splashContents .coremessageright2_3 .coretext
{
	display: block;
	width: 491px;
	margin: 10px 32px 10px 32px;

	text-align: left;
	vertical-align: middle;
	
	font-size: 16px;
	line-height: 130%;
	cursor: pointer;
}

/* core message on the left two thirds */

.splashContents .coremessageleft2_3
{
	position: absolute;
	display: block;
	width: 555px;
	left: 32px;
	top: 30px;
	padding-bottom: 10px;
	
	text-align: left;
	vertical-align: middle;
	
	cursor: pointer;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background-image: url(/images/coremessage/textShade.png);
	
	color:white;
}

.splashContents .coremessageleft2_3 .coreheading
{
	display: block;
	width: 491px;
	margin: 10px 32px 10px 32px;
	text-align: left;
	vertical-align: middle;
	
	font-size: 23px;
	line-height: 110%;
	cursor: pointer;
}

.splashContents .coremessageleft2_3 .coretext
{
	display: block;
	width: 491px;
	margin: 10px 32px 10px 32px;

	text-align: left;
	vertical-align: middle;
	
	font-size: 16px;
	line-height: 130%;
	cursor: pointer;
}

.splashContents .coremessageleft1_2
{
	position: absolute;
	display: block;
	width: 432px;
	left: 32px;
	top: 30px;
	padding-bottom: 10px;
	
	text-align: left;
	vertical-align: middle;
	
	cursor: pointer;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background-image: url(/images/coremessage/textShade.png);
	
	color:white;
}
.splashContents .coremessageleft1_2 .coreheading
{
	display: block;
	width: 368px;
	margin: 10px 32px 10px 32px;
	text-align: left;
	vertical-align: middle;
	
	font-size: 23px;
	line-height: 110%;
	cursor: pointer;
}

.splashContents .coremessageleft1_2 .coretext
{
	display: block;
	width: 368px;
	margin: 10px 32px 10px 32px;

	text-align: left;
	vertical-align: middle;
	
	font-size: 16px;
	line-height: 130%;
	cursor: pointer;
}


/* core message on the left third */

.splashContents .coremessageleft1_3
{
	position: absolute;
	display: block;
	width: 340px;
	left: 32px;
	top: 30px;
	padding-bottom: 10px;
	
	text-align: left;
	vertical-align: middle;
	
	cursor: pointer;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	background-image: url(/images/coremessage/textShade.png);
	
	color:white;
}

.splashContents .coremessageleft1_3 .coreheading
{
	display: block;
	width: 276px;
	margin: 10px 26px 10px 26px;
	text-align: left;
	vertical-align: middle;
	
	font-size: 23px;
	line-height: 110%;
	cursor: pointer;
}

.splashContents .coremessageleft1_3 .coretext
{
	display: block;
	width: 276px;
	margin: 10px 26px 10px 26px;

	text-align: left;
	vertical-align: middle;
	
	font-size: 16px;
	line-height: 130%;
	cursor: pointer;
}

.splashContents .creativecommonstitle, .splashContents .creativecommonsauthor
{
	position: absolute;
	display: block;
	height: 312px;
	width: 12px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	top: 0px;
	background-image: url(/images/coremessage/textShade.png);
	
	color:white;
	font-family: monospace;
	cursor: pointer;
}

.splashContents .creativecommonstitle
{
	right: 12px;
}

.splashContents .creativecommonsauthor
{
	right: 0px;
}

.splashContents .coremessagebottom
{
	bottom: 10px;
	top: auto;
}

.coremessageonwhite
{
	background-image: url(/images/coremessage/textShadeOnWhite.png) !important;;
}

.coremessageonwhitedarker
{
	background-image: url(/images/coremessage/textShadeDark.png) !important;;
}

.coremessageonwhitereallydark
{
	background-image: url(/images/coremessage/textShadeReallyDark.png) !important;;
}

/* */

.splashContents .contentsimage img
{
	/*width: 480px;*/
	width: 380px;
	height: 312px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}


.splashContents .contentsimage .fadeout
{
	position: absolute;
	width: 64px;
	height: 312px;
	top:0px;
	/*left: 416px;*/
	left: 316px;
	background-image: url(/images/coremessage/fade3.png);
}

.splashContents .contentsimage .fadeoutOnWhite
{
	position: absolute;
	width: 64px;
	height: 312px;
	top:0px;
	/*left: 416px;*/
	left: 316px;
	background-image: url(/images/coremessage/fadeOnWhite.png);
}

.splashContents .contentsheading
{
	position: absolute;
	display: block;
	/*
	width: 480px;
	left: 480px;
	*/
	width: 580px;
	left: 380px;
	top: 0px;
	height: 60px;

	
	text-align: center;
	vertical-align: middle;
}

.splashContents .contentsheading .headingtext
{
	font-family: Arial, sans-serif;
	font-size: 30px;
	line-height: 31px;
	height: 31px;
	position: relative;
	top: 10px;
}


.splashContents .contentstext
{
	position: absolute;
	display: inline;
	/*
	width: 480px;
	left: 480px;
	*/
	width: 580px;
	left: 380px;
	/*top: 60px;*/
	top: 41px;
	height: 252px;
}

.splashContents .contentstext .contentsrow
{
	width: 570px;
	height: 126px;
	position: relative;
	left: 5px;
	margin: 5px 0px 0px 0px;
}

.splashContents .contentstext .contentsrowX2
{
	width: 570px;
	height: 252px;
	position: relative;
	left: 5px;
	margin: 5px 0px 0px 0px;
}

.splashContents .contentstext .contentsrow .contentscolumn, .splashContents .contentstext .contentsrowX2 .contentscolumn
{
	width: 185px;
	height: 126px;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

.splashContents .contentstext .contentsrowX2 .contentscolumn
{
	height: 252px;
}

.splashContents .contentstext .contentsrow .contentscolumnX2, .splashContents .contentstext .contentsrowX2 .contentscolumnX2
{
	/*width: 308px;*/
	width: 366px;
}

.splashContents .contentstext .contentsrow .contentscolumnX2Shorter, .splashContents .contentstext .contentsrowX2 .contentscolumnX2Shorter
{
	/*width: 258px;*/
	width: 288px;
}

.splashContents .contentstext .contentsrow .contentscolumnLonger, .splashContents .contentstext .contentsrowX2 .contentscolumnLonger
{
	/*width: 202px;*/
	width: 274px;
}


.splashContents .contentstext .contentsrow .contentscolumn .contentscolumnheading, .splashContents .contentstext .contentsrowX2 .contentscolumn .contentscolumnheading 
{
	font-weight: bold;
	display: block;
	font-size: 15px;
	line-height: 16px;
	margin-bottom: 4px;
	text-decoration: none;
}

.splashContents .contentstext .contentsrow .contentscolumn .contentscolumnsubheading, .splashContents .contentstext .contentsrowX2 .contentscolumn .contentscolumnsubheading
{
	font-weight: bold;
	display: block;
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 4px;
	margin-top: 2px;
	color: #e6e6cc;
}

.splashContents .contentstext .contentsrow .contentscolumn .contentscolumnitem, .splashContents .contentstext .contentsrowX2 .contentscolumn .contentscolumnitem
{
	display: block;
	font-size: 13px;
	line-height: 13px;
}

.splashContents .contentstext .contentsrow .contentscolumn .contentscolumnitem a, .splashContents .contentstext .contentsrow .contentscolumn .contentscolumnitem a:hover, .splashContents .contentstext .contentsrow .contentscolumn .contentscolumnitem a:visited,
.splashContents .contentstext .contentsrowX2 .contentscolumn .contentscolumnitem a, .splashContents .contentstext .contentsrowX2 .contentscolumn .contentscolumnitem a:hover, .splashContents .contentstext .contentsrowX2 .contentscolumn .contentscolumnitem a:visited
{
	text-decoration: none !important;
	font-size: 13px !important;
	line-height: 13px !important;
	margin-bottom: 2px;
	margin-left: 2px;
	display: inline-block;
}

.splashContents .contentstext .contentsrow .contentscolumn .contentscolumnitem a:hover,
.splashContents .contentstext .contentsrowX2 .contentscolumn .contentscolumnitem a:hover
{
	text-decoration: underline !important;
}

.splashNumbers
{
	height: 30px;
	width: 960px;
	margin: 0 !important;
	padding: 0 !important;
	text-align: right;
	vertical-align: center;
	position: relative;
}

.splashNumbers .splashNumber
{
	height: 20px;
	width: 20px;
	font-size: 16px;
	line-height: 18px;
	padding: 1px;
	margin: 2px 3px 2px 0px;
	vertical-align: middle;
	/*background-image: url(/images/ox-bg.gif);*/
	display: inline-block;
	text-align: center;
	/*border: 1px solid #002147;*/
	/*color: white;*/
	
	color:#002147; 
	cursor: pointer;
	
	/* IE 7 */
	zoom: 1;
	*display: inline;
}

.splashNumbers .splashNumberCurrent
{
	height: 20px;
	width: 20px;
	font-size: 16px;
	line-height: 18px;
	padding: 1px;
	margin: 2px 3px 2px 0px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	/*border: 1px solid #002147;*/
	
	font-weight: bold;
	text-decoration: underline;
	
	/*background-image: url(/images/ox-bg-over.gif);*/
	/*color: white;*/
	color:#002147;
	cursor: pointer;
	
	/* IE 7 */
	zoom: 1;
	*display: inline;
}

.newsBoxes
{
	height:218px;
	min-height: 100px;
	margin-top:10px;
	max-height:218px;
	overflow:hidden;
	width: 960px;
	font-family: Arial, sans-serif;
	position: relative;
}

.newsBoxes a, .newsBoxes span
{
	text-decoration: none !important;
	font-weight: bold;
}

.newsBoxes a:hover
{
	text-decoration: underline !important;
}

.newsBoxes .newsBox
{
	width: 473px;
	max-width: 473px;
	position: absolute;
}

.newsBoxes .newsBoxColumn1
{
	left: 0px;
	top: 0px;
}
"home truths" in security
.newsBoxes .newsBoxColumn2
{
	left: 484px;
	top: 0px;
}

.newsBoxes .newsBox .newsBoxHeading
{
	/*background-image: url(/images/ox-bg.gif);*/
	height: 28px;
}

.newsBoxes .newsBox .newsBoxHeadingText
{
	font-size: 20px;
	line-height: 21px;
	/*padding: 6px 33px 6px 32px;*/
	
	/*text-align: center;*/
	text-align: start;
	text-decoration: none;
	
	font-family: Arial, sans-serif;
	display:block;
	
	position:relative;
	white-space:nowrap;
	
	/*color: white !important;*/
	color: #002147 !important;
	
	margin-right: 0px;
}

.newsBoxes .newsBox .newsBoxHeadline, .newsBoxes .newsBox .newsBoxSummary
{
	padding: 8px 4px 10px 4px;
}

.newsBoxes .newsBox .newsBoxHeadline
{
	font-weight: bold;
}

.newsBoxes .newsBox .newsBoxMoreDetails
{
	position: absolute;
	top: 171px;
	padding: 0px 4px 10px 4px;
	background-color: white;
	height: 38px;
	font-size:14px;
	line-height:14px;
	width: 473px;
}

.newsBoxes .newsBox .newsBoxRSS
{
	position: absolute;
	top: 195px;
	padding: 5px 4px 0px 4px;
	background-color: white;
	height: 18px;
	font-size:14px;
	line-height:16px;
	width: 473px;
}


.threeColumns
{
	position: relative;
	width: 960px;
	margin-top: 10px;
}


.threeColumns h3
{
	font-weight: bold;
}

.threeColumns h3 a, .threeColumns h3 a:visited, .threeColumns h3 a:link
{
	color: #002147 !important;
	text-decoration: none;
}

.threeColumns h3 a:hover
{
	text-decoration: underline;
}

.threeColumnstest
{
	position: relative;
	width: 960px;
	margin-top: 10px;
}

.threeColumnstest h3
{
	font-weight: bold;
}

.threeColumnstest h3 a, .threeColumnstest h3 a:visited, .threeColumnstest h3 a:link
{
	color: #002147 !important;
	text-decoration: none;
}

.threeColumnstest h3 a:hover
{
	text-decoration: underline;
}

.threeColumns .column1Of3
{
	width: 306px;
	position: absolute;
	left: 0px;
}
.threeColumns .column2Of3
{
	width: 306px;
	position: absolute;
	left: 326px;
}
.threeColumns .column3Of3
{
	width: 306px;
	position: absolute;
	left: 652px;
}

.threeColumnstest .column1Of3
{
	width: 306px;
	position: absolute;
	left: 0px;
}
.threeColumnstest .column2Of3
{
	width: 306px;
	position: absolute;
	left: 326px;
}
.threeColumnstest .column3Of3
{
	width: 306px;
	position: absolute;
	left: 652px;
}
