/**************** Body and basic styles ****************/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 76%/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: gray;
	background: #fff url(../images/back_03.jpg);
	background-attachment: fixed; 
	background-repeat: repeat;
}

p {
	padding: 5px 0 1.2em 0;
}

/**************** Container and header styles ****************/

#container {
	width: 780px;
	margin: 8px auto;
	padding: 8px;
	text-align: left;
	background: #fff url(../images/back_04.jpg);
background-attachment: fixed;
	color: #303030;
}

#header {
	height: 225px;
	width: 780px;
	margin: 0 0px 8px 0px;
	background: #444 url(../images/10.jpg);
overflow: hidden;
}

#header_logo {
position: relative;
top: 8px;
left: 8px;
font: 3.8em sans-serif;
font-weight: bold;
color:white;
}

#header_logo img,img:hover {
	border: none;
	background: transparent;
	padding: 0px;
}

#header_slogan {
	width: 151px;
	position: relative;
	top: -3px;
	left: 20px;
	font: 1.2em sans-serif;
	font-weight: bold;
	color: #171C41;
$	border-left: 1px solid #fff;
$	padding: 0 0 0 5px;
}

/**************** Navigation styles ****************/

#navigation {
	height: 2.3em;
	line-height: 2.3em;
	width: 780px;
	margin: 0 1px;
	#background: transparent;
	background: #FFFFFF;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px #c0c0c0 solid;
}

#navigation li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	border-right: 1px #c0c0c0 solid;
	padding: 0 3px 0 3px;
}

#navigation li a {
	display: block;
	padding: 0 8px;
	font-size: 1.2em;
$	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
	color: #625349;
}

* html #navigation a {
	width: 1%;
}

#navigation a:hover {
	background: #D3D1B6;
#background: transparent;
#background-attachment: fixed;;
	color: #433B36;
	#color: #fff;
	text-decoration: underline;
}

#navigation .active {
	color: #836652;
	font-weight: bold;
	text-decoration: underline;
}

#site_phone {
	width: 22%;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #625349;
$	margin-right: 20px;
}

/**************** Content styles ****************/

#bordered_text {
	border: 1px solid #c0c0c0;
	padding: 4px 8px 8px 12px;
	margin-bottom: 0px;
	margin-top: -9px;
	margin-left: -4px;
$	background: #F8F8E7;
	background: #FFF;
}

#content {
	float: left;
	width: 76%;
	min-height: 500px;
	font-size: 1.2em;
	padding: 10px 5px 10px 5px;
	border-right: 1px solid #c0c0c0;
	background: #FFFFFF url(../images/back_04.jpg);
background-attachment: fixed;;
}

#content p {
	margin: 0;
	padding: 0 0 15px 0;
}

#content h2 {
	margin: 5px 0 0px 0;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
}

#content h2 a {
	text-decoration: none;
}

#content h3 {
	margin: 0 0 10px 0;
	font-size: 1.7em;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-weight: normal;
}

#content h3 a {
	text-decoration: none;
}

#content a:hover,#subcontent a:hover {
	text-decoration: underline;
}

#content ul,#content ol {
	margin: 0 15px 16px 15px;
}

#content li {
	margin: 0 0 0 25px;
}

#content dl {
	margin: 0 5px 10px 25px;
}

#content dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#content dd {
	margin: 0 0 10px 15px;
}

.last_articles ul {
	margin: 0px 0px 0px 15px;
line-height: 0em;
}

.last_articles dt {
	padding: 15px 0px 7px 0px;
}

#link_cat_head h3 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 15px 0 5px 0;
	color: #836652;
}

.rightside_txt p {

}

/**************** Subcontent sidebar styles ****************/

#subcontent {
	float: right;
	width: 22%;
	padding: 10px 0 10px 0;
	line-height: 1.4em;
	#background: #D9D1BA url(../images/back_04.jpg);
}

#subcontent h2 {
	display: block;
	margin: 0 0 5px 0;
	font-size: 1.6em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0px;
	background-color: inherit;
}

#subcontent p {
	#margin: 5px;
	padding: 0;
	font-size: 0.9em;
}

#archive_link a {
	margin-left: 6px;
	text-decoration: none;
}

/**************** Footer styles ****************/

#footer {
	clear: both;
	width: 780px;
	padding: 5px 0;
	margin: 0 1px;
	font-size: 0.9em;
	color: #999;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

#footer p {
	padding: 0;
	margin: 0;
	text-align: center;
}

#footer a {
	color: #836652;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	background-color: inherit;
	text-decoration: underline;
	color: #836652;
}

/**************** Image styles ****************/

.article_image {
	margin: 3px;
}

.aticle_gallery img {
	float: left;
	margin: 0px 9px 9px 0;
}


