/* CSS Document */


div.contact-block {
	background: #e1e1e1;
	padding: 20px;
	padding-top:6px;
	padding-bottom:12px;
	width: 400px;
	float: left;
	margin-bottom: 20px;
}
div.contact-info {
	width: 210px;
	border:0px solid red;
	float: right;
	color: #555;
}
div.contact-info div.cinfo { margin-bottom: 10px; }
div.contact-info div.cinfo i {
	display: block;
	margin-bottom: 5px;
	font-size:10px;
}
dl.zend_form dd {
	font-size: 12px;
	color: #2e3957;
	margin-left: 0px;
	margin-bottom: 15px;
}
fieldset {
	width: 600px;
	margin-bottom: 10px;
	border: 1px solid #dbdfef;
}
fieldset legend { font-size: 16px; }
fieldset dl {
	padding: 6px;
	background: #f2f3f7;
}
fieldset label {
	font-size: 12px;
	color: #2e3957;
}
/*dt { font-size: 12px; color: #2e3957; padding: 0px; margin:0px; margin-top:4px; }
dd { padding: 0px; margin:0px; margin-top:4px; }*/


input.stdfield {
	width: 250px;
	height:15px;
	border:1px solid #cacaca;
	padding: 2px;
	padding-top:4px;
}
select.stdfield {
	width: 240px;
	border:1px solid #cacaca;
}
input.stdcheck { margin-right: 10px; }
input.stdradio { margin-right: 10px; }
input.stdfieldlong {
	width: 335px;
	border:1px solid #cacaca;
}
select.stdfieldmulti {
	width: 240px;
	border:1px solid #cacaca;
}
textarea.stdfieldshort {
	width: 240px;
	height: 68px;
	border:1px solid #cacaca;
}
textarea.stdfield {
	width: 290px;
	height: 80px;
	border:1px solid #cacaca;
	padding: 3px;
	padding-top:6px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea.addressfield {
	width: 390px;
	height: 22px;
	border:1px solid #cacaca;
}
.stdbutton {
	width: 120px;
	height: 30px;
	color: white;
	color: white;
	background-color: #E70A55;
	border:4px solid #fe085b;
	cursor: pointer;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.stdbutton:hover { background-color: #af003b; }
.errors {
	padding: 0px;
	margin: 0px;
}
.errors li {
	color: #991a00;
	list-style:none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.stdfieldradio { width: 30px; }
.stdfieldstate { width: 390px; }
div.related {
	width:880px;
	margin-top:20px;
	padding: 20px;
	padding-top:15px;
	background: #e9e5e1;
}
div.related table { width: 100%; }
div.related div.relbottom {
	width:924px;
	height: 6px;
	background-image:url(/images/v2/articles/related-bg-bottom.gif);
	background-repeat: no-repeat;
	background-position:top right;
}
div.related div.h3 {
	color: #818285;
	border-bottom:1px solid #d3d4d5;
	margin: 20px;
	margin-bottom: 5px;
	padding-top: 15px;
}
div.related ul {
	margin-left: 20px;
	list-style-type: none;
}
div.related li {
	padding: 6px;
	font-size: 12px;
}
div.related a:link, div.related a:visited, div.related a:active {
	color: #5a5e63;
	text-decoration: none;
}
div.related a:hover { color: #30353d; }
img.article-photo-x {
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
	border: 3px solid #ccc;
}
/* // Bread Crumbs BLOCK // */
div.bcrumbs {
	color: #939393;
	border: 0px solid orange;
	font-size: 12px;
	padding-top: 0px;
	margin-bottom: 0px;
	width: 500px;
	padding-left: 0px;
}
div.bcrumbs a {
	color: #939393;
	text-decoration: none;
}
div.bcrumbs a:hover { color: #a1a8ae; }
/* Newsletter Signup =============================== */



div.newsletter-signup {
	float: right;
	width: 375px;
	height: 162px;
	background-image: URL(/images/newsletter-block-bg.jpg);
	color: white;
}
div.newsletter-signup .ns-cnt {
	margin-top: 18px;
	margin-left: 26px;
}
div.newsletter-signup .h2 { color: white; }
div.newsletter-signup .ns-form {
	margin-left: 26px;
	margin-top: 6px;
}
div.newsletter-signup .ns-form td {
	color: #450306;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom:4px;
}
.ns-form input.nsemail {
	width: 146px;
	height: 22px;
	border: 1px solid #59090e;
	background: #f4c9ce;
}
.ns-form input.nsname {
	width: 84px;
	height: 22px;
	border: 1px solid #59090e;
	background: #f4c9ce;
}
.nsbutton {
	height: 26px;
	background: #5c0b10;
	border: 2px solid #46070a;
	color:white;
	font-size: 10px;
}
