body {
    text-align: center;
    /*background-image: url('../../images/background-pattern.gif');*/
    /*background-repeat: repeat;*/
    font-family: Arial, sans-serif;
}

.background_gradient {
	/*background-image: url('../../images/background-gradient.gif');
	background-repeat: repeat-x;
	background-position: top;*/
	padding: 0;
	margin: 0;
}

.mainContainer {
    text-align: left;
    width: 794px;
    margin: 0px auto;
    padding: 20px 0;
}

h1.mainLogo {
    background-image: url('../../images/th-logo.gif');
    background-repeat: no-repeat;
    width: 183px;
    height: 91px;
    text-indent: -1000em;
    margin: 0;
    padding: 0;
}


.borderContainer {
    /*border: 1px solid #D5BE80;*/
    background-color: #FFF;
    padding: 6px;
}

.mainLayout {
}


.mainLayout .header .menu {
	background-color: #fff;
    width: 183px;
    vertical-align: top;
    color: #F7E7AF;
	padding-top:10px;
	background: #ffffff url('../../images/shadow_left.png') repeat-y top right;
}

.mainLayout .header .menu ul {
    font-family: Times, serif;
    font-size: 12px;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    line-height: 1.2em;
}

.mainLayout .header .menu li {
    padding: 1em 10px 1em 20px;
    margin: 0 10px 0 0;
	border-bottom: 1px solid #000;
}

.mainLayout .header .menu li a:hover,
.mainLayout .header .menu li a.selected {
    color: #FFF;
}


.mainLayout .header .menu li.last {
	border: none;
}



.mainLayout .header .image {
    width: 597px;
}

.mainLayout .header .image .container {
    position: relative;
}


.mainLayout .header .image img {
    display: block;
}

.mainLayout .miniMenu {
    /*
    position: relative;
    float: right;
    top: 35px;
    right: 0;
    padding: 0.2em 0.7em 0.1em 0.7em;
    */
    float: right;
    width: 556px;
    text-align: right;
}

.mainLayout .miniMenu ul {
    /*padding-right: 40px;*/
}

.mainLayout .miniMenu li {
	display: inline;
    padding: 0 10px 0 0;
	margin: 0 10px 0 0;
    border-right:solid 1px #48445e;
    font-size:14px;
    line-height: 20px;
}

.mainLayout .miniMenu .first {

}

.mainLayout .miniMenu .last {
	padding: 0;
    margin: 0;
    border-right:none;
}

.mainLayout  .miniMenu a {
    color: #48445e !important;
    text-decoration: none !important;
}

.mainLayout  .miniMenu a:hover {
    color: #463426 !important;
    text-decoration: underline !important;
}

.mainLayout .content .sidebar {
	background: url('../../images/shadow_left.png') repeat-y top right;
}

.sidebar .header {
    display: block;
}

.sidebar .contactBlock {
	padding-right: 5px;
	background: #ffffff url('../../images/shadow_left.png') repeat-y top right;
	padding-bottom: 5px;
}

.sidebar .contactInfo {
	width: 183px;
	color: #fff;

}

.sidebar .contact_banner {
	background-color: #ccc;
	text-align: center;
}

.sidebar .contactInfo h3 {
	padding: 5px 0 8px;
	margin: 0 auto;
	color: #fff;
}

.sidebar .contactInfo p {
	width: 163px;
	margin: 10px;
	padding: 0px;
	text-transform: uppercase;
}

.sidebar .contactInfo a {
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
}

.sidebar .contactBlock img {    
    display: block;
}

.sidebar .contactBlock h3 {
    margin-left: 10px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
    background-image: url('../../images/bullet-arrow.gif');
    background-repeat: no-repeat;
    background-position: 0 0.3em;
}

.sidebar .contactBlock h3 a {
    text-decoration: none;
    color: #823A0A;
}

.sidebar .contactBlock p {
    font-size: 11px;
    line-height: 1.2em;
    color: #401C00;
    margin-left: 20px;
}

.sidebar .contactBlock p a {
    color: #823A0A;
}

.mainLayout .left_column {
	background: url('../../images/shadow_left.png') repeat-y top right;
	background-color: #48445d;
}

.mainLayout .body {
    background-image: url('../../images/content-background.jpg');
    background-repeat: no-repeat;
    color: #000;
    padding: 20px 25px 15px 25px;
}


.content .body h1,
.content .body h2 {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.content .body h1 {
    font-size: 21px;
}

.content .body h2 {
    color: #000;
    font-size: 12px;
    margin-bottom: 1em;
}

.content .body h3 {
	font-size: 14px;
	margin: 2em 0 .2em;
}


