/* =main, =structure */
html {
	text-align: center;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	width: 500px;
	margin: 2em auto;
	text-align: left;
/*	outline: 1px solid red;*/
}
/*
div#container {
	padding: 20px;
	border: 1px solid #E6E6E6;
	background-color: #fff;
	width: 31em;
	padding: 2em 2em 1em 2em;
} */
div#footer {
	margin: 50px 0 10px 0;
	font-size: 75%;
}
iframe {
	margin-top: 10px;
	width: 100%;
}

/* =a, =link */
a, a:active, a:visited {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px solid #336699;
}
	a:hover {
		color: #CC3333;
		border-bottom: 1px solid #CC3333;
	}
	/*a:visited {
		color: #999999;
		border-bottom: 1px solid #999999;
	}*/

/* =header, =title, =h1 */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}
	h1 {
		font-weight: bold;
		font-size:130%;
		width: 100%;
	}
	/* css */
		h1#header {
			width: 500px;
			height: 77px;
			position: relative;
		}
		h1#header span {
			background: url(http://fixeducation.com/static/img/FixEdu-Logo-1.png) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
		}
	h2 {
		font-size:115%;
		margin: 0.5em 0;
		color: #BF0A30;
	}
		h2#motto {
			text-align: right;
		}
	h3 {
		font-size:90%;
		margin: 0.75em 0 .75em 0;
		color: #002868;
	}
	h4 {
		font-size: 80%;
		color: #002868;
	}

/* =misc., =structure */
dt { 
	margin:1.5em 0 0.5em 0;
	font-weight:bold;
}
p, address {
	padding: .5em 0 .5em 0;
}
ul {
	margin: .5em 0 .5em 2.5em;
}
p, li, address {
	font-size:75%;
	line-height:140%;
}

ul li ul li {
	font-size: 100%;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

div#thanks {
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #BF0A30;
}
/* =nav, =navigation */
ul#navigation {
	display: block;
	list-style-type: none;
	position: absolute;
	top: 0;
	margin: 0;
	text-transform: uppercase;
}
	ul#navigation li {
		border-right: 1px solid #E6E6E6;
		padding: 1em 0 .25em 0;
		float: left;
	}
		ul#navigation li a {
			padding: 2em 1em .35em 1em;
			color: #888;
			background-color: white;
			border: 0;
		}
			ul#navigation li a:hover {
				background-color: #F5F5F5;
				color: black;
				border: 0;
			}

form#fixedu_ideaform {
	margin: 20px 0 20px 0;
	border-top: 1px solid #BF0A30;
	border-bottom: 1px solid #BF0A30;
	padding: 25px 25px 25px 25px;
}
	form#fixedu_ideaform textarea {
		width: 450px;
		margin: 0 0 30px 0;
	}
div.error {
	background-color: #F3D2D9;
	padding: 10px;
}
	div.error h4 {
		color: #BF0A30;
	}
	
div.thought {
	border-top: 1px solid #BF0A30;
	border-bottom: 1px solid #BF0A30;
}