/*
 * Copyright 2012 Graceworks Myanmar
 * Developed By Contact Point IT Services
 */

@import url(//fonts.googleapis.com/css?family=Raleway:300);

/* Reset CSS
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
 * General Styles
 */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #210D06;
    background: #240B06;
}
a,
a:link,
a:visited,
a:active {
	color: #F9A008;
	text-decoration: none;
}
a:hover {
	color: #210D06;
}
p {
	padding-bottom: 8px;
	overflow: visible;
}
hr {
	height: 2px;
	border: 0px;
	background-color: #E3E3E3;
	color: #E3E3E3;
	width: 100%;
	margin: 3px 0px 10px 0px;
}
img { border: 0; }
h1 {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 42px;
    font-weight: normal;
	color: #210D06;
    margin: 0;
	padding: 0;
    display: block;
    line-height: 20px;
    padding-top: 10px;
	line-height: 40px;
}
h2 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #F9A008;
	padding-bottom: 10px;
    line-height: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #F9A008;
	padding-bottom: 5px;
    line-height: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #3B150C;
	padding-bottom: 5px;
    line-height: normal;
}
fieldset {
    padding: 5px 15px;
    margin-bottom: 20px;
    border: 1px solid #E3E3E3;
}
legend {
    padding: 0 3px 5px;
}
.clear {
    clear: both;
}


/*
 * General Layout
 */
#container {
    width: 100%;
}
.wrapper {
    width: 1015px;
    margin: 0 auto;
}
#header, #navigation, #body, #footer {
    width: 100%;
}

#header {
    height: 122px;
    background: #fff;
}
#navigation {
    height: 44px;
    background: #fff;
}
#body {
    background: #fff;
    padding-bottom: 100px;
}
#footer {
    height: 40px;
}


/*
 * Header Component
 */
#logo {
    width: 761px;
    height: 79px;
    margin: 23px 0 0;
    float: left;
    display: inline-block;
}
#network {
    display: inline-block;
    float: right;
    margin-top: 40px;
}
#network a {
    display: inline-block;
    float: left;
    margin-left: 15px;
}
#cart {
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 10px;
}
#cart, #cart a {
    font-size: 14px;
    color: #210D06;
}
#cart a:hover {
    color: #F9A008;
}

/*
 * Navigation
 */
#menu {
    width: 100%;
    margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 100;
}
#menu .havesub a {
    background-image: url(images/arrow.gif);
    background-position:  center right;
    background-repeat:  no-repeat;
}
#menu .havesub a:hover {
    background-image: url(images/arrow.gif);
    background-position:  center right;
    background-repeat:  no-repeat;
}
#menu .havesub ul li a {
    background-image: none;
}
#menu .havesub ul li a:hover {
    background-image: none;
}

#menu li.donatenow {
    float:right;
}
#menu li.donatenow > a {
    background: url('images/donate_btn.jpg') no-repeat left top;
    height: 44px;
    padding: 0;
	margin:0;
	position: absolute;
	margin-left:31px;
	top:0;
    text-indent: -99999px;
    width: 165px;
}



#menu li.donatenow a:hover {
    background-position: left bottom;
}

#menu li.donatenow:hover ul{
	position:absolute;
	top:44px;
	margin-left:31px;
}



#menu ul ul {
	display: none;
}

	#menu ul li:hover > ul {
		display: block;
	}


#menu ul {
	list-style: none;
	position: relative;
	display: inline-block;
	padding:0;
	margin-left: -20px;
	width:840px;
}
	#menu ul:after {
		content: ""; clear: both; display: block;
	}
	
	#menu > ul > li {
		margin-top:14px;		
	}

	#menu ul li {
		float: left;		
	}
		#menu ul li:hover {
			color: orange;
		}
			
			#menu ul li:hover a, #menu a.active {
				color: orange;
				font-weight:bold;
				font-size: 16px;
				
			}
			
			#menu ul li:hover ul
			{
				width:210px;
				margin-left:26px;
			}
			
			#menu ul li:hover ul li{
				filter: alpha(opacity=90);
				opacity: 0.9;
				padding:0;
			}
			
			#menu ul li:hover ul li a {
				color: #fff;
				font-size:14px;
				font-weight:normal;
				padding: 8px 0px 0px 12px;
				text-transform: none;
				
			}
			
			#menu ul li:hover ul li ul {
				margin-left:0;
			}
		
		#menu ul li a {
			display: block; padding: 0px 26px;
			color: #210d06; text-decoration: none;
			font-size:16px;
			font-weight:bold;
			text-transform: uppercase;
			height:30px;
		}
			
		
	#menu ul ul {
		padding: 0;
		position: absolute; 
		top: 100%;
		
	}
		#menu ul ul li {
			float: none; 
			position: relative;
		}
			#menu ul ul li a {
				background: orange;
				color: #fff;
			}	
				#menu ul ul li a:hover {
					background: #3b150c;
					color: #fff;
				}
				
				#menu ul ul li:hover ul li {
					filter: alpha(opacity=86);
					opacity: 0.86;
				}
		
	#menu ul ul ul {
		position: absolute; left: 100%; top:0;
	}
