@charset "utf-8";

/* 
IUECLocal49.com CSS Document
Designed and coded by Kyle Spearrin of kylespearrin.com
 */

/************** HTML Styles **************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e8e8e8;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: none;
	vertical-align: bottom; /* IE6 fix */
}

h1, h2, h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1.header {
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4361ce;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 20px;
}

a {
	color: #0c34c6;
	text-decoration: underline;
}

a:hover {
	color: #3458dd;
}

ul, ol {
	padding-left: 20px;
	margin-bottom: 10px;
}

ol {
	margin-left: 5px;
}

ul ul, ol ol, ol ul, ul ol {
	margin-bottom: 0px;
}

ul li, ol li {
	line-height: 20px;
}

input, textarea {
	padding: 5px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

textarea {
	overflow: auto;
}

/************** Structural Styles **************/

.shadow-left {
	width: 778px;
	background: url(../images/shadow-left.jpg) repeat-y top left;
	margin: 0px auto;
}

.shadow-right {
	background: url(../images/shadow-right.jpg) repeat-y top right;
}

.container {
	margin: 0px 4px;
}

.nav {
	height: 52px;
	background: #000000 url(../images/nav-bg.jpg) repeat-x top left;
}

.content {
	min-height: 300px;
	height: auto !important;
	height: 300px;

}

.content .col-left {
	width: 495px;
	padding: 15px;
	float: left;
}

.content .col-right {
	width: 214px;
	padding: 15px;
	float: left;
}

.round-box-1 {
	-moz-border-radius: 8px;
	padding: 10px;
	background: #e8e8e8;
	margin-bottom: 10px;
}

.footer {
	background-color: #6b6b6b;
	color: #ffffff;
	line-height: 18px;
}

.footer  .shadow-left {
	background-image: url(../images/shadow-left-bot.jpg);
}

.footer  .shadow-right {
	background-image: url(../images/shadow-right-bot.jpg);
}

.footer .container {
	height: 98px;
	text-align: center;
}

.footer a {
	color: #ffffff;
	text-decoration: underline;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

.footer-content {
	padding-top: 10px;
}

/************** Misc Styles **************/

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
}

.bot-marg {
	margin-bottom: 10px;
}

div.title {
	display: block;
	width: 70%;
	float: left;
}

div.title h3 {
	margin-bottom: 0px;
}

div.date {
	display: block;
	width: 30%;
	float: left;
	font-style: italic;
	text-align: right;
}

div.news-body {
	line-height: 20px;
}

div.left-50 {
	float: left;
	width: 50%;
}

div.success-box {
	color: green;
}

div.error-box {
	color: red;
}
