 /* General styles  */

.clear {
	clear: both;
	height: 0;
}

.hidden  {
    display:none;
}


/* Block Level formatting, more or less in descending order */

body {
	font-size: 76%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	background: rgb(166, 145, 107) url(background.jpg) top repeat-x;
    word-wrap: break-word;
}

#page {
    margin: auto;
    width: 771px;
    background: white url(bkgd.jpg) repeat-y;
}

#page-top {
    margin:0;
}

#title {
    background: url(header_top.jpg) bottom no-repeat;
    padding: 13px;
    margin: 0;
    overflow: hidden;
    text-align: center;
}

h1 {
	font-weight:normal;
    font-size: 2.9em;
    text-align: center;
    margin: 10px;
    margin-top: 22px;
    margin-bottom: 15px;
    display: block;
    color:#900;
}

h1.TurnOffReplace {
	height:auto!important;
	text-align:center!important;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html h1 {
    height: 1%;
}
/* End hide from IE5-mac */

#title a {
    text-decoration:none;
    color: black;
    border: none !important;
}

#title a:hover, #title a:focus, #title a:active {
    border: none !important;
}

#title h1 a {
	color: inherit;
}

#title img {
    margin: 3px;
    padding: 5px;
    background: white;
    border: 1px solid rgb(200,200,200);
    margin-bottom: -8px;
}

#title p {
    background: url(title_separator.gif) top center no-repeat;
    font-size: 1.3em;
    text-align: center;
    margin: 10px;
    margin-top: -5px;
    margin-bottom: 14px;
    padding-top: 18px;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html #title p {
    height: 1%;
}
/* End hide from IE5-mac */

#main-sys-req img {
	float:right
}

#page-content {
    width: 771px;
    margin: auto;
    clear: both;
}

#sidebar {
    float: left;
    width: 205px;
    word-wrap: break-word;
    font-size: 0.8em;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
}

.pagelet p, .pagelet table {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size:11px;
}

#sidebar ul {
	text-align:left;
}

.pagelet {
    width:205px;
    word-wrap:break-word;
    overflow:hidden;
    text-align:center;
}


.pagelet.bordered {
	border: 1px solid #cc9;
}

.pagelet h4 {
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    display: block;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.pagelet h3 {
    font-size: 12px;
    font-weight: normal;
}

#main {
    min-height: 190px;
    margin-top: 0;
}

/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
body.no-sidebar #main {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 1em;
}

/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin-right: 20px;
    float: right;
    width: 530px;
    font-size: 1em;
    margin-top: 10px;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
    margin:0;
    padding:0;
    margin-right: 10px;
    width: 508px;
}
/* End hide from IE5-mac */

h2 {
    font-weight: normal;
    text-align: left;
    font-size: 1.7em;
    background:  url(title_top.jpg) no-repeat;
    display: block;
    color: white;
    margin-top: 0px;
    margin-bottom:0px;
}

h2 span.in {
    background: url(title_bottom.jpg) left bottom no-repeat;
    padding: 10px;
    display: block;
    min-height:27px;
    max-width:510px;
}


/* Hides from IE5-mac \*/
* html h2 {
    margin-top: 7px;
}
/* End hide from IE5-mac */

#main ul {
}

#main li {
}

.article {
	margin: 0px 10px 10px 10px!important;
}

.article h3 {
     border-bottom: 1px solid black;
     padding: 5px;
     color: black;
     font-weight: normal;
     font-size: 1.3em;
}

a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid rgb(200,200,200);
}

a:hover, a:focus, a:active {
    border-bottom: 1px solid black;
    color: black;
}

a.imageLink {
	border: 0px none;
}

.article img {
    border: none;
}

.article img.narrow{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.article-thumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#page-bottom {
    border-top: 1px solid white;
    background: rgb(166, 145, 107);
    padding:12px 0px;
}

#page-bottom p {
    font-size: 1em;
    color: rgb(243, 219, 179);
    text-align: center;
    margin:0px;
}

#page-bottom a {
	color:rgb(243,219,179);
}

/* Used on index summary pages */
.listing-index li h3 a {
    text-decoration:none;
    font-size:1em;
    font-weight:normal;
}
