﻿html,body
{
   margin:0;
   padding:0;
   height:100%;
}

body
{
   font-family:Trebuchet MS, Verdana, Sans-Serif, Verdana, Sans-Serif; 
}


#container
{
    min-height:100%;
    position:relative;
}

#header
{
    background-color:#f8f8f8;
    height:142px;
    background-image: url('/Images/Design/header_bg.jpg');
    background-position: center top;
    background-repeat:no-repeat;
}

#body
{
    padding-bottom:200px;
}

#footer
{
    position:absolute;
    bottom:0;
    width:100%;
    height:200px;
    padding:0;
    background-color:#e7e7e7;
    background-image: url('/Images/Design/tornfooter.jpg');
    background-position: center top;
    background-repeat:repeat-x;
}

.clearBoth
{
    clear:both;
}

/* header */

#headerContent
{
    width:915px;
    margin-left:auto;
    margin-right:auto;
}

.menuList
{
    color:#295187;
    margin:30px 0 0 0;
    height:30px;
}

.menuList li
{
    font-size:15px;
    margin:0 10px 0 0;
    float:left;
    display:block;
}

.menuList a
{
    color:#295187;
    text-decoration:none;
    margin-right:10px;
}

.menuList a:hover
{
    text-decoration:underline;
}

.menuList a.selected
{
    background-color:#c3dbe5;
    color:#fff;
    text-decoration:underline;
}


#leftHeaderDiv
{
    background-image: url('/Images/Design/header_name.jpg');
    background-position: center center;
    background-repeat:no-repeat;
    clear:both;
    width:215px;
    height:142px;
    float:left;  
}

#rightHeaderDiv
{
    padding:0px;
    margin:0px;
    width:700px;
    height:142px; 
    float:left; 
}

#menuDiv
{
    clear:both;
    width:700px;
    height:71px; 
}


#rightHeaderDiv h2
{
    clear:both;
    font-family:Trebuchet MS, Verdana, Sans-Serif, Verdana, Sans-Serif;
    font-size:26px;
    color:#4d4d4d;
    padding:0px;
    margin:0px;
}

#rightHeaderDiv h3
{
    padding:0;
    margin:0px;
    font-size:18px;
    color:#999;
}
/* ----------- */

/* footer */

#footerContent
{
    width:915px;
    margin-left:auto;
    margin-right:auto;
    padding-top:100px;
}

#footerLeft
{
    float:left;
}

.menuListFooter
{
    vertical-align:bottom;
    margin:0px;
    padding:0px;
    list-style:none;
    margin-top:20px;
    font-size:12px;
    
}

.menuListFooter li
{
    margin:0px;
    padding:0px;
    float:left;
    display:block;
    margin-right:10px;
}

.menuListFooter a
{
    color:#333;
    text-decoration:none;
    float:left;
    margin-right:10px;
}

.menuListFooter a:active
{
    
}

.menuListFooter a:hover
{
    text-decoration:underline;
}

.verticalBreakFooter
{
   background-image: url(../Images/Design/vertical_menu_break.gif);
    background-position:center center;
    background-repeat:no-repeat; 
    width:1px;
    height:28px;
    float:left;
    display:block;
}

#copyRight
{
    font-size:11px;
}

/* Footer Right */

#footerRight
{
    float:right;
    margin-top:20px;
}

#footerRight a
{
    text-decoration:none;
}

#footerRight img
{
    border:none;
}
/* -------------------*/

/* main body area */

.bodycontent
{
    width:915px;
    margin-left:auto;
    margin-right:auto;
}

#treebackground
{
  background-image: url('/Images/Design/tree_bg.jpg');
    background-position: right 36px;
    background-repeat:no-repeat;
}

#sizeBoundryTop
{
    background-color:#000;
    background-image: url('/Images/Design/body_bg_top.jpg');
    background-position:center top;
    background-repeat:repeat-x;
}

#sizeBoundryBottom
{
  background-color:#eff0f0;
  background-image: url('../Images/Design/body_bg_bottom.jpg');
  background-position:center top;
  background-repeat:repeat-x;
}
/* ------------------------------- */

/* --- home page ---- */
#defaultContent
{
    height:500px;
}

/* left div */
#leftDiv
{
  width:615px;
  float:left;
}

#mainImageDiv
{
    width:577px;
    height:250px;
    float:left;
}

#mainImageSpacer
{
    width:35px;
    height:250px;
    float:left;
}

#volenteerDiv
{
    color:#fff;
    font-size:12px;
    width:600px;
    float:left;
}

#volenteerDiv h2
{
    color:#bad5e2;
    font-size:24px;
}

