/* css reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}  

/* remember to define focus styles! */

:focus {
	outline: 0;
	}

body {
	line-height:1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */

table .formatted {
	border-collapse: separate;
	border-spacing: 0;
	border:1px solid #027884;
	}

caption, th, td.formatted {
	text-align: left;
	font-weight: normal;
	padding:10px;
	border:1px solid #027884;
	}
	
th { 
	font-size:100%;
	}


blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/* end reset */

/* main style */

body 		{
			font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
			font-size:.9em;
			text-align:center;
			background:url(images/bg.jpg) no-repeat center 0 #ddd4bb; 
			background-attachment:fixed;
			margin:0 auto;
			padding:0;
			height:100%;
			}
			
#wrapper 	{
			margin:0 auto;
			width:1010px;
			}
#header		{
			background:url(images/header.jpg) no-repeat center;
			width:960px;
			height:220px;
			margin:81px auto 0 auto;
			border-top:3px solid #009aa9;
			}

#navbar 	{
			width:1010px;
			height:71px;
			margin:0 auto;
			}


ul#nav		{
			float:left;
			position:relative;
			margin:0;
			padding:0;
			list-style:none;
			}

ul#nav li 	{
			float:left;
			position:relative;
			margin:0;
			padding:0;
			list-style-type:none;
			}

ul#nav li a {
			float:left;
			height:71px;
			display:block;
			text-indent:-9999px;
			outline:none;
			}

li#confinfo a, li#program a, li#courses a, li#exhibits a, li#sponsors a, li#home a {
			background:url(images/nav.png);
			}
	
li#confinfo a {
			background-position:0 0;
			width:284px;
			left:0;
			}
			
li#confinfo a:hover {
			background-position:0 -71px;
			}

li#program a {
			background-position:-284px 0;
			width:143px;
			left:284px;
			}

li#program a:hover {
			background-position:-284px -71px;
			}

li#courses a {
			background-position:-427px 0;
			width:137px;
			left:427px;
			}
			
li#courses a:hover {
			background-position:-427px -71px;
			}

/*li#placement a {
			background-position:-473px 0;
			width:180px;
			left:473px;
			}
			
li#placement a:hover {
			background-position:-473px -71px;
			}
*/
li#exhibits a 	{
			background-position:-564px 0;
			width:138px;
			left:564px;
			}

li#exhibits a:hover {
			background-position:-564px -71px;
			}

li#sponsors a {
			background-position:-702px 0;
			width:146px;
			left:702px;
			}
			
li#sponsors a:hover {
			background-position:-702px -71px;
			}

li#home a {
			background-position:-848px 0;
			width:162px;
			left:848px;
			}
			
li#home a:hover {
			background-position:-848px -71px;
			}

/* sub menu */

/* shift menu right to align with page */
ul#nav li#confinfo .sub {
	margin-left:12px;width:500px;
	}
	

ul#nav li .sub {
	top: 51px; 
	left:0; /* adjustment because of IE7 */
	position: absolute; /*--Important--*/
	z-index: 99999;
	background: #008593;
	border:1px solid #009cab;
	padding: 3px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	}

ul#nav li .sub ul {
	list-style: none;
	margin: 0; 
	padding: 0;
	float: left;
	}
	
ul#nav .sub ul li {
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size:.9em;
	/*width: 175px; /*--Override parent list item--*/ 
	color: #fff;
	text-align:left;
	}

ul#nav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	}

ul#nav .sub ul li a:hover {
	color: #d6ccaf;
	background-color:#007480;
	}

/* main styles */

#content	{
			background-color:#ffffff;
			width:920px;
			height:100%;
			margin:0 auto;
			text-align:left;
			overflow:hidden;
			padding-left:20px;
			padding-right:20px;
			}
			
p			{
			line-height:1.2em;
			margin:10px 0 15px 0;
			}
			
blockquote {
			margin-left:25px;
			}
	
a			{ 
			font-weight:normal;
			color: #0099a8; 
			text-decoration:none;
			}
	
a:hover		{ 
			font-weight:normal; 
			background-color:#d6ccaf; 
			color:#634000;
			text-decoration:none;
			} 
	
a:visited	{
   		    font-weight: normal; 
			color:#f09d4a; 
       	    text-decoration:none;
        	}

a:active	{ 
			font-weight:normal; 
		    color:#d6ccaf; 
			background-color:#d6ccaf; 
		    text-decoration:none;
			} 	
			
ul li 		{ 
			list-style-type:square;
			margin-left:35px;
			padding:3px;
			}	

h1			{ 
			font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
			vertical-align:bottom;
			font-weight:normal;
			font-size:180%; 
			color:#0099a8;
			text-align:left;
			padding:10px 0 5px 0;
			}

h2			{ 
			font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:160%;
			color:#0099a8;
			padding:10px 0 5px 0;
			}

h3			{ 
			font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
			font-size:140%; 
			font-weight:normal;
			color:#0099a8;
			padding:5px 0 5px 0;
			}
											  
h4			{	 
			font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:125%; 
			color:#0099a8;
			padding:5px 0 5px 0;
			}
	
h5			{ 
			font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:110%; 
			color:#0099a8;
			padding:5px 0 5px 0;
			}
	
h6			{ 
			font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:100%; 
			color:#0099a8;
			padding:5px 0 5px 0;
			}	
			
#footer		{
			background:url(images/footerbg.jpg) no-repeat center;
			width:960px;
			height:95px;
			margin:0 auto;
			}
						
#copyright 	{
			width:920px;
			margin:15px auto 0 auto;
			}
			
#copyright p {
			color:#6c4800;
			font-size:.9em;
			line-height:1.6em;
			text-align:center;
			}

#copyright img {
			text-align:center;
			margin-top:10px;
			height:35px;
			width:75px;
			}
			
#copyright img a, #copyright img a:hover, #copyright img a:visited, #copyright img a:active {
				border:0;text-decoration:none;
				}	
.mediumwhite {
			color:#ffffff;
			font-size:1.3em;
			line-height:1.6em;
}
				
.keydates { 
			font-size:.8em;
			line-height:1.1em;
			}						
				
/* jquery validation errors */

input.error, select.error {
      background: #FFC;
	  border : thin solid Red;
}				

label.error { 
		color: #C00; 
		float:none;
		padding-left: .2em; 
		vertical-align: baseline; 
		font-weight:bold;
		font-variant:small-caps;
		display: none;
		}	
		
.mobileonly { 
	  display:none;
	  }			
