/*NEW LIQUIFUSION STYLES*/

/* Middle Column */
.interiorMiddleColumn h6 {
	padding-bottom: 15px;
}

/* Left Column */
div.leftColumn h3 {
	padding:0 0 5px 0;
	margin:40px 0 10px 0;
}

a.leftColumnLink:link,
a.leftColumnLink:visited {
	font-family:Times, "Times New Roman", serif;
	font-size:13px;
	color:#231F20;
	text-decoration:none;
}
a.leftColumnLink:hover {
	color:#BE1E2D;
	text-decoration:underline;
}

.homeLeftColumn p img, .middleColumnImg p img, .blogsColumn p img, .editorsDeskColumn p img,
.leftColumn img, .leftColumn p img {
	margin:5px;
	float:left;
}

.interiorMiddleColumn table, .homeLeftColumn table, .editorsDeskColumn table {
	float:left;
}

h1 a:link, h1 a:visited, h1 {
	color:#be1e2d;
}

.interiorLeftColumn h1, .sponsorsColumn h1 {
	padding-bottom: 15px;
}

.interiorLeftColumn h3, .interiorLeftColumn h3 a:link,
.interiorLeftColumn h3 a:visited, 
.sponsorsColumn h3, .sponsorsColumn h3 a:link,
.sponsorsColumn h3 a:visited 
 {
	font-family:Arial, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#be1e2d;
	text-transform:uppercase;
}

.blogsColumn h3, .blogsColumn h3 a:link,
.blogsColumn h3 a:visited 
 {
	text-transform: none;
}

/* end left column styles */

/* right column styles */
.otherRightTop {
	padding:5px 13px 10px 12px;
}

/* end right column styles */

.moreStories {
	padding-bottom: 0;
	margin-bottom: 0;
}

.readMore, .footerTable td {
	font-size: 12px;
}

.sponsorsColumnTop {
	padding:4px 4px 4px 5px;
}

/*Link Styles*/
/*a.home:link,
a.home:visited  {
	font-family:Arial, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#be1e2d;
	text-decoration:none;
}

a.home:hover  {
	color:#00CCA5;
	text-decoration:underline;
}*/

h3 a:link,
h3 a:visited,
h3 a:active {
	color:#238B77;
	text-decoration:none;
}
h3 a:hover {
	color:#BE1E2D;
}


h3 a.middle:link,
h3 a.middle:visited,
h3 a.middle:active  {
	font-family:Times, "Times New Roman", serif;
	font-size:16px;
	color:#231F20;
	text-decoration:none;
}
h3 a.middle:hover  {
	color:#BE1E2D;
	text-decoration:underline;
}


/* Subscription form styles */
p.subscribe {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

p.subscribe a, p.subscribe a:visited {
	color: #007F55;
}

p.subscribe img {
	width: 182px;
	height: 31px;
	border: 0;
}

#subscribequick {
	position: absolute;
	top: 70px;
	right: 30px;
}

#subscribequick a, #subscribequick a:visited {
	color: White;
	font-weight: bold;
	font-style: italic;
}

#subscribequickbutton {
	position: absolute;
	top: 15px;
	left: 370px;
	width: 350px;
}

#subscribequickbutton img {
	border: 0;
	margin-right: 10px;
}

/* Form styles */
fieldset {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #53C1B1;
	margin: 0.5em 0 0 0;
}

fieldset.noline {
	border: 0;
	margin: 0;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

form.formFind {
	float: right;
}

form.formFind label {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

legend {
	color: #000000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.required {
	color: #c02f17;
	font-weight: bold;
}

div.formField label {
	font-size: 12px;
}

label, p.formField span {
	display: block;
	margin: 0 1em 0 0;
	padding: 0.2em 0 0 0;
	text-align: left;
	width: 16em;
}

label.radio {
	display: inline;
	float: none;
	text-align: left;
	width: auto;
}

label.radiothin {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
}

label.required {
	font-weight: bold;
}

div.formField, p.formField {
	margin: 0.2em 0;
	padding: 0.2em 0 0.2em 0.5em;
}

div.confirm {
	padding: 1em 0 0 1em;
}

div.confirm input, input.confirm {
	font-weight: bold;
	margin-right: 1em;
	padding: 0.15em 1em !important;
	padding: 0.1em;
}

div.confirm input.cancel {
	font-weight: normal;
}

label.required em {
	display: none;
}

/* Errors */
.hide {
	display: none;
}

div.error {
	background: #C2E8DC;
	margin: 1em auto;
}

div.error li em {
	background: #E4C65D;
	font-style: normal;
	font-weight: bold;
	padding: 0 0.4em;
}

div.error p {
	background: url(../../../core/images/icons/exclamation.gif) #CC0000 no-repeat 7px 6px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 2em;
}

div.error ul {
	line-height: 170%;
	list-style-type: none;
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
}


