
body {
	background: gray url(images/background.png) top center repeat-y;
	text-align:center;
	margin: 0;
	padding: 0;
	color: #4e4e4e;
	font-size: .9em;
}
* {margin: 0;padding:0}
a img {
	border: 0;
}
/******************* HEADER *****************/

#header {
	text-align: center;
	background-color: #333;
	/*border-top: 6px;
	border-bottom: 1px solid #999;*/
}

div#also {
	width: 110px;
	height: 150px;
	/*background-color: red;
	border: 1px solid red;*/
	position: absolute;
	margin-left: 756px;
	margin-top: 36px;
}
#also a {
	display: block;
	width: 110px;
	height: 150px;
	background: url(images/also.png) 0 -150px no-repeat;	
	text-indent: -9000px;
}
#also a:hover {
	background: url(images/also.png) 0 0 no-repeat;
}

#header h1 {
	
	font-size: 4px;
	position: relative;
	width: 750px;
	height: 153px;
	background: transparent url(images/built.png) top left no-repeat;
	text-align:left;
	margin: 0 auto;
	
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-indent: -9000px;
	text-decoration: none;
}
div.bread {
	background: #333 url(images/dot-shadow.png) bottom left repeat-x;
	padding: .2em .2em 44px .3em;
	font-weight: bold;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #eee;
	z-index: 0;
}
div.bread a:link, div.bread a:visited	 {
	color: #39e109;
}
div.bread a:hover, div.bread a:active	 {
	color: #c06847;
	text-decoration: none;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	
	color: #0453E5;

}
 a:visited	{
 	color: #023799;
 }
a:hover,  a:active	 {
	color: #04B3E6;

}

div#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	
	/*border-left: 4px solid black;
	border-right: 4px solid black;*/

}


/****************** FOOTER *********************/

div#footer {
	background-color: #333;
	margin: 0 auto;
	width: 750px;
	/*padding-bottom: 2em;*/
	
	color: white;
	font-family: Arial, Helvetica, sans-serif;

}	
#footer a {
	font-weight: bold;
}
#footer a:link {
	color: #afcdfe;
	text-decoration: underline;
}
#footer a:visited {
	color: #79abfd;
		text-decoration: underline;
}
#footer a:active {
	
}
#footer a:hover {
	color: #eeeeee;
	text-decoration: none;
} 
ul.nav {
	padding: 0;
	text-align: center;
	height: 28px;
	padding-top: 6px;
	margin-left: 51px;
}

ul.nav li {
	float: left;
	list-style: none;
}
ul.nav li a, ul.nav li span {
	display: block;
	background: transparent url(images/nav.png);
	text-indent: -9000px;
	color: #fff;
	height: 24px;
	margin: 0 7px;
}
/*** Total width of links themselves should be 522px  ***/


ul.nav li a.home:link, ul.nav li a.home:visited { width: 38px;  background-position: 0 0; }
ul.nav li a.overview:link, ul.nav li a.overview:visited {width: 66px; background-position: -57px 0;}
ul.nav li a.program:link, ul.nav li a.program:visited {width: 60px; background-position: -150px 0;}
ul.nav li a.submission:link, ul.nav li a.submission:visited {width: 74px; background-position: -230px 0;}
ul.nav li a.papers:link, ul.nav li a.papers:visited {width: 52px; background-position: -323px 0;}
ul.nav li a.registration:link, ul.nav li a.registration:visited {width: 87px; background-position: -394px 0;}
ul.nav li a.organization:link, ul.nav li a.organization:visited {width: 91px; background-position: -499px 0;}
ul.nav li a.links:link, ul.nav li a.links:visited {width: 32px; background-position: -611px 0;}
ul.nav li a.call:link, ul.nav li a.call:visited {width: 22px; background-position: -663px 0;}

ul.nav li a.home:hover, ul.nav li a.home:active, ul.nav li span.home { width: 38px;  background-position: 0 -29px; }
ul.nav li a.overview:hover, ul.nav li a.overview:active, ul.nav li span.overview {width: 66px; background-position: -57px -29px;}
ul.nav li a.program:hover, ul.nav li a.program:active, ul.nav li span.program {width: 60px; background-position: -150px -29px;}
ul.nav li a.submission:hover, ul.nav li a.submission:active, ul.nav li span.submission {width: 74px; background-position: -230px -29px;}
ul.nav li a.papers:hover, ul.nav li a.papers:active, ul.nav li span.papers {width: 52px; background-position: -323px -29px;}
ul.nav li a.registration:hover, ul.nav li a.registration:active, ul.nav li span.registration {width: 87px; background-position: -394px -29px;}
ul.nav li a.organization:hover, ul.nav li a.organization:active, ul.nav li span.organization {width: 91px; background-position: -499px -29px;}
ul.nav li a.links:hover, ul.nav li a.links:active, ul.nav li span.links {width: 32px; background-position: -611px -29px;}
ul.nav li a.call:hover, ul.nav li a.call:active, ul.nav li span.call {width: 22px; background-position: -663px -29px;}

div#foot {
	border-top: 2px solid #eeeeee;
	
	padding: 4px 5px;
}

#foot div.wordmark {
	float:right;
}
#foot div.backtotop {
	height: 25px;
}
#foot a.btop {
	padding-left: 25px;
	background: transparent url(images/top.png) top left no-repeat;
	color: white;
}
#foot div.info {	
	font-size: .6em;
	width: 40%;
}
#foot div.sponsors {
	font-size: .6em;
	float:right;
	text-align:right;
	clear:right;
	width: 40%;
}



/***************** PANE ************************/

div#pane {
	min-height: 300px;
	padding: 0 36px 105px 36px;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(images/yard2.png) bottom left repeat-x;
	border-bottom: 1px solid #999;
	/*z-index:900;*/
}
div#pane h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -12px;
	z-index: 8900;
	position: relative;
}

#pane ul, #pane ol {
	padding: .5em 0 .5em 2em;
	
}
#pane ul li {
	padding-bottom: .2em;
}
#pane p {
	padding: .5em 0;
}
#pane h2 {
	padding-top: 1em;
}

ul li {
	list-style-image: url(images/bullet-toc.gif);
}
.select {
   /* Use this for things like arrays of options */


}
.instructions {
	font-style: italic;
}


ul.toc {


}


.message {

}

/*** ALT ***/

div.invoice{

}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash div#pane h1 {
	visibility: hidden;
	font-size: 40px;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

