@charset "utf-8";
/**********************/
/* CSS Framework V 1.0,
/*  Author: Uzair */
/* Date Created 8/Oct 2009 */
/**********************/
/**********************/

/**********************/
/* Begin Reset CSS */
/**********************/
@charset "utf-8";
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,
font,
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,
table,
caption,
tfoot,
thead,
tr,
th,
td {
				margin: 0px;
				padding: 0px;
				border: 0px;
				outline: 0px;
				vertical-align: baseline;

}
html {
				font: 12px Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
				line-height: 1.3em;
				color: #343434;
				padding:0px;
				margin:0px;
}
body {
				background: #1c6b06 url(../images/body_bg.jpg) no-repeat center top;
				text-align:center;
				padding:0px;
				margin:0px;
}
blockquote,
q {
				quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
				content: '';
				content: none;
}
/* remember to define focus styles! */
:focus {
				outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
				text-decoration: none;
}
del {
				text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
				border-collapse: collapse;
}
/**********************/
/* End of Reset CSS */
/**********************/


/***********General Formatting*************/

h1,
h2,
h3,
h4,
h5,
h6 {
				margin:10px 0px;
				font-family: Verdana, Arial, Helvetica, Tahoma, Verdana;
				font-weight: normal;
}
h1 {
				color: #666666;
				font-size: 30px;
}
h2 {
				color: #036d9f;
				font-size: 24px;
				margin-bottom:6px;
}
h3 {
				color: #036d9f;
				font-size: 16px;
				margin-bottom:4px;
}
h4 {
				color: #036d9f;
				font-size: 12px;
				margin-bottom:4px;
}
h5 {
				color: #379744;
				font-weight:bold;
				font-size: 16px;
				margin-bottom:6px;
}
h6 {
				color: #373737;
				font-size: 12px;
				margin-bottom:0px;
}
hr {
				border-bottom: 1px dashed #016087;
				margin:20px 0px;
				border-top-style: none;
				border-right-style: none;
				border-left-style: none;
}
td,
th {
				padding:2px;
				display:table-cell;
				vertical-align:bottom;
}
li {
				line-height:16px;
				margin-bottom:10px;
				margin-left: 10px;
}
ol,
ul {
				padding-top:10px;
}
p {
				margin:0px;
				padding-bottom:15px;
}
.font_16 {
				font-size:16px;
				line-height:1.2em;
}
/********* Frequently Used Positioning Classes*******/
.wf {
				width:100%;
}
.wa {
				width:auto;
}
.hf {
				height:100%;
}
.whf {
				width:100%;
				height:100%;
}
.tar {
				text-align:right !important;
}
.tal {
				text-align:left !important;
}
.tac {
				text-align:center !important;
}
.di img {
				display:inline !important;
}
img.di {
				display:inline !important;
}
.clr {
				clear:both;
				height:1px;
				overflow:hidden;
}
.clear {
				clear:both;
				background: url(none);
				border-style: none;
				border-color: #FFFFFF;
}
object {
				display:block;
}
.fl {
				float:left;
}
.fr {
				float:right;
}
.block {
				display:block;
}
.hide {
				display:none;
}
.margin_lr_auto {
				margin:0px auto
}
/* End*/


/***Wrapper of 1220px***/
.wrapper {
				width:1220px;
				height:1227px;
				margin:0px auto;
				text-align:left;
				background: url(../images/wrapper_image_bg.jpg) no-repeat left top;
}
.wrapper_home {
				width:1220px;
				height:1227px;
				margin:0px auto;
				text-align:left;
				background: url(../images/wrapper_home_bg.jpg) no-repeat left top;
				padding: 0px;
}

.wrapper_admin {
				width:1220px;
				height:1227px;
				margin:0px auto;
				text-align:left;
				background: url(../images/admin_bg.jpg) no-repeat left top;
				padding: 0px;
}
/*** End Wrapper ***/




/** Begin Navigation **/
.nav {
	padding:160px 0px 0px 150px;
        margin:0px;

}
.nav li {
				float:left;
				list-style:none;
				margin:0px;
}
.nav a {
				display: block;
				height:47px;
}
.nav b {
				display:none;
}
/** Individual Navigation item Styles **/
.home_nav {
				background:url(../images/nav_home.png) no-repeat;
				width:79px;
}
.home_nav a:hover,
.home_nav a.selected {
				background:url(../images/nav_home_hvr.png) no-repeat;
}
.find_camp_nav {
				background:url(../images/nav_find_camp.png) no-repeat;
				width:179px;
}
.find_camp_nav a:hover,
.find_camp_nav a.selected {
				background:url(../images/nav_find_camp_hvr.png) no-repeat;
}

