/* 
-------------------------------------------------
links
-------------------------------------------------
*/

a:link {	color: #CC0000; text-decoration: underline;}
a:active {	color: #CC0000;	text-decoration: underline;}
a:visited {	color: #CC0000;	text-decoration: underline;}
a:hover {
	color: #C27821;
	text-decoration: none;
}

.footerlink {
	color: #C27821;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.footerlink a:link {	color: #CC0000;	text-decoration: none;}
.footerlink a:active {	color: #CC0000;	text-decoration: none;}
.footerlink a:visited {	color: #CC0000;	text-decoration: none;}
.footerlink a:hover {	color: #C27821;	text-decoration: underline;}
/* 
-------------------------------------------------
Form 
-------------------------------------------------
*/
input{
	font-size: 11px;
	border: 1px solid #E6BE8F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #010044;
	background-color: #FFFFFF;
	height: 24px;
	padding: 3px;
}
select{
	font-size: 11px;
	border: 1px solid #E6BE8F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #010044;
	background-color: #FFFFFF;
	padding: 3px;
}
textarea {
	font-size: 11px;
	border: 1px solid #E6BE8F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #010044;
	background-color: #FFFFFF;
	padding: 3px;
}
.form-text {
	line-height: normal;
	font-size: 10px;
}
.form-bg {
	background-color: #FFF8E8;
}
/* 
-------------------------------------------------
Core 
-------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/core/bg.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: #4A3E39;
	line-height: 18px;
	list-style-type: square;
}


.textPadding {
	background-image: url(../images/bg_text2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}
h1 {
	color: #C27821;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	color: #CC0000;
	background-color: #FFF8E8;
	margin-left: -10px;
	padding-left: 10px;
	font-size: 14px;
	border-color: #F2E0C8;
	border-style: solid;
	border-width: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -5px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-transform: capitalize;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E6BE8F;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.contact {
	padding-top: 20px;
	color: #C27821;
	padding-bottom: 15px;
	font-size: 10px;
}
.contact-heading {
	color: #FFFFFF;
	background-color: #E6BE8F;
	width: 150px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: -10px;
	font-size: 11px;
}
