/* 
-------------------------------------------------
links
-------------------------------------------------
*/

a:link {	color: #D2171E; text-decoration: underline;}
a:active {	color: #D2171E;	text-decoration: underline;}
a:visited {	color: #D2171E;	text-decoration: underline;}
a:hover {	color: #FFA200;	text-decoration: none;}

.footerlink {
	color: #FFFFFF;
	font-size: 10px;
}
.footerlink a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.footerlink a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.footerlink a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.footerlink a:hover {
	color: #FFA200;
	text-decoration: none;
	font-weight: bold;
}
/* 
-------------------------------------------------
Form 
-------------------------------------------------
*/
input{
	font-size: 11px;
	border: 1px solid #ADADAD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E3430;
	background-color: #FFFFFF;
	padding: 3px;
	height: 22px;
}
textarea {
	font-size: 11px;
	border: 1px solid #ADADAD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3E3430;
	background-color: #FFFFFF;
	padding: 3px;
}

/* 
-------------------------------------------------
Core 
-------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #D1181E;
	background-image: url(../images/core/bg-re.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

table, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3E3430;
	line-height: 18px;
	list-style-type: disc;
}
.textPadding {
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 90px;
	padding-right: 85px;
	background-image: url(../images/core/bg-text.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.dashedline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFCCCC;
	text-align: center;
	padding-top: 5px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	background-image:url(../images/core/bg1.gif);
	background-repeat:no-repeat;
	color: #D2171E;
	background-color: #ffffff;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 9px;
	margin-left: -7px;
	text-transform: uppercase;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
.caption {
	background-color: #FCEDE8;
	width: 150px;
	padding-bottom: 3px;
	color: #663333;
	text-align: center;
}
.emphsis {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-transform: capitalize;
}
.emphsis2 {

	font-size: 14px;
	font-weight: bold;
	color: #66CCCC;
	text-transform: capitalize;
}
.border {
	color: #D2171E;
	border: 1px solid #D2171E;
}

.emphsis3 {

	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}

#link-list {
	width: 100%;
	height: auto;
	list-style-type: none;
	padding-bottom: 12px;
	padding-left: 0;
	text-indent: 0;
}

#link-list li {
	text-align: left;
	clear: both;
	height: 180px;
	display: block;
	margin-bottom: 10px;
}

#link-list li h3 { margin-bottom: 0px; padding-bottom: 0px; font-size: 12px; }
#link-list li a { margin-bottom: 9px; }
.link-logo {
	border: none;
	float: left;
	padding: 0 0 8px 0;
}