.find_job_nav {
				background:url(../images/nav_find_job.png) no-repeat;
				width:154px;
}
.find_job_nav a:hover,
.find_job_nav a.selected {
				background:url(../images/nav_find_job_hvr.png) no-repeat;
}


.about_nav {
				background:url(../images/nav_about.png) no-repeat;
				width:154px;
}
.about_nav a:hover,
.about_nav a.selected {
				background:url(../images/nav_about_hvr.png) no-repeat;
}


.pro_ser_nav {
				background:url(../images/nav_pro_ser.png) no-repeat;
				width:296px;
}
.pro_ser_nav a:hover,
.pro_ser_nav a.selected {
				background:url(../images/nav_pro_ser_hvr.png) no-repeat;
}




.contact_us_nav {
				background:url(../images/nav_contact_us.png) no-repeat;
				width:171px;
}
.contact_us_nav a:hover,
.contact_us_nav a.selected {
				background:url(../images/nav_contact_us_hvr.png) no-repeat;
}

.admin_nav {
				background:url(../images/nav_admin.png) no-repeat;
				width:183px;
}
.admin_nav a:hover,
.admin_nav a.selected {
				background:url(../images/nav_admin_hvr.png) no-repeat;
}

/*
.join_nav {
				background:url(../images/nav_join.png) no-repeat;
				width:136px;
}
.join_nav a:hover,
.join_nav a.selected {
				background:url(../images/nav_join_hvr.png) no-repeat;
}
.contact_us_nav {
				background:url(../images/nav_contact_us.png) no-repeat;
				width:132px;
}
.contact_us_nav a:hover,
.contact_us_nav a.selected {
				background:url(../images/nav_contact_us_hvr.png) no-repeat;
}
.ann_conf_nav {
				background:url(../images/nav_ann_conf.png) no-repeat;
				width:186px;
}
.ann_conf_nav a:hover,
.ann_conf_nav a.selected {
				background:url(../images/nav_ann_conf_hvr.png) no-repeat;
}
.login_nav {
				background:url(../images/nav_login.png) no-repeat;
				width:183px;
}
.login_nav a:hover,
.login_nav a.selected {
				background:url(../images/nav_login_hvr.png) no-repeat;
}

.logout_nav {
				background:url(../images/nav_logout.png) no-repeat;
				width:183px;
}
.logout_nav a:hover,
.logout_nav a.selected {
				background:url(../images/nav_logout_hvr.png) no-repeat;
}




.admin_nav {
				background:url(../images/nav_admin.png) no-repeat;
				width:183px;
}
.admin_nav a:hover,
.admin_nav a.selected {
				background:url(../images/nav_admin_hvr.png) no-repeat;
}
/** End Individual Navigation item Styles **/


/** Begin Layouts **/
.main_content {
				height: 450px;
				width: 1040px;
				margin-top: 100px;
				margin-left: 100px;
				overflow: visible;
}

.main_content_home {
				height: 450px;
				width: 1040px;
				margin-top: 80px;
				margin-left: 85px;
				overflow: visible;
}

.main_content .content {
				height: 450px;
				width: 770px;
                                
				overflow: visible;   /**Change to auto **/
}

.main_content_home .content_home {
				height: 450px;
				float:left;
                                width:550px;
                                overflow: visible;   /**Change to auto **/
}

.main_content .content a{
				color:#036d9f;
				text-decoration:none;
}

.main_content .content a:hover{
				text-decoration:underline;
}

.lower_row {
				height: 350px;
				width: 1120px;
				margin-top: 60px;
				padding-left: 60px;
}
.lower_row .column1 {
				float:left;
				width: 340px;
				font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
}
.lower_row .column2 {
				float:left;
				height: 330px;
				width: 380px;
				margin-left: 40px;
				padding-top: 25px;
				font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
				
}
.lower_row .column2 a:link, .lower_row .column2 a:visited{
				text-decoration:none;
				color:#343434;
}

.lower_row .column3 {
				float:left;
				height: 330px;
				width: 300px;
				margin-left: 50px;
}
.join_waic_banner {
				background:url(../images/join_waic_banner.png) no-repeat right top;
}

