/*
 * General style
 */

body {
	text-align: left;
	font-size: 90% !important;
	width: 100%;
	height: 100%;
}

img  { border: none; }

h1, h2, h3 {
	font-weight: normal;
	color: #176bc1;
}

h2 {
	margin-top: 10px !important;
}

h4 {
	display: inline;

	margin-right: 10px;

	font-weight: bold;
	color: #176bc1;
}

q  { font-style: italic; }

#body li  { margin-top: 8px; }

#body p { margin-top: 8px !important; margin-bottom: 8px !important; }

#body ul {
   margin-top: 6px;
   margin-left: 25px;
}

ul#contribute {
  list-style-image: url(/style/im-status-message-edit.png) !important;
}

ul#use {
  list-style-image: url(/style/tools-wizard.png) !important;
}

p.Abstract  { font-weight: bold; }


/*
 * Page body
 */

#body {
	position: relative;
	left: 0px;
	top: 89px;
	right: 0px;
	bottom: 17px;
	z-index: 2;
	margin: 10px;
	border: 1px solid #d0d0d0;

	background-color: #fcfcfc;

	color: black;
}

#body a:link,
#body a:visited {
	border-bottom: 1px dotted #c0c0c0;
	text-decoration: none;
}

#body a:link  { color: #990000; }
#body a:visited  { color: #500000; }

#body a:link:hover,
#body a:visited:hover {
	border-bottom: 1px solid #c0c0c0;
	color: red;
}

#body a:link:focus
#body a:visited:focus
	{ outline: 1px dotted #c0c0c0; }

#body a:link:active,
#body a:visited:active {
	border-bottom: 1px solid #f0f0f0;
	outline: 1px solid #c0c0c0;
	color: red;
}


/*
 * Page header
 */
#header  {
	position: absolute;
	background: url('/sutton.jpg') repeat-x scroll 0 0;
	height: 60px;
	width: 100%;
}

#header h1 {
  color: white !important;
  padding-top: 20px !important;
  font-size: 240%;
  padding-left: 10px;
  font-weight: bold;
}


/*
 * Main menu
 */

#main_menu {
	position: absolute;
	left: 0px;
	top: 60px;
	right: 0px;
	width: 100%;
	
	min-height: 19px;
	margin: 0px;
	background-color: #7B4100;
}

#main_menu ul {
	padding-left: 20px;
	padding-right: 0px;  /* list items already have a right margin */
	padding-top: 5px;
	padding-bottom: 5px;

	color: white;
}

#main_menu ul li {
	display: inline;

	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main_menu ul a:link,
#main_menu ul a:visited {
	background-color: transparent;

	color: white;
	text-decoration: none;
}

#main_menu ul a:link:hover,
#main_menu ul a:visited:hover
	{ text-decoration: underline; }

#main_menu ul a:link:focus
#main_menu ul a:visited:focus
	{ outline: 1px dotted #e0e0e0; }

#main_menu ul a:link:active,
#main_menu ul a:visited:active
	{ color: red; }


/*
 * Footer
 */

#footer {
	position: relative;

	min-height: 13px;

	margin-top: -36px;

	background-color: #e6e6e6;
	background-image: url(footer_background.png);
	background-repeat: repeat-x;

	font-size: x-small;
	color: #6f6f6f;

	width: 100%;
}

#footer p {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 38px;
	padding-bottom: 2px;
}

#footer a:link, 
#footer a:visited
	{ text-decoration: underline; }

#footer a:link  { color: #6f6f6f; }
#footer a:visited  { color: #3f3f3f; }

#footer a:link:hover,
#footer a:visited:hover
	{ color: #9f9f9f; }

#footer a:link:focus,
#footer a:visited:focus
	{ outline: 1px dotted #6f6f6f; }

#footer a:link:active,
#footer a:visited:active
	{ color: black; }

#info_email
{
	position: absolute;

	top: 38px;
	right: 15px;
}

/*
* Page header
*/

#header {
	position: absolute;
	
	left: 0px;
	top: 0px;
	right: 0px;
}


/*
* Main menu
*/

ul#main_menu {
	position: absolute;
	
	z-index: 3;
	
	left: 0px;
	top: 60px;
	right: 0px;
}


/*
* Footer
*/

#footer {
	position: absolute;
	
	left: 0px;
	right: 0px;
	bottom: 0px;
}

