@charset "utf-8";
/************************
   CSS Document 
   Original css by 
   Afia Udofia...
*************************/

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 12px Arial, Tahoma, sans-serif;
	color: #555;
	background: #fff url(../images/bg1.jpg) repeat-x;
	text-align: center;		
}

/* links */
a { color: #993300; text-decoration: none; }
a:hover { color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Arial', Tahoma, Sans-serif; }
h1 { font-size: 1.3em; color: #666666;
}
h2 { font-size: 1.1em; border-bottom:1px dotted #CCCCCC;}
h3 { font-size: 1.0em; border-bottom:1px dotted #CCCCCC;}

p, h1, h2, h3 {
	margin: 0px 10px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
	border: 0px solid #DADADA;
	padding: 0px;

}
img.float-right {
  margin: 0px 0px 5px 0px;  
}
img.float-left {
  margin: 0px 5px 0px 0px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0px;	
}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: auto;
}
td {
	padding-left: 5px;
	padding-right: 5px;
	/* border-left: 1px solid #FFE1C3; */
	
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #FFFFCC;
}
tr.row-b {
	background: #FFFFCC;
}
/* end - table */

/* form elements */
form {
	margin:2px 2px 2px 2px; padding: 5px;
	border: 1px solid #ccc; 
	
}
label {
	display:block;
	font-weight:bold;
	margin:3px 0;
}
input {
	padding: 0px 5px;
	border:1px solid #ccc;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#666;
	height:20px;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #ccc;
	height:60px;
	display:block;
	color:#666;
}

select {
	
	padding:2px 2px 2px 5px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #ccc;
	height:20px;
	display:block;
	color:#666;
}

input.button { 
	margin: 0;
	margin-top: 5px;
	font: bold 1em "Trebuchet MS", Tahoma, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 5px; 
	color: #666;	
	border: 1px solid #ccc;	
}

/* search form */

#login {
	display:block;
	float:right;
	width:250px;
	margin-top:30px;
	border: none;	
	height:40px;
	text-align:center;
}

#login form {
	float:right;
	width: 400px;
	padding: 0;
	border:none;
}


#login input.username{
	display:block;
	display:inline;
	height:20px;
	border: 1px solid #ccc;
	width:150px;
	padding-left: 25px;
	margin-bottom:5px;
	background: #fff url('../images/user.png') no-repeat 5px center;

}

#login input.password{
	display:block;
	display:inline;
	height:20px;
	border: 1px solid #ccc;
	width:150px;
	padding-left: 25px;
	margin-bottom:5px;
	background: #fff url('../images/pass.png') no-repeat 5px center;	
}

#login input.login{
	vertical-align: middle;
	border:none;
	font: bold 12px Arial, Sans-serif; 
	color: #fff;	
		
}
/***********************
	  LAYOUT
************************/
#header {
	height: 70px;
	text-align: left;
	
}

#header-content  {
	width: 800px;
	display:block;
	background: #fff url(../images/header-bg.jpg) repeat-x;
	margin: 0 auto; padding: 0;
	height: 70px;
	position: relative;
	border: none;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#header-content h1#logo {
	width: 118px;
	position: absolute;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}

 #slogan {
	text-align:left;
	float:left;
	font:Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 27px; 
	margin-left: 120px; 
	padding: 0;
	width:150px;
	height:40px;
	background: url(../images/slogan.gif) no-repeat 15px 25px;
}

 #slogan ul{
	list-style:none;
	padding:0px;
	margin-top:13px; 
	margin-right:10px;
	font: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;

}
 #slogan ul li{
	display:inline;
	margin:0px;

	color:#666;

}

 #slogan ul li a{
	padding-left:20px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
}

 #slogan ul li.home a {
	background: url(../images/home.png) no-repeat left center;
}

 #slogan ul li.service a {
	background: url(../images/port.png) no-repeat left center;
}

 #slogan ul li.portfolio a {
	background: url(../images/portfolio.png) no-repeat left center;
}

#slogan ul li.contact a {
	background: url(../images/contact.png) no-repeat left center;
}

#slogan ul li.register a {
	background: url(../images/group.png) no-repeat left center;
}

#slogan ul li.faq a {
	background: url(../images/info.png) no-repeat left center;
}
/* header menu */


#logo {
	position:absolute;
	display:block;
	float:left;
	margin-left:10px;
	width: 155px;
	height: 95px;
	padding: 0px;
	background: url('../images/logo.png') no-repeat 5px 5px;
	top:0px;
}
/* content */
#content-wrap {
	display:block;
	width: 100%;
	margin:0;
	
}

#content-top {
	display:block;
	width:800px;
	text-align: left;	
	padding: 0;
	margin: 0 auto;
	height: 30px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background:url(../images/menu-bg.jpg) repeat-x;
	

}
#content {
	display:block;
	width:800px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background: #fff;

}


#splash {
	width:800px;
	height:150px;
	margin: 0px auto;
	display:block;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	
}

