/* Logo */

#logo, #logo a {
  width: 300px;
  height: 75px;
}

#logo a {
  background: url(../images/bg-logo.png) no-repeat;
}

/* Main Background */

body.homepage {
  background: #F4F4E9 url(../images/ss_home.gif) no-repeat center top;
}

body.default {
  background: #FFF url(../images/ss_internal.gif) no-repeat center top;
}

/* contact */

#contact {
  position: absolute;
  font-size: 78%;
  right:-180px;
  top:90px;
  background: url(../images/arrow.gif) no-repeat top left;
  padding-left:20px;
  width: 300px;
  color: #777
}
#contact a {
  color: #777;
  text-decoration: underline;
}

.default #sidebar {
  padding-left:0;
  right: -170px;
}

/* Home Page content */

.homepage #bd {
  margin-right:150px;
  margin-left:145px;
  padding-top:400px;
}

.default #bd {
  margin-right:139px;
  margin-left:145px;
  padding-top:200px;
}

/* Page Title */

#bd h1#pagetitle {
  font-size:125%;
  font-weight:normal;
  color: #444;
  font-family: Arial, Geneva, "Bitstream Vera Sans", Helvetica, sans;
  height:30px;
}

/* Main Styles */
a {
  text-decoration:none;
  color: #900;
}
#bd {
  color: #555;
  font-size:100%;
}

#bd p {
  margin:0;
  margin-bottom: 1em;
}

#bd h1,#bd h2,#bd h3, #bd h4 {
  margin-top:0;
  margin-bottom:0.3em;
  font-weight:bold;
  font-size:100%;
  font-family: Geneva, "Trebuchet MS", Arial, Verdana, sans-serif
}

#bd h1 {
 font-size: 120%;
 padding-bottom:10px;
}




#bd h1 a,#bd h2 a, #bd h3 a,#bd h4 a  {
  color: #888;
}

#bd h3 a,#bd h4 a {
  color:#DC880E;
  font-size:90%;
}

#bd h4 {
  font-size:85%;
  margin-bottom:0.5em;
}




/* Horse */

.horse {
border-top: 1px solid #CCC;
padding:10px 0;
}


.horse img {
  float:left;
}

.horse .body {
  margin-left:250px;
  font-size: 90%;
  line-height:150%;
}

.horse ul li {
  margin: 4px 0;
}


h2 {
  background-color: #E5E5CC;
  padding: 0.4em 2px;
}

.horse h2 {
  background-color: #FFF;
  padding:0;
}







#doc1 {
}
/* Vertical Navigation */

#navigation ul {
  list-style-type: none;
  text-align: left;
}

#navigation ul li a {
  background: transparent url(../images/spacer.gif) left center no-repeat;
  padding-left: 15px;
  text-align: left;
  font-size: 85%;
  text-decoration: none;
  color: #666;
  display:block;
  margin-bottom:0.3em;
}

#navigation ul li a:hover {
  background: transparent url(../images/arrow.gif) left center no-repeat;
  color: black;
}

#navigation ul li.selected a {
  background: transparent url(../images/arrow.gif) left center no-repeat;
  color: #000;
}


#navigation li.selected li a {
  background: none;
  color: #666;
}

#navigation ul ul {
  list-style-type: none;
  text-align: left;
  margin:0;
  margin-left:15px;
  padding:0;
}

#bd #mainnav .yui-b ul ul li a {
  background: transparent url(../images/bg-bullet-subnav2-off.gif) left center no-repeat;
  padding-left: 15px;
  text-align: left;
  font-size: 77%;
  text-decoration: none;
  color: #666;
  display:block;
  margin-bottom:0.3em;
}


#navigation ul ul li a:hover {
  background: transparent url(../images/bg-bullet-subnav2-on.gif) left center no-repeat;
  color: black;
}


#navigation ul li.selected ul li.selected a {
  background: transparent url(../images/bg-bullet-subnav2-active.gif) left center no-repeat;
  color: #000;
}

#navigation ul li.selected ul li.selected ul li a {
  background: none;
  color: #666;
  
}

#navigation ul ul ul {
  list-style-type: none;
  text-align: left;
  margin:0;
  margin-left:15px;
  padding:0;
}

#navigation ul ul ul li a {
  background: transparent url(../images/bg-bullet-subnav2-off.gif) left center no-repeat;
  padding-left: 15px;
  text-align: left;
  font-size: 77%;
  text-decoration: none;
  color: #666;
  display:block;
  margin-bottom:0.3em;
}


