/*
Theme Name: AidGlobal
Theme URI: http://www.aidglobal.net/
Description: Aid Global Theme.
Version: 1.0
Author: Tauseef Ahmed
Author URI: http://www.rewajtech.com/
Tags: aid

*/

body {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #273043;
	margin-bottom: 0px;
	margin-top: 0px;
}
.footer {
	background-color: #303551;
}
.Header {
	background-color: #303551;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 1.8;
}

.logotext {
	font-weight: bolder;
	color: #fff;
	font-family: "Arial Black", Gadget, sans-serif;
}
a:link {
	text-decoration: none;
	color: #FFF; 
	
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.hovermenu ul {
	font: bold 13px arial;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
}
.hovermenu ul li {
	list-style: none;
	display: inline;
}
.hovermenu ul li a {
	padding: 2px 0.5em;
	text-decoration: none;
	color: white;
	background-color: #52648A;
	border: 2px solid #52648A;
	border-style: outset;
}
.hovermenu ul li a:hover {
	background-color: #000;
	border-style: outset;
}
html>body .hovermenu ul li a:active { /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}
/*
.mainflash {
	background-image: url(main-flash2.png);
	background-repeat: no-repeat;
	background-position: 12px top;
}
.mainflash1 {
	background-image: url(images/main-flash2.png);
	background-repeat: no-repeat;
}
*/
/*.slideshow { height: 240px; width: 237px; margin: auto }*/
.slideshow img {
	margin:0px;
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #eee;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	/*background-color: green;
	border-top: 2px solid green;
	border: 10px solid green;*/
	height: 240px;
}
.maintext h3 {
	margin:0px;
	padding: 0px;
}
#caption {
	color: #FFF;
	border: 1px solid #ccc;
	padding: 2px;
}

#navmenu {
	text-align:center;
	margin-left:0%;

}
#dropmenu, #dropmenu ul {

	font: bold 13px arial;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
	list-style-type:none;
	z-index:300;
	/*
	margin:0;
	padding:0;
	position:relative;
	z-index:300;
	width:100%;
	background:#273043; 
	font-weight:bold;*/	

}

#dropmenu a {
	display:block;
	padding:0.25em 1.9em;
	margin-right:4px;
	color:#fff;
	border-top:2px solid #c8c8c8; 
	border-left:2px solid #c8c8c8;
	border-right:2px solid #52648A; 
	text-decoration:none;
	text-align:left;
	
	background:#52648A;
}
#dropmenu a:hover {
	background:#000;             
	color:#fff;
}


.sdrop:hover {
	background:#000;             
	color:#fff;
}

.sdrop:link {
background:#000;             
	color:#fff;
}

.sdrop:active {
	background:#000;             
	color:#fff;
}

#dropmenu li {

	float: left; 
	position:relative;
		
}



#dropmenu ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.9em;
	left:-1px;
	text-decoration:none;
	text-align:left;
	margin-right:4px;
}
#dropmenu ul a {
	border-left:1px solid #52648A;
}
#dropmenu li ul {	border-top:1px solid #52648A;
	width:14.1em;
}
#dropmenu li ul a {
	width:12em;
	height:auto;
	float:left;
	border-bottom:1px solid #000;
}
#dropmenu ul ul {
	top:auto;
}
#dropmenu li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
}