#volenteerDiv p
{
    font-size:14px;
}

/* right div */

#rightDiv
{
    float:left;
    width:297px;
}

#rightTopSpacerDiv
{
    height:36px;
    width:297px;
}

#volunteerButton
{
    padding-left:5px;
}

/* news */
#rightContentDiv
{
    width:297px;
    float:left;
    background-image: url(../Images/Design/news_bg.gif);
    background-position:center  top;
    background-repeat:repeat-y;
}

#newsPodContainer
{
  margin-left:15px;  
}

#newsPodContainer h3
{
    color:#bad5e2;
}

.newsContent 
{
    font-size:12px;
    color:#fff;
}

.newsDate
{
    font-size:12px;
    color:#ccc;
}

#newsPodContainer #newsItems .title
{
   font-size:14px;
   color:#bad5e2; 
}

#newsPodContainer #newsItems .title a
{
   font-size:14px;
   color:#bad5e2; 
}


#newsPodContainer li
{
    list-style:none;
}

#newsPodContainer #newsFooter a
{
    color:#fff;
    text-decoration:underline;
    font-family:Trebuchet MS, Verdana, Sans-Serif, Verdana, Sans-Serif;
    font-size:14;
}


.horizontalNewsBreak
{
    background-image: url(../Images/Design/horizontal_news_break.gif);
    background-position:center center;
    background-repeat:repeat-x;  
    width:275px;
    height:1px;
}

/* ------------------------------------------- */

/* Bottem of master */
#divBottemLeft , #divBottemRight
{
    float:left;
}

#motto
{
    padding:10px 0 0 0;
    width:100%;
}

#motto p
{
    font-size:22px;
    color:#98b8c8;
    float:right;
}

/* ------------------------------------- */

/* ----- Bottom left ------ */
/* Gallery and Projects */

#divBottemLeft #headers
{
    clear:both;
    height:40px; 
}

#divBottemLeft #headers #headerTitle
{
    clear:both;
    float:left; 
    width:48%;
}

#divBottemLeft #headers #headerTitle h3
{
   font-size:18px; 
   padding-top:5px;
   
}

#divBottemLeft #headers #headerlink
{
    float:left;
    width:48%;
    padding-top:8px;
}

#headerlink #alignDiv
{
    width:160px;
    margin-left:auto;
    margin-right:auto;
}

#divBottemLeft #headers a
{
    color:#333;
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    text-decoration:none;
    font-size:14px;
}

#divBottemLeft 
{
    width:619px;
}

#divBottemLeft #projects
{
    clear:both;
    height:241px;
}

.rptItem
{
    width:300px;
    float:left;
}

.rptAlternateItem
{
    margin-left:10px;
    width:300px;
    float:left;
}

.rptItem h4 , .rptAlternateItem h4
{
    font-weight:bold;
    font-size:14px;
    color:#333;
}

.rptItem p , .rptAlternateItem p
{
    font-size:12px;
    color:#333;
    float:left;
}

.rptItem a , .rptAlternateItem a
{
    font-size:12px;
    color:#333;
    float:left;
    text-decoration:none;
    font-weight:bold;
}

.internalSeparator
{
    float:left;
    padding:0 5px 0 0;
}

.projectSeparator
{
    display:block;
    height:1px;
    width:590px;
    margin:0;
    padding:10px 5px 10px 5px;
    background-image: url(../Images/Design/horizontal_projects_break.gif);
    background-position:center top;
    background-repeat:repeat-x;
}

.projectRule
{
    display:block;
    height:1px;
    width:609px;
    margin:0;
    padding:10px 5px 10px 5px;
    background-image: url(../Images/Design/horizontal_projects_break.gif);
    background-position:center top;
    background-repeat:repeat-x;
}

#divBottemLeft #gallery
{
    height:171px;
    clear:both;
}

#divBottemLeft #gallery h3
{
    padding-top:10px;
    padding-bottom:20px;
    margin:0 0 0 10px;
}

#divBottemLeft #gallery .galleryImages
{
    height:88px;
    width:123px;
    border:solid 5px #bad5e2;
    float:left;
    margin: 0 10px 0 0;
}

#divBottemLeft #gallery .galleryImages img
{
    display:block;
}

#divBottemLeft #gallery .galleryImages a
{
    height:88px;
    width:123px;
}


/*-------------------------------*/

/* bottem right */
/* ----- Bottom Right ----------- */

#divBottemRight
{
    margin:8px 0 0 0;
    background-image: url(../Images/Design/BottemRightTop.jpg);
    background-position:center top;
    background-repeat:no-repeat;
}

#divBottemRight #content
{
    margin-top:15px;
     
}

