@import url(./reset.css);
@import url(./960_12_col.css);
@import url(./text.css);

* {
	background-repeat: no-repeat;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 11px;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#wrapper {
	padding: 40px 0px;
}

.container_12 {
	margin: 0 0;
}


#header {
	
}

#header a {
	display: block;
	width: 150px;
	height: 55px;
	background-image: url(../images/layout/HeadLogo150.jpg);
	margin: 0 auto;
}
#header a span {
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}

#nav {
	
}

#nav ul {
	width: 155px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	margin-top: 40px;
}
#nav ul li {
	margin: 0;
	padding: 0;
}
#nav ul li a {
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	line-height: 9px;
	margin: 9px 0;
	display: block;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
#nav ul li a:hover {
	text-decoration: underline;
	color: #000;
}
#nav ul li.active a {
	color: #333;
}
#copy {
	margin-top: 300px;
}
#copy p {
	color: #999;
	font-size: 9px;
	margin: 0 auto;
	padding: 0;
	padding-left: 10px;
	width: 145px;
}
#content {
	min-height: 400px;
}

#content  h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-top: 43px;
	margin-bottom: 40px;
	line-height: 12px;
	vertical-align: bottom;
	text-indent: -13px;
	overflow: visible;
}
#content  h1:before {
	font-family: monospace;
	content: "> ";
}

div.caseStudy {
	
}
div.caseStudy p q {
	display: block;
	font-size: 12px;
}
div.caseStudy p q:before {
	content: '"';
}
div.caseStudy p q:after {
	content: '"';
}
div.caseStudy p cite {
	display: block;
	font-size: 10px;
	font-style: italic;
	margin: 15px 0;
}





dl.zend_form dt {
	margin: 10px 0 0 0;
}
dl.zend_form dd {
	margin: 0 0 10px 0;
}
label {
	cursor: pointer;
	display: inline-block;
	padding-right: 14px;
}
form label {
	font-size: 11px;
	line-height: 16px;
}
label.required {
	background-image: url(../images/icons/bullet_red.png);
	background-position: right top;
}
dl.zend_form p.description, dl.zend_form p.hint {
	font-style: italic;
	font-size: 11px;
	padding: 5px;
	padding-left: 20px;
	min-height: 20px;
	background-image: url(../images/icons/information.png);
	background-position: 2px 4px;
	margin: 5px 0;
	border-radius: 5px;
	border: 1px solid #bbb;
	background-color: #ccc;
	color: #333;
	max-width: 350px;
}
form dl.zend_form input[type="text"], form dl.zend_form input[type="password"] {
	font-size: 11px;
	line-height: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 4px;
	-webkit-box-shadow: 0 0 3px #ccc inset;
}
form dl.zend_form textarea {
	font-size: 11px;
	line-height: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 4px;
	-webkit-box-shadow: 0 0 3px #ccc inset;
}
form dl.zend_form input:focus {
	outline: 0;
	background-color: #efefef;
}

form dl.zend_form fieldset {
	border: none;
	margin: 10px 0;
	padding: 0;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: block;
	border-collapse: collapse;
}
form dl.zend_form legend {

	font-size: 14px;
	display: block;
	position: relative;
}

form dl ul.errors {
	background-color: #B62923;
	color: #fff;
	margin: 5px 0;
	padding: 5px;
	border-radius: 5px;
	list-style: none;
	max-width: 350px;
	box-shadow: 1px 1px 5px #333;
	-webkit-box-shadow: 1px 1px 5px #333;
}
form dl ul.errors li {
	margin: 3px 0;
	padding: 0;
	padding-left: 20px;
	background-image: url(../images/icons/error.png);
	background-position: 2px 0;
	line-height: 16px;
}
div.submit {
	padding-top: 20px;
}
form dl.zend_form button {
	background-color: #fff;
	line-height: 30px;
	font-size: 12px;
	color: #000;
	border: 1px solid #ccc;
	padding: 0 10px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.6);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
form dl.zend_form button:hover {
	background-color: #ccc;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	border: 1px solid #333;
}


/**
 * Flash Messages
 */
ul.flashStack {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.flashStack li {
	color: #fff;
	border: 1px solid #fff;
	padding: 3px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 5px center;
	line-height: 16px;
	margin: 3px 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.err {
	color: #9F0A1B;
}
.warn {
	color: #9F6A37;
}
.info {
	color: #6D9F50;
}
ul.flashStack li.err {
	background-image: url(../images/icons/bomb.png);
	background-color: #9F0A1B;
	color: #fff;
}
ul.flashStack li.warn {
	background-image: url(../images/icons/error.png);
	background-color: #9F6A37;
	color: #fff;
}
ul.flashStack li.info {
	background-image: url(../images/icons/tick.png);
	background-color: #6D9F50;
	color: #fff;
}

