﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #555555;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	background-color: #efefef;
	font-size: .75em;
}


/******** Content variations ********/
#head { 
   background-color: transparent; }
#outerwrapper {
   width: 960px; 
   background-color: #fff;
   border-left: 2px solid #ccc;
   border-right: 2px solid #ccc;
   margin: 0 auto;
   line-height: 1.4em;
   color: #404040; }
#innerwrapper {
   float: left; 
   margin-left:5px;
   width:760px;}
#content {
   float: left; 
   width: 550px; }
#contentmid {
   float: left;
   margin-left: 10px;
   width: 730px; }
#midsidebar { /* C-S-S Layout */
   margin-right: 10px; 
   width: 180px;
   float: right; }
#leftsidebar { /* S-C-S Layout */
   margin-right: 10px; 
   width: 180px;
   float: left; }
#rightsidebar {
   float: right; 
   margin-right: 5px; 
   width: 180px; }
#listwrapper {
   float: left; 
   margin-left:5px;
   width:940px;}
#contentlist {
   float: left;
   margin-left: 10px;
   width: 910px; }



/***** General Styles *****/
a {
	text-decoration: none;
	color: #2199E5;
	font-weight: bold;
}
a:hover {
	color: #ffa000;
	text-decoration: underline;
}
a img {
   border:0; }
p {
	margin-bottom: 10px;
	font-weight: normal;
}
pre {font-size: 1.2em; 
	color:#376ca3; }
code {font-size: 1.2em; 
	color:#376ca3; }
/* blockquote:after {content: "\"";
	font-size: 16pt;
	font-family: serif; }
blockquote:before {content: "\"";
	font-size: 16pt;
	font-family: serif; } */
blockquote {
	margin: 10px 0 0 0; 
	padding: 5px;
	background: #376ca3;
	border: 1px solid #5288c4;
	line-height: 1.6em;
	color: #ffffff;
	font-style:italic; }
	* html blockquote { margin-bottom:10px; }
blockquote p {display: inline; }
blockquote a {
   color: #fff; 
   text-decoration: underline; }
table {
	border-collapse: collapse;
	margin: 10px auto 15px auto;
	border: 1px solid #5288c4;
	table-layout: fixed;
}
th {
   background: #376ca3; 
   height: 25px; 
   padding: 0 5px;
   color: #ffffff; 
   text-align: left; }
td {
   padding: 0 5px; 
   height: 25px; }
tr.odd {
	background: #efefef;
	color: #0000FF;
}
tr.odd a {
	text-decoration: none;
	color: #376ca3;
	font-weight: bold;
}
tr.odd a:hover {
   color: #ffa000;
   text-decoration: none; }

tr.even {
   background: #cfcfcf; }

td.odd {
	background: #efefef;
	color: #0000FF;
}
td.odd a {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
td.odd a:hover {
   color: #ffa000;
   text-decoration: none; }







form {
 /*  background: #376ca3; */ 
   margin: 10px auto; 
   padding: 5px; 
 /*   border: 1px solid #5288c4;  */}
label {
   color: #fff;
   display: block; 
   font-weight: bold; 
   margin: 5px 0 ; }
input {
   padding: 2px; 
   border: 1px solid #eee; }
textarea {
   width: 400px; 
   padding: 2px; 
   border: 1px solid #eee;
   height: 100px; 
   display: block; }
input.button {
   margin: 0; 
   padding: 2px 3px; 	
   border: 1px solid #f2f2f2; }
textarea {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 1.0em; }
select {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 1.0em; }
input {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 1.0em; }
h1 {
   font-size: 1.3em;
   font-weight: bold;
   color: #376ca3;
   line-height: 1.2;
   border-bottom: 3px solid #ffa000; 
   margin: 0 0 5px 0; }
h2 {
   font-size: 1.1em;
   font-weight: bold;
   color: #376ca3;
   line-height: 1.2;
   border-bottom: 3px solid #ffa000; 
   margin: 0 0 5px 0; }
h3 {
	font-size: small;
	display: block;
	margin: 10px 0;
} 
h4 {
   margin-bottom: 15px; 
   font-size: 10pt; 
   font-weight: bold; }
ol {
	list-style-position: inside;
}
 }
ul {
   list-style-position: inside; }
img {
   border: 1px solid #f1f1f1;	
   background-color: #f5f5f5; 
   margin: 5px;
   padding: 5px; 
   text-align: center; }
img.float-right {
   margin: 5px 0px 5px 15px; 
   float:right; }
img.float-left {
   margin: 0 10px 5px 0px;
   float:left; }
   
img.nothing
{
	border-style: none;
	margin: 0px;
	padding: 0px;
}
   
/***** Identity ******/
#topbar {
   width: auto !important; 
   width /**/:760px; 
   height: 45px;
   border: 0px; }
#identity {
   height: 45px;
   width: 410px;
   border: 0px;
   float: left; }
#identity h1 {
   font-size: 1.0em;
   padding: 5px 0 0 3px; }
#identity h1 a:hover {
   color: #666;
   text-decoration: none; }
#identity h1 a {
   color: #666;
   text-decoration: none; }
