@import url('global.css');

body {
	font: normal 11px/18px Verdana, Arial, sans-serif;
	color: #FFF;
}
a:link,
a:visited,
a:hover {
	color: #660;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	margin: 20px;
	width:803px;
	height:949px;
	background-color:#BEAE72 ;
	background-image:url('../images/sidebar.jpg');
	background-repeat:no-repeat;
}

/* ==================================================== left column ======================= */
#left_column {
	width:226px;
	float:left;
}
#logo {
	margin-top:48px;
}
#logofast {
	margin-top:10px;
	margin-left:25px;
}
#logoiso {
	margin-top:15px;
	margin-left:25px;
	}
#contact_careers {
	margin:79px 0 0 0;
	padding: 0;
	list-style-type: none;
	left:0;
}
#contact_careers li {
	text-indent: -9000px;
}
#contact_careers #contact a:link,
#contact_careers #contact a:visited,
#contact_careers #contact.selected {
	height: 26px;
	width: 226px;
	overflow: hidden;
	background: url('../images/btn/contactus_rollover.gif') top left no-repeat;
	display: block;
}

#contact_careers #contact a:hover,
#contact_careers #contact.selected {
	background-position: bottom left;
}
#contact_careers #careers a:link,
#contact_careers #careers a:visited,
#contact_careers #careers.selected {
	height: 27px;
	width: 226px;
	overflow: hidden;
	background: url('../images/btn/careers_rollover.gif') top left no-repeat;
	display: block;
}
#contact_careers #careers a:hover,
#contact_careers #careers.selected {
	background-position: bottom left;
}

/* ==================================================== right column =================== */
h2 {
	color: #600;
	margin-bottom: 0;
	font-size: 13px;
	letter-spacing: -1px;
	font-weight: normal;
}
#right_column {
	background-color:#fdfdde;
	height:949px;
	width:577px;
	float:left;
}
#header {
	
}
.separator {

}
#title {

}
#content {
	margin:8px 75px 20px 50px;
}
#content p {
	font: normal 11px/18px Verdana, Arial, sans-serif;
	color: #333;
	margin-top: 0;
}
#content .firstp {
	margin-top: 10px;
}
#content ul {
	color: #333;
	list-style-type:square;
}
#content li {
	margin-bottom: 10px;
}
#content li ul {
	margin-bottom: 0;
}
#content img {
	margin-bottom:14px;
}
img#oracle_logo {
	margin-left: 26px;
	margin-bottom:0;
	display: inline;
	float:right;
}
#callout {
	position:absolute;
	top:143px;
}
#tagline {
	position:absolute;
	bottom:119px;
	left:54px;
}
/* ==================================================== special form styles ====== */

#contactForm {
	color: #333333;
}

#contactForm select, 
#contactForm input, 
#contactForm textarea {
	border: 1px solid #333;
	display:block;
	margin-bottom:10px;
}

/* ==================================================== footer =================== */
#footer {
	height:50px;
	width:800px;
	float:left;
}
#footer img {
	position:relative;
	left:270px;
}
#footer p {
	color:#666;
	line-height:18px;
}
#footer a:link,
#footer a:visited {
	text-decoration:none;
	color:#666;
}
#footer a:hover {
	text-decoration:underline;
	color:#666;
}