* {
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
	background: #2e2e2e url(body_bg.gif) repeat-y 50% 0;
}
body {
	width: 998px;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	border-right: solid 1px #8e8f91;
	border-left: solid 1px #8e8f91;
	background: #66676c;
}
* html body {
	height:100%;
}
.ttext {
	border: 0;
	width: 141px;
	background: #fff;
	height: 18px;
	padding: 3px 0 0 7px;
	font: 11px Verdana;
	color: #000;
	float: left;
}
.timage {
	float: right;
	width: 62px;
	height: 21px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2{
	font: bold 23px Arial;
	color: #fff;
	border-bottom: solid 1px #ff871b;
	width: 100%;
	height: 35px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	background: url(head_bg.jpg) no-repeat 100% 0;
	width: 100%;
	position: relative;
	font: bold 14px Arial;
	color: #aaabaf;
	padding: 309px 0 0;
}
a.logo {
	background: url(logo.jpg) no-repeat;
	display: block;
	width: 368px;
	height: 65px;
	position: absolute;
	top: 71px;
	left: 30px;
}
#header h4 {
	position: absolute;
	top: 130px;
	left: 34px;
	font: bold 14px Arial;
	color: #aaabaf;
}
h1 {
	font: bold 20px Arial;
	margin-bottom:10px;
	color: #aaabaf;
}
.phone {
	background: url(phone.gif) no-repeat;
	width: 240px;
	height: 53px;
	position: absolute;
	top: 236px;
	left: 35px;
}

#header span{
	position: absolute;
	top: 214px;
	left: 34px;
}

/* Navigation
-----------------------------------------------------------------------------*/
#navigation {
	clear: both;
	background: url(navigation_bg.gif) repeat-x;
	height: 40px;
	padding: 0 0 0 15px;
}
ul#menu {
	float: left;
	list-style:none;
	display: block;
	margin: 0;
	padding: 0;
}
ul#menu li {
	position: relative;
	display: inline;
}
ul#menu li a{
	font: bold 14px Arial;
	color: #fff;
	text-transform: capitalize;
	text-decoration: underline;
	float: left;
	height: 30px;
	padding: 10px 20px 0 19px;
}
ul#menu a:hover {
	text-decoration: underline;
	background: url(navigation_hover.gif) repeat-x;
	color: #fff;
}
.search {
	width: 210px;
	background: url(navigation_hover.gif) repeat-x;
	float: right;
	display: block;
	height: 30px;
	padding: 10px 35px 0 10px;
}
/* Content
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 286px;
	overflow: hidden;
	clear: both;
	*margin: 0 0 286px;
}
.column {
	float: left;
	position: relative;
	border: 0;
	overflow: hidden;
}
#left {
	width: 672px;
	padding: 25px 36px 10000px 35px;
	margin-bottom:-10000px;
}
#left table {
	border: solid 1px #fff;
	font: 12px Arial;
	color: #fff;
	margin: 30px 0 0;
	width: 672px;
	height: 200px;
	border-collapse: separate;
}
#left table tr td{
	padding: 0 0 0 9px;
}
.dark_row{
	background: #4d4d52;
}
.bold_col{
	font-weight: bold;
	width: 227px;
}
#right {
	width: 255px;
	background: #5a5b60;
	padding: 0 0 10000px;
	margin-bottom:-10000px;
}
#right ul{
	padding: 12px 35px 0 18px;
	line-height: 23px;

}
#right ul li{
	list-style: none;

}
#right ul li a{
	font: bold 12px Arial;
	color: #fff;
}
.news{
	background: #515257 url(news_bg.gif) repeat-x;
	height: 180px;
}


/* Tags
-----------------------------------------------------------------------------*/
ul#tags {
	display: block;
	padding: 25px 35px 0;
	text-align: center;
	height: 123px;
	clear: both;
	list-style: none;
	line-height: 17px;
}
ul#tags li {
	display: inline;
}
ul#tags li a {
	font: 11px/11px Verdana;
	color: #b6b6b6;
	margin-right: 10px;
}
/* Bottom Menu
-----------------------------------------------------------------------------*/
.b_navigation{
	background: url(b_navigation_bg.gif) repeat-x;
	height: 40px;
	clear: both;
	padding: 0 0 0 15px;
}
.b_navigation ul{
	float: left;
	list-style:none;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	height: 40px;
}
.b_navigation ul li {
	position: relative;
	display: inline;
	height: 40px;
	float: left;
}
.b_navigation ul li a{
	float: left;
	color: #000;
	text-transform: capitalize;
	text-decoration: underline;
	font: bold 14px Arial;
	height: 30px;
	padding: 10px 20px 0;
}
.b_navigation ul li a:hover{
	text-decoration: none;
}
.b_search{
	background: #000;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #515257 url(footer_bg.gif) repeat-x 0 100%;
	position: absolute;
	height: 266px;
	width: 100%;
	bottom: 0;
	clear: both;
	overflow: auto;
}
.b_logo {
	background: url(b_logo.jpg);
	width: 228px;
	height: 46px;
	position: absolute;
	display: block;
	left: 29px;
	bottom: 14px;
}

.bphone {
	background: url(b_phone.gif) no-repeat;
	width: 165px;
	height: 36px;
	position: absolute;
	right: 32px;
	bottom: 20px;
	display: block;
}
.speacer{
	background: url(speacer.jpg);
	width: 38px;
	height: 31px;
	position: absolute;
	right: 214px;
	bottom: 23px;
}


.copi {
	font: 11px Verdana;
	color: #fff;
	left: 291px;
	position: absolute;
	bottom: 40px;
}
.copi a{
	position: absolute;
	font: bold 11px Verdana;
	text-decoration: underline;
	color: #ff8518;
	top: 14px;
}
.copi a:hover{
	text-decoration: none;
}


#left {
	color:#eee;
}

#left a {
	color:#ff7d00;
}

#left p {
	text-align:justify;
}

#right ul li a {
	text-transform:capitalize;
}

