/*
* Body Background / Margins
* ---------------------------------------------------- */


body {
	border: none;
	padding: 0;
	margin: 0;
	background: #a4b2ac;
	}
	
img {
	border: none;
	}
	
/*
ul {
	list-style:none;
	margin:0;
	padding:0;
	}
*/	



/* ----------------------------------------------------

	GLOBAL STYLES
	
---------------------------------------------------- */

body {
	font-style: normal;	
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.8em;
	}
	
	a:Link     {color: #676900; text-decoration:none;}
	a:Visited  {color: #676900; text-decoration:none;}
	a:Active   {color: #676900; text-decoration:none;}
	a:Hover    {color: #BF2F37; text-decoration:none;}
	
	
h2 {
	font-size: 1.4em;
	font-weight: normal;
	text-transform:uppercase;
	color:#8D8F40;
	padding:0;
	margin:0;
	}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin:0;
	}
	


/* ----------------------------------------------------

	SITE-WIDE CONTAINERS & STYLES
	
---------------------------------------------------- */



#container {
	width: 550px;
	margin: 25px auto;
	padding: 25px;

	}
	
#content {
	margin:0;
	padding:0;
	background:#fff;
	font-size:1.1em;
	
	}
	
/* ----------------------------------------------------

	SIDEBAR AND NAV
	
---------------------------------------------------- */
	
#sidebar {
	float:left;
	width:150px;

	}

#sidebar ul {
	margin:25px 0 0 0;
	padding:0;
	list-style:none;

	}

	

#sidebar ul li {
	margin:0;
	padding:0 5px 0 10px;
	text-transform:uppercase;
	}
	
#sidebar ul li a {
	font-weight:bold;
	}
	
#logo {
	text-indent:-3000px;
	}
	
#logo h1 {
	width:150px;
	height:100px;
	margin:0;
	padding:0;
	background:#D90000 url(../images/bg-logo.gif) left top no-repeat;
	border-bottom: 1px solid #5a6c64;
	text-indent:-3000px;
	}
	

/* ----------------------------------------------------

	MAIN CONTENT COLUMN
	
---------------------------------------------------- */
#Panel1 {
padding: 0 25px;
}
	

#primary-content {
	width:399px;
	float:right;
	margin:0;
	padding:0 0 25px 0;

	border-left:1px solid #a4b2ac;
	}
	


#primary-content h2 {
	padding:0 0 10px 0;
	}
#primary-content p {
	padding:0;
	color: #666666;
}	

#primary-content p.intro {
	text-transform:uppercase;
	}
	
#header {
	width:399px;
	height:100px;
	margin:0 0 25px 0;
	padding:0;
	background:#676900 url(../images/bg-header.gif) left top no-repeat;
	border-bottom: 1px solid #5a6c64;
	}

.oracleheader {
	width:399px;
	height:100px;
	margin:0 0 25px 0;
	padding:0;
	background:#676900 url(../images/bg_header_oracle_white.gif) left top no-repeat;
	border-bottom:1px solid #5a6c64;
}

.equentialheader {
	width:399px;
	height:100px;
	margin:0 0 25px 0;
	padding:0;
	background:#676900 url(../images/bg_equential.gif) left top no-repeat;
	border-bottom:1px solid #5a6c64;
}
.dsiheader {
	width:399px;
	height:100px;
	margin:0 0 25px 0;
	padding:0;
	background:#676900 url(../../_images/dsiheader.png) left top no-repeat;
	border-bottom:1px solid #5a6c64;
}
.mcgrawheader {
	width:399px;
	height:100px;
	margin:0 0 25px 0;
	padding:0;
	background: url(../../_images/header-ecsummit.png) left top no-repeat;
	border-bottom:1px solid #5a6c64;
}
.bandheader {
	width:399px;
	height:100px;
	margin:0 0 25px 0;
	padding:0;
	background: url(../../_images/musicheader.png) left top no-repeat;
	border-bottom:1px solid #5a6c64;
}
.ekdahlheader {
	width:399px;
	height:100px;
	margin:0 0 25px 0;
	padding:0;
	background: url(../../_images/ekdahlheader.png) left top no-repeat;
	border-bottom:1px solid #5a6c64;
}

#Main1_view{

	}

#Main1_view ul li{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -25px;
	list-style: square;
}
	
/* ----------------------------------------------------

	FOOTER
	
---------------------------------------------------- */
	
#footer {
	display:block;
	clear:both;
	height:75px;
	border-top:1px solid #a4b2ac;
	}
	
#footer h3 {
	width:150px;
	height:75px;
	margin:0;
	padding:0;
	background: url(../images/oracle-logo2.gif) left center no-repeat;
	text-indent:-3000px;
	}
