@charset "UTF-8";

/* Hi, thanks for looking....Design, CSS & xHTML by Ken @ www.beyonddesign.co.uk + Adobe */

/* menu */

#nav, #nav ul { /* all lists */padding: 0; margin: 0; list-style: none; line-height: 1; font-size: 10px !important;}
#nav a {display: block; }
#nav li { /* all list items */float: left; width: 10em; /* width needed or else Opera goes nuts */ font-size: 10px !important;  }
#nav li ul { /* second-level lists */position: absolute; background: #E1E2E3;width: 120px;left: -999em; padding: 5px; }
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */left: auto;}
#menuMain { height: 20px;  position:absolute; margin-left: 325px; top: 81px; text-align:left !important; z-index:1}
#menuSecondary { height: 20px; margin-left: 626px; position: absolute; top: 20px;}

*html #menuMain { *position: relative; *margin-left: 325px;*margin-top: -20px;}
*html #menuSecondary { *position: relative;  *margin-left: 626px;*margin-top: -20px}

html>body #menuMain { *position: relative; *margin-left: 325px;*margin-top: -20px;}
html>body #menuSecondary { *position: relative;  *margin-left: 626px;*margin-top: -20px}


li#menuOne {display: block; width: 80px;/* width needed or else Opera goes nuts */	}
li#menuTwo { display: block; width: 120px;/* width needed or else Opera goes nuts */	}
li#menuThree { display: block; width: 80px;/* width needed or else Opera goes nuts */	}
li#menuFour { display: block; width: 80px;/* width needed or else Opera goes nuts */	}
li#menuFive { display: block; width: 80px;/* width needed or else Opera goes nuts */	}
li#menuSix { display: block; width: 110px;/* width needed or else Opera goes nuts */	}	

/* pages */

#oracleMastHead {margin-top: 130px;}

.ap  {color:#0685DD !important;}
.fm  {color:#DC2D76 !important;}
.lce {color:#42A52F !important;}
.pe {color:#EF922C !important;}

#home #container { background-color:white;} 
#home h1, #home p, #home li { color:#555555 !important;} 
#home h2 { color:	black !important;} 



/* home */

.cl {width: 250px; min-height: 300px; float: left; margin-right: 10px; margin-bottom: 30px; }

.cl p {width: 240px;}

/* typography */



img { border: none; }

a {color: #07a;text-decoration: none;outline: none;}
	
a:hover { color: #d60; }

a:focus { -moz-outline: none -moz-mac-focusring; }

a:focus { color: #aaa; }
	
h1 {font-size: 24px !important;
	font-weight: lighter;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif !important;
	}	

h2 {position: relative;
	font: normal 1.2em/1em helvetica, arial, sans-serif;
	margin: 1em 0;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px dotted #bba;
	}

h3
	{
	font: normal 1.2em helvetica, arial, sans-serif;
	color: #000;
	margin: 1em 0 0.5em 0;
	}
	
h3 a { color: #d60; }
	
h3 a:hover { color: #b40; }
	
ul
	{
	padding: 0;
	margin: 0 0 15px 13px;
	list-style: circle;
	}
	
*html ul
	{
	margin: 0 0 15px 16px;
	}
	
html>body ul
	{
	*margin: 0 0 15px 16px;
	}		
	
p,
li,
dd,
dt
	{
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.6em;
	color:#555555;
	}
	
code
	{
	font-size: 1em;
	font-family: monaco, courier, mono-space;
	color: #922;
	}
	
p { margin-bottom: 0.8em; }
	
#submit-site p
	{
	margin-bottom: 0.8em;
	}
	
dd p { font-size: 100%; }	

/* menu */

.flash {margin-bottom: 20px;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: small/1.7em verdana, sans-serif;
	/*background-image:url(../images/bg/bg.jpg);
	background-repeat:repeat-x; */
}
#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px;
	background-color:#FFFFFF;
	
} 

* html #container { 
	padding: 20px 0px 20px 20px;
	
} 
#header { 
	height: 100px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #FFFFFF; 
	width: 975px;
	margin-left: -20px;
	margin-top: -20px;
	padding-left: 20px;
	padding-top: 20px;
	text-align:right;
	} 
	
*html #header { 
	margin-bottom: 20px;
} 

html>body #header { 
	*margin-bottom: 20px;
} 	
	
#header img {position:absolute; left: 20px; top: 20px;}	

#subMenuArea {
	position: absolute;
	top: 127px;
	left: 20px;
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 0px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar {
	position: absolute;
	top: 154px;
	right: 20px;
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 0px 0px; /* padding keeps the content of the div away from the edges */
}

*html #sidebar { 
	margin-top: 20px;
} 

html>body #sidebar { 
	*margin-top: 20px;
} 

#mainContent, #mainContentLong, #clHolder { 
	margin: 0 0 0 166px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 510px;}
	
	

#mainContentLong, #clHolder { 
	min-height: 10px; width: 780px; margin-bottom: 20px; }

#footer { 
	clear: both;
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 30px;}	
	

	
	
 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt {float: right; margin-left: 8px;}
.fltlft {float: left;margin-right: 12px; margin-bottom: 12px; margin-top: 6px;}