#testimonialsContent
{
    width:270px;
    font-size:14px;
}

#testimonialsContent input , #testimonialsPod #testimonialsContent a
{
    float:left;
    
}

#testimonialsContent input , #testimonialsLink a
{
    color:#333;
    text-decoration:none;
    font-size:12px;
}

#testimonialsLink a
{
    font-weight:bold;
}

#testimonials 
{
    margin-left:15px;
}

#newsletter #successful , #newsletter #failier
{
  margin-left:15px;  
}

.newsLetterError
{
	padding:5px 0px 5px 0px;
	color:#000;
	background-color:#ff6666;
	width:300px;
}
.newsLetterError text
{
    margin:0 0 0 10px;
}

.newsLetterSuccessful text
{
    margin:0 0 0 10px;
}

.newsLetterSuccessful
{
	padding:5px 0px 5px 0px;
	color:#000;
	background-color:#66cc33;
	width:300px;
}

#divBottemRight #content #newsletterContent , #divBottemRight #content #testimonials 
{
    font-size:14px;
    clear:both;
    margin-left:15px;
}

#newsLetterHeader img , #sendToAFriendHeader img , #testimonialsHeader img
{
    margin-right:10px;
}


#testimonialsHeader img , #testimonialsHeader h3
{ 
    float:left;
}

#testimonialsHeader
{
    height:30px;
}

#divBottemRight #content #newsletter #newsLetterHeader
{
   clear:both;
    margin-left:15px;
}

#divBottemRight #content #newsletter #newsLetterHeader img , #divBottemRight #content #newsletter #newsLetterHeader h3
{
    float:left;
} 

#divBottemRight #content #sendToAfriend #sendToAFriendHeader
{
    clear:both;
    margin-left:15px;
}

#divBottemRight #content #sendToAfriend #sendToAFriendHeader img , #divBottemRight #content #sendToAfriend #sendToAFriendHeader h3
{
    float:left;
} 

#divBottemRight #content #sendToAfriend #sendToAfriendContent
{
    clear:both;
    margin-left:15px;
}

#divBottemRight #content #sendToAfriend #sendToAfriendContent a
{
    color:#333;
    text-decoration:none;
}

#divBottemRight
{
    width:296px;
    height:100%;
}

#newsLetterInput
{
    vertical-align:middle;
}

#newsLetterInput a
{
    color:#000;
    text-decoration:none;
    
}

#newsLetterHeader h3 , #testimonialsHeader h3 , #sendToAFriendHeader h3
{
    font-size:17px;
    font-weight:bold;
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    margin-top:2px;
}


#wrapper
{

}

/* ------------------------------------- */

.spacer
{
    height:50px;
}

/* News Item page */

#newsItemContents
{
    color:#fff;
}

#newsItemContents .breadCrumb a
{
    color:#BAD5E2;
}

#newsItemContents .breadCrumb
{
    color:#BAD5E2;
}




/* ------------------------------------- */
/* about us page   */

#aboutUs p , #ourVision p , #missionStatment p
{
    color:#fff;
    padding:0 0 0 10px;
}

#aboutUs h2 
{
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    font-size:24px;
    color:#bad5e2;
    padding:0 0 0 10px;
}

#ourVision h3 , #missionStatment h3 , #aboutUsGalleryItems h3
{
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    font-size:18px;
    color:#bad5e2;
    padding:0 0 0 10px;
}

#missionStatment
{
    width:270px;
}

#ourVision
{
   width:270px; 
}



#aboutUsGalleryItems
{
    height:300px;
}

#aboutUsGalleryItems .galleryImages
{
    height:88px;
    width:123px;
    border:solid 8px #bad5e2;
    float:left;
    margin: 5px 5px 0 0;
}

#aboutUsGalleryItems .galleryImages img
{
    display:block;
}



#aboutUsGalleryItems #galleryContainer
{
    margin: 0 0 0 5px;
}

#aboutUs
{
    width:577px;
}
/* ------------------------------------- */

/* Volunteering */

#volunteering p 
{
    color:#fff;
    padding:0 0 0 10px;
}

#community ul
{
    color:#fff;
    
}

#community li
{
    list-style-type:none;
    background:url('/images/design/bullet.gif') no-repeat 5px 10px;
    padding-bottom:10px;
}

#community p
{
  padding:0 0 0 15px;  
}

#volunteering h2 
{
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    font-size:24px;
    color:#bad5e2;
    padding:0 0 0 10px;
}

#volunteering h3 
{
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    font-size:18px;
    color:#bad5e2;
    padding:0 0 0 10px;
}

