body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, td, th, address, caption, blockquote
{
  font-family: "Helvetica", "Verdana", "Arial", sans-serif;

}
body {
	color: white;
	background-color: #adadad; 
	margin: 15px auto;
}

a
{
	color: #ffffff;
  text-decoration: none;
}

a:active
{
  background: transparent;
 color: #0000FF;
}

a.twtr-tweet  {
	background-color: #eeeeee;
	color: #1E2BFF;
}

a:hover {
    color: rgb(0,0,255); /* Red */
}

footer#page_footer { 
	clear: both;
  text-align: center;
  font-size: .6em;
  font-style: italic;
	display: block;
	width: 100%;
}

header#page_header {
	width:100%;
	text-align:center;
}

section#owners{
	column-count: 2;
	-moz-column-count: 2; 
	-webkit-column-count: 2; 
	-ms-column-count: 2; 
	-o-column-count: 2; 
	column-gap: 20px; 
	-ms-column-gap: 20px; 
	-o-column-gap: 20px; 
	-moz-column-gap: 20px; 
	-webkit-column-gap: 20px; 
	column-rule: 1px solid #ddccb5; 
	-ms-column-rule: 1px solid #ddccb5; 
	-o-column-rule: 1px solid #ddccb5; 
	-moz-column-rule: 1px solid #ddccb5; 
	-webkit-column-rule: 1px solid #ddccb5;
	margin-top : 70px;
	margin-bottom : 70px;
}
section#current_events{
	margin-top:25px;
	float:left;
	width:25%;
}
#owners article {
	text-align : center;
	display: inline;
	margin-left:5%;
	border: thin;
}

#owners nav{
	margin-top: 10px;
	display:block;
	/*float:right; */
	font-size: 20px;
	line-height: 25px;
}	


.big_link {
	font-size: 26px;
}

p#marie_sub_link1 {
	margin-left: 10%;
}

#marie_sub_link1 a {
	vertical-align: middle;
	margin-right: 5%;
}	
p#marie_sub_link2 {
		margin-left: 10%;
}

#marie_sub_link2 a {
		vertical-align: middle;
		margin-right: 5%;
}


/* items for tabbed panels */

.tabs {
	margin : 0;
	padding : 0;
}

.tabs li {
	float: left;
	list-style: none;
}

.tabs a {
	display : block;
	text-decoration: none;
	padding: 3px 5px;
	border-width: thin;
	border-style: solid;
	border-color: #adadad;
	background-color: #cccccc;
	position: relative;
	bottom-margin: -2px;
}

.tabs a.active {
	background-color: #888888;
	font-weight: bold;
	border-bottom-color:  #888888;
}

.panelContainer {
	clear: left;
	background-color: #888888;
	margin-left: 1px;
	position: relative;
/*	border-width: thin;
	border-style: solid;
	border-color: white;*/
}
.tabbedPanels {
	margin-left: 2%;
	margin-right: 2%;
}

#notfound {
	margin-left:15%;
	margin-right: 15%;
	font-size: 2em;
}

#notfound p {
	color: #333333;
}


#notfound li {
	color: #333333;
}
#notfound a {
	color: #333333;
}

#license {
	float: right;
	width: 13em;
	top : 1em;
	border-width: thin;
	border-style: solid;
	border-color: black;
	padding: 5.0px 5.0px 5.0px 5.0px;
}

