/* name: style.css
Style sheet for LLL Ohio web-site.
copyright: 2009-2010 La Leche League of Ohio, All Rights Reserved.
*/
.hidden {
	display: none;
}
html, body {
	background: #FFF4ED;
	/* Remove default margin and padding most browsers put around body/html tags */
	margin: 0;
	padding: 0;
}
body {
	font-family: Calibri, Arial, Sans-serif;
	font-size: 11pt;	/* default font size */
	line-height: 1.5em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}
/* Basic site layout styles */
#page-container {
	margin: auto;
}
#header {
	height: 150px;
	width: 600px;	/* sets minimum page width */
}
#topnav {
	height: 3em;
	text-align: right;
}
#content {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer {
	clear: both;
	font-size: 10pt;
	text-align: left;
	line-height: 1em;
}
p {
	margin-top: 0px;
	margin-left: 1px;
	text-align: left;
	font-size: 11pt;
	line-height: normal;
}
h1 {
	font-size: 14pt;
	font-style: italic;
	padding: 0px 0px 10px 0px;
	letter-spacing: 1px;
	margin: 0px;
	color: #553F00;
}
h2 {
	font-size: 12pt;
	padding: 0px 0px 0px 5px;
	letter-spacing: 1px;
	margin: 0px;
	color: #b29877;
}
h3 {
	font-size: 11pt;
	font-style: italic;
	padding: 0px 0px 5px 10px;
	letter-spacing: 1px;
	margin: 0px;
	color: #553F00;
}
hr {
	color: black;
	height: 1px;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #5D7B93;
}
a:visited, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #99b3c7;
}
a:hover { 
	text-decoration: underline; 
	color: #517693;
}
legend {   
	margin-left: 1em;
	padding: 0;
	color: black;  
	font-weight: bold;
	font-size: 14pt  
}  
fieldset { 
	border-style: none;  
	margin: 0.5em 0 0 0;   
	padding: 0;  
} 
fieldset ol {   
	list-style: none;
	padding: 1em 0 0 0;
	margin: 0 0 0 0;
}  
fieldset li {   
	padding-bottom: 0.5em;
}  
fieldset.submit {   
	float: none;
	margin-right: 30%;
	margin-left: 30%;
	width: auto;
}
label {
	float: left;
	width: 10em;
	margin-right: 0.5em;
	text-align: right;
	background-color: transparent;
}
#h4 {
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #553F00;
}
#content h4 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#image1	{
	float: right;
	text-align:center;
	vertical-align: text-top;
}

#image2	{
	float: left;
	text-align:center;
	vertical-align: text-top;
}

#content img {
	float: right;
	clear: left;
}
