@charset "UTF-8";
/* CSS Document */

/* @group MAIN */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000;
	background: #005696 url(../images/jb_bg.gif) repeat-x;
	font: 12px Tahoma, Arial, sans-serif;
}

#container {
	width: 884px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#printLogo, #printAddress, #oracleLogo, #pageTitle, #contentTitlePrint {
	display: none;
}

#noflash {
	display: block;
	padding: 20px;
	background-color: #FFF;
}

/* @end */

/* @group IMAGES */

img {
	border-style: none;
	border-width: 0;
}

img.right {
	border-style: none;
	border-width: 0;
	float: right;
	padding-left: 6px;
	padding-bottom: 5px;
	padding-top: 3px;
}



/* @end */

/* @group TEXT */

p {
	color: #455560;
	margin: 0;
	padding: 0 0 9px;
	line-height: 17px;
}

#contentLeft p, #contentRight p {
	color: #455560;
	margin: 0;
	padding: 0 0 6px;
	line-height: 15px;
	font-size: 11px;
}

a, a:active, a:visited {
	color: #0093d1;
	text-decoration: none;
}

a:hover {
	color: #0f3f6d;
}

.small {
	font-size: 11px;
}

#contentMain ul {
	margin: 0 0 0 6px;
	padding: 0 0 12px 10px;
}

#contentMain li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 0;
	line-height: 18px;
	color: #455560;
	padding-left: 1px;
}


h1 {
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#contentMain h1 {
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0 0 13px;
	line-height: 24px;
}

#contentMain h1, h2, h3, h4, h5, h6 {
	color: #455560;
}


h2 {
	font-weight: normal;
	font-style: normal;
	color: #0093d1;
}

h3 {
	font-weight: normal;
	font-style: normal;
}

#contentRight h3 {
	margin: 9px 0 0;
	padding: 7px 0;
	font-size: 14px;
	border-top: 1px solid #bdbdbd;
	color: #0f4076;
}

#contentLeft h3 {
	padding: 0 0 7px;
	font-size: 14px;
	color: #0f4076;
}

#contentRight h3.first {
	margin: 0;
	padding: 0 0 7px;
	font-size: 14px;
	border-top: 1px none #8eafc6;
}

h4, h5 {
	font-weight: bold;
	font-size: 12px;
}

#contentLeft h4, #contentRight h4 {
	margin: 0;
	padding: 1px 0 5px;
	font-size: 11px;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	margin: 0;
	padding-bottom: 8px;
	padding-top: 6px;
}

h6 {
	color: #0093d1;
}

h2 {
	padding-top: 10px;
}

.red {
	color: #ee292e;
}

.boxed {
	padding: 5px 12px 4px;
	border: 1px solid #b9b9b9;
	margin-top: 4px;
	margin-bottom: 6px;
}

#news h3 {
	color: #455560;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	
	padding-bottom: 10px;
	padding-top: 15px;
}

#news h4 {
	color: #454444;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	
	padding-bottom: 0px;
	padding-top: 23px;
	border-top: 1px solid #0093d1;
	margin-top: 15px;
}

#news h4.firstnews {
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
	border-style: none;
	border-width: 0;
}



/* @end */

/* @group HOME */

#home {
	color: #fff;
	background-color: #0093d1;
	padding-left: 80px;
}

#homeTitle {
	padding-top: 24px;
	padding-bottom: 19px;
}

#homeContentCol1 {
	float: left;
	width: 280px;
	padding-right: 20px;
	line-height: 17px;
}

#homeContentCol2 {
	float: left;
	width: 280px;
	padding-right: 20px;
	line-height: 17px;
}



.clear {
	clear: both;
}

#home_content {
	background-color: #0093d1;
	padding-top: 25px;
	padding-bottom: 25px;
}

#home_nav {
	width: 200px;
	float: left;
	margin-left: 82px;
}

#home_text {
	width: 470px;
	float: left;
}

#home_text p {
	color: #FFF;
}




/* @end */

/* @group CONTENT */

#content {
	background-color: #0093d1;
}


#content #logo {
	float: left;
	width: 230px;
	padding-left: 50px;
}

#contentTitle {
	padding-bottom: 25px;
	clear: left;
	padding-left: 267px;
	margin-left: 50px;
	padding-right: 60px;
}

#contentTitle.threecol {
	clear: left;
	margin-left: 50px;
	padding: 18px 60px 21px 189px;
}




#contentBodyContainer {
	width: 884px;
	
	float: left;
	background: #fff;
}

#oracleLogoScreen {
	width: 860px;
	float: left;
	height: 45px;
	display: block;
	padding-left: 24px;
	background-color: #FFF;
	margin: 0;
	clear: both;
}

#contentLeft {
	width: 296px;
	float: left;
	padding-left: 0;
	padding-top: 20px;
	padding-right: 20px;
}

#contentLeft.threecol {
	width: 217px;
	float: left;
	padding-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	margin-top: 1px;
}

#contentLeft p {
	margin: 0;
	padding: 0 0 3px;
}

#contentRight {
	width: 165px;
	float: left;
	background-color: #efefef;
	padding: 20px 33px 16px 17px;
}

#contentMain {
	width: 508px;
	float: left;
	padding-right: 59px;
	padding-top: 20px;
	/*background: url(../images/jb_page_bg.gif) no-repeat 230px 0;*/
}

#contentMain.nobg {
	width: 508px;
	float: left;
	padding-right: 59px;
	padding-top: 20px;
	background: none no-repeat 230px 0;
}

#contentMain.threecol {
	width: 402px;
	float: left;
	padding-right: 30px;
	padding-top: 20px;
	background: none no-repeat 230px 0;
}

