html{
	height:100%;
}

body{
	padding:0;
	border:0;
	width:100%;
	font-family:helvetica, arial;
	font-size:75%;
	margin:0px;
	color:#4E4E50;
	background:#F78F1E;
	min-width:960px;
	position:relative;
	height:100%;
}

a{
	color:#F78F1E;
	text-decoration:none;
}

a:hover{
	color:#F78F1E;
	text-decoration:underline;
}

h1{
	color:#4E4E50;
	font-size:1.4em;
	margin:0px 0px 25px 0px;
}

h1 a{
	color:#4E4E50;
}

h2{
	color:#F78F1E;
	font-size:1.2em;
	margin:30px 0px 20px 0px;
}

h2 a{
	color:#F78F1E;
}

h3{
	color:#F78F1E;
	font-size:1em;
	margin:25px 0px 15px 0px;
}

h4{
	color:#F78F1E;
	font-size:1em;
	margin:20px 0px 10px 0px;
}

form{
	margin:0px;
}

input{
	font-family:helvetica, arial;
	font-size:1em;
	color:#636366;
	border:1px solid #BDBEC1;
	background-color:#E6E7E9;
}

select{
	font-family:helvetica, arial;
	font-size:1em;
	color:#636366;
	border:1px solid #8A8A8D;
	background-color:#E6E7E9;
}

textarea{
	font-family:helvetica, arial;
	font-size:1em;
	color:#636366;
	border:1px solid #BDBEC1;
	background-color:#E6E7E9;
}

img{
	display: block;
	border:0px;
	line-height:0px;
}

table{
	border:0px;
	font-family:helvetica, arial;
	font-size:1em;
}
table td{
	vertical-align:top;
}
table th{
	text-align:left;
	font-weight:bold;
	font-size:1em;
}

ul{
	list-style-image: url("/images/bullet.gif");
}

.pageLine{
	clear:both;
	height:25px;
	line-height:1px;
	font-size:1px;
	background:url(/images/dotted.gif) repeat-x center left;
}

.infoMsg{
	color:#45A316;
	padding-left:23px;
	background:url(/images/info.png) no-repeat top left;
}

.errMsg{
	color:red;
	padding:5px 5px 5px 27px;
	background:url(/images/error.png) no-repeat top left;
	border:1px solid red;
}

/* Header */

#headerbg{
	background-color:#FEFEFE;
}

#header{
	width:920px;
	margin:auto;
}

#headerimg{
	position:relative;
	height:172px;
}

#lngchoice{
	position:absolute;
	bottom:12px;
	left:43px;
	color:#F78F1E;
	text-transform: uppercase;
	word-spacing:2px;
}

#lngchoice a{
	color:#939598;
}

#tm1{
	margin:0px 30px 0px 30px;
}

#tm1 table{
	border:0px;
	border-spacing:0px;
	width:100%;
	border-top:1px solid #FAB570;
	border-left:1px solid #FAB570;
	background-color:#C77418;
	background:#C77418 url(/images/tm1bg.jpg) repeat-x top left;
}

#tm1 table td{
	text-align:center;
	border-right:1px solid #FAB570;
	border-bottom:1px solid #FAB570;
}

#tm1 a{
	color:white;
	display:block;
	padding:10px;
	font-weight:bold;
	letter-spacing:0.11em;
	background:#C97616 url(/images/tm1bg.jpg) repeat-x top left;
}

#tm1 .sel{
	color:#F68E1E;
	background:#B6B7BB url(/images/tm1bg-sel.jpg) repeat-x top left;
}

#tm2{
	padding:10px;
	background:url(/images/tm2bg.jpg) repeat-y top center;
	text-align:right;
}

#tm2{
	padding:10px;
	background:url(/images/tm2bg.jpg) repeat-y top center;
	text-align:right;
}

#tm2items{
	margin:0px 30px 0px 30px;
}

#tm2 span{
	color:#F9A755;
	letter-spacing:3px;
}

#tm2 a{
	color:#636366;
}

#tm2 a:hover{
	color:#F78F1E;
}

#tm2 .sel{
	color:#F78F1E;
}

/* Middle */
#middlesh{
	width:920px;
	margin:auto;
	background:#FFFFFF url(/images/shadow.jpg) repeat-y top center;
}

#middlecontent{
	position:relative;
	background:#FFFFFF url(/images/contentbg.jpg) no-repeat top left;
	margin-left:30px;
	width:858px;
}

#sm{
	margin:25px 0px 150px 0px;
	width:235px;
	float:right;
	position:relative;
}

