/*--------Common---------*/
* { padding:0px; margin:0px; }
body { background:#000; font:normal 12px Arial, Helvetica, sans-serif; color:#747474; }
.floatLeft, .floatMid, .fL { float:left; }
.floatRight, .fR { float:right; }
.clear { clear:both; display:block; height:1px; overflow:hidden; }
.redTxt { color:#ae0e01; }
#Header, #Nav, #Content, #Footer { margin:auto; width:902px; }
a { color:#747474; text-decoration:none; }
a:hover { text-decoration:underline; }

/*--------Header---------*/
#Header { height:195px;  left top no-repeat; margin:12px auto; }
/*--------Nav---------*/
#Nav { margin-bottom:12px; background:#484848; height:8px; padding:19px 0px; }
#Nav li { display:inline; }
#Nav li a { display:block; float:left; height:8px; padding:0px 23px; }
#Nav li a span { display:none; }
#Nav li a.home { background:url(../images/home.gif) center top no-repeat; width:33px; }
#Nav li a.about { background:url(../images/about-us.gif) center top no-repeat; width:51px; }
#Nav li a.eventM { background:url(../images/event-management.gif) center top no-repeat; width:115px; }
#Nav li a.expeditions { background:url(../images/expeditions.gif) center top no-repeat; width:65px; }
#Nav li a.mediaS { background:url(../images/media-services.gif) center top no-repeat; width:86px; }
#Nav li a.prevW { background:url(../images/previous-work.gif) center top no-repeat; width:88px; }
#Nav li a.news { background:url(../images/news.gif) center top no-repeat; width:30px; }
#Nav li a.contact { background:url(../images/contact.gif) center top no-repeat; width:54px; }
#Nav li a.home:hover { background:url(../images/home.gif) center bottom no-repeat; width:33px; }
#Nav li a.about:hover { background:url(../images/about-us.gif) center bottom no-repeat; width:51px; }
#Nav li a.eventM:hover { background:url(../images/event-management.gif) center bottom no-repeat; width:115px; }
#Nav li a.expeditions:hover { background:url(../images/expeditions.gif) center bottom no-repeat; width:65px; }
#Nav li a.mediaS:hover { background:url(../images/media-services.gif) center bottom no-repeat; width:86px; }
#Nav li a.prevW:hover { background:url(../images/previous-work.gif) center bottom no-repeat; width:88px; }
#Nav li a.news:hover { background:url(../images/news.gif) center bottom no-repeat; width:30px; }
#Nav li a.contact:hover { background:url(../images/contact.gif) center bottom no-repeat; width:54px; }

/*--------Content---------*/
#Content { margin-bottom:12px; }
#Content.mainBg { background:url(../images/main-bg.gif) left top repeat-y; }
#Content.mainBg1 { background:url(../images/main-bg1.gif) left top repeat-y; }
#Content .floatLeft { width:292px; padding-top:44px; padding-left:17px; padding-bottom:28px;  }

#Content .floatMid { width:286px; padding:26px 20px; margin-left:15px; }
#Content .floatRight { padding:26px 20px; width:196px; }
#Content p { margin-bottom:20px; }
#Content .centered { text-align:center; }
#Content .contactArea p { margin-bottom:0px; line-height:28px; }
#Content .rightContainer p { margin-bottom:0px; }
#Content .inputBox { background:url(../images/input-background.gif) left top no-repeat; font:normal 12px Arial, Helvetica, sans-serif; width:170px; padding:3px 4px; border:0px; }
#Content .button { margin-top:12px; }
#Content .fR { width:538px; padding:26px 20px; background:#181818; line-height:17px; }
#Content .fR1 { width:538px; height:100px; padding:26px 20px; background:#181818; line-height:17px; }
#Content .fL { width:309px; text-align:center; }
#Content .fL .imgContainer { padding:15px 0px; background:#181818; }
#Content .fL .imgName { padding:8px 0px; }

/*--------Footer---------*/
#Footer { background:#181818; margin-bottom:10px; font:bold 12px Georgia, "Times New Roman", Times, serif; padding:12px 0px; }
#Footer .floatRight { margin-right:17px; background:url(../images/site-created.gif) left top no-repeat; width:105px; text-align:right; height:17px; }
#Footer .floatLeft { background:url(../images/copyright.gif) left 1px no-repeat; height:14px; width:244px; margin-left:17px; }
/* *************************** 
   FireFox Dotted Border fix
   ***************************/
   a:active
{
outline: none;
 
}
 
a:focus
{
-moz-outline-style: none;
}
 
 
/* Links --a:active and a:focus remove the dotted line from image boarder!*/
 
a:active
{
outline: none;
 
}
 
a:focus
{
-moz-outline-style: none;
}
 
.nav .select a:hover, 
.nav .select li:hover a {
background: url(../images/pro_line_1.gif); 
padding:0 0 0 15px; 
cursor:pointer; 
color:#fff;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