#contentLeft .link, #contentMain .link, #contentRight .link {
	text-decoration: none;
	font-size: 12px;
	background: url(../images/contact_arrow_white_bg.gif) no-repeat 0 5px;
	padding-left: 11px;
	color: #0093d1;
}

#contentLeft .link:hover, #contentMain .link:hover, #contentRight .link:hover {
	background: url(../images/contact_arrow_white_bg_over.gif) no-repeat 0 5px;
	color: #0f3f6d;
}


.promoBox {
	padding: 0 0 0 42px;
	margin: 0 0 24px;
}

.tipsBox {
	padding: 0;
	margin: 0 0 24px;
}


.address {
	margin-left: 0;
	padding-left: 42px;
	margin-bottom: 21px;
}

#articles {
	margin-left: 0;
	padding-left: 24px;
	margin-bottom: 21px;
}

#contentLeft .quote {
	margin-left: 0;
	width: 210px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 24px;
	padding-left: 42px;
}

#contentLeft .quote p {
	color: #0093d1;
	line-height: 16px;
	font-size: 11px;
}


#threeCs {
	clear: both;
	padding-top: 18px;
	padding-bottom: 36px;
}

.innerCol1 {
	float: left;
	width: 240px;
	margin-right: 24px;
}

.innerCol2 {
	float: left;
	width: 240px;
}

.formFreeAssess {
	margin-top: 6px;
	margin-bottom: 24px;
	float: left;
}

#formrow {
	float: left;
	width: 490px;
	clear: left;
}

.registerform {
	float: left;
	margin-bottom: 20px;
}

.fieldTitle {
	float: left;
	width: 80px;
	padding-top: 2px;
}

.field {
	float: left;
}

.field input{
	width: 180px;
}

a.download {
	width: 99px;
	height: 20px;
	display: block;
	background: url(../images/download.gif) no-repeat;
	text-indent: -2000px;
	margin-top: 3px;
}

a.download:hover {
	background: url(../images/download_o.gif) no-repeat;
}









/* @end */







/* @group FOOTER */

#footer {
	height: 82px;
	background: url(../images/footer_bg.gif) repeat-x;
	color: #469acb;
	font-size: 11px;
	float: left;
	clear: left;
	padding-bottom: 55px;
}

#footerContent {
	height: 82px;
	background: url(../images/footer_bg_content.gif) repeat-x;
	color: #469acb;
	font-size: 11px;
	float: left;
	clear: left;
	padding-bottom: 55px;
	width: 884px;
}

#footerleft {
	height: 82px;
	width: 17px;
	background: url(../images/footer_left.gif) no-repeat;
	float: left;
}

#footerContent #footerleft {
	background: url(../images/footer_left_content.gif) no-repeat;
}

#footerright {
	height: 82px;
	width: 17px;
	background: url(../images/footer_right.gif) no-repeat;
	float: left;
}

#footerContent #footerright {
	background: url(../images/footer_right_content.gif) no-repeat;
}

#footertextleft {
	width: 415px;
	float: left;
	padding-top: 37px;
	padding-left: 10px;
}

#footertextright {
	width: 420px;
	float: left;
	text-align: right;
	padding-top: 37px;
	padding-right: 5px;
}

#footer a, #footerContent a {
	color: #469acb;
	text-decoration: none;
	padding-right: 7px;
}

#footer a:hover, #footerContent a:hover {
	color: #FFF;
}


#footerW3C {
	padding-top: 19px;
}

#footerW3C a {
	padding: 0 0 0 7px;
}




/* @end */











/* @group HOME NAVIGATION */





ul#nav {
	padding: 0;
	margin: 0;
	color: #21272b;
	float: left;
	width: 100%;
	font-size: 14px;
}

ul#nav li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	white-space: nowrap;
	padding: 0 0 10px;
}
	
ul#nav li a {
	text-decoration: none;
	white-space: nowrap;
	padding-right: 30px;
	color: #8bd3f5;
}

ul#nav li a:hover {
	color: #FFF;
}

ul#nav li#contact {
	margin-top: 9px;
}

ul#nav li#contact a {
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	clear: left;
	background: url(../images/contact_arrow_blue_bg.gif) no-repeat 0 5px;
	padding-left: 11px;
	color: #8bd3f5;
}


ul#nav li#contact a:hover {
	background: url(../images/contact_arrow_blue_bg_over.gif) no-repeat 0 5px;
	color: #FFF;
}








/* @end */






/* @group Left NAVIGATION */

#Leftnavigation {
	padding-top: 4px;
	display: block;
	margin-bottom: 36px;
	margin-left: 42px;
}


ul#Leftnav {
	background-color: #FFF;
	color: #21272b;
	margin: 0;
	padding: 0;
}

ul#Leftnav li {
	display: block;
	list-style-type: none;
}

ul#Leftnav li a {
	width: 220px;
	display: block;	
	text-decoration: none;
	font-size: 12px;
	background: url(../images/contact_arrow_white_bg.gif) no-repeat 0 7px;
	padding-left: 11px;
	color: #0093d1;
	padding-top: 3px;
	padding-bottom: 4px;
	border-top: 1px solid #9bd3f0;
}

#contentLeft.threecol ul#Leftnav li a {
	width: 180px;
}

ul#Leftnav a.last {
	border-bottom: 1px solid #9bd3f0;
}

ul#Leftnav li a:hover {
	background: url(../images/contact_arrow_white_bg_over.gif) no-repeat 0 7px;
	color: #0f3f6d;
}

ul#Leftnav li a:active {
	color: #000;
}

ul#Leftnav a.current {
	
}





/* @end */






















