@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #241359;
	background-image: url(../../img/pagebg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #000000;
}
.thrColFixHdr #container {
	width: 959px;
	background: #FFFFFF;
	text-align: left;
	margin: 18px auto 0 auto;
}
.thrColFixHdr #header {
	width: 921px;
	height: 121px;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../../img/new-logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.thrColFixHdr #header h1 {
	display: none;
}
.thrColFixHdr #logo {
	width: 112px;
	height: 103px;
	position: absolute;
	top: 10px;
	left: 29px;
} 
.thrColFixHdr #txtlogo {
	width: 400px;
	height: 48px;
	position: absolute;
	top: 57px;
	left: 165px;
} 
.thrColFixHdr #telnumber {
	width: 158px;
	height: 29px;
	position: absolute;
	top: 57px;
	right: 10px;
} 
.thrColFixHdr #content-wrapper {
	width: 921px;
	margin: 0 auto;
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 165px;
	background: #FFFFFF;
}
.thrColFixHdr #sidebar1 #navcontainer ul {
	list-style-type: none;
}
.thrColFixHdr #sidebar1 #navcontainer ul li {
	margin: 0 0 3px 0;
	padding: 0;
}
.thrColFixHdr #sidebar1 #navcontainer ul li img {
	border: none;
}
.thrColFixHdr #mainContent { 
	margin: 0 0 0 166px;
	padding: 0;
}
.thrColFixHdr #mainContent #mainpic {
	width: 756px;
}
.thrColFixHdr #mainContent #mainpic #pic {
	margin: 0 165px 2px 0;
}
.thrColFixHdr #mainContent #mainpic #thumbs {
	width: 165px;
	float: right;
}
.thrColFixHdr #mainContent #breadcrumb {
	width: 756px;
	height: 24px;
	background-color: #ebebeb;
	clear: right;
}
.thrColFixHdr #mainContent #breadcrumb p {
	padding: 5px 0 0 24px;
	font-size: 10px;
	color: #b5b4b4;
}
.thrColFixHdr #mainContent #newbox {
	width: 157px;
	float: right;
	background-color: #ffffff;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #mainContent #newbox h3 {
	padding: 0 0 5px 0;
	margin: 0 5px;
	color: #e67e29;
	font-size: 12px;
	font-weight: bold;
}
.thrColFixHdr #mainContent #newbox p {
	padding: 10px 5px;
	margin: 0;
	color: #e67e29;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.thrColFixHdr #mainContent #txtbox {
	margin-right: 160px;
	padding: 0 24px;
}
.thrColFixHdr #mainContent h1 {
	padding: 15px 0;
} 
.thrColFixHdr #mainContent h2 {
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
} 
.thrColFixHdr #mainContent p {
	font-size: 11px;
	padding: 0;
	margin: 0 0 25px 0;
	color: #666666;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #footer { 
	height: 8px;
	background:#210329;
	clear: both;
}
.thrColFixHdr #subfooter {
	width: 919px; 
	margin: 0 auto;
	position: relative;
	padding: 10px 20px;
	text-align: left;
	color: #ffffff;
}
.thrColFixHdr #subfooter #designedby {
	width: 500px;
	position: absolute;
	top: 10px;
	left: 20px;
}
.thrColFixHdr #subfooter #copyright {
	width: 419px;
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: right;
}
.thrColFixHdr #subfooter p {
	font-size: 11px;
}
.thrColFixHdr #subfooter a {
	color: #ffffff;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logo {
	margin: 10px 20px 0 0;
}
.imagelist {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.imagelist li {
	display: inline;
}
.imagelist img.top {
	padding: 0 0 7px 7px;
	border: none;
}
.imagelist img.bottom {
	padding: 0 0 0 7px;
	border: none;
}
.title {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

