@import "/styles/layout.css";

body {
  background-attachment: fixed;
  background-image: url(/images/bgtest.jpg);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-color: #366CFF;
}

a {
  text-decoration: none;
  color: #005892;
}

a:hover {
  text-decoration: underline;
}

#homelink {
	border: 0;
	padding: 0;
	margin: 0;
}

#homelink img {
	border: 0;
}

#masthead {
  background-image: url(/images/masthead-bg.gif);
  background-repeat: no-repeat;
}

#masthead h1 {
  font-family: arial, helvetica, sans-serif;
}

#masthead h2 {
  font-family: arial, helvetica, sans-serif;
}

#jumps {
  display: none;
}

#crumbs {
  font-family: Arial, Helvetica, sans-serif;
}

#crumbs a {
  text-decoration: none;
}

#search {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

#inlay {
  text-align: center;
}

#content {
  background-image: url(/images/content-bg.gif);
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
}

#content #contentbottom {
  margin: 0;
  padding: 0;
  clear: both;
}


#footer {
  margin: 0;
  background-image: url(/images/footer-bg.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


#footer #copyright {
  text-align: right;
  padding: 10px;
}

#footer #q-contact {
  text-align: left;
  float: right;
  padding: 10px;
}

#tagline {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;  
  letter-spacing: 1em;
  color: #fff;
}

#navbar {
  float: left;
  width: 100%; 
  background-image: url(/images/bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  line-height:normal;
}

#navbar ul {
  margin:0;
  padding:0 10px 0;
  list-style:none;
}

#navbar li {
  display:inline;
  margin:0;
  padding:0;
}

#navbar a {
  float: left;
  background: url(/images/both_left.gif) no-repeat left top;
  margin: 0;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

#navbar a span {
  float: left;
  display: block;
  background: url(/images/both_right.gif) no-repeat right top;
  padding:3px 15px 2px 5px;
  font-weight: bold;
  color: #000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navbar a span {float:none;}
/* End IE5-Mac hack */
#navbar a:hover span {
  color:#079f39;
}

#content-about #nav-about a,
#content-principals #nav-principals a,
#content-products #nav-products a,
#content-services #nav-services a,
#content-support #nav-support a,
#content-news #nav-news a,
#content-careers #nav-careers a,
#content-contact #nav-contact a {
  background-position:0 -300px;
  border-width:0;
}

#content-about #nav-about a span,
#content-principals #nav-principals a span,
#content-products #nav-products a span,
#content-services #nav-services a span,
#content-support #nav-support a span,
#content-news #nav-news a span,
#content-careers #nav-careers a span,
#content-contact #nav-contact a span {
  background-position: 100% -300px;
  padding-bottom: 3px;
  color: #005892;
}

#navbar a:hover {
  background-position:0% -150px;
}

#navbar a:hover span {
  background-position:100% -150px;
}

.listing {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  clear: both;
  padding: 15px 15px;
  margin: 0;
  text-align: justify;
}

.listing img {
  border-width: 0;
  border-style: none;
  margin: 0;
}

.listing a {
  text-decoration: none;  
  color: #005892;
}

.listing a:hover {
  text-decoration: underline;
}


.odd, .even {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  clear: both;
  padding: 15px 15px;
  margin: 0;
  text-align: justify;
}

.name {  
  font-weight: bold;  
}

.odd img, .even img {
  border-width: 0;
  border-style: none;
}

.odd img {
  float: left;
  margin: 0 15px 5px 5px;
}

.even img {
  float: right;
  margin: 0 5px 5px 15px;
}

.odd a, .even a {
  text-decoration: none;  
  color: #005892;
}

.odd a:hover, .even a:hover {
  text-decoration: underline;
}


#main {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}


#main p {
  padding: 4px 0;
  margin: 0;
  text-align: justify;
  text-indent: 20px;
/*  clear: right;  */
}

#main h3 {
  padding: 10px 0 3px 0;
  margin: 0;
}

#feat {
  font-family: arial, helvetica, sans-serif;
  float: right; 
  width: 180px;
  overflow: visible;
  /* I have no idea why IE6 refuses to render bullets, if position is outside */
  /* and width, or float is used. since !important is ignored by IE6, we use it */
  /* here as a hack to overcome the rendering bug */
  list-style-position: outside!important;
  list-style-position: inside;
}

#main img {
/*   max-width: 300px; */
}

#rightbar ul {
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  padding: 0 7px 10px 7px;
  margin: 0;
  margin-left: 15px;
  margin-right: 5px;
}

#rightbar a {
  text-decoration: none;  
}

#rightbar a:hover {
  text-decoration: underline;
}


#rightbar dl {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  padding: 0 7px 10px 7px;
  margin: 0;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

#rightbar #loginform {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  padding: 0 12px 10px 7px;
  margin: 0;
  margin-left: 15px;
  margin-right: 5px;
  text-align: right;
}

#autologin {
  text-align: left;
  font-size: 9px;
}

#rightbar h4 {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  padding: 5px 7px 5px 7px;
  margin: 0;
  margin-left: 15px;
  margin-right: 5px;
}

#rightbar h3 span {
  font-size: 10px;
  padding: 0px 0px 5px 0px;
  margin: 0;
}

#main h3 span {
  font-size: 9px;
  padding: 0px 0px 5px 0px;
  margin: 0;
}

#main form {
	float: left;
	text-align: right;
	padding: 5px;
}

#rightbar h3 {
  font-family: arial, helvetica, sans-serif;
  font-size: 17px;
  padding: 20px 7px 10px 7px;
  margin: 0;
  margin-left: 15px;
  margin-right: 5px;
}

.warning {
	color: red;
}

#rightbar li {
  padding: 0 0 0 0;
}

#rightbar dt {
  padding: 5px 0 5px 0;
}


#rightbar {
  background-image: url(/images/side-mid.gif);
  background-repeat: repeat-y;
  background-position: right;
  width: 224px;
  margin: 0;
  padding: 0;
}

#rightbartop {
  width: 224px;
  height: 32px;
  margin: 0;
  padding: 0;
  background-image: url(/images/side-top.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

#rightbarbot {
  margin: 0;
  padding: 0;
  width: 224px;
  height: 31px;
  background-image: url(/images/side-bot.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.sidebar a {
  text-decoration: none;
  font-weight: bold;
  color: #005892;
}

#clearance {
  clear: both;  
}

.resourcelink a {
  font-weight: normal;
}

.resourcelink {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

.resourcelink span {
  display: block;
}

.resourcelink img {
  border: 0;
}

.textimg {
  padding: 0;
  margin: 0 0 -3px 0;
  border: 0;
  text-align: bottom;
}

.listing dt img {
  padding: 0;
  margin: 0 0 -3px 0;
  border: 0;
  text-align: bottom;
}

.postdate {
  text-decoration: none;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  text-align: bottom;
  float: right;
}