
p, TABLE, table{
 font-size:16px;
 text-align: center;
 width: auto;
}

body{
	background-image: url(http://ericbergelandconsulting.net/images/layout/bgrnd_gray_fade.jpg); 
	background-repeat:repeat-y, repeat-x;
	background-position: center center;
	font-family: Arial;
	font-size: 14px;
	line-height: 1.166;	
	margin: 1px auto;
	padding: 1px 1px 1px 1px;
	width: 100%;
}

a:link, a:visited, a:hover {
	color: #OOOOOO; 
	text-decoration: underline;
}
/*************** #pageName styles **************/
/* #top_header {
margin-left: 5px;
width: 100%;
height:100px;
background: url(http://ericbergelandconsulting.net/images/layout/top.png);
text-align: left;
background-repeat: no-repeat;
} */

#top_logo {
margin: 1px auto; 
width: 790px;
height:340px;
background: url('http://ericbergelandconsulting.net/images/layout/eb.png');
background-position: center center;
background-repeat: no-repeat;
border: 2px;
}

#bottom {
margin-left: 5px;
width: 100%;
height:300px;
background: url('http://ericbergelandconsulting.net/images/layout/site_logoblack.jpg');
text-align: left;
background-repeat: no-repeat;
}
#pageName{
	color: #9a7a58;
	text-align: center;
	padding: 0px 0px 10px 10px;
	font-size: 18px;
}

#home{
 text-align: center;
 font-size: 24px;
}

h1 {
text-align: left;
font-family:Verdana;
}

h1,h2 {
text-align: center;
color:#000000;
}

h2,h3 {
	text-align: center;
	font-family: Arial;
	font-size:12px;
}

h3 {
color: #333333;
}



ul{
 list-style-type: circle;
 list-style-position: inside;
}

li {
list-style-type: circle;
font:Arial, Helvetica, sans-serif;
}

ul ul {
list-style-type: disc;
list-style-position: inside; 
}

label{
 font: bold 100% Arial,sans-serif;
 color: #FFFFFF;
}
img {
border: none;
}

#error{
 color: red;
 font-style: oblique;
}				

#valid {
color: #009900;
 font-style: oblique;
}
	
#num {
font-style:italic;
font-weight: bold;
color:#000000;
}	
p #content {
font-weight: bold;
}
#login  {
color: blue;
text-decoration: underline;
font-style: italic;
}
.bigblurb {
background-color: #FFFFFF;
border:solid;
border-width: 1px;
border-top: none;
padding: 3px 3px 3px 3px;
border-color: black;

}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/


 #masthead{
 	background-color: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 2px 1px;
	width: 100%;
	min-width: 800px;
	position:relative; 
}

.navBar{
	/* background: url('http://ericbergelandconsulting.net/images/layout/navigation.jpg'); */
	position: relative;
	background-repeat:no-repeat;
	float:left;
	margin: 5px 5px 5px 1px;
	padding: 20px 0px 20px 1px;
	height: 100%;
	min-height: 750px;
	width: 150px;
	min-width: 150px;
}

#container {
min-width: 780px;
	max-width: 1260px;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
	font-family: Arial,sans-serif;
	margin: 0px auto;
	padding: 1px 1px 1px 1px;
	height: 100%;
	width: 100%;
}
#content{
font-family:"Comic Sans MS";
	font-size: 12px;
	position: relative;
	float: left;
	height: 100%;
	text-align:left; 
	width: 69%; 
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 0px;
	min-height: 850px;
	padding: 20px 0px 5px 15px;
}
#feature {
background-color: #fffff;
 height: 95%;
 width: 66%;
}

   #siteInfo {
	position: relative;
	font-size: 12px;
	text-align:center;
    width: 50%; 
	border: none;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}
#siteInfo a {
text-decoration: underline;
color: #000000;
font-weight: bold;
}
#siteInfo img{
   padding: 10px 10px 10px 10px;
  
}
#menuItems li{
	list-style-type: none;
	text-align:center;
	display:block;
}
.center {
	text-align: center;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/

.globalNav a{
color: #00000;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 10px;
white-space: nowrap;
width: 80%;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */


/*********** #navBar link styles ***********/
.navBar ul{
 background-color: none;
}
.navBar a{
color: #000000;
height: 100%;
font-family:Arial, Helvetica, sans-serif; 
font-weight: bold;
font-size: 18px;
text-decoration: none;
padding: 0px 0px 0px 20px;
margin: 5px 0px 0px 0px;

}
.navBar li {
background-image:none;
background-repeat: no-repeat;
background-position:right;
}
a:hover{
	background-color: white;
	}
.topBar a{
color: #000000;
height: 100%;
font-family:Arial, Helvetica, sans-serif; 
font-weight: bold;
font-size: 18px;
text-align: center;
text-decoration: none;
padding: 0px 0px 20px 0px;
margin: 5px 0px 10px 0px;
}
.topBar a:hover {
background-color: white;
}
.navBar li {
list-style-type: none;
padding: 5px 0px 5px 0px;
margin: 5px 0px 5px 0px;
width: 65px;
}





