/* --:: STYLES INHERENT TO TAGS ::-- */


/* --:: STYLES THAT MUST BE CALLED ::-- */

/* Background Colour Classes */
.bgcolor-darkgrey {
	background-color: #A1A1A1;
}

.bgcolor-lightgrey {
	background-color: #F2F2F2;
}

.bgcolor-grey {
	background-color: #EAEAEA;
}

.bgcolor-offwhite {
	background-color: #FBFBFB;
}

.bgcolor-orange {
	background-color: #F04A00;
}

.bgcolor-white {
	background-color: #FFFFFF;
}

.bgcolor-textarea {
	background-color: #FBFBFB;
}


/* Body Classes */
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	background-image: url(/images/global/global_background.gif);
	margin: 0px;
	background-color: #523C2A;

}

.body-print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	margin: 0px;
	background-color: #FFFFFF;
}

.body-image-gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	margin: 0px;
	background-color: #999999;
}


/* Breadcrumb Classes */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #49372B;
	background-color: #F6F6F6;
	text-transform: uppercase;
}

.breadcrumb a:link {
	text-decoration: none;
	color: #D24304;
}

.breadcrumb a:visited {
	text-decoration: none;
	color: #D24304;
}

.breadcrumb a:hover {
	text-decoration: underline;
	color: #D24304;
}

.breadcrumb a:active {
	text-decoration: underline;
	color: #D24304;
}


/* Bullet Class */
.bullet {
	list-style-position: outside;
	list-style-type: square;
}

ul {
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
	margin-left: 15;
    border-left-width: 0;
    padding-left: 15;
}


/* Footer Classes */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #917B69;
}

.footer a:link {
	text-decoration: none;
	color: #CE3F00;
}

.footer a:visited {
	text-decoration: none;
	color: #CE3F00;
}

.footer a:hover {
	text-decoration: underline;
	color: #CE3F00;
}

.footer a:active {
	text-decoration: underline;
	color: #CE3F00;
}


/* Image Classes */
.image_border {
	border: 1px solid #3B3B39;
}
.tble_border {
		border: 1px solid #3B3B39;	
		padding: 3px;
		line-height: 150%;	
}

/* Text Classes */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}

.text a:link {
	text-decoration: none;
	color: #CE3F00;
}

.text a:visited {
	text-decoration: none;
	color: #CE3F00;
}

.text a:hover {
	text-decoration: underline;
	color: #CE3F00;
}

.text a:active {
	text-decoration: underline;
	color: #CE3F00;
}


/* Text Homepage Classes */
.text-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	background-color: #F2F2F2;
}

.text-home a:link {
	text-decoration: none;
	color: #CE3F00;
}

.text-home a:visited {
	text-decoration: none;
	color: #CE3F00;
}

.text-home a:hover {
	text-decoration: underline;
	color: #CE3F00;
}

.text-home a:active {
	text-decoration: underline;
	color: #CE3F00;
}


/* Title Class */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #333333;
}

.title-caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

.title-print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;

}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E3E3C;
	background-color: #EEEEEE;
	border: 1px solid #3B3B39;
}
