@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Zawgyi-One, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#container {
	width: 965px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container_bg2.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#header {
	height: 110px;
	background-image: url(../images/logo.jpg);
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	width: 760px;
	float: left;
	padding-left: 5px;
} 

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 194px;
	margin-right: 0px;
	padding-right: 5px;
}

#searchbox {
	width: 194px;
	height: 30px;
	margin: 0px;
	background-image: url(../images/sidebar-title2.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #FFFFFF;
}
#btn_slideshow {
	margin-left: 5px;
	margin-top: 2px;
}

#sidebar_adv {
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
	background-image: none;
	background-color: #222;
}
#sidebar_blog {
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	background-image: none;
	background-color: #333333;
	margin-top: 16px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#sidebar_blog a {
	color: #FEFE36;
	text-decoration: none;
	font-weight: 100;
	font-size: 11px;
}


#nav {
	height: 31px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-bottom-color: #999999;
	width: 760px;
}

#features {
	height: 210px;
}

#subfeatures_container {
	float: left;
	width: 350px;
}


#subfeatures {
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}
#topcolumn {
	float: left;
	width: 740px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#leftcolumn {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#rightcolumn {
	float: right;
	width: 350px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#footer {
	padding: 3px;
	font-size: 11px;
	text-align: center;
	background-image: url(../images/footer_bg2.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	height: 80px;
} 
#footerleft {
	float: left;
	width: 750px;
	padding: 0px;
	margin: 5px;
}
#footerright {
	float: right;
	height: 80px;
	width: 190px;
	padding-right: 8px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.style1 {
	font-size: 10px;
	font-weight: normal;
}
.style2 {
	font-family: Zawgyi-One, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h1 {
	font-family: Zawgyi-One, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-family: Zawgyi-One, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333366;
	font-weight: bold;
	background-color: #eee;
	padding-left: 5px;
}
.h2_bg {
	background-image: url(../images/h2_bg2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: left center;
	height: 24px;
	padding-left: 10px;
	padding-top: 2px;
}

h3 {
	font-family: Zawgyi-One, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666633;
}

h4 {
	font-family: Zawgyi-One, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333366;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #996633;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	font-style: oblique;
}
ul {
	list-style-type: none;
	list-style-image: url(../images/tictac_green.gif);
	list-style-position: outside;
	line-height: normal;


}
ul.fac {
	list-style-type: none;
	list-style-image: url(../images/arrow.gif);


}
p {
	font-family: Zawgyi-One, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: justify;
}


.subf_item {
	float: left;
	width: 350px;
	margin-left: 0px;
	padding-bottom: 15px;
	padding-top: 2px;
}
.subf_thumb {
	display: inline;
	float: left;
	width: 80px;
	margin-right: 10px;
}
.subf_desc {
	font-size: 11px;
	float: left;
	width: 260px;
}
.subf_desc a {
	font-weight: bold;
	color: #A92626;
	text-decoration: none;
}

#videoplayer {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}


#subnav {
	height: 23px;
	padding-top: 7px;
	padding-left: 20px;
}

#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
#subnav a {
	font-weight: bold;
	color: #FFFFFD;
}
#pagetext {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 15px;
}
.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;
}
.col_service {
	color: #330099;
}
.bg_service {
	background-color: #330099;
}
.col_cafe {
	color: #0033CC;
}
.bg_cafe {
	background-color: #0033CC;
}
.col_web {
	color: #73502E;
}
.bg_web {
	background-color: #73502E;
}
.col_training {
	color: #006600;
}
.bg_training {
	background-color: #006600;
}#features_text {
	display: none;
}
#nav_text {
	display: none;
}
#r1 {
	float: left;
	width: 350px;
}
#htmlcode {
	padding-right: 5px;
	padding-left: 5px;
}
#buttomcolumn {
	float: left;
	width: 740px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #669966;
}
#lefttext {
	float: left;
	height: 250px;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#rignttext {
	float: right;
}
#leftcolumntext {
	float: left;
	width: 320px;
	height: 300px;
}
.readmore {
	font-family: Zawgyi-One, Arial, Helvetica, sans-serif;
	color: #333300;
	background-position: right;
	text-align: right;
	font-style: oblique;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 12px;
}
.feature {
	background-image: url(../images/feature_bg.png);
	background-repeat: no-repeat;
	float: left;
	height: 162px;
	width: 245px;
	font-size: 12px;
}
.style7 {
	font-family: Zawgyi-One, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
.h2_bg2 {
	background-image: url(../images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center center;
	height: 24px;
	padding-left: 10px;
	padding-top: 2px;
	text-align: center;
	color: #003300;
}
.h2_bg3 {
	background-image: url(../images/h2_bg3.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: left center;
	height: 24px;
	padding-left: 10px;
	padding-top: 2px;
	color: #003300;
}
.syllabus {
	right: auto;
	position: relative;
	left: 200px;
	width: 380px;
}

