@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,p, table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
image{border: 0;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; } 


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-x;
	background-color: #ecebdf;
	font-size: 14px; 
}
a {
	color: #b55232;
	font-family: "Helvetica Neue", Arial, sans-serif;      
	font-weight: bold;
	text-decoration: underline;
}
a:hover {

	text-decoration: none;
}


.container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: 0;
	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 {
	padding: 0;
	background-image: url(../images/masthead_bg.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 975px;
}
.header #omni {
	margin: 0;
	padding: 0;
	width: 975px;
	height: 82px;
	list-style: none;
	padding-top: 16px;
}

.header li {
	display: inline;
}

.header #omni_left {
	width: 200px;
	float: left;
	padding-left: 16px;
	text-align: left;
}

.header #omni_right {
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 14px;
	}
.header #nav {
	width: 975px;
	height: 20px;
	text-align: center;
	margin: 0 auto;
	margin: 0;
	margin-top: 4px;
	}

.header #nav ul {
	margin: 0 auto;	
}

.header #nav li {
	padding-right: 27px;

}
	
.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 */
}

#nav2 {
	display: inline;
	width: 100%;
	background-color: #f6f7f2;
	height: 45px;
	font: Helvetica, Arial, sans-serif;
	font-size: 12px;   

}
#nav2 ul {
	margin-top: 2px;
	padding: 11px 0 11px 0;
}
#nav2 li {
	margin-right: 5px;
	padding: 11px 0 11px 0; 
}
#nav2 a {
	color: #000000;
	text-decoration: underline;
	font-family: "Helvetica Neue", Arial, sans-serif;      
}
#nav2 a:hover {
	color: #b55232;
	text-decoration: none;
}
#nav2 li a.active
{
	color: #b55232;
	text-decoration: none;
}

.mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 975px;
   
	background-color: #ecebdf;
}        
h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385016;
	display: inline;  
}      
h2 {
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif;       
	font-size: 14px;
} 
p {
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, sans-serif; 
	font-size: 14px;
}

.leftColumn {
/*	float: left;
	display: block;
	width: 50px;
	margin-left: -50px;*/
/*	border-width: 1px;
	border-color: #000000;
	border-style: solid;*/
}
.block1 {
	
	width: 695px;
	
/*	border-width: 1px;
	border-color: #000000;
	border-style: solid;*/
	
}
.textBlock {
	display: block;
	float: left;
	width: 310px;
	height: 400px;
/*	border-width: 1px;
	border-color: #000000;
	border-style: solid;*/
}     
  

.imageRightBlock {
	display: block;
	float: right;
	width: 400px;
	height: 400px;
	
/*	border-width: 1px;
	border-color: #000000;
	border-style: solid;*/
}
.newsItem {
	line-height: 18px;       
	font-size: 12px;
}
.newsItem a {
	      
	font-size: 14px;
}

.footer {
	padding: 0;
	margin: 5px 0 0 0;     
	background-image: url(../images/home_footer_bg.jpg);
	background-repeat: no-repeat;
	height: 179px;
	width: 975px;
}
.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 */
}
.footer #copyCorner {
	width: 188px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding: 76px 20px 10px 13px;
	display: block;
	line-height: 14px;
	text-align: center;
} 
.footer #copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-top: 4px;     
}
#omni a#homeLink
{
	position: absolute; 
	margin-left: 140px;
	width: 245px;
	height: 70px;
}