#identity p.head2 {
   color: #666;
   font-size: 0.9em; 
   padding-left: 3px; 
   font-weight: normal;
   line-height: 1.7; }

/****** Top Navigation ******/
#topnav {width: 350px; 
   height: 45px;
   border: 0px solid #000000;
   font-size: 0.9em;
   color: #999999;
   float: right; }
#topnav ul {margin: 0px;
   width: auto;
   list-style-type: none;
   line-height: 1.0em;
   border: 0px solid #000000;
   float: right; }
#topnav ul li {margin: 0px 5px 0px 10px;
   padding: 10px 5px 0px 5px;
   border-left: 1px solid #999999;
   float: left; }
#topnav ul li a {text-decoration: none;
   color: #999999; }
#topnav ul li a:hover {text-decoration: none;
   color: #333333; }

/****** Searchbox ******/
#logo {
   height: 145px;
   width: 960px;
   background: url(graphics/mainbanner.jpg) no-repeat; }
#sitesearch {
   width: 190px;
   height: 34px;
   float: right;
   margin: 10px 15px 0 0; }
#sitesearch form {
   background: url(graphics/searchblue.png) center center no-repeat;
   height: 30px;
   border: 0;
   margin: 0;
   width: 184px;
   text-align: right;
   padding: 11px 20px 0 0;
   font-size: 0.9em; }
#sitesearch input {
   color: #58b2eb;
   width: 120px; 
   border: 1px solid #58b2eb;
   padding: 2px; }


/****** Navigation ******/
#navigation {
   width: 960px;
   background: url(graphics/nav_dkblue.png) top center repeat-x;
   height: 31px;
   border-top: #58b2eb solid 1px; 
   margin-bottom: 20px;}
#navbar_link {
   height: 30px;
   float: left; }
#navigation #navbar_link ul {
   float: left;
   height:30px;
   width: 100%;
   list-style-type: none; }
#navigation #navbar_link ul li {
   display: inline; }
#navigation #navbar_link ul li a {
   padding: 6px 15px;
   color: #fff;
   text-decoration: none;
   line-height: 1.6em;
   float: left;
   border-right: 1px solid #0c5684;
   text-decoration: none;
   font-size: 1.0em;
   font-weight: bold; }
#navigation #navbar_link a:hover { 
   text-decoration: none;	
   border-right: 1px solid #0c5684;
   color: #fff;
   background: #ddd url(graphics/nav_dkorange.png) center -33px repeat-x; }
   
.currentpage a {background: #ddd url(graphics/nav_dkblue.png) center -33px repeat-x; }



/****** Sidebar Items ******/
.SidebarItem {
   margin: 0 0 15px 0; }
#SidebarItem ol {
   list-style: none; }
.SidebarItem ul {
   list-style: none; }
.SidebarItem li {
   line-height: 1.2; }

/******** Footer ********/
#footer {
   clear: both;
   width: 960px; 
   color: #777;
   height: 25px;
   font-size: 0.8em;
   font-weight: bold;
   border-bottom: 2px solid #ccc;
   margin: 0px auto; }
#footer p {
   font-weight: bold;
   border-top: 1px solid #aaa;
   padding: 5px 0 5px 3px; }
#footer p span {
   padding-right: 3px; }
#footer a {
   color: #777;
   text-decoration: underline; }
#footer a:hover {
   color: #444; }
   

/******** Button ********/
a.squarebutton{
background: transparent url('graphics/square-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('graphics/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


#twitter_update_list{display: inline;}#twitter_update_list ul{float:left;}#twitter_update_list li{
	list-style: none;
	padding: 0 2px 2px 2px;
}
#twitter_update_list li a{
	color: #808080;
}
#twitter_update_list li span a{
	color: #2199E5;}


/******** from sdi_catalog.css ********/

.input_long { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	width: 300px;
	}

.input_short { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	width: 150px;
	}

.highlight {
	text-align:center
}
.highlight a {
	text-decoration: none;
	color: #376ca3;
	font-weight: bold;
	font-size: 1.1em;
}
.highlight a:hover {
	color: #ffa000;
	text-decoration: none;
}
.form_error {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	}
