/* Wm. K Warren Medical Research Center for Celiac Disease
 * Styles for Screen - screen.css 
 * Note: Selectors semantically ordered, declarations alphabetical
 * 	Author: Instructional Web Development Center (IWDC), UC San Diego
 * 	http://iwdc.ucsd.edu
 */
 
/* Main Styles */
html { 
	font-size: 62.5%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #E3D3B5 url(../img/bg-content.gif) top center repeat-y fixed;
	color: #104883;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 100%;
	line-height: 1.6em;
    margin:0;
    padding:0;
	width:100%;
}
#canvas {
	background: transparent url(../img/bg.gif) top repeat-x;
	min-height: 100%;
	position: relative;
}

#page {	
	height: 100%;
	margin: 0 auto;
	padding: 0 15px;
	width: 960px;
}
/* Accessibility - Skip Navigation */
#skipnav {
	position: absolute;
	top: 0;
	z-index: 2;
	display: none;
}
	#skipnav a{
		background:transparent;
		border:none;
		color: #fff;
		margin-left:-999px!important;
		margin-left:5px;
		margin-top:10px;
		padding-top:10px;
		text-decoration:none;
	}
	#skipnav a:focus {
		background:#528BC5;
		color:#fff;
		margin-left:0!important; 
		padding:3px;
	}
#header {
	background: transparent;
	height: 85px;
	margin: 0 auto;
	margin-bottom: 17px;
	padding: 0;
}
#menu {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 29px;
	text-transform: uppercase;
}
.hi-img {
	background: #efefef;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	clear: both;
	display: block;
	margin-top: 10px;
	padding: 10px;
	text-align: center;	
}
#highlight {
	background: transparent url(../img/splash.jpg) top no-repeat;
	height: 195px;
	margin: 0 15px;
	padding: 0;
}
.highlightlink {
	float: right;
	height: 180px;
	width: 300px;
}
#contentbox {
	background: #FEF9F0 url(../img/bg-content.gif) top center repeat-y;
	clear: both;
	color: #444;
	display: block;
	float: left;
	height: auto;
	width: 960px;
}
#sidebar {
	background: transparent;
	float: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 220px;
}
	#sidebar ul {
		list-style: none;
		margin: 0;
		padding: 5px 0 0 0;		
	}
	
	#sidebar li {
		list-style: none;
		list-style-image: none;
	}
	
	#sidebar li a {
		background: transparent;
		border-bottom: 1px solid #567D2E;
		color: #fff;
		display: block;
		padding: 0px 10px;
		width: 200px;
	}
	#sidebar li a:link, #sidebar li a:visited { 
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#sidebar li a:active { 
		color: #E3D3B5;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
	#sidebar li a:hover {	
		background: transparent;
		border-bottom: 1px solid #679536;
		color: #A9EE5F;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
	#sidebar .donatelink {
		border-top: 1px solid #659437;
	}
#content { 
	background: transparent url(../img/bg-contenttop.gif) top center no-repeat; 
	float: left;
	padding: 15px 30px;
	width: 900px;
}
#contentwide {
	background: #fff;
	float: right;
	height: 100%;
	margin-right: 15px;
	width: 500px;
}
.contentTriCol {
	background: transparent;
	float: left;
	height: 100%;
	width: 300px;
}
.contentTriCol p {
	margin: 0;
	padding: 0 15px 10px 10px;
}
.contentTriCol h4 {
	padding: 0 10px 10px 10px;
}

#footer {
	background: #725C34 url(../img/bg-footer.gif) top center repeat-x;
	clear: both;
	color: #ccc;
	font-size: 0.9em;
	height: 50px;
	line-height: 1.2em;
	margin: 0;
	padding: 20px 0;
	width: 100%;
}

	#footer
	{
		position: relative;
		margin: 0 auto 0 auto;
	}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: 0;
	}


#footerContent {
	background: transparent url(../img/bg-footerlines.gif) repeat-x;
	height: 47px;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}
#footerCopyright {
	background: transparent url(../img/bg-footerlogo.gif) top right no-repeat; 
	color: #e3d3b5; 
	float: right; 
	height: 100%; 
	padding-right: 40px; 
	padding-top: 10px;
}
#footer ul {
	color: #e3d3b5;
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
}

#footer ul li {
	margin-left: 0;
	padding: 3px 0 3px 25px;
	list-style: none;
	display: inline;
	}

#footer img {
	float: right;
}
/* General Styles */
a { 
	border: 0;
	color: #436622; 
	outline: none;
	text-decoration: none;
}

a:link {
	border-bottom: 1px solid #aaa;
	color: #436622;
	cursor: pointer;
}
a:visited { 
	border-bottom: 1px solid #273e12;
	color: #436622;
}
a:hover {
	background: #EDFFD9;
	border-bottom: 1px solid #273e12;
	color: #273e12;
	cursor: pointer;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
.imglink,.imglink:link,.imglink:visited {
	border-bottom: 1px solid #DCEDFF;
	margin-top: 5px;
	text-decoration: none;
}
.imglink:hover {
	border-bottom: 1px solid #77B2EE;
}

ol,ul { 
	margin: 5px 0 0 1.5em;
	padding: 0 2em 0 1em;
}
h1,h2,h3,h4,h5,h6 {
	color: #273e12;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
h1 {
	display: none;
}

h3 {	
	background: #FEF9F0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 1.4em;
	/*font-weight: bold;*/
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 2px 0;
}
#footer h3 {
	background: transparent;
	border: 0;
	color: #fef9f0;
	display: inline;
	font-size: 1.4em;
	font-weight: bold;	
}
h4 {
	color: #436622;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 0 0 0;
	text-transform: none;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
}
.printOnly {
    display: none;
}
hr {
	border: 0;
	width: 80%;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
}

/* Dropdown Menus */
#dropmenudiv{
position:absolute;
margin-left: 220px;
margin-top: -20px;
border:0;
border-bottom-width: 0;
font-family: 'Trebuchet MS', sans-serif;
font-size: 10pt;
z-index:100;
}

#dropmenudiv a{
border-bottom: 1px solid #567D2E;
color: #fff;
width: 100%;
display: block;
text-indent: 10px;
padding: 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #A9EE5F;
background: #547A2D;
border-bottom: 1px solid #659437;
}

/* Hacks */

/* for Internet Explorer 6 */
/*\*/
* html #canvas {
	height: 100%;
}
* html #tabbox {
	height: 550px;
}
/**/
