/* 
-------------------------------------------------
links & footer
-------------------------------------------------
*/

a:link {	color: #0063A8; text-decoration: underline;}
a:active {	color: #0063A8;	text-decoration: underline;}
a:visited {	color: #0063A8;	text-decoration: underline;}
a:hover {	color: #C18446;	text-decoration: none;}

.footerlink {
	color: #DCBA98;
	background-image: url(../images/core/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	font-size: 11px;
	height: 100px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.footerlink a:link {	color: #C18446;	text-decoration: none;}
.footerlink a:active {	color: #C18446;	text-decoration: none;}
.footerlink a:visited {	color: #C18446;	text-decoration: none;}
.footerlink a:hover {	color: #0063A8;	text-decoration: underline;}
/* 
-------------------------------------------------
Core 
-------------------------------------------------*/




body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F6DDB5;
	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: #001386;
	line-height: 18px;
	list-style-type: square;
}


.text-Padding {
	background-image: url(../images/bg_text2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 35px;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 50px;
}
.bg-left {
	background-image: url(../images/core/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-right {
	background-image: url(../images/core/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg-text {
	background-image: url(../images/core/text-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.heading-title {
	color: #FFFFFF;
	padding-left: 33px;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 17px;
}

/* 
-------------------------------------------------
Form 
-------------------------------------------------
*/
input, textarea, select{
	font-size: 11px;
	border: 1px solid #BFDFDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #001386;
	background-color: #FFFFFF;
	padding: 5px;
}
.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #00AFD5;
}

#photo-gallery a:link {		border: 1px solid #BFDFDF;}
#photo-gallery a:active {
	border: 1px solid #BFDFDF;
}
#photo-gallery a:visited {		border: 1px solid #BFDFDF;}
#photo-gallery a:hover {	border: 1px solid #3F4BAD;}
.border {
	border: 1px solid #BFDFDF;
}
