@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}
ul , ol{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
h1, h2, h3, h4, h5 {
	line-height:normal;}
a:link , a:visited{
	color: #039;
	text-decoration: none;
}
a:hover {
	color: #9A6D48;
}

#wrap {
	width: 940px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 5px 7px #333;
	-webkit-box-shadow: 0px 5px 7px #333;
	-moz-box-shadow: 0px 5px 7px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#hdrwrap {
	background-image: url(images/bg-tile.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.hdr {
	height: 151px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.logo a {
	background-image: url(images/logo-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 151px;
	width: 350px;
	text-indent: -9999px;
}
.hdrsearch {
	float: right;
	position: relative;
	padding-right: 20px;
	margin-top: -100px;
}
.hdrsearch form #s {
	border: 1px solid #333;
	background-color: #F9EBBF;
	padding: 5px;
	margin: 0px;
	color: #999;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.hdrsearch form .hdrbtn {
	color: #FFF;
	background-color: #333;
	font-weight: bold;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.hdrsearch form .hdrbtn:hover {
	background-color: #600;
}

.topnav {
	height: 35px;
	margin-top: -37px;
	padding-left: 160px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#nav li {
	display: inline;
	list-style-type: none;
}
.topnav #nav li a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.topnav #nav li a:hover {
	color: #FFF;
}
.main {
	clear: both;
	padding-top: 20px;
	padding-left: 10px;
}


.main .content {
	float: left;
	width: 600px;
}
.main .content ol {
	padding-left: 30px;
}
.main .content ul {
	padding-left: 30px;
}
.main .content blockquote {
	background-color: #F8EBBF;
	border: 1px solid #E0D2B7;
}
.main .content blockquote p {
	margin: 0px;
	padding: 10px;
}
.byline, .byline a {
	font-size: 12px;
	color: #999;
	padding: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hr {
	background-image: url(images/hr.gif);
	height: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.more a {
	color: #FFF;
	background-color: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.more a:hover {
	color: #FFF;
	background-color: #666;
}
.sticky {
	background:#fff8dc;
	border: 1px solid #F9EBBF;
	margin-bottom: 7px;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 5px 5px #ccc;
	-webkit-box-shadow: 0px 5px 5px #ccc;
	-moz-box-shadow: 0px 5px 5px #ccc;

} 
.main .side {
	float: right;
	width: 285px;
}
.side h5 {
	line-height: 33px;
	background-image: url(images/side-hdr.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #F5BA74;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 50px;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.side  ul {

}
.side li {
	list-style-image: url(images/icon_folder.gif);
	margin-bottom: 0.8em;
	margin-left: 30px;
}


.push {
	clear: both;
	height: 50px;
}
.ftr {
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(images/ftr-trans.png);
	background-repeat: repeat;
	border: 1px solid #E1D4BA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ftr a {
	color:#000;}
.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

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

.alignright {
	margin: 10px 0px 8px 20px;
	float: right;
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}