.member_banner {
				background:url(../images/members_banner.png) no-repeat right top;
}

.member_banner .links{
				width:200px;
				margin-top:100px;
				margin-left:130px;
				
}
.info_downloads_banner {
				background:url(../images/info_downloads_banner.png) no-repeat right top;
}
.info_downloads_banner .content {
				font-family:Arial, Helvetica, sans-serif;
				width:150px;
				float: right;
				position: relative;
				top: 120px;
}
.column_left {
				float:left;
				width:47.5%;
}
.column_right {
				float:right;
				width:47.5%;
}
.sidebar {
				width:250px;
				float:right;
				line-height:1.6em;
}
.sidebar .links {
				margin-left:20px;
}
.sidebar a {
				color:#036d9f;
				text-decoration:none;
}
.sidebar a:hover {
				color:#036d9f;
				text-decoration:underline;
}
.sidebar .social_networks {
				margin-top:30px;
}
.sidebar .social_networks img {
				margin-bottom:10px;
				margin-right:10px;
}

.wrapper_admin .main_content {
				height: 860px;
				width: 1040px;
				margin-top: 100px;
				margin-left: 100px;
				overflow: visible;
}
.wrapper_admin .main_content .content {
				height: 860px;
				/*width: 770px*/
                                width: 1100px;;
				overflow: visible;   /**Change to auto **/
}




/** End Layouts **/



/**Home page Gallery **/
.home_gallery {
				width:245px;
				float:right;
				margin-top:-50px;
}
.home_gallery li {
				float:left;
				list-style:none;
				margin:0px 0px 8px 10px;
				padding:0px;
}
/** End Home page Gallery **/

/** Begin Tables ***/
.grid_table {
				border:solid 1px #ffffff;
}
.grid_table td {
				background:#efe8df;
				padding:5px;
}
.grid_table thead th,
.grid_table thead td {
				color:#016dbe;
				font-weight:bold;
				background-color:#ffffd7;
				padding: 5px;
}
.grid_table a {
				color:#016dbe;
				text-decoration:none;
}
.grid_table a:hover {
				text-decoration:underline;
}
/** End Tables ***/

/** Begin Footer **/
.footer {
				/*width:1200px; */
				margin: 30px 0px 0px 50px;
				*margin-top:47px; 
}
.footer li {
				float:left;
				list-style:none;
				margin:0px 12px;

}
.footer a {
				display: block;
				height:28px;
}
.footer b {
				display:none;
}
/** Individual Navigation item Styles **/
.footer .home_nav {
				background:url(../images/ftr_home.png) no-repeat;
				width:36px;
}
.footer .home_nav a:hover,
.footer .home_nav a.selected {
				background:url(../images/ftr_home_hvr.png) no-repeat;
}


.footer .find_camp_nav {
				background:url(../images/ftr_find_camp.png) no-repeat;
				width:93px;
}
.footer .find_camp_nav a:hover,
.footer .find_camp_nav a.selected {
				background:url(../images/ftr_find_camp_hvr.png) no-repeat;
}


.footer .about_nav {
				background:url(../images/ftr_about.png) no-repeat;
				width:105px;
}
.footer .about_nav a:hover,
.footer .about_nav a.selected {
				background:url(../images/ftr_about_hvr.png) no-repeat;
}


.footer .join_nav {
				background:url(../images/ftr_join.png) no-repeat;
				width:91px;
}
.footer .join_nav a:hover,
.footer .join_nav a.selected {
				background:url(../images/ftr_join_hvr.png) no-repeat;
}


.footer .contact_us_nav {
				background:url(../images/ftr_contact_us.png) no-repeat;
				width:88px;
}
.footer .contact_us_nav a:hover,
.footer .contact_us_nav a.selected {
				background:url(../images/ftr_contact_us_hvr.png) no-repeat;
}




.footer .ann_conf_nav {
				background:url(../images/ftr_ann_conf.png) no-repeat;
				width:131px;
}
.footer .ann_conf_nav a:hover,
.footer .ann_conf_nav a.selected {
				background:url(../images/ftr_ann_conf_hvr.png) no-repeat;
}




.footer .find_job_nav {
				background:url(../images/ftr_find_job.png) no-repeat;
				width:76px;
}
.footer .find_job_nav a:hover,
.footer .find_job_nav a.selected {
				background:url(../images/ftr_find_job_hvr.png) no-repeat;
}