#navigation ul ul ul li a:hover {
  background: transparent url(../images/bg-bullet-subnav2-on.gif) left center no-repeat;
  color: black;
}


#navigation ul li.selected ul li.selected ul li.selected a {
  background: transparent url(../images/bg-bullet-subnav2-active.gif) left center no-repeat;
  color: #000;
}

/* Secondary Navigation */
#navigation a#root {
  font-weight:bold;
  color: #FFF;
  padding-left:15px
}
#navigation ul {
  padding-top:20px;
}

#navigation a {
  color: #333;
}

dl
{
width: 470px;
margin: 2em 0;
padding: 0;

}

dt
{
width: 150px;
float: left;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #999;
font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

dd
{
float: left;
width: 290px;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #999;
}



#homeimage {
  position:absolute;
  top:182px;
  left:1px;
}

img.alignleft {
  float:left;
  margin:0 10px 10px 0;
}

img.alignright {
  float:right;
  margin:0 0 10px 10px;
}

.default #homeimage {
  display:none;
}

strong {
  font-weight: bold;
  color: #000;
}

/* Footer */
#ft {
  padding-left:10px;
  padding-top:1em;
  padding-bottom:1em;
  font-size:85%;
  color:#999;
  margin-left:135px;
}

#ft a {
  color: #999;
  border-bottom: 1px dotted #999;
}

/* paging styles */
#paging {
  border-top: 1px solid #CCC;
  margin:15px 0 5px 0;
  padding: 5px;
  height:1.2em;
  position:relative;
  text-align:left;
}

#paging div {
  font-size: 110%;
}

#paging #paging-numresults {
  position:absolute;
  left:0;
  top:0.3em;
}

#paging #paging-prev {
  position: absolute;
  top:0.3em;
  right:60px;
}

#paging #paging-next {
  position: absolute;
  top:0.3em;
  right:10px;
}

#paging a {
  color: #AA8877;
}

#paging #paging-ranges {
  text-align:center;
  margin-left:91px;
  margin-right:91px;
}

#paging-range-left {
  position: absolute;
  right:405px;
  top:0.3em;

}

#paging-range-right {
  position: absolute;
  left:405px;
  top:0.3em;


}

#paging-range-center {
  border-left:1px solid #AA8877;
  border-right:1px solid #AA8877;
  width:3em;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  font-weight:bold;
}

#paging .range {
  margin:0 13px 0 10px;
}

/* Default Form Styles */

.nevow-form {
	padding: 0;
}

.nevow-form fieldset.group {
	border-bottom: 2px solid #f4f4f4;
}

.nevow-form fieldset.group legend {
	font-size: 150%;
	padding: 0.5em 15px;
	font-style: italic;
}

.nevow-form div.field {
	padding: 0.3em 15px;
}

.nevow-form div.actions {
	padding: 1.5em 15px;
}

.nevow-form div.field label {
	float: left;
	width: 14em;
}

.nevow-form div.field.required label {
	font-weight: bold;
}
	
.nevow-form div.field.required label:after {
	content: " *";
}
	
.nevow-form div.field.error label {
	color: #d00;
}
	
.nevow-form div.field.error .message {
	margin-top: 0.25em;
	padding-left: 14em;
	color: #d00;
}

.nevow-form .checkbox .inputs {
  display:block;
  padding-left:14em;
}

.nevow-form .checkbox label {
  width:100%;
  margin-bottom:1em;
}

.nevow-form .description {
  margin-left:16.5em;
  font-size:85%;
  margin-top:5px;
}


/* Hides from IE-mac \*/
* html .nevow-form form div.field {height: 1%;}
/* End hide from IE-mac */

.nevow-form div.actions {
	padding-left: 15em;
}

.nevow-form div.actions input {
	font-size: 125%;
	font-weight: bold;
}

.nevow-form div.field input {
	padding: 0.1em 0.2em;
	border: 1px solid #bbb;
}

.nevow-form div.field textarea {
	padding: 0.1em 0.2em;
	border: 1px solid #bbb;
}


.nevow-form div.errors {
	margin-bottom: 1em;
	padding: 1em;
	background-color: #fee;
}

.nevow-form div.errors p, .nevow-form div.errors ul {
	margin: 0;
	padding: 0;
}

/* Clearfix */
.nevow-form .description:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.nevow-form .description {display: inline-block;}

/* Hides from IE-mac \*/
* html .nevow-form .description {height: 1%;}
.nevow-form .description {display: block;}
/* End hide from IE-mac */


.clearfix:after, dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, dl {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html dl {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


