/* OregonHealthFreedom.org */
/* copyright 2007 */
/* by John Ourant */

* { margin: 0; padding: 0 }
p { margin-top: 1em; }

body {
	margin: 0;
	background-color: #B8C19C;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#outer {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	width: 760px;
}

#container {
	margin: 0 0 0 4px;
	padding: 0;
	width: 760px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}     


/* Header
------------------------------------------------- */

#header {
	width: 100%;
	height: 230px;
	background:  url("/images/wave.jpg") no-repeat left top;
}

#title {
	padding: 16px 20px 0 0px;
	text-align: right;
	font-size: 36px;
	font-style: italic;
	color: #7B2B17;
}

#tagline {
}


/* Content
------------------------------------------------- */

#main {
}

#content {
	margin: 40px 60px 10px 60px;
	padding: 0;
	font-size: 14px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
}

.page {
}

.message {
	padding-top: 12px;
	background: url(http://www.oregonhealthfreedom.org/images/line.jpg) no-repeat center top;
}

.first_of_month .message {
	margin: 0;
	padding: 0;
	background: #FFF;
}

.item {
	margin-bottom: 32px;;
}

/* Footer
------------------------------------------------- */

#footer {
	clear: both;
	margin: 10px 0 0 0;
	padding: 15px 25px 15px 25px;
	text-align: center;
	font-size: 10px;
}

#footerNav {
	margin: 20px 0 14px 0;
}


/* Links
------------------------------------------------- */

a {	text-decoration: underline; }
a:link {	color: #5E731F; }
a:visited {	color: #5E731F; }
a:active {	color: #7B2B17; }
a:hover {	color: #7B2B17; }


/* Page text
------------------------------------------------- */

h1 {
	font-size: 20px;
	font-style: italic;
	color: #7A2518;
	margin: 5px 0;
}

img {
	border: 0;
}

.page ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style: disc url(/images/bullet.gif) outside;
}

.page ul li {
	margin: 0 0 0 20px;
	padding: 0 5px 0 20px;
	word-spacing: 0.22em;
}

.attention {
	color: #7A2518;
}

.quotation {
	margin: 0 30px 0 38px;
	font-style: italic;
	font-size: 14px;
}

.quotation_source {
	margin: 6px 22px 0 48px;
	font-style: italic;
	font-size: 14px;
}


/* Menu
------------------------------------------------- */

#navMenuBar {
	width: 100%;
	height: 25px;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #1F5473;
	color: #B8C19C;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}

#navMenu {
	margin-left: 60px;
}

#navMenu li {
	float: left;
	list-style: none;
}

#navMenu li a {
	display: block;
	text-decoration: none;
	padding: 4px 29px 4px 29px;
}

#navMenu li a:link, #navMenu li a:visited {
	background-color: #1F5473;
	color: #B8C19C;
	text-decoration: none;
}

#navMenu li a:hover, #navMenu li a:active {
	background-color: #7B2B17;
	color: #B8C19C;
	text-decoration: none;
}

/* sub-menus */

.subMenus {
	display: none;
	margin: 0;
	padding: 0;
	width: 12em;
	position: absolute;
	background-color: #7B2B17;
	border-top: 1px solid #7B2B17;
	border-right: 1px solid #7B2B17;
	border-left: 1px solid #7B2B17;
	font-size: 12px;
	line-height: 15px;
}

.subMenus li {
	width: 100%;
	border-bottom: 1px solid #7B2B17;
}

.subMenus li a {
	display: block;
	width: 100%;
	text-indent: 3px;
}

html>body .subMenus a { /* non IE browsers */
	width: auto;
}
html>body .subMenusThin a { /* non IE browsers */
	width: auto;
}

#navMenu li>ul { /* non IE browsers */
	top: auto;
	left: auto;
}

#navMenu li:hover ul, li.over ul { /* This drops the menu */
	display: block;
}

.clearmenu {
	clear: left;
}

html>body .clearmenu { /* non IE browsers */
	height: 3px;
}


/* Login form
------------------------------------------------- */

#login_form {
	margin: 4px 0 0 30px;
}

#forgot_password {
	margin-top: 24px;
}

#registration_link {
	margin-top: 40px;
}


/* Other
------------------------------------------------- */

.clr {
	clear: both;
	margin: 0;
	padding: 0;
}

/*********************************************************/

/* For PHPlist content
------------------------------------------------- */

.mlistcontent p {
}

.error {
	color: #FF3333;
	font-style: italic;
	margin-left: 8px;
	margin-top: 6px;
}

.note {
	font-size: 13px;
	margin-left: 16px;
	margin-bottom: 6px;
}

.note-title {
	font-weight: bold;
}


.input_header {
	font-weight: bold;
}

.input_table_row {
	margin-top: 10px;
}

.input_label_cell {
	padding-left: 5px;
	padding-right: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.continue_button {
	margin-top: 10px;
}

.email_type {
	padding-left: 40px;
	height: 26px;
}

.spacer_row {
	line-height: 10px;
}

.attribute6 td {
	padding-top: 16px;
	padding-left: 40px;
}

.attribute5 td {
	padding-left: 40px;
}

.attributename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	text-align: right;
	padding-right: 14px;
}

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	text-align: right;
	padding-right: 14px;
	background: transparent url(/images/bullet.gif) no-repeat right center;
}

.required_message {
	margin: 16px 0 10px 110px; 
}

.nolists {
	margin: 6px 0 0 6px;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pref_message {
	font-size: 16px;
	margin: 10px 0 10px 0;
}

#whyunsub {
	margin-top: 20px;
	margin-right: 100px;
}

.powered_by {
	margin-top: 40px;
}