.footer .ftr_camp_prods {
				background:url(../images/ftr_camp_prods.png) no-repeat;
				width:179px;
}
.footer .ftr_camp_prods a:hover,
.footer .ftr_camp_prods a.selected {
				background:url(../images/ftr_camp_prods_hvr.png) no-repeat;
}





.footer .login_nav {
				background:url(../images/ftr_login.png) no-repeat;
				width:44px;
}
.footer .login_nav a:hover,
.footer .login_nav a.selected {
				background:url(../images/ftr_login_hvr.png) no-repeat;
}

.footer .logout_nav {
				background:url(../images/ftr_logout.png) no-repeat;
				width:44px;
}
.footer .logout_nav a:hover,
.footer .logout_nav a.selected {
				background:url(../images/ftr_logout_hvr.png) no-repeat;
}

/** End Individual Navigation item Styles **/


.main_picture {
				float:right;
				margin:0px 10px 10px;
}
.join_now_btn {
				position:relative;
				top: 300px;
				left: 150px;
}
.more_photos_link {
				display: block;
				position: relative;
				top: 460px;
				left: 860px;
}


/**Search field **/
.search_field{
				font-size:26px;
				width:575px;
				height:40px;
				border: 1px solid #000000;
				padding: 5px 40px 5px 5px;
}
.search_icon{
				position:relative;
				left:-50px;
				top: 10px;

}

/** End Search field **/


/**Login Panel **/
.login_panel{
				background: transparent url(../images/login_panel_bg.jpg) no-repeat left top;
				height: 369px;
				width: 381px;
				color:#fff;
				margin:0px auto;

}

.login_panel h2 {
				color: #fff;
				font-size: 32px;
				font-family:Georgia, "Times New Roman", Times, serif;
				margin-bottom:50px;
				padding-top: 60px;
}

.login_panel form{
				padding:0px 30px;
				text-align:left;
				font-size:11px;

}

.login_panel form label{
				display:block;
				font-size:11px;
}

.login_panel form input[type=text], .login_panel form input[type=password]{
				font-size:22px;
				color:#333333;
				width:100%;
}

.login_panel form input[type=checkbox]{

padding:0px;
margin:0px;
}

.login_panel form input[type=submit]{
				background:#E9E7E8 url(../images/btn_bg.gif) repeat-x left top;
				font-size: 14px;
				border-top: 1px solid #cacaca;
				border-right: 1px solid #989795;
				border-bottom: 1px solid #989795;
				border-left: 1px solid #cacaca;
				padding: 5px;
				position:relative;
				float:right;
				top: 20px;
}

.about_links{
				float:right;
				clear:left;
				width:400px;
				margin-left:100px
}

.about_links a{ color:#333333; text-decoration:none }
.about_links a:hover{ color:#000099; text-decoration:underline}


/* Arifeen's CSS '*/


body#content_body {
				background: none;
				padding:0px;
				margin:0px;
}

.info_table{
	border-top: 5px solid #d8eeff;
	border-bottom: 5px solid #d8eeff;
	font-size: 12px;
	margin-bottom:25px;
	text-align:left;
	width:100%;
}
.info_table td{
	border-bottom: 1px solid #d6d6d6;
	padding:5px;
	vertical-align:top;
}

.grid_table td{
	border-bottom: 1px solid #d6d6d6;
	vertical-align: middle;
}

.grid_table tr:hover {
	color: #000;
	background: #f2f9ff;
	cursor:pointer;
}


#jsddm li ul
{	margin: 0;
  padding: 0;
  padding-top: 12px;
  position: absolute;
  visibility: hidden;
 /* border-top: 1px solid white;  */
   margin-top:-12px;
   border-bottom: 1px solid #a9a9a9;
   border-left: 1px solid #a9a9a9;
   border-right: 1px solid #a9a9a9;
}


#jsddm li ul li
{	float: none;
  display: inline}

#jsddm li ul li a
{	width: auto;
        text-decoration:none;
        font-weight:bold;
        color: #22a252;
        padding-left:10px;

}

#jsddm li ul li a:hover
{
  /*  background: transparent;
   background: #7F1616 */
  background: #ffffff;
  
 

}

.admin_dropdown {
    width:183px;
    background:url(../images/admin_menu_bg2.png) no-repeat left top;
}

/** End Login Panel **/

