body {
	/* background: #D5CAAF url('../images/bgimage4.jpg') no-repeat top right; */
    background: #D5CAAF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #0D221C;
}

* {margin: 0;padding: 0;}
.clear {clear: both;font-size: 0%;line-height: 0%;height: 0;}
img {border: 0;text-align: left;}
ul, ol {list-style: none;}
object {vertical-align: top;}
a {color: #cec5bb;}
a:hover {text-decoration: none;}
.button{height:23px;border:0px;}

/*- Transparent Content Block */
#wrapper-1 {
    position:relative;
    z-index:80;
	width: 920px;
	margin: 0 auto;
	font-size: 0.75em;
    /*
    opacity:0.95;
    filter:alpha(opacity=95);
    */
}

/*- Non-Transparent Content Block */
#wrapper {
    position:relative;
    z-index:80;
	width: 920px;
	margin: 0 auto;
	font-size: 0.75em;
}

#header {
    background: #fff url('../images/topbar.jpg');
    width:916px;
	height: 148px;
    border-bottom: 1px solid #bfbfbf;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.topbar {
	height: 122px;
}

.navbar {
	height: 27px;
    text-align: right;
    vertical-align: baseline;
    padding-left: 127px;
}

#container {
	position: relative;
    background: #88B700;
    height: 100%;
    width: 920px;
}

#container ul, ol {
  padding:0px;
  margin:0px;
}
#container li {
  background-image:url(../images/arrow.gif);
  background-repeat:no-repeat;
  background-position:10px 9px;
  padding: 5px 10px 5px 30px;
}

.cont {
	background: #010911;
	width: 880px;
    height: 100%;
	position:relative;
	padding: 20px;
    line-height: 1.5em;
    color: #EFEFEF;
}

.cont-index {
    background: #FFFCDF;
    width: 860px;
    padding: 25px;
    color: #5F5441;
    border-left: 5px solid #88B700;
    border-right: 5px solid #88B700;
}

.cont-index a {
  color: #8F4F2C;
  text-decoration: underline;
}
.cont-index a:hover {
  color: #B86638;
  color: #fbaf34;
  text-decoration: underline;
}

.cont-index .subtitle {
  color: #CC0000;
  font-size: 1.25em;
  font-weight: bold;
}

.cont-index .indicator {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding:1px;
  background:  #8F8774;
}

.cont-right {
    float: right;

}

.cont-left {
    float: left;
    height: 100%;
}

.faq a {color: #8f4f2c; text-decoration: none;}
.faq a:hover {color: #fbaf34; text-decoration: underline;}

.col-1, .col-2 {
	float: left;
	position: relative;
}

.col-indent {
	float: left;
	padding-left: 85px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	line-height: 1.077em;

}

.formblock {
    color: #BFBFBF;
    line-height: 1.8em;
}

.formblock h3 {
    font-weight: bold;
    font-size: 1.2em;
}
.line-thin {
	background: #9F9F9F;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 5px 0 10px 0;
}

.line-hor {
	background: #DFDFDF;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 18px 0;
}
.atitle {
    font-family: Myriad Pro,Helvetica,Arial,sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 2em;
    color: #fff;
	padding: 20px 10px 22px 0;
}

.dbtext {
    background-color: #1f0201;
    color: #b00f09;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px;
}

.link {
	line-height: 1.313em;
	font-size: 1.333em;
	font-style: italic;
	text-decoration: none;
	color: #7F7F7F;
	position: absolute;
	left: 3px;
	bottom: -7px;
}
.link:hover {
	text-decoration: underline;
}

#footer {
	position: relative;
    clear: both;
    background: #fff;
    z-index:90;
    width:920px;
	height: 45px;
    /*
    opacity:0.95;
    filter:alpha(opacity=95);
    */
    border-top: 1px solid #bfbfbf;
}

#footer p {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	color: #9f9f9f;
	position: absolute;
	top: 15px;
}

#footer p a {
	margin: 0 0 0 5px;
	text-decoration: underline;
	color: #7F7F7F;
}
#footer p a:hover {
    color: #bfbfbf;
	text-decoration: none;
}

/* Pagination Formatting */
.pagination{
    padding: 0px;
    margin: 1em 0;
    clear: both;
}

.pagination ul{
    margin: 0;
    padding: 0;
    text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
    font-size: 105%;
}

.pagination li{
    background-color: #fff;
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
    margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
    margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited, .pagination a:active{
    padding: 0 2px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #2e6ab1;
}

.pagination a:hover{
    border: 1px solid #2b66a5;
    color: #000;
    background-color: #FFFF80;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
    background-color: #2e6ab1;
    color: #FFF !important;
    border-color: #2b66a5;
    font-weight: bold;
    cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
    background-color: white;
    cursor: default;
    color: #929292;
    border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
    font-weight: bold;
}
/*End Pagination Styling*/
