#container {
	width: 950px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/left_background.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#logo {
	float: left;
	position: relative;
	bottom: -50px;
}
#top_nav_wrap {
	float: right;
	width: 700px;
	overflow: visible;
	position: relative;
	bottom: -50px;
	text-align: right;
	margin-right: 15px;
}

ul.topnav {
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	float: right;
	margin-left: 0px;
}

ul.topnav a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #546021;
}

ul.topnav a:hover {
	color: #6288A2;
}

ul.topnav li {
	display: inline;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 12px;
	padding-left: 12px;
	color: #6288A2;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #b5c8d0;
}



#slideshow_container {
	height: 250px;
	background-image: url(../images/stripe_1c76af6c823f5f287d67b1562ead9c59.png);
	background-repeat: repeat;
	padding-top: 25px;
	padding-bottom: 26px;
	width: 950px;
}

.box {
	height: 250px;
	width: 950px;
	clear: both;
	background-color: #FFFFFF;
}

.header_box {
	height: 135px;
	width: 950px;
	clear: both;
	background-color: #FFFFFF;
}

#header_container {
	height: 25px;
	background-image: url(../images/stripe_1c76af6c823f5f287d67b1562ead9c59.png);
	background-repeat: repeat;
	width: 950px;
}
#page_title {
	background-image: url(../images/title_background.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	float: right;
	height: auto;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: lowercase;
	color: #990000;
	text-align: right;
	padding-top: 4px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 0px;
	letter-spacing: 0.2em;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	overflow: auto;
}

#page_title p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#newsletter {
	text-align: left;
	font-size: .8em;
	color: #536267;
	line-height: 1.25em;
	width: 100%;
}


#newsletter p{
	margin-bottom: -6px;
}

#newsletter h1{
	text-align: left;
	font-size: 1.4em;
	color: #990000;
}

#newsletter h2{
	text-align: left;
	font-size: 1em;
	color: #90A3B0;
}

#content {
	width: 100%;
	margin-top: 0px;
	overflow: auto;
	visibility: visible;
}

#left_nav_wrap {
	float: left;
	width: 180px;
	padding-left: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.left_nav ul, .left_subnav ul, .left_search ul {margin:0;padding:0;}

.left_nav li {
	list-style-type: none;
	color: #6288A2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

.left_nav a {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}

.left_nav a:hover {
	color: #6288A2;
}
.left_subnav  ul {
	list-style-type: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

.left_subnav li {
	margin-right: 0px;
	color: #6288A2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	text-align: left;
}

.left_subnav a {
	color: #6288A2;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}

.left_subnav a:hover {
	color: #990000;
}
.button_wrap {
	overflow: auto;
	margin-top: 20px;
	line-height: 2em;
}
#main_text {
	float: right;
	height: auto;
	width: 690px;
	margin-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
}

#main_text p {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 0.85em;
	color: #39556E;
}

#main_text a {
	color: #369FF6;
	text-decoration: none;
	font-weight: normal;
}

#main_text a:visited {
	color: #369FF6;
	text-decoration: none;
	font-weight: normal;
}

#main_text a:hover {
	color: #656944;
}


#main_text  h1 {
	font-size: 1.15em;
	font-weight: bold;
	color: #5F643D;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 15px;
}

#main_text  h2 {
	font-size: 1em;
	font-weight: bold;
	color: #5F643D;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 5px;
}

#main_text  h3 {
	font-size: .9em;
	font-weight: bold;
	color: #39556E;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 5px;
}
#main_text ul     {
	font-family: Arial, Helvetica, sans-serif;
	color: #39556E;
	font-size: 0.85em;
	line-height: 1.2em;
}

#main_text ol     {
	font-family: Arial, Helvetica, sans-serif;
	color: #39556E;
	font-size: 0.85em;
	line-height: 1.2em;
}

#main_text li     {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;	
}

.home_item_left {
	float: left;
	height: auto;
	width: 335px;
	margin-right: 5px;
	overflow: auto;
	margin-bottom: 40px;
	clear: left;
}
.home_item_right {
	float: right;
	height: auto;
	width: 335px;
	margin-left: 5px;
	overflow: auto;
	margin-bottom: 40px;
	clear: right;
}

.home_item_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #546021;
	height: auto;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #546021;
	padding-bottom: 5px;
}
.home_item_photo {
	float: left;
	height: auto;
	width: 125px;
	margin-right: 15px;
	margin-top: 10px;
}
.home_item_text {
	float: right;
	height: auto;
	width: 195px;
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #39556E;
}


.home_item_text a{
	color: #990000;
	text-decoration: none;
}

.home_item_text a:hover{
	color: #6288A2;
}

.home_item_text p{
	
	margin-top: 0px;
	
}
.home_item_bottom {
	float: left;
	height: auto;
	width: 100%;
	overflow: auto;
	margin-bottom: 40px;
	background-color: #E4EAEE;
}

.home_item_bottom_photo {
	float: left;
	height: auto;
	width: 300px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
}

.home_item_bottom_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #546021;
	height: auto;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #546021;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

.home_item_bottom_text {
	float: none;
	height: auto;
	width: auto;
	margin-top: 23px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #39556E;
	margin-left: 0px;
	padding-left: 20px;
	margin-right: 15px;
}


.home_item_bottom_text a{
	color: #990000;
	text-decoration: none;
}

.home_item_bottom_text a:hover{
	color: #6288A2;
}

.home_item_bottom_text p{
	
	margin-top: 0px;
	
}
#left_nav_wrap_home {
	float: left;
	width: 200px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#home_text_box {
	float: right;
	height: auto;
	width: 690px;
	margin-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
}

.image_left {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.image_right {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.bottom-nav {
	height: auto;
	width: auto;
	overflow: auto;
}

ul.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	float: right;
	margin-left: 0px;
	text-align: right;
	width: 445px;
	margin-right: 15px;
}

ul.bottomnav a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}

ul.bottomnav a:hover {
	color: #000000;
}

ul.bottomnav li {
	display: inline;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
#footer {
	background-color: #B5C8D0;
	overflow: auto;
	height: auto;
	float: left;
	width: 100%;
	padding: 0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	width: 400px;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	margin-top: 8px;
	margin-left: 15px;
	overflow: auto;
	clear: none;
}

.copyright a{
	color: #FFFFFF;
	font-size: .85em;
}

.copyright a:visited{
	color: #FFFFFF;
}
.lumira_table {
	font-family:Arial, Helvectica, sans-serif;
	font-size: 0.85em;
}
#seo_text {
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-top: 0px;
	clear: both;
	font-size: 0.8em;
	color: #334D64;
}
#seo_text_home {
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-top: 0px;
	clear: both;
	color: #334D64;
	padding-top: 120px;
	font-size: .85em;
}

#seo_text_home a{
	color: #990000;
}
