@charset "UTF-8";
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.orangebullet {
	color: #015a84;
	font-family: arial;
	font-size: 12px;
	list-style-image: url(images/arrow-orange.gif);
	margin-left:-25px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/round-but-r.gif') no-repeat scroll top right;
	color: #000000;
    display: block;
    float: left;
    font-family:Arial;
	font-size:13px;
    height: 19px;
    margin-right: 8px;
    padding-right: 8px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/round-but-l.gif') no-repeat;
    display: block;
    line-height: 19px;
    padding: 0px 0 0px 8px;
}


.ChiText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 2px;
	text-align: justify;
	color: #333300;
}
.ChiHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 3px;
	text-align: justify;
	font-weight: bold;
	color: #FF5050;
}
.ChiHeader_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 2px;
	text-align: justify;
	color: #339933;
}
.NavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 3px;
	text-align: justify;
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}
.ChiHeader_redsmallCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 2px;
	text-align: justify;
	color: #FD6C53;
	font-weight: bold;
}

 
.arial11 {
	font-family: arial;
	font-size: 11px;
}
.arial12 {
	font-family: arial;
	font-size: 12px;
}
.arial14 {
	font-family: arial;
	font-size: 14px;
}
.arial14white {
	font-family: arial;
	font-size: 14px;
	color: #FFF;
}
.arial14blue {
	font-family: arial;
	font-size: 14px;
	color: #313949;
	font-weight:bold;
	letter-spacing: 2px;
}

.arial13 {
	font-family: arial;
	font-size: 13px;

}

.arial13x {
	font-family: arial;
	font-size: 14px;
}
a {
	color: #015a84;
	text-decoration:none;
	}
a:hover {
	color: #0066FF;
	text-decoration: none;
}



.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }
