html body{font: 62.5%/1.4em Arial, Helvetica, sans-serif;color:#333333}
/* ----- base links ----- */
/* ----- Blue 7a99c5----- */
/* ----- light Green 095b29----- */
/*a:link {color: #095b29;}*/
/*a:visited {color: #CC6633;}*/
/*a:hover {color: #999966;}*/
/*a:active {color: #CC6633;}*/
/*a:focus{color: #CC6633;}*/

/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 250px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.3em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-weight:bold;
TEXT-TRANSFORM: uppercase;    
font-size: 1.4em;
color: #800080;
margin-right:10px;
}

table.newsletter
{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #e8f0eb;
	border-collapse: collapse;
	background-color: #ffffff;
}
table.newsletter td
{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #e8f0eb;
	border-collapse: collapse;
	background-color: #ffffff;
    padding : 5px;
    height:30px;
    /*COLOR: #000000;*/
    text-align:center;
    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 9.5pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    /*FONT-WEIGHT: bolder;*/
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none;
    line-height:150%

}table.staff
{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #e8f0eb;
	border-collapse: collapse;
	background-color: #ffffff;
}
table.staff td
{
    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #e8f0eb;
	border-collapse: collapse;
	background-color: #ffffff;
    padding : 5px;
    height:30px;
    /*COLOR: #000000;*/

    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 9.5pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    /*FONT-WEIGHT: bolder;*/
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none;
    line-height:150%

}
/* Use e8f0eb for td bg color*/
table.mainMenu
{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #7a99c5;
	border-collapse: collapse;
	background-color: #ffffff;
}
table.mainMenu td
{

    border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #7a99c5;
	border-collapse: collapse;
	background-color: #e8f0eb;
    padding : 5px;
    height:30px;
    COLOR: #000050;

    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 9.5pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none;
    line-height:150%
}
table.mainMenu td.selected
{
	background-color: #ffffff;
}

table.mainMenu td A:link      /*Does not work in IE6*/
{
    COLOR: #095b29;

    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 9.5pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none;
    line-height:150%

}

table.mainMenu td A:hover
{
    TEXT-DECORATION: none;
    COLOR: #800080;
}
a.initial
{
    TEXT-DECORATION: none;
    COLOR: #085029;

    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 9.5pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none;
    line-height:150%

}
a.final
{
    TEXT-DECORATION: none;
    COLOR: #000040;
    FONT-SIZE: 10pt;

}
.testing
{
    background-image:url(../images/menuBackgroundBlack.png);    
}
.smallFont
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 4pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none;


}
table.tblBody
{
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #7a99c5;
    border-collapse: collapse;
    background-color: #ffffff;    
}
table.tblBody td.headr
{
    background-color: #f6f9fb;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none;
    TEXT-ALIGN: center;
    TEXT-TRANSFORM: uppercase;
    WIDTH:100%;
    HEIGHT:35px;
    VERTICAL-ALIGN: middle;     
}
table.tblBody td.headrTmp
{
    background-color: #f6f9fb;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none;
    TEXT-ALIGN: center;
    TEXT-TRANSFORM: uppercase;
    WIDTH:100%;
    HEIGHT:35px;
    VERTICAL-ALIGN: middle;
}
table.tblBody td.bdy
{
    background-color: #ffffff;
    padding:10px;
    COLOR: #000000;
    TEXT-TRANSFORM: none;
}

td.menuon
{
    background-color: #000000; color: #FFFFFF;
}
td.menuoff
{
    background-color: #FFFFFF; color: #000000;
}

.fontMenuon
{
    COLOR: #ed7602;
    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 8.5pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none; line-height:150%
}

.fontMenuoff
{
    COLOR: #000000;
    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 8.5pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none; line-height:150%
}
.ttip
{
    position:fixed;left:0px;top:0px;visibility:hidden;border:1px solid black;font-size:10px;layer-background-color:lightyellow;background-color:lightyellow;
}
.legnd
{
    COLOR: #000000;
    height:30px;
    FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none; line-height:150%   
}
.paraStyle
{
    COLOR: #000000;
    FONT-FAMILY: sans-serif;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
}