#volunteering h4 
{
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    font-size:14px;
    color:#bad5e2;
    padding:0 0 0 10px;
}

#community h3
{
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    font-size:18px;
    color:#bad5e2;
    padding:0 0 0 10px;
}

#volunteering
{
    width:577px;
}

#volunteering img
{
    margin:0 0 0 10px;
}
/* ----------------------------------------------- */

/* ProjectList */

#projectList
{
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    
}

#projectList h2
{
    font-size:24px;
    color:#bad5e2;
    font-weight:bold;
}

#projectList p
{
    color:#fff;
}

#projectList #backtotop a
{
   color:#fff; 
   text-decoration:none;
}



/* ------------------------------------------- */

/* fees pod */

#feesPod
{
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    color:#fff;
    margin:0 0 0 10px;
    width:270px;
}

#feesPod #feesImage
{
    float:left;
}

#feesPod #feesInfo
{
    padding-left:10px;
    float:left;
    width:200px;
}

#feesPod #feesInfo a
{
    color:#fff;
    text-decoration:none;
}

#feesPod #feesInfo h3
{
    float:left;
   font-size:16px;
    color:#bad5e2; 
}

#feesPod #feesInfo p
{
     font-size:12px;  
}

/* -------------------------------------------------- */
/* Travel Guide Pod */

#travel
{
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    color:#fff;
    margin:0 0 0 10px;
    width:270px;
}

#travel #travelImage
{
    float:left;
}

#travel #travelInfo
{
    padding-left:10px;
    float:left;
    width:200px;
}

#travel #travelInfo a
{
    color:#fff;
    text-decoration:none;
}


#travel #travelInfo h3
{
    float:left;
   font-size:16px;
    color:#bad5e2; 
}

#travel #travelInfo p
{
     font-size:12px;  
}


/* --------------------------------------------------- */
/* projectslist page */

#project
{
    color:#fff;
    width:601px;
    height:180px;
}

#project h3
{
    font-size:16px;
    font-weight:bold;
}

#project h4
{
    font-size:14px;
    color:#bad5e2;
    font-weight:bold;
}

#project #projectImg
{
    height:88px;
    width:123px;
    border:solid 8px #bad5e2;
    float:left;
    margin-top:5px;
    padding:0;
}

#project #projectImg a
{
    height:88px;
    width:123px;
    padding:0;
    margin:0;
}

#project #projectImg img
{
    height:88px;
    width:123px;
    padding:0;
    margin:0;
    display:block;
}

#project #projectInfo
{
    margin-left:10px;
    float:left;
    width:440px;
    color:#fff;
}

#project #projectInfo
{
    font-size:14px;
}

#project #projectInfo a
{
   color:#bad5e2;
   text-decoration:none;
   font-weight:bold;
}

#project #projectInfo a:hover
{
   text-decoration:underline;
}


#project #furtherInfo
{
    padding-top:15px;
}

#project #furtherInfo p
{
    float:left;
    font-size:14px;
    padding:0 5px 0 5px;
}
/* -------------------------------------------- */

/* Testimonials */
#testimonialsPod #testimonials 
{
    color:#fff;
}

#testimonialsPod #testimonials h3
{    
    font-size:18px;
    color:#bad5e2;
}

#testimonialsPod #testimonials a
{
    color:#fff;
    text-decoration:none;
    font-size:12px;
}

#testimonialsPod #testimonials a:hover
{
    text-decoration:underline;
}
/* ----------------------------------------------- */

/* gallery */ 

#gallery h3
{
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    font-size:18px;
    color:#BAD5E2;
    padding:0 0 0 10px;
}

#gallery a
{
  text-decoration:none;  
  color:#000;
}

#gallery .galleryImages
{
    height:88px;
    width:123px;
    border:solid 5px #bad5e2;
    float:left;
    margin: 10px 10px 0 0;
    display:block;
}

/* --------------------------------------------------- */

/* Gallery page */ 
#galleryPage
{
    width:578px;
}

#galleryPage p
{
    color:#fff;
    font-size:14px;
    
}

#galleryPage h2
{
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    font-size:24px;
    color:#bad5e2;
}

#galleryPage h3
{
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    font-size:18px;
    color:#bad5e2;
}

.galleryPageImages a
{
    width:123px;
    height:88px;
    border:solid 8px #bad5e2;
    display:block;
    margin:5px 5px 5px 5px;
}

.galleryPageImages
{
    width:123px;
    height:88px;
}

.gallerySeprator
{
  height:5px;  
}

#galleryPage .pages , #galleryPage .pages a
{
  color:#fff;  
}

#galleryPage #videos
{
    color:#fff;
}

