body {
	
	background-color: #818286;
	font-family: "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
p, div, td {
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", sans-serif;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0;
}
h2 {
	color: #000000;
	font-family: "Myriad Roman", "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 8px 0;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

h3.orange {
	color: #fb4c06;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.orange {
	color: #fb4c06;
}

p {
	padding: 10px 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: normal;
}
p .highlight {
	font-weight: bold;
	color: #f15c25;
}
.h1-container {
	background-color: #818286;
	width: 100%;
	height: 27px;
	margin: 0 0 23px 0;
	padding: 0;
}
.h1-container img {
	margin: 0 0 0 23px;
}

.button, .button-selected {
	margin: 3px 0;
}
.button img, .button-selected img {
	border: 0;
}

.divider-vert {
	border-right: 1px solid #bcbec0;
	font-size: 0;
	line-height: 0;
}
.divider-horz {
	border-bottom: 1px solid #bcbec0;
	font-size: 0;
	line-height: 0;
}
.hr {
	line-height: 0;
	background-color: #fb4c06;
	width: 798px;
	height: 20px;
	margin: 20px 0 24px 0;
}
.content-block {
	padding: 3px 0 0 12px;
}

/* forms */
label {
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
	display: block;
	color: #fb4c06;
	margin: 3px 0 1px 0;
}
input, textarea {
	width: 325px;
	border: 1px solid #808285;
	margin: 3px 0;
}
textarea {
	height: 330px;
}
div.input {
	margin: 0 0 4px 0;
}
.submit {
	text-align: right;
}
.submit input {
	background-color: #fb5716;
	border: 0;
	width: auto;
}
form legend {
	display: none;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}



/* e-letter form */
.subscribers input{
	width: 284px;
}
.subscribers .submit input {
	width: auto;
}

/* contact form */
.contacts input {
	width: 206px;
}
.contacts .submit input {
	width: auto;
}
.contacts textarea {
	width: 425px;
}
.contacts .error-message {
	width: 200px;
}
/* messages and notices */

#flashMessage, #authMessage {
	padding: 4px 10px;
	margin: 10px 0;
	border: 1px solid #666666;
	background-color: #EFEFEF;
	color: #666666;
	font-weight: bold;
	z-index: 100;
}
.error-message {
	
	padding: 1px 4px;
	margin: 2px 0;
	color: #faea0a;
	background-color: #fb5716;
	
}

/* ask zoe page */

.question {
	font-family: "Times New Roman", Times, Serif;
	font-size: 14px;
	width: 360px;
}
.question-response {
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
	width: 360px;
}
.paper-repeat {
	
	padding: 0 0 0 27px;
	background-image: url('../img/askzoe/paper_repeat.gif');
	background-repeat: repeat-y;

}

a {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.orange {
	color: #fb4c06;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.orange:hover {
	text-decoration: underline;
}

a.grey {
	color: #808285;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.grey:hover {
	color: #fb4c06;
	text-decoration: none;
}




a.headline {
	color: #fb5716;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
.headline {
	color: #fb5716;
	font-weight: bold;
	font-style: italic;
}

.quicktips li {
	margin-left: 12px;
}
.quicktips ul {
	
	list-style-image: url('../img/quicktips/li.gif');
	list-style-type: circle;
	list-style-position: outside;
}
.quicktips li a {
	font-family: "Myriad Roman", "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #808285;
}


.common-question, .common-answer {
	font-weight: normal;
	font-size: 24px;
	color: #f15f28;
}

/* terms and conditions */
.terms p {
	padding: 0 0 10px 0;
	font-size: 12px;
	font-weight: normal;
}
.terms h3 {
	font-size: 12px;
	font-weight: bold;
}
/* privacy policy */
.privacy p {
	padding: 0 0 10px 0;
	font-size: 13px;
	font-weight: normal;
}
.privacy h3 {
	font-size: 13px;
	font-weight: bold;
}