/* Classes for Gallery One Start*/

#G1_Image_Container {width:520px; height:412px; padding:2px; background:#fff; border:1px solid #aaa;}
#G1_ThumbNail_Container {width:230px; height:412px; background:#fff; border:1px solid #aaa; float:left; overflow:auto; overflow-x:hidden;}
#G1_ThumbNail_Container ul {width:230px; height:412px; padding:0; margin:2px; list-style-type:none; float:right;}
#G1_ThumbNail_Container li {float:left;}

#G1_ThumbNail_Container a.gallery, #G1_ThumbNail_Container a.gallery:visited {display:block; color:#000; text-decoration:none; border:2px solid #000; margin:1px 2px 1px 2px; text-align:left; cursor:hand;}
#G1_ThumbNail_Container a.slide1 {background:url(../images/gallery1/G1_P1_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide2 {background:url(../images/gallery1/G1_P2_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide3 {background:url(../images/gallery1/G1_P3_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide4 {background:url(../images/gallery1/G1_P4_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide5 {background:url(../images/gallery1/G1_P5_T.JPG); height:93px; width:60px;}
#G1_ThumbNail_Container a.slide6 {background:url(../images/gallery1/G1_P6_T.JPG); height:93px; width:60px;}
#G1_ThumbNail_Container a.slide7 {background:url(../images/gallery1/G1_P7_T.JPG); height:93px; width:60px;}
#G1_ThumbNail_Container a.slide8 {background:url(../images/gallery1/G1_P8_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide9 {background:url(../images/gallery1/G1_P9_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide10 {background:url(../images/gallery1/G1_P10_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide11 {background:url(../images/gallery1/G1_P11_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide12 {background:url(../images/gallery1/G1_P12_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide13 {background:url(../images/gallery1/G1_P13_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide14 {background:url(../images/gallery1/G1_P14_T.JPG); height:93px; width:60px;}
/*#G1_ThumbNail_Container a.slide15 {background:url(../images/gallery1/G1_P15_T.JPG); height:93px; width:60px;}Same photo as 14 */
#G1_ThumbNail_Container a.slide16 {background:url(../images/gallery1/G1_P16_T.JPG); height:93px; width:60px;}
#G1_ThumbNail_Container a.slide17 {background:url(../images/gallery1/G1_P17_T.JPG); height:93px; width:60px;}
#G1_ThumbNail_Container a.slide18 {background:url(../images/gallery1/G1_P18_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide19 {background:url(../images/gallery1/G1_P19_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide20 {background:url(../images/gallery1/G1_P20_T.JPG); height:93px; width:60px;}
#G1_ThumbNail_Container a.slide21 {background:url(../images/gallery1/G1_P21_T.JPG); height:93px; width:60px;}
#G1_ThumbNail_Container a.slide22 {background:url(../images/gallery1/G1_P22_T.JPG); height:93px; width:60px;}
#G1_ThumbNail_Container a.slide23 {background:url(../images/gallery1/G1_P23_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide24 {background:url(../images/gallery1/G1_P24_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide25 {background:url(../images/gallery1/G1_P25_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide26 {background:url(../images/gallery1/G1_P26_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide27 {background:url(../images/gallery1/G1_P27_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide28 {background:url(../images/gallery1/G1_P28_T.JPG); height:60px; width:93px;}
#G1_ThumbNail_Container a.slide29 {background:url(../images/gallery1/G1_P29_T.JPG); height:93px; width:60px;}

#G1_ThumbNail_Container a.gallery span {position:absolute; width:1px; height:1px; top:5px; left:5px; background:#fff; overflow:hidden;}
#G1_ThumbNail_Container a.gallery:hover {border:1px solid #fff;}
#G1_ThumbNail_Container a.gallery:hover img {border:1px solid #fff; float:left; margin-right:5px;}
#G1_ThumbNail_Container a.slideb:hover img, #G1_ThumbNail_Container a.slidei:hover img {float:right;}

/* Classes for Gallery One End*/
/* Classes for Gallery Two Start*/