/* Menu */
#menu {
	display:block;
	text-align: right;
	margin: 0 auto;
	width: 800px;
	height: 30px;
	background:url('../images/menu-bg.png') no-repeat center;
	padding:0px;	
}

#menu ul {
	display:block;
	float:left;
	display:block;
	width: 550px;
	padding:0px;
	margin:0px;
	margin-top:0px;
	margin-right:10px;
	list-style: none;
	margin-left:240px;
}

#menu li {
	display: inline;
	list-style:none;
	font:bold 11px Arial, Tahoma, sans-serif;
}

#menu li a {
	float: left;
	color: #fff;
	padding: 8px 20px;
	margin-right:2px;
	text-decoration: none;
	border-right:1px solid #fff;
	border-left:1px solid #fff;

}

#menu li a:hover {
	background: #E6E6E6 url(../images/menu-over.jpg) repeat-x;
	color: #fff;
	
}

#menu li a#current {
	background: #E6E6E6 url(../images/menu-over.jpg) repeat-x;
	color: #fff;
	
}

/* sidebar */
#sidebar {
	position:relative;
	float: left;
	width: 200px;
	height:100%;
	margin-right:5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-left-color: #CCCCCC;

}	

#sidebar-right{

	float: right;
	width: 240px;
	height:100%;
	margin-right:3px;
	margin-top:10px;
	border:1px solid #ED9A48;

}

#sidebar-right h1{
	padding: 5px 20px;
	margin: 0px;
	height:30px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	font: bold 12px Arial, Tahoma, Sans-serif;
	color:#fff;
	background:url(../images/right-h1.jpg) repeat-x 5px;
}
#sidebar h1 {
	padding: 5px 20px;
	margin: 0;
	height:25px;
	color:#fff;	
	font: bold 11px Arial, Tahoma, Sans-serif;
	text-align:left;
	background:url('../images/menu-bg.jpg') repeat-x;
}

#sidebox {
	width:100%;
	margin-bottom: 3px;
	
}

#sidebox img{
	margin:0;
	margin-left:15px;
	background:#fff;
}

/* main */
#main {
	float:right;
	width: 592px;
	padding: 0;
	margin-bottom:5px;
	border:1px solid #ccc;
	text-align:justify;
	font: normal 11px Arial, Tahoma, Sans-serif;
	height: auto;
}

#main img{
	padding:0;
	margin:0;
	background:#fff;
	

}
#main h1 {
	padding: 5px 20px;
	margin: 0;
	height:30px;	
	font: bold 11px Arial, Tahoma, Sans-serif;
	text-align:left;
	color:#fff;
	background:url(../images/menu-bg.jpg) repeat-x;

}

#main p {
	padding-bottom:5px;
}

#main .slist ul{
	margin:0;
	padding:0;
	margin-left:10px;
	border:none;
	width:250px;
	float:left;
}
#main .slist ul li {
	list-style:none;
	border:none;
	padding:5px 0px 5px 20px;
	font-size:10px;
	font-weight:bold;
}

#main .partner {
	width:140px;
	height: 110px;
	margin-left:5px;
	margin-bottom:5px;
	float:left;
	border:1px solid #ccc;
	text-align:center;

}

#main .partner img{
	width: 70px;
	margin: 5px auto;
	padding:5px;
	background:#eee;
}
main .partner img a:hover{
	background-color:#fff;
}
#main .partner span{
	display:block;
	float:none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#333333;
	text-align: center;
}

#main ul.s-menu {
	width:200px;
	float: left;
	list-style:none;
	border-right:1px solid #ccc;
}

#main .s-menu li{
	padding: 5px 0px;
	border-bottom: 1px dotted #ccc;

}

#main .s-menu li a:hover{
	text-decoration: underline;
	color:#666;
}
.post {
	float:left;
	width: 455px;
	padding: 0;
	margin-top:10px;
	margin-bottom:5px;
	border: 1px solid  #CCCCCC;
	text-align:justify;
}

.post img {
	margin-left:5px;
}


/* footer */

#footer {
	width: 100%;
	height:40px;
	clear: both;
	margin: 0; padding: 0;
	font: normal 11px Tahoma, Arial, sans-serif;
	text-align: left;	
}
#footer h1, #footer p {
	margin: 0;
	padding:5px 10px;
}
#footer p {
	margin-top:0px;
	padding-top:10px;
}
#footer-content {
	width:802px;
	margin: 0 auto;
	height:40px;
	color:#fff;
	background:url(../images/footer-bg.png) no-repeat top center;
}
#footer-content a {
	text-decoration: none;
	color: #999;	
}
#footer-content a:hover {
	text-decoration: none;
	color: #ccc;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }



#gallery {
	margin: 5px;
	padding:0;
	
}

#gallery img {
	width:95px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}

#gallery img a {
	background: #ccc;
}
#gallery img a:hover {
	background-color:#efe;
	}
	

