@charset "utf-8";
/* CSS Document */

body {
	background: #000 url(../images/top.png) repeat-x top;
	font-family: "Zawgyi-One", Arial, zawgyi1, Verdana, sans-serif;
	font-size: 12px;
	color: #F7F7F7;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

h1 {
    font: 18px "Zawgyi-One", Arial, zawgyi1, verdana;
	font-weight: bold;
	color: #FDB917;
	margin: 5px;
}

h2 {
    font: 13px "Zawgyi-One", Arial, zawgyi1, verdana;
	font-weight: bold;
	color: #999;
	margin: 5px;
	padding-bottom: 4px;
}

p {
	padding: 0 3px 0 10px;
	text-align: justify;
}

span {
	padding-left: 30px;
}

li.style {
	list-style: url(../images/bullet.png);
	line-height: 25px;
	padding-bottom: 8px;
	padding-left: 5px;
}

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

a:hover {
	text-decoration: none;
	color: #CCCCCC;
	outline: none;
}

#container {
	width: 945px;
	margin: 0 auto;
}

#top {
	clear: both;
	position:relative;
	width: 720px;
}
#topOut {
	background: url(../images/header-image-bot.png) no-repeat bottom;
	padding-bottom:10px;
}
#topMid {
	background: url(../images/header-image-top.png) no-repeat top;
	padding-top:10px;
}
#topIn {
	background: url(../images/header-image-bg.png) repeat-y;
	padding:0 10px;
	height: 153px;
}
#topBanner {
	background: url(../images/header-image.jpg) no-repeat;
	width: 700px;
	height: 153px;
}


#preview {
	float: left;
	width: 313px;
	margin-right: 2px;
	margin-bottom: 5px;
}
#preview div.wideOut {
	background: url(../images/view-mid.png) repeat-y;
}
#preview div.wideMid {
	background: url(../images/view-top.png) no-repeat top;
}
#preview div.wideIn {
	background: url(../images/view-bot.png) no-repeat bottom;
}

#mainCol {
	clear: both;
	float: left;
	width: 720px;
	margin-top: 10px;
}

#mainCol-1 {
	clear: both;
	float: left;
	width: 315px;
	margin-top: 10px;
	margin-right: 5px;
}

#mainCol-2 {
	float: left;
	width: 400px;
	margin-top: 25px;
}

#mainCol p {
	padding-left: 15px;
}

#rightCol {
	width:215px;
	float: left;
	position:relative;
}

#leftCol {
	width:720px;
	float:left;
	position: relative;
	margin-left: 10px;
}

/* nav */
#Nav {
	text-align: right;
	padding: 30px 35px 23px 0;
}
#Nav ul {
	margin-right: 0px;
}
#Nav ul li {
	display:inline;
}
#Nav ul li a {
	background: url(../images/main-nav-tab.png) bottom no-repeat;
	display:block;
	width:69px;
	height:18px;
	padding-top:5px;
	color:#ececec;
	text-align:center;
	float:right;
	margin-left:1px;
	text-decoration:none;
}
#Nav ul li a:hover {
	color:#fff;
	background: url(../images/main-nav-tab-over.gif) bottom no-repeat;
}
#mainNavWrapper {
	margin-top:10px;
	width:215px;
	padding-top:20px;
	background:  url(../images/nav-holder-top.png) no-repeat top;
}
#mainNavWrapper div.navMid {
	padding-bottom:18px;
	background: #1B1B1F url(../images/nav-holder-bottom.png) no-repeat bottom;
}
.mainNav {
	margin:0 8px;
	background: #24242A url(../images/nav-holder-bg.png) top no-repeat;
}
ul.mainNav {
	list-style-type:none;
	margin:0 8px;
	background: #24242A url(../images/nav-holder-bg.png) top no-repeat;
}
ul.mainNav li {
	display:block;
	float:none;
}

html>/**/body ul.mainNav li {
	display:block;
	float:none;
	margin-left: -40px;
}

ul.mainNav li a {
	float:none;
	display:block;
	font-size:14px;
	margin:0 0 1px 0;
	padding:8px 0 8px 30px;
	color:#BABAC7;
	text-decoration:none;
	background: url('../images/nav-bullet.png') no-repeat left;
}
ul.mainNav li a:hover {
	background: #141417 url('../images/nav-bullet2.png') no-repeat left;
	color:#fff;

}
ul.mainNav li.current_page_item a {
	background: #141417 url('../images/nav-bullet2.png') no-repeat left;
	color:#fff;
	border-top: 1px solid #000;
}
ul.mainNav li.expanded a {
	background: #141417 url('../images/nav-bullet3.png') no-repeat left;
} 
ul.mainNav li.current_page_item ul {
	background: #141417;
	padding:5px 0;
	margin:-1px 0 0 0;
	border-bottom:1px solid #343434;
}
ul.mainNav li.expanded ul li a {
	font-size:12px;
	margin-bottom:1px;
	padding:4px 0 4px 40px;
	border:none;
	color:#999;
	background: url('../images/nav-bullet4.png') no-repeat left;

}
ul.mainNav li.expanded ul li a:hover, ul.mainNav li.expanded ul li.current_page_item a {
	color:#f1f1f1;
	background: #000 url('../images/nav-bullet4.png') no-repeat left;

}

#shadow img {
	border: none;
	padding-right: 7px;
}

#shadow a {
	margin-left: 30px;
	margin-bottom: 5px;
	width: 600px;
	display: block;
	background: #333333;
	padding: 1px 2px 1px 7px;
	color: #FFFFFF;
	text-decoration: none;
}

#shadow a:hover {
	background: #666666;
	text-decoration: none;
}

#contact {
	clear: both;
	float: left;
	width: 720px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.inputStyle {
	padding: 0 2px 5px 7px;
}

#footer {
	clear: both;
	margin-top: 10px;
	width: 945px;
	border-top: 1px solid #666666;
}

.footNote {
	float: left;
	background: url(../images/bar.png) no-repeat right center;
	width: 315px;
	padding:10px 0;
}

.footNote1 {
	float: left;
	width: 315px;
	padding: 10px 0;
}

#copyright {
	border-top: 1px solid #666666;
	clear: both;
	text-align: center;
	margin-bottom: 20px;
	height: 20px;
}

#copyright p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #BABAC7;
	text-align: center;
}