

body{
margin: 13px;
padding: 0px;
color: #333333;
/*border: #333333 none 1px;*/
background-image: url('/Images/BackGround.jpg');
background-repeat: repeat;
font-family: Tahoma, Verdana, Arial;
}

b{font-size: 14px;
font-family:Tahoma;

}


h1{
margin-left: 0px;
font-size: 18px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
font-weight: normal;
padding-left: 10px;
margin-left: 5px;
margin-right: 30px;
}


#maincontainer{
width: 798px; /*Width of main container*/
margin: 0px auto; /*Center container on page*/
/*border: #333333 solid 1px;*/
background-color: #ffffff;
}


#topsection{
background: #ffffff;
}


#contentwrapper{
float: left;
width: 100%;
background: #ffffff;
padding: 20px 0px 0px 0px;
/*position: absolute; top: 430px; */
}

#contentcolumn{
float: left;
border-style: none;
/*margin-right: 200px; /*Set right margin to RightColumnWidth*/
width: 510px;
/*margin-top: 20px;*/
margin-left: 20px;
background: #FFFFFF;
font-size: 14px;
}

#contentfullcolumn{
float: left;
border-style: none;
/*margin-right: 200px; /*Set right margin to RightColumnWidth*/
width: 710px;
margin: 20px;
background: #FFFFFF;
}

#rightcolumn{
float: right;
border-style: none;
padding: 5px 5px 0px 10px;
width: 200px; /*Width of right column*/
/*margin-left: -210px; /*Set left margin to -(RightColumnWidth) */
/*margin-top: 360px;*/
margin-right: 12px;
margin-top:  40px;
background: #FDE95E;
font-size: 13px;
}

#rightcolumn ul li{
margin-left: -18px;

}

.share {
border-style: none;
margin: -40px 20px 30px 0px;
float: right;
}


.innertube-1 {
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
width: 100%;
}

.innertube-1 b {
color: #211914;
}

.innertube-2 {
margin: 0px; /*Margins for inner DIV inside each column*/
padding: 0px 0px 0px 0px;
margin-top: 10px;
}

.innertube-2 b {
color: #211914;

}

.headertop {  
margin-top: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-bottom:0px;
padding: 6px 0px 0px 50px;
float: left;
background: #FFFFFF;
}


.insideheadertop { 
color: #666666;
float: right;/*position: relative; top: 40px; right: 400px;*/
background: #FFFFFF;
padding: 45px 32px 0px 0px;
margin: 0px;
width: 300px; /*Width of right column*/
margin-left: 0px; /*Set left margin to -(RightColumnWidth) */
margin-top: 5px;
text-align: center;
}


.TXT_Olive {
color: #1A1A1A;
}


#footer
 {
	font-size: 11px;
	float: left;
	width: 100%;
	/*height: 100px;*/
	background-color: #D3CFC5;
	color: #594843;
	text-align: center;
	/*padding: 8px 0px 0px 0px;*/
	text-decoration: none;
 }

#footer a
 {
	color: #055B75;
 }

#footer td {
padding: 6px;
}




/*---------------------------------------------
     FAQs styling for auto drop downs
---------------------------------------------*/

    .mysix
     {  /* header of 1st demo - MUST USE DIFFERENT CLASS NAMES */
        color: #ffffff;
/*        cursor: hand; */
        cursor: pointer;
        padding: 0px 5px;
        border: 1px solid gray;
        background: #506E7C;
        font-size: 12px;
     }

     .thesix{

       Font-size: 12px;

     }

    .opensix
     {  /* class added to contents of 1st demo when they are open - MUST USE DIFFERENT CLASS NAMES */
        color: white;
        background: #83B7CC;
     }

    .togglehtml li
     {
        margin-bottom: 8px;
     }

    .myheader
     {
/*        cursor: hand; */
        cursor: pointer;
     }

    .mycontent
     {
        padding-top: 2px;
        padding-bottom: 9px;
     }


/*---------------------------------------------
             FORM styling
---------------------------------------------*/
.Field_Label
{

    text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.Field_Label_Required
{
	font-weight: bold;
    text-align: right;
	vertical-align: middle;
	white-space: nowrap 
}

.Field_Label1
{

    text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}


/***
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
font-size: 14px;
width: 100%;
padding:20px 0px 0px 30px
}

.underlinemenu ul{
padding: 8px 3px 10px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #0071BC;
padding: 8px 3px 4px 4px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #F5A01A;
}



.BKGD_White
{
	background-color: #FFFFFF;
}


/*------------------------------------------------
	ALIGNMENTS
------------------------------------------------*/
.ALGN_Top
{
	vertical-align: top;
}

.ALGN_Bttm
{
	vertical-align: bottom;
}

.ALGN_Left
{
	text-align: left;
}

.ALGN_Right
{
	text-align: right;
}

.ALGN_Ctr
{
	text-align: center;
}



.Error_Text
 {
    height: auto;
    vertical-align: top;
    padding: 0px 13px 0px 14px;
    position: relative; z-index: 100;
 }

.Error2_Text
 {
    margin: 20px 0px 0px 20px;
 }


.Clear
 {
    height: 0px;
    clear: both;
    line-height: 0px;
    border-style: none;
 }



/*------Print, email, contact------*/

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 195px;
border: 1px solid gray;
padding-left: 5px;
background-color: #A2DCED;
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);
}