#galleryPage #videos #wrapper
{
}

#galleryPage #videos h3
{
    color:#bad5e2;
    
}

#galleryPage #videos #content
{
   float:left; 
   padding: 0 0 0 10px;
   width:400px;
}

#galleryPage #videos #content a
{
    text-decoration:none;
}
    

#galleryPage #videos .videoImage
{
    display:block;
    width:144px;
    height:110px;
    border:solid 1px #fff;
}

#galleryPage #videos #image
{
    float:left;
}


#galleryPage #videos .videoSeprator
{
    padding:10px 5px 10px 5px;
    height:1px;
    background-image: url(../Images/Design/horizontal_projects_break.gif);
    background-position:center top;
    background-repeat:repeat-x;
    width:570px;
}



/* ----------------------------------------------------- */

/* Project Info Page */

#projectInformation
{
  color:#fff; 
  font-family:Trebuchet MS, Verdana, Sans-Serif; 
}

#projectInformation h3
{
    font-size:18px;
    color:#bad5e2;
    padding:10px 0 0 10px;
}

#projectInformation h4
{
    color:#bad5e2;
    font-size:13px;
    padding:0 0 0 10px;
}

#projectInformation p
{
    font-size:13px;
    padding:5px 0 10px 10px;
}

#projectInfoPage
{
    width:571px;
    color:#fff;
}

#projectInfoPage li
{
    list-style-type:none;
    background:url('/images/design/bullet.gif') no-repeat 5px 10px;
    padding-bottom:10px;
}

#projectInfoPage li p
{
    padding:0 0 0 15px;
}

#projectInfoPage h3
{
    font-size:18px;
    color:#bad5e2;
}

#projectInfoPage h2
{
    font-size:24px;
    color:#bad5e2;
}

#projectInformation p
{
    font-size:13px;
}



/* ------------------------------------------------------ */

/* Attractions */

#attractions
{
    color:#fff;
    width:571px;
}

#attractions h2
{
    font-size:24px;
    color:#bad5e2;
    margin:0 0 10px 0;
}

#attractions h3
{
    font-size:18px;
    color:#bad5e2;
}

#attractions img
{

}

/* --------------------------------------- */

/* Volunteer Page */

#volunteer
{
    color:#fff;
    width:578px;
}

#volunteer h2
{
    font-size:24px;
    color:#bad5e2;
}

#volunteer h3
{
    font-size:18px;
    color:#bad5e2;
}

.volunteerRule
{
    display:block;
    height:1px;
    width:609px;
    margin:0;
    padding:10px 5px 10px 5px;
    background-image: url(../Images/Design/horizontal_projects_break.gif);
    background-position:center top;
    background-repeat:repeat-x;
}

#contactDetails label, #projectDetails label,#otherDetails label,#declaration label
{
    display:block;
    width:250px;
    padding: 0 20px 0 0;
    float:left;
    text-align:right;
}

.personalLabel
{
     display:block;
    width:250px;
    padding: 0 20px 0 0;
    float:left;
    text-align:right;
}

.genderchk input
{
    list-style:none;
}

.medicalLabel
{
    display:block;
    width:250px;
    padding: 0 20px 0 0;
    float:left;
    text-align:right;
    
}

#personalDetails input , #contactDetails input, #medicalDetails input ,#projectDetails input, #otherDetails input, #declaration input
{
    float:left;
}

#declaration p
{
   float:left;
}

#declaration a
{
   color:#bad5e2;
}


#declaration input
{
    margin:0;
    padding:0;
    margin-top:auto;
    margin-bottom:auto;
}

#apply
{
    float:right;
}


