/*/////////////////////*/
/*    HTML ELEMENTS    */
/*/////////////////////*/


html{
	background-color:#CCC;
	font-family:"Times New Roman", Times, serif;
	color:black;
	height:100%;
	margin-bottom:1px;
	line-height:1.6em;
}


body{
	background:#fff;
	width:960px;
	margin:50px auto;
}




/*/////////////////////*/
/*      ID STYLES      */
/*/////////////////////*/

#container{
	background-image:url(../images/one-pixel-bg.gif);
	background-repeat:repeat-y;
	width:960px;
	margin:15px auto 0px auto;
	}



#contentMargin{
	margin-left:50px;
	margin-right:50px;
	margin-top:25px;
	margin-bottom:25px;
}



#LeftSide{
	width:200px;
	float:left;
}

#MainRight{
	width:660px;
	margin-left:200px;
}


#PaddingTop	{padding-top:20px;}

/*//////////////////////////////////////////////////////*/
/*    THIS IS FOR 3 SECTIONS FOUND ON THE FORMS PAGE   */
/*//////////////////////////////////////////////////////*/


#LeftSideForm{
	width:200px;
	float:left;
}

#CenterForm{
	width:275px;
	float:left;
}

#RightForm{
	width:400px;
	margin-left:300px;

}






/*//////////////////////////////*/
/*    THIS IS FOR 3 SECTIONS    */
/*//////////////////////////////*/

#HalfLeftSide{
	padding-top:20px;
	margin-left:15px;
	width:390px;
	float:left;
}

#CenterSide{
	padding-top:20px;
	float:left;
	width:20px;
}



#HalfRightSide{
	padding-top:20px;
	width:425px;
	margin-left:430px;
}



/*//////////////////////////////////////////*/
/*    THIS IS FOR 4 SECTIONS  INDIAN PAGE   */
/*//////////////////////////////////////////*/

#SideOne{
	padding-top:20px;
	width:280px;
	float:left;
}

#SideTwo{
	padding-top:20px;
	float:left;
	width:125px;
	padding-left:20px;
	padding-right:27px;
}



#SideThree{
	padding-top:20px;
	float:left;
	width:280px;
}



#SideFour{
	padding-top:20px;
	width:125px;
	margin-left:732px;
}




/*////////////////////////////////////////////////*/
/*    THIS IS FOR 3 Logos on the Header Index PG  */
/*////////////////////////////////////////////////*/

#SideOneIndex{
	padding-top:50px;
	padding-left:50px;
	width:234px;
	float:left;
}

#SideOneIndex3{
	padding-top:50px;
	padding-left:50px;
	width:334px;
	float:left;
}



#SideTwoIndex{
	padding-top:50px;
	float:left;
	width:180px;
	padding-left:175px;
	padding-right:20px;
}


#SideTwoIndex3{
	padding-top:50px;
	float:left;
	width:180px;
	padding-left:75px;
	padding-right:20px;
}


#SideThreeIndex{
	padding-top:50px;
	float:left;
	width:79px;
}








.text{
	font-size:.8em;
}


.textsm{
	font-size:.8em;
	line-height:20px;
}



.footerboldtext{
	font-weight:bolder;
	font-size:1.5em;
	font-family: 'Trajan Pro','Times New Roman', Times, serif;
	padding-left:120px;
}

.WelcomeHeader{
	font-weight:bold;
	font-size:1.50em;
}

.MainHeader{
	font-weight:bold;
	font-size:1.50em;
}



.MainHeaderSm{
	font-weight:bold;
	font-size:1.20em;
}


.bold{
	font-weight:bold;
	font-size:1em;
}

.justbold{ font-weight:bold;
}




a.black:link		{color:black; text-decoration:none; }
a.black:visited		{color:black; text-decoration:none; }
a.black:hover		{color:black; text-decoration:underline;}
a.black:active		{color:black; text-decoration:none;}




/*//////////////////////////////////////////*/
/*    THIS IS FOR SLIDE SHOW BANNERS        */
/*//////////////////////////////////////////*/



/* Apply the slideBox ID to a div that contains all your slides. Set the width and height to fit your page and your artwork. */
#slideBox{
	width: 960px;
	height: 315px;
	position: relative;
}

/* The slide class is for each div that acts as a slide. Set the width and height to match slideBox. */
.slide{
	width: 960px;
	height: 315px;
	position: absolute;
	top: 0;
	left: 0;
}

/* If you wrap an entire slide in a hyperlink, compensate for default browser hyperlink styling. */
#slideBox a{
	text-decoration: none;
}

#slideBox a img{
	border: none;
}

/* The slideGraphic class is for the image that acts as the content/background of a slide. */
.slideGraphic{
	position: absolute;
	top: 0;
	left: 0;
}

/* You can have a unique class for the text of each slide so that it can be styled and positioned uniquely. */
.slideText01{
	position: absolute;
	top: 27px;
	left: 775px;
	color:#d3a146;
	font-size:3.6em;
}

.slideText02{
	position: absolute;
	top: 150px;
	left: 625px;
	color:#d3a146;
	font-size:2.7em;
}

.slideText03{
	position: absolute;
	top: 180px;
	left: 300px;
}

/* Add more slideText classes as needed. */