#menu ul ul ul li a {
    background: #FEA106 !important;
}
#menu ul ul ul li a:hover {
    background: #3B150C !important;
}
#menu ul li:hover ul {
    display: block;
}
#menu ul li:hover ul ul {
    display: none;
}
#menu ul li:hover ul li:hover ul {
    display: block;
}

/*
 * Body Component
 */
#banner {
    width: 100%;
    height: 369px;
    position: relative;
}
#banner.inner {
    height: 207px;
}
#banner.about {
    background: url(images/inner_banner_1.jpg) center top no-repeat;
}
#banner.whatwedo {
    background: url(images/inner_banner_2.jpg) center top no-repeat;
}
#banner.getinvolved {
    background: url(images/inner_banner_3.jpg) center top no-repeat;
}#banner.news {
    background: url(images/inner_banner_4.jpg) center top no-repeat;
}
#banner.contact {
    background: url(images/inner_banner_5.jpg) center top no-repeat;
}
#content {
    padding: 30px 10px 20px 12px;
    font-size: 14px;
    color: #210D06;
    line-height: 20px;
}
#content p {
    padding-bottom: 15px;
}
#content p a {
    text-decoration: underline;
}
#content ul, #content ol {
    margin-left: 25px;
    padding-bottom: 15px;
}
#content ul ul, #content ol ul {
    padding-bottom: 3px;
}
#content table td {
    vertical-align: top;
}


/*
 * Home Component
 */
.home_wrapper {
    background: url(images/newsfeed_bg_repeat.gif) right repeat-y;
}
.home_left {
    width: 691px;
    float: left;
    display: inline-block;
    margin-right: 30px;
}
.home_right {
    width: 293px;
    min-height: 546px;
    background: url(images/newsfeed_bg.gif) no-repeat;
    float: right;
    display: inline-block;
    color: #fff;
}
/* Slider */
#slider {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #3B150C;
}
#slider span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
/* Banner */
#slider .banner1 {
    background: url(images/dynamicelement1.jpg) center top no-repeat;
}
#slider .banner2 {
    background: url(images/dynamicelement2.jpg) center top no-repeat;
}
#slider .banner3 {
    background: url(images/dynamicelement3.jpg) center top no-repeat;
}
#slider .banner4 {
    background: url(images/dynamicelement4.jpg) center top no-repeat;
}
/* Latest News */
.latestnews {
    padding: 95px 15px 30px;
    font-size: 12px;
}
.latestnews img {
    padding: 0 10px 10px 0;
}
.latestnews td {
    vertical-align: top;
}
.latestnews h3, .latestnews h3 a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.latestnews a:hover {
    color: #F9A008;
}

/*
 * Inner Page Component
 */
.left {
    width: 153px;
    float: left;
    display: inline-block;
}
.right {
    width: 840px;
    float: right;
    display: inline-block;
    padding-left: 21px;
}
.left_nav {
    margin-top: 123px;
    font-size: 14px;
}
.left_nav h4 {
    font-weight: bold;
    font-size: 20px;
    padding: 5px;
}
.left_nav ul, .left_nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.left_nav ul li a {
    font-weight: bold;
    display: block;
    padding: 5px;
}
.left_nav ul li a:hover, .left_nav ul li a.active {
    background: #3B150C;
    color: #fff;
}
.left_nav ul ul li a {
    color: #210D06;
    font-weight: normal;
    padding: 1px 5px;
}
.left_nav ul ul li a:hover, .left_nav ul ul li a.active {
    background: #FC9E08;
    color: #fff;
}

/*
 * Footer Component
 */
#footer {
    background: #240B06;
    color: #fff;
    font-size: 11px;
}
#footer .wrapper {
    padding: 13px 0 0 15px;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #FC9E08;
}


/*
 * Other Component
 */
.error {
    color: red;
}
.result {
    color: green;
}

/* Validator */
#jquery_form .validator {
    font-size: 11px;
    font-style: italic;
    color: #B1B1B1;
}
#jquery_form .errormsg {
    color: #E77776;
}

/* Input */
#jquery_form input[type=text], #jquery_form select {
    border-style: solid;
    border-color: #C4C4C4;
    border-width: 1px;
    padding: 5px;
}
#jquery_form input.button, #jquery_form input[type=submit] {
    border: 2px outset buttonface;
    padding: 5px 10px;
}
#jquery_form .errorinput {
    background: #F8DBDB;
    border: 1px solid #E77776;
    color: #E77776;
}

#jquery_form .error {
    color: #E77776;
}
#jquery_form .errorbox {
    background: #F8DBDB;
    border: 1px solid #E77776;
    color: #E77776;
    padding: 3px 10px;
    margin-bottom: 10px;
}


#banner.tax-deduction-calculator {
    background: url(images/banner-donate.jpg) center top no-repeat;
}