/*<style type="text/css" href="syncopation.css" rel="stylesheet" rev="stylesheet"><style type="text/css" href="syncopation.css" rel="stylesheet" rev="stylesheet"><style type="text/css" href="syncopation.css" rel="stylesheet" rev="stylesheet">*/

/* This is a container for the main page. It centers the content and sets a width
All other content is contained within this <div> */
.container
{
	position: relative;
	background-color: #341b1b;
	margin: 0px auto 0px auto;
	width: 900px;
	border: 0px;
}

/* Basic body text formatting for the document */
body
{
	/*background-image: url(file:///Macintosh%20HD/Users/shalini/Shalini/Website/Syncopation/images/grad_bckgd.jpg);
	background-repeat: inherit;*/
	background-color: #341b1b;
	background-position:center;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Helvetica,  Arial, sans-serif;
	font-size: 1em;
	text-align:justify;
}

/* A box for the main content of the page */
.content {
	position: absolute;
	z-index:-2;
	top: 162px;
	padding: 0px 30px 20px 30px;
	background-image: url(images/gradient-bkgd.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #341b1b;
	border: 0px;
	width: 840px;
	}

.banner  
{
	background-image: url(images/sync_header2012.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 900px;
	height: 142px;
	top: 0px;
}

.sidecolumn  
{
	float: right;
	/*background-image: url(images/sync_sidebar.jpg);
	background-repeat:no-repeat;
	width: 200px;
	top: 132px;*/
}

.menu
{
	position: absolute;
	z-index:-1;
	top: 142px;
	height: 90px;
	width:902px;
	padding: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
}
/* Formatting for the header */
.header
{
	font-size: 1.5em;
	font-weight:bold;
	color:#be0d26;
	padding: 0 0 0px 0;
}

/* Formatting for the subheadings */
.subhead
{
	font-size: 1.5em;
	font-weight:bold;
	color:#e5942c;
	padding: 0;
}

.subhead2
{
	font-size: 1.3em;
	font-weight:bold;
	color:#ffffff;
	padding: 0;
}

/* Formatting for orange text */
.orange
{
	color:#e5942c;
}

/* Formatting for orange quote */
.quote_orange
{
	color:#e5942c;
	font-size: 0.9em;
	font-style:italic;
}

/* Image to right formatting */
.pic_right 
{ 
	float: right;
	padding: 10px;
}

/* Image to left formatting */
.pic_left 
{ 
	float: left;
	padding: 10px;
}

/* showHide formating */
.more
{
	display: none;
	border-bottom: 1px solid #666; 
}

a.showLink, a.hideLink 
{
	text-decoration: none;
	padding-left: 0px;
	background: none; 
}

a.hideLink 
{
	background: none; 
}

a.showLink:hover, a.hideLink:hover 
{
	border-bottom: 0px; 
}

/* A box for the footer content of the page.
It clears both the navigation and content boxes. */
.footer
{
	text-align: right;
	margin-bottom:auto;
	color: #949494;
	font-size: 0.7em;
	padding: 0px 0px 10px 0px;
}

/*********/

#navMenu {
	margin:0;
	padding:0;
}

#navMenu ul {
	margin:0;
	padding:0;
}

#navMenu li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	background:#682118;
	border:0px;
}

#navMenu ul li a {
	text-align:center;
	text-decoration:none;
	text-vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	height:20px;
	font-size:12px;
	width:112.5px;
	display:block;
	color:#FF9;
	border:0px;
	text-shadow:1px 1px 1px #000;
}

#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:20px;
}

#navMenu ul li:hover ul {
	visibility:visible;
	
}

/*************************/

#navMenu li:hover {
	background:#600;
	color:#F90;
}

#navMenu ul li:hover ul li a:hover {
	background:#600;
	color:#F60;
	
}

#navMenu a:hover {
	color:#F90;
}

.clearFloat {
	clear:both;
	margin:0;
	padding:0;
}