#G2_Image_Container {width:520px; height:412px; padding:2px; background:#fff; border:1px solid #aaa;}
#G2_ThumbNail_Container {width:230px; height:412px; background:#fff; border:1px solid #aaa; float:left; overflow:auto; overflow-x:hidden;}
#G2_ThumbNail_Container ul {width:230px; height:412px; padding:0; margin:2px; list-style-type:none; float:right;}
#G2_ThumbNail_Container li {float:left;}

#G2_ThumbNail_Container a.gallery, #G2_ThumbNail_Container a.gallery:visited {display:block; color:#000; text-decoration:none; border:2px solid #000; margin:1px 2px 1px 2px; text-align:left; cursor:hand;}
#G2_ThumbNail_Container a.slide1 {background:url(../images/gallery2/G2_P01_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide2 {background:url(../images/gallery2/G2_P02_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide3 {background:url(../images/gallery2/G2_P03_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide4 {background:url(../images/gallery2/G2_P04_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide5 {background:url(../images/gallery2/G2_P05_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide6 {background:url(../images/gallery2/G2_P06_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide7 {background:url(../images/gallery2/G2_P07_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide8 {background:url(../images/gallery2/G2_P08_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide9 {background:url(../images/gallery2/G2_P09_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide10 {background:url(../images/gallery2/G2_P10_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide11 {background:url(../images/gallery2/G2_P11_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide12 {background:url(../images/gallery2/G2_P12_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide13 {background:url(../images/gallery2/G2_P13_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide14 {background:url(../images/gallery2/G2_P14_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide15 {background:url(../images/gallery2/G2_P15_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide16 {background:url(../images/gallery2/G2_P16_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide17 {background:url(../images/gallery2/G2_P17_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide18 {background:url(../images/gallery2/G2_P18_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide19 {background:url(../images/gallery2/G2_P19_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide20 {background:url(../images/gallery2/G2_P20_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide21 {background:url(../images/gallery2/G2_P21_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide22 {background:url(../images/gallery2/G2_P22_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide23 {background:url(../images/gallery2/G2_P23_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide24 {background:url(../images/gallery2/G2_P24_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide25 {background:url(../images/gallery2/G2_P25_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide26 {background:url(../images/gallery2/G2_P26_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide27 {background:url(../images/gallery2/G2_P27_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide28 {background:url(../images/gallery2/G2_P28_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide29 {background:url(../images/gallery2/G2_P29_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide30 {background:url(../images/gallery2/G2_P30_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide31 {background:url(../images/gallery2/G2_P31_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide32 {background:url(../images/gallery2/G2_P32_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide33 {background:url(../images/gallery2/G2_P33_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide34 {background:url(../images/gallery2/G2_P34_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide35 {background:url(../images/gallery2/G2_P35_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide36 {background:url(../images/gallery2/G2_P36_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide37 {background:url(../images/gallery2/G2_P37_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide38 {background:url(../images/gallery2/G2_P38_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide39 {background:url(../images/gallery2/G2_P39_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide40 {background:url(../images/gallery2/G2_P40_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide41 {background:url(../images/gallery2/G2_P41_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide42 {background:url(../images/gallery2/G2_P42_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide43 {background:url(../images/gallery2/G2_P43_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide44 {background:url(../images/gallery2/G2_P44_T.JPG); height:70px; width:93px;}
#G2_ThumbNail_Container a.slide45 {background:url(../images/gallery2/G2_P45_T.JPG); height:70px; width:93px;}


#G2_ThumbNail_Container a.gallery span {position:absolute; width:1px; height:1px; top:5px; left:5px; background:#fff; overflow:hidden;}
#G2_ThumbNail_Container a.gallery:hover {border:1px solid #fff;}
#G2_ThumbNail_Container a.gallery:hover img {border:1px solid #fff; float:left; margin-right:5px;}
#G2_ThumbNail_Container a.slideb:hover img, #G2_ThumbNail_Container a.slidei:hover img {float:right;}

/* Classes for Gallery Two End*/