/* Validation Style */
.errorSummary {border: 1px solid #cc0000;background-color: #cc0000;width: 80%;color:#ffffff;margin:10px 0px 10px 14px;}
.errorSummary h4 {margin:3px 0px 3px 3px;color:#ffffff;}
.errorSummary ul {margin: 0px;padding: 5px;background-color: #ffffff;color:#cc0000;list-style-type:none;}

.successSummary {border: 1px solid #33ff00;background-color: #33ff00;width: 80%;color:#ffffff;margin:10px 0px 10px 14px;}
.successSummary h4 {margin:3px 0px 3px 3px;color:#ffffff;}
.successSummary ul {margin: 0px;padding: 5px;background-color: #ffffff;color:#33ff00;list-style-type:none;}

#help
{
    margin:0 0 0 10px;
}

#help h3
{
    font-size:18px;
    color:#bad5e2;
}

#help p
{
   color:#fff;
   font-size:13px; 
}

#help h5
{
    margin:0 0 0 5px;
    float:left;
    font-size:18px;
    color:#ffcb1b;
}

#help h6
{
    float:left;
    color:#fff;
   font-size:13px;
}

/* ----------------------------------- */

/* Video Page */

#wrapper #content
{
    color:#fff;
    width:578px;
}

#wrapper #content h3
{
    font-size:24px;
    color:#bad5e2;
}

/*--------------------------------------*/
/* Testimonials page */

#testimonialsPage
{
    color:#fff;
    width:578px;
    font-family:Trebuchet MS, Verdana, Sans-Serif;
}

#testimonialsPage h2
{
    font-size:24px;
    color:#bad5e2;
}

#testimonialsPage #testimonials h3
{
    font-size:14px;
    color:#bad5e2;
}


.testimonialSeperator
{
   padding:10px 5px 10px 5px;
    height:1px;
    background-image: url(../Images/Design/horizontal_projects_break.gif);
    background-position:center top;
    background-repeat:repeat-x;  
}

/*----------------------------------------------*/
/* News Page page */

#newsPage
{
    color:#fff;
    width:578px;
}

#newsPage .breadCrumb
{
    color:#bad5e2;
}

#newsPage .breadCrumb a
{
    color:#bad5e2;
}

#newsPage h2
{
    font-size:24px;
    color:#bad5e2;
}

#newsPage #news h3
{
    font-size:14px;
    color:#bad5e2;
}


.newsSeperator
{
   padding:10px 5px 10px 5px;
    height:1px;
    background-image: url(../Images/Design/horizontal_projects_break.gif);
    background-position:center top;
    background-repeat:repeat-x;  
}
/*----------------------------------------------*/
/* Fees Page*/

#fees
{
    color:#fff;
    width:500px;
     font-size:14px;
}

#fees h2
{
    font-size:24px;
    color:#bad5e2;
}

#fees #content ul
{
    list-style:none;
}

#fees #content li
{
    background:url('/images/design/bullet.gif') no-repeat 5px 10px;
    padding-bottom:10px; 
}

#fees #content #list p
{
    padding:0 0 0 15px;
}

#fees #content img
{
    margin:0 0 0 15px;
    width:451px;
    height:170px;
}

/* -------------------------------------------------- */
/* Travel guide */

#travelGuide h2
{
    color:#BAD5E2;
    font-size:24px;
    font-weight:bold;  
}

#travelGuide
{
    color:#fff;
    width:600px;
    font-size:14px;
}

/* -------------------------------------------------- */

/* Admin Menu */

#adminMenu
{
    color:#fff;
    margin:0 0 0 10px;
}

#adminMenu h2
{
     font-size:24px;
    color:#bad5e2;
    padding: 0 0 10px 0;
}

#adminMenu h3
{
     font-size:18px;
    color:#bad5e2;
    text-decoration:underline;
    padding:0 0 5px 0;
    
}

#adminMenu a
{
    color:#fff;
    text-decoration:none;
}

#adminMenu a:hover
{
    text-decoration:underline;
}

/* --------------------------------------------------- */






/* Admin */


.gridView
{
    border:solid 1px #bad5e2;
    width:100%;
    text-align:center;
    font-size:12px;
}

.gridView th
{
    text-align:center;
    font-size:14px;
    color:#bad5e2;
}




/* default admin page */ 

#defaultAdmin
{
    color:#fff;
}

/* success and error message panes */

.error
{
	padding:5px 0px 5px 0px;
	color:#000;
	background-color:#ff6666;
	width:400px;
}

.successful
{
	padding:5px 0px 5px 0px;
	color:#000;
	background-color:#66cc33;
	width:400px;
}

/*----------------------------------------*/
 /* add a Project page */
 
 #addProject
 {
     font-family:Trebuchet MS, Verdana, Sans-Serif;
     color:#fff;
 }
 
  #addProject h2
 {
     font-size:24px;
    color:#bad5e2;
 }
 
 /* ------------------------------------------ */
 
 /* Edit a Project Page */ 
 #editProject
 {
     color:#fff;
 }
 
  #editProject h2
 {
     font-size:24px;
     color:#bad5e2;
 }
 
 /*-------------------------------------------*/
 
 /* View all Projects Page */
 
 #viewAllProjects
 {
     color:#fff;
 }
 
  #viewAllProjects th
 {
     color:#bad5e2;
     font-weight:bold;
 }
 
 #viewAllProjects a
 {
     color:#bad5e2;
     text-decoration:none;
 }
 
  #viewAllProjects a:hover
 {
     text-decoration:underline;
 }
 
 /*-------------------------------------*/
 
 /* Add Testimonial */
 
 #addTestimonial
 {
     font-family:Trebuchet MS, Verdana, Sans-Serif;
     color:#fff;
 }
 
 #addTestimonial h2
 {
     font-size:24px;
    color:#bad5e2;
 }
 
 /* ----------------------------------- */
 
 
 
 /* Edit Testimonial */
 
 #editTestimonial
 {
     font-family:Trebuchet MS, Verdana, Sans-Serif;
     color:#fff;
 }
 
 #editTestimonial h2
 {
     font-size:24px;
    color:#bad5e2;
 }
 
 /* ----------------------------------- */
 
 
 /* View all Projects Page */
 
 #viewAllTestimonial
 {
     color:#fff;
 }
 
  #viewAllTestimonial th
 {
     color:#bad5e2;
     font-weight:bold;
 }
 
 #viewAllTestimonial a
 {
     color:#bad5e2;
     text-decoration:none;
 }
 
  #viewAllTestimonial a:hover
 {
     text-decoration:underline;
 }
 
 /*-------------------------------------*/
 
 /* Add News */
 
 #addNews
 {
     font-family:Trebuchet MS, Verdana, Sans-Serif;
     color:#fff;
 }
 
 #addNews h2
 {
     font-size:24px;
    color:#bad5e2;
 }
 
 /* ----------------------------------- */
 
 
 
 /* Edit News */
 
 #editNews
 {
     font-family:Trebuchet MS, Verdana, Sans-Serif;
     color:#fff;
 }
 
 #editNews h2
 {
     font-size:24px;
    color:#bad5e2;
 }
 
 /* ----------------------------------- */
 
  /* View all Projects Page */
 
 #viewAllNews
 {
     color:#fff;
 }
 
  #viewAllNews th
 {
     color:#bad5e2;
     font-weight:bold;
 }
 
 #viewAllNews a
 {
     color:#bad5e2;
     text-decoration:none;
 }
 
  #viewAllNews a:hover
 {
     text-decoration:underline;
 }
 
 /*-------------------------------------*/
 
  
 /* Add News */
 
 #addNews
 {
     font-family:Trebuchet MS, Verdana, Sans-Serif;
     color:#fff;
 }
 
 #addNews h2
 {
     font-size:24px;
    color:#bad5e2;
 }
 
 /* ----------------------------------- */
 
  /* Add News */
 
 #addGallery
 {
     font-family:Trebuchet MS, Verdana, Sans-Serif;
     color:#fff;
 }
 
 #addGallery h2
 {
     font-size:24px;
    color:#bad5e2;
 }
 
 /*---------------------------------------*/
 
 /* Edit News */
 
 #editGallery
 {
     font-family:Trebuchet MS, Verdana, Sans-Serif;
     color:#fff;
 }
 
 #editGallery h2
 {
     font-size:24px;
    color:#bad5e2;
 }
 
 /* ----------------------------------- */
 
  /* View all Projects Page */
 
 #viewAllgalleryImages
 {
     color:#fff;
 }
 
  #viewAllgalleryImages th
 {
     color:#bad5e2;
     font-weight:bold;
 }
 
 #viewAllgalleryImages a
 {
     color:#bad5e2;
     text-decoration:none;
 }
 
  #viewAllgalleryImages a:hover
 {
     text-decoration:underline;
 }
 
 /*-------------------------------------*/
 
 /* Remove Gallery Image */

  #removeGalleryImage
 {
     font-family:Trebuchet MS, Verdana, Sans-Serif;
     color:#fff;
 }
 
 #removeGalleryImage h2
 {
     font-size:24px;
    color:#bad5e2;
 }
 
 /*---------------------------------------*/
 
 /* Add News */
 
 #addGalleryVideo
 {
     font-family:Trebuchet MS, Verdana, Sans-Serif;
     color:#fff;
 }
 
 #addGalleryVideo h2
 {
     font-size:24px;
    color:#bad5e2;
 }
 
 /* ----------------------------------- */
 
 
 
 /* Edit News */
 
 #editGalleryVideo
 {
     font-family:Trebuchet MS, Verdana, Sans-Serif;
     color:#fff;
 }
 
 #editGalleryVideo h2
 {
     font-size:24px;
    color:#bad5e2;
 }
 
 /* ----------------------------------- */
 
  /* View all Projects Page */
 
 #viewAllGalleryVideos
 {
     color:#fff;
 }
 
  #viewAllGalleryVideos th
 {
     color:#bad5e2;
     font-weight:bold;
 }
 
 #viewAllGalleryVideos a
 {
     color:#bad5e2;
     text-decoration:none;
 }
 
  #viewAllGalleryVideos a:hover
 {
     text-decoration:underline;
 }
 
 /*-------------------------------------*/
 
 /* Remove Gallery Image */

  #removeGalleryVideo
 {
     font-family:Trebuchet MS, Verdana, Sans-Serif;
     color:#fff;
 }
 
 #removeGalleryVideo h2
 {
     font-size:24px;
    color:#bad5e2;
 }
 
 /* ---------------------------------------- */
 
 #editNews , #removeGalleryVideo , #viewAllGalleryVideos ,#editGalleryVideo ,#addGalleryVideo ,#removeGalleryImage ,#viewAllgalleryImages,
 #editGallery ,#addGallery ,#addNews,#editNews , #addNews , #viewAllNews , #editNews , #addNews , #viewAllTestimonial , #addTestimonial , #RemoveTestimonial, #editTestimonial ,
 #viewAllProjects , #editProject ,#addProject ,#removeProject
 {
     width:570px;
 }
 
 /*-------------------------------------------*/
 
 /* Unsubscribe page */
 
 #unscubscribe
 {
     color:#fff;
 }
 
  #unscubscribe h2
 {
      font-size:24px;
    color:#bad5e2;
 }
  
 /*--------------------------------------*/
 
 /* Create News Letter page */
 
 #createNewsLetter
 {
     color:#fff;
     width:570px;
 }
 
  #createNewsLetter h2
 {
      font-size:24px;
    color:#bad5e2;
 }
 
  #createNewsLetter h3
 {
      font-size:24px;
    color:#bad5e2;
 }
 
 #createNewsLetter a
 {
     color:#fff;
     text-decoration:none;
 }
 
 #createNewsLetter a:hover
 {
     text-decoration:underline;
 }
 /* ---------------------------------- */
 
 /* Send To A Friend */
 
 #sendToAFriend
 {
    color:#fff;
    width:550px; 
 }
 
  #sendToAFriend h2
 {
    font-size:24px;
    color:#bad5e2;
 }
 
 .floatRight
 {
     float:right;
 }
 
 #viewCompleteGallery
 {
     float:right;
     padding-right:30px;
 }
 
 /*  ----------------------------------------- */
 
 
 .floatLeft
 {
     float:left;
 }
 
 .breadCrumb a
 {
    color:#bad5e2;
    text-decoration:underline;
    padding:0 0 10px 0;
 }
 
 .mainImage
 {
     background-image:url(/Images/Design/homeimg.png);
     background-position:center top;
     background-repeat:no-repeat;
     height:250px;
     width:577px;
 }
 
 .peopleDancing
 {
     background-image:url(/Images/Design/peopleDancing.png);
     background-position:center top;
     background-repeat:no-repeat;
     height:250px;
     width:577px;
 }
 
  .faceScene
 {
       background-image:url(/Images/Design/facesscene.png);
     background-position:center top;
     background-repeat:no-repeat;
     height:250px;
     width:577px;
 }
 
 .scenery
 {
   background-image:url(/Images/Design/tanzimg.png);
     background-position:center top;
     background-repeat:no-repeat;
     height:250px;
     width:577px;  
 }
 
 .testimonialsImage
 {
      background-image:url(/Images/Design/testimonials.png);
     background-position:center top;
     background-repeat:no-repeat;
     height:41px;
     width:44px;
     float:left;
     margin:0 10px 0 0 ;
 }
 
  .feesImage
 {
      background-image:url(/Images/Design/coins.png);
     background-position:center top;
     background-repeat:no-repeat;
     height:41px;
     width:44px;
     float:left;
 }
 
  .travelImage
 {
      background-image:url(/Images/Design/travel.png);
     background-position:center top;
     background-repeat:no-repeat;
     height:41px;
     width:44px;
     float:left;
 }


/* ------------------------------------------------------------ */

/* login */

#login
{
    color:#fff;
}

#login h1
{
    color:#BAD5E2;
    font-size:24px;
    font-weight:bold;
}

.loginRow
{
    margin:0 0 20px 0;
}

.loginRow input
{
    width:200px;
}

/* ------------------------------------------------------------ */

/* Terms and conditions page */

#Termsandconditions
{
    color:#fff;
     width:570px;
}

#Termsandconditions h1
{
      font-size:24px;
    color:#bad5e2;
    padding:0 0 10px 0;
}

#Termsandconditions h3
{
    font-size:18px;
    color:#bad5e2;
    padding:10px 0 10px 0;
}

#Termsandconditions p
{
    padding:0 0 10px 0;
}

#Termsandconditions .breadCrumb
{
    color:#bad5e2;
}

#Termsandconditions a
{
    color:#bad5e2;
}


 
 
