@charset "UTF-8";

blockquote {
	margin-bottom: 20px;
	padding: 10px 10px 4px 10px;
	background: #eedcb1;
}

blockquote p {
	color: #333;
	font-weight: bold;
}

#navigation ul {
	list-style: none;
	float: left;
	width: 750px;
	margin: 37px 0 0 41px;
}

#navigation ul li {
	float: left;
}

#navigation ul a {
	color: #666;
	font-size: 12px;
	text-decoration: none;
	display: block;
	height: 36px;
	line-height: 36px;
	float: left;
	padding: 0 14px;
	border-right: #ddd 1px solid;
}

#navigation ul a:hover {
	color: #fff;
	background: url(../images/nav_bg.jpg) repeat-x;
}

#navigation ul a.first:hover {
	color: #fff;
	background: url(../images/nav_bg_end.jpg) no-repeat;
}

fieldset {
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	background: #eee;
}

label.labelText {
	float: left;
	width: 95px;
}

input.radio, input.checkbox {
	margin-right: 1em;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.inputText, textarea {
	color: #333;
	width: 225px;
	border: 1px solid #ccc;
}

input.inputText {
	height: 18px;
}

textarea {
	height: 75px;
}

.formBtn {
	background: url(../images/btn_bg.jpg);
	border: none;
	height: 20px;
	cursor: pointer;
	color: #fff;
	padding: 0 15px;
}

#columnTwo {
	width: 320px;
	padding: 0;
}

/*#columnTwo a {
	width: 320px;
	height: 245px;
	line-height: 245px;
	background: url(../images/BreakingNews1.jpg) no-repeat left top;
	display: block;
	text-decoration: none;
}

#columnTwo a:hover {
	background-position: -320px top;
}*/

#popup {
	padding: 15px;
}

#popup ol {
	margin: 10px 0;
}

#popup ol li {
	margin-left: 15px;
}

#poweredby span {
	display: none;
}