/* layout */
html, body {
	height: 100%;
}
body {
	text-align:center; /* for IE */
	margin:0; padding:0; /* remove padding for Opera */
	background: #EFEFEF url(../images/layout/bg_page.gif) repeat-y center top;
	height: 100%;
}
div.wrapper {
	width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	text-align: left; /* for IE */	
}
div.content {
	min-height: 357px; /* set min height for div */
	height: auto !important; /* set min height for div */
	height: 357px; /* set min height for div */
	padding: 10px 20px 0 20px;
}
div.footer, .push {
	width: 970px;
	height: 50px; /* .push must be the same height as .footer */
	margin: 0 auto;
}
div.footer_content {
	background: #E6EFEC;
	padding-top: 5px;
	height: 50px;
}

/* text formatting */
body,td,th {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.smalltext {
	font-size: 10px;
	color: #333333;
}
h1, h2, h3, h4 {
	margin: 0 0 10px 0;
}
.heading1 {
	font-size: 24px;
	font-weight: bold;
	color: #F47D44;
}
.heading2 {
	font-size: 16px;
	font-weight: bold;
	color: #579480;
}
.heading3 {
	font-size: 12px;
	font-weight: bold;
	color: #579480;
}
.heading4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.orangetext {
	color: #F47D44;
	font-weight: bold;
}
p {
	margin:0; 
	padding:0;
}

/* site wide links */
a {
	color: #579480;
	text-decoration: underline;
}
a:hover {
	color: #F47D44;
	text-decoration: none;
}

/* menu Items */
div.menu {
	padding: 15px 20px 0 0;
	text-align: right;
}
div.menu a {
	color: #579480;
	text-decoration: none;
}
div.menu a:hover {
	color: #F47D44;
	text-decoration: none;
}
.menutext {
	padding-left: 10px;
	display: inline;
	font-weight: bold;
	font-size: 12px;
}

/* features */
div.feature {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #00FFCC;
}

/* articles */
.article_list {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.article_header {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
div.pullquote {
	display: block;
	float: right;
	padding: 0 0 10px 10px;
	margin: 0 0 10px 20px;
	width: 200px;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align: right;
	color: #579480;
	border-left: 2px solid #ccc;
}

/* page elements */
br {
	line-height: 12px;
}
ul {
	margin-left:0; /* use the clear padding */
	padding-left:0;
}
ul { 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
li {
	list-style-position: outside;
	list-style-type: square;	
	line-height: 18px;
}
/* Form Items */
select, input, textarea {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}
.buttontext {
	background-color: #579480;
	border: 1px solid #333333;
	color: #fff;
	font-size: 12px;
}
.form_cell_left {
	background-color: #E6EFEC;
}
.form_cell_right {
	background-color: #f3f7f3;
}
