/* Structure
--------------------------------*/

body{
  background: #fff;
  text-align: center;
  margin: 0;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 11px;
  padding: 10px;
  }

#wrap{
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  }

#head{
  height: 40px;
  border-bottom: 1px solid #000;
  }

#head span{
  display: none;
  float: right;
  height: 40px;
  line-height: 90px;
  padding-right: 30px;
  }

#splash{
  display: none;
  height: 300px;
  }

#breadcrumb{
  height: 26px;
  clear: both;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  }

#breadcrumb a{
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  }

#main{
  }

#content{
  float: left;
  padding: 0px;
  padding-top: 17px;
  }

#content em{
  text-decoration: underline;
  }

#content a{
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #5e8ab3;
  }

#content ul li{
  margin-top: 10px;
  margin-bottom: 10px;
  }

#content img{
  border: none;
  }

#content img.border{
  border: 1px solid #5e8ab3;
  }

#content img.top-left{
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #5e8ab3;
  }

#content img.middle-left{
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #5e8ab3;
  }

#content img.bottom-left{
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #5e8ab3;
  }

#content img.bottom-center{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #5e8ab3;
  }

#content img.bottom-right{
  margin-left: 10px;
  margin-top: 10px;
  border: 1px solid #5e8ab3;
  }

#foot{
  display: none;
  }

#foot p{
  float: left;
  margin: 0;
  }

#foot a{
  display: block;
  text-indent: -9000px;
  height: 38px;
  padding: 0;
  margin: 0;
  width: 170px;
  float: right;
  overflow: hidden;
  }

/* Nav
--------------------------------*/

#nav{
  display: none;
  }

#subnav{
  display: none;
  background: #87aacb;
  list-style-type: none;
  width: 164px;
  padding: 0;
  margin-left: 1px;
  float: left;
  }

#subnav li{
  height: 46px;
  }

#subnav li a{
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  letter-spacing: -1px;
  height: 36px;
  background: url(../images/snav_bg.gif) no-repeat;
  padding-top: 13px;
  }

#subnav li a.long{
  line-height: 16px;
  padding-top: 5px;
  height: 41px;
  }

#subnav li a:hover{ background-position: 0 -46px;}


/* Headings
--------------------------------*/

h1{
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 20px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  float: left;
  }

h2{
  height: 26px;
  font-size: 11px;
  color: #000;
  margin: 0;
  line-height: 26px;
  padding-left: 0px;
  }
  
h3{
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  }

/* Common
--------------------------------*/
  p{
    color: #5f5f5f;
    margin-top: 0;
    }

/* Forms
--------------------------------*/

/* Links
--------------------------------*/

#head span a, #head span{ 
  color: #FFF;
  text-decoration: none;
  }

#head span a:hover{
  text-decoration: underline;
  }
  

#warning{
	margin-bottom: 5px;
	}

#warning .error, #warning .message{
	height: 17px;
	background: #eef3f8;
	border: 1px solid #a3a3a3;
	padding: 5px 4px 4px 8px;
	margin-bottom: 2px;
	}

#warning .error .icon, #warning .message .icon{
	background: url(../images/delete.gif);
	width: 16px;
	height: 16px;
	float: left;
	}
	
#warning .message .icon{
	background: url(../images/help.png);
	}

#warning .error .label, #warning .message .label{
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 1px 2px 0px 25px;
	}