.half_column img {
	margin: 0 8px 9px 0;
#	clear: left;
}

.half_column {
	float: left;
	width: 50%;
}

a img {
	margin-left: 5px;
	padding: 4px;
	border: 1px solid #B6B18C;
}

a img:hover {
	background: #D4D0B1;
	padding: 4px;
	border: 1px solid #B6B18C;
}

img.left,img.center,img.right {
	padding: 4px;
	border: none;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.center {
	display: block;
	margin: 5px auto 5px auto;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

/**************** Link styles ****************/

a {
	color: #877550;
	font-weight: bold;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	background-color: inherit;
	color: #836652;
	text-decoration: none;
}

/**************** Comments ****************/

#content h3#comment {
	font-size: 1.2em;
}

#content ol.comments li {
	font-size: 1.2em;
	text-decoration: none;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
}

#content ol.comments li * {
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#content ol.comments li * * {
	font-size: 1.0em;
}

#content ol.comments li * strong {
	font-weight: bold;
}

#content ol.comments li small {
	letter-spacing: 1px;
}

#content ol.comments li br {
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

#content p.post {
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 1.0em;
	font-style: italic;
}

#txpCommentInputForm {
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	padding-left: 16px;
	padding-right: 16px;
}

.comments_error {
	background: #ffa;
}

div.comments_error {
	border: 1px solid #cc8;
	padding: 0.3em;
}

/**************** Subcontent link styles ****************/

#sidelink_categories {
	font-size: 1.3em;
}

.sidelink {
	margin: 0 0 8px 8px;
	font-size: 1em;
	line-height: 100%;
	text-decoration: none;
}

.sidelink li {
	list-style: none;
	display: block;
	padding: 2px;
	margin-bottom: 2px;
}

.sidelink li a {
	font-weight: bold;
	text-decoration: none;
}

.sidelink li a:hover {
	text-decoration: none;
}

.sidelink li ul {
	margin: 3px 0 3px 15px;
	font-size: 1em;
	font-weight: normal;
}

.sidelink li ul li {
	margin-bottom: 0;
}

.sidelink li ul a {
	font-weight: normal;
}

.sidelink ul {
	margin: 3px 0 3px 15px;
	font-size: 1em;
	font-weight: normal;
}

.sidelink ul li {
	margin-bottom: 0;
}

.sidelink ul a {
	font-weight: normal;
}

.sidelink li .sidelink_active, .sidelink li a.active {
	color: #836652;
	text-decoration: underline;
}

.box_small {
	
}

/**************** Searchbar styles ****************/

#searchbar {
	width: 100%;
	margin: 0 0 5px 0;
}

/**************** Misc classes and styles ****************/

.clear {
	clear: both;
	padding-top: 19px;
}

.small {
	font-size: 0.9em;
#width: 100px;
}

.hide {
	display: none;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.important {
	color: #f02025;
	background-color: inherit;
	font-weight: bold;
}

.box {
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #c0c0c0;
	background-color: #efecec;
	color: #505050;
	line-height: 1.5em;
}

.feed {
	margin: 22px 0 0 10px;
	padding: 0 0 5px 20px;
	background-image: url("/images/12.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

blockquote {
	margin: 10px 0 10px 20px;
	padding-left: 5px;
	border-left: 1px solid olive;
}

.rssCat {
font-weight: normal;
}

#spylog2035236 img {
	border: 0px;
	padding: 2px;
	margin-top: 8px;
}

#sidebar_banners img {
	border: 0px;
	padding: 2px;
}

/**************** Form and ZCR styles ****************/

fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

fieldset ul {
	color: red;
}

fieldset legend {
	display: none;
}

form div input, form div select, form div textarea, textarea, select, input {
	border: 1px solid #DFDACE;
	background: #fff;
	padding: 5px;
	margin: 3px 0;
	font-size: 1.2em;
	line-height: 1em;
}

form {
	padding: 0 0 0 5px;
	margin: 0;
	font-size: 1em;
	color: #333;
}

form div {
	clear: left;
	display: block;
	margin: 0;
	padding: 0;
}

form div label {
	display: block;
	width: 100px;
	padding: 0;
	margin: 0px 10px 5px 0px;
	text-align: left;
}

ul.zemError {
	list-style-type: none;
	margin: 5px;
	padding: 2px;
	border: 1px #f00 solid;
	color: #f00;
	background: #fff;
}

.zemRequired {
	font-weight: bold;
}

.zemRequirederrorElement {
	color: #f00;
	font-weight: bold;
}

input.zemRequirederrorElement, select.zemRequirederrorElement,textarea.zemRequirederrorElement {
	background: #e2e2e7;
}

p.red {
	color: red;
	font-weight: bold;
}