#sm ul{
	width:208px;
	padding:0px;
	margin:0px 0px 20px 15px;
	list-style-type: none;
	list-style-image:none;
}

#sm ul li{
	padding:0px 0px 10px 0px;
}

#sm .t{
	background:url(/images/sm-t.gif) no-repeat bottom right;
}

#sm .n{
	background:url(/images/sm-n.gif) repeat-y top right;
}

#sm .b{
	background:url(/images/sm-b.gif) no-repeat top right;
}

#sm .b1{
	background:url(/images/sm-b1.gif) no-repeat top right;
}

#sm ul a{
	color:#F68E1E;
	display:block;
	width:160px;
}

#sm .sel{
	text-decoration:underline;
}

#content{
	position:relative;
	float:right;
	width:583px;
	margin:25px 0px 25px 0px;
	padding-right:25px;
	line-height:1.6em;
}

#address{
	position:absolute;
	bottom:0px;
	left:15px;
	padding:10px;
	width:186px;
	background:url(/images/addressbg.jpg) no-repeat top left;
	line-height:1.7em;
}

#address a{
	color:#636366;
}

#footer{
	position:relative;
	margin:auto;
	width:920px;
	clear:both;
	height:60px;
	background:url(/images/footer.jpg) no-repeat top left;
	text-align:right;
}

#contacttable{
	width:100%;
	margin-bottom:30px;
}

.bld{
	font-weight:bold;
}

#contacttable tr{
	background:url(/images/dotted.gif) repeat-x bottom left;
}

.dtd{
	background:url(/images/dotted.gif) repeat-x bottom left;
	padding-bottom:15px;
}

#contacttable td{
	padding:6px 4px 6px 4px;
	/*border-bottom:1px dotted #F68E1E;*/
}

#contacttable .bld{
	background:url(/images/bullet.gif) no-repeat center left;
	padding-left:15px;
	color: #939598;
}

#contacttable a{
	color:#F78F1E;
}

#news{
	width:100%;
}

#news img{
	margin-top:15px;
	border:1px solid #D7D8D9;
}

#news table{
	width:100%;
}

#news .bulleted{
	font-weight:bold;
}

.rdmr{
	text-align:right;
}

.rdmr a{
	color: #F78F1E;
}

.iconbtn{
	margin:10px 60px 10px 15px;
	position:relative;
	font-style:italic;
}

.iconbtn a{
	display:block;
	position:absolute;
	top:11px;
	left:40px;
	color:#F68E1E;
}

.iconbtn .sel{
	text-decoration:underline;
}

.iconbtn .icon{
	position:absolute;
	top:6px;
	left:10px;
}

.tdu{
	padding-right:10px;
	background:url(/images/dotted.gif) repeat-x bottom left;
}

.lgr1{
	width:33%;
	float:left;
	margin-bottom:15px;
}

.lgr2{
	margin:3px;
}

.lgr1 .title, .lgr2 .title{
	margin:5px;
	padding:5px;
	border:1px solid #F5C18A;
	color:#F68E1C;
	font-weight:bold;
	background-color:white;
}

.lgr1 a{
	display:block;
	margin:5px;
}
.lgr2 span{
	width:150px;
	height:100px;
	float:left;
	margin:9px;
	border:1px solid #D7D8D9;
	vertical-align:middle;
	padding:10px;
}

.bulleted{
	background:url(/images/bullet.gif) no-repeat center left;
	padding-left:15px;
	text-decoration:none;
}

#backlink{
	position:absolute;
	right:35px;
	top:0px;
}

#backlink a{
	color:#F78F1E;
}

.pageimages{
	margin-top:30px;
}

.pageimages img{
	float:left;
	padding:6px;
	border:1px solid #D7D8D9;
}

.medium img{
	margin-right:25px;
}

.small img{
	margin:10px 10px 0px 0px;
}

.abc{
	color:#636366;
	text-decoration:none;
	text-decoration: none;
	background-color: transparent;
	border-color: #9A9A9A;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

h2 .abc{
	color:#F78F1E;
}

.abc:hover{
	color:#F78F1E;
	border-color: #F78F1E;
	text-decoration:none;
}

#abcbox{
	position:absolute;
	border:1px solid red;
	width:250px;
	display:none;
}
.pageclear{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:1px;
}

#editorField{
	background-color:white;
}

.pimg{
	padding:6px;
	border:1px solid #D7D8D9;
	margin:auto;
	margin-bottom:10px;
}

#createdBy{
	display:block;
	width:18px;
	height:59px;
	position:absolute;
	left:0px;
	bottom:28px;
}
