﻿html, form, body 
{
	background-image: url(Images/bgnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #c6c7c9;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	margin :0px;
	color: #838080;
}

TEXTAREA
{
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

P
{
	line-height: 150%;
	margin: 0px;	
	padding: 5px 0px
}

IMG
{
	border: none 0px;
}

H1
{
	color: #92117e;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;	
	padding: 5px 0px
}

H2
{
	color: black;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;	
	padding: 5px 0px
}

H3
{
	color: #92117e;
	font-weight: normal;
	font-size: 22px;
	margin: 0px;	
	padding: 5px 0px
}

H4
{
	color: #92117e;
	font-weight: normal;
	margin: 0px;	
	padding: 5px 0px;
	font-size: 12px;
}

LI
{
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 1em;
	padding-bottom: 5px;
}

/* Menu */
.Menu
{
	height: 55px;
	background-image: url(Images/nav-bar-slice.png);
	background-repeat: repeat-x;
	width: 980px;
}

.MenuHolder
{
	padding-top: 3px;
	padding-left: 50px;
}

.Spacer
{
	width: 22px;
	display: block;
	float: left;
}

A.MenuItem
{
	width: 107px;
	text-align: center;
	color: white;
	display: block;
	float: left;
	padding: 14px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	background-image: url(Images/nav-black.png);
	background-repeat: no-repeat;
	height: 47px;
}

A:Hover.MenuItem
{
	background-image: url(Images/nav-purple.png);
}

A.MenuItemSel
{
	width: 107px;
	text-align: center;
	color: white;
	display: block;
	float: left;
	padding: 14px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	background-image: url(Images/nav-purple.png);
	background-repeat: no-repeat;
	height: 47px
}

/* Header */
.Header
{
	color: white;
	margin-bottom: 10px;
	font-size: 11px;
	width: 980px;
	overflow: hidden;
}

.HeaderTextbox
{
	color: white;
	background-color: Black;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	border: solid 1px white;	
	width: 200px;
	height: 13px;
}

.HeaderSelect
{
	color: #7f7979;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	padding: 0px;
	width: 120px;
}

.HeaderSearchButton
{
}

.HeaderButton
{
	color: #7f7979;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	padding: 0px;
}

/* Main Placeholders */
.Main
{
	width: 992px;
	margin: 10px auto;
}

.MainHolder
{
	background-image: url(Images/drop-shadow.png);
	background-repeat: repeat-y;
	background-position: right top;
}

.HomepageHolder
{
	background-image: url(Images/Home_03.png);
	background-color: White;
	background-repeat: repeat-x;
}

.Error
{
	border: solid 1px crimson;
	padding: 10px;
	background-color: #FFF0F0;
	color: crimson;
	margin: 10px 10px 10px 0px;
}

.Success
{
	border: solid 1px forestgreen;
	padding: 10px;
	background-color: #E0F8E0;
	color: forestgreen;
	margin: 10px 10px 10px 0px;
}

/* Footer */
.Footer
{
	background-image: url(Images/footer.png);
	background-repeat: repeat-x;
	width: 860px;
	height: 160px;
	z-index: 9999;
	padding: 0px 60px 0px 60px;
	background-color: #dfdfdf;
	margin-top: 0px
}

.FooterHome
{
	background-image: url(Images/footer.png);
	background-repeat: repeat-x;
	width: 860px;
	height: 160px;
	z-index: 9999;
	padding: 0px 60px 0px 60px;
	background-color: #dfdfdf;
}

.FooterSub
{
	height: 150px;
}

.FooterSub P
{
	padding: 5px 0px;
	margin: 0px;
}

.PullMeUpABitLess
{
	position: relative;
	top: -35px;
	z-index: 9999;
}

.PullMeUp
{
	position: relative;
	top: -50px;
	z-index: 9999;
}

.PullMeUpABit
{
	position: relative;
	top: -30px;
}

.PullMeUpABit1
{
	position: relative;
	top: -50px;
}

.PullMeUpABitMore
{
	position: relative;
	top: -30px;
}

.PullMeUpABitMore LI
{
	background-image: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Footer Bottom */
.FooterBottom
{
	background-image: url(Images/footer-ds.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 63px;
	width: 992px;
	overflow: hidden; 
	font-size: 11px;
}

.FooterBottomHolder 
{
	background-image: url(Images/footer-bg.png);
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	width: 940px;
	padding: 14px 20px 0px 20px;
	height: 57px;
}

.FooterBottom A
{
	color: #838080;
	text-decoration: none;
}

.FooterBottom A:Hover
{
	color: #92117e;
}

.FooterBottom A#current
{
	color: #92117e;
	text-decoration: none;
}

/* Body */
.BodyHolder
{
	background-image: url(Images/Home_03.png);
	background-color: White;
	background-repeat: repeat-x;
	width: 980px;
	clear: both;
	min-height: 500px;
}

.BodyHolder1
{
	background-image: url(Images/Home_03.png);
	background-color: White;
	background-repeat: repeat-x;
	width: 980px;
	clear: both;
	height: 384px;
	overflow: hidden;
}

.Inset
{
	padding: 0px 0px 0px 60px;
}

.DoubleInset
{
	padding-left: 10px;
}

.Logo
{
	padding-top: 30px;
}



/* Alt Menu */
.AltMenu
{
	width: 273px;
	padding-top: 23px;
}

.AltMenuBG
{
	background-image: url(Images/menu-panel_02.png);
	background-repeat: repeat-x;
	background-color: #e6e6e6;
	min-height: 215px;
	overflow:visible;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #f9f9f9;
	width: 258px;
}

.AltMenuBG1
{
	background-image: url(Images/menu-panel-ds.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 264px;
}

.AltMenuPadding
{
	padding: 15px 15px 15px 10px;
	width: 188px;
}

.AltMenu HR
{   
	height: 1px;
	margin: 5px 0px 10px 0px;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted #b3b3b3;
	clear: both;

}

.AltMenu H1
{
	padding-bottom: 15px;
}

.AltMenu A
{
	display: block;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 10px 0px;
	background-image: url(Images/arrow-grey.png);
	background-repeat: no-repeat;
	background-position: left top;	
	font-size: 13px;
	color: #70726a;
	text-decoration: none;
	width: 200px;
}

.AltMenu A:Hover
{
	display: block;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 10px 0px;
	background-image: url(Images/arrow-purple.png);
	background-repeat: no-repeat;
	background-position: left center;	
	font-size: 13px;
	color: black;
	text-decoration: none;
}

.AltMenu A:Active
{
	display: block;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 10px 0px;
	background-image: url(Images/arrow-purple.png);
	background-repeat: no-repeat;
	background-position: left center;	
	font-size: 13px;
	color: black;
	text-decoration: none;
}

.AltMenu A#current
{
	display: block;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 10px 0px;
	background-image: url(Images/arrow-purple.png);
	background-repeat: no-repeat;
	background-position: left center;	
	font-size: 13px;
	color: black;
	text-decoration: none;
}

.AltMenu H2
{
	font-size: 13px;
}

.AltMenu H3
{
	padding: 0px;
	margin: 0px;
}

.AltMenu H2
{
	padding: 0px;
	margin: 0px;
	padding-top: 7px;
}

.AltMenu P
{
	padding: 0px;
	margin: 0px;
	line-height: 110%;
}

.AltMenu H1 A
{
	font-size: 12px;
	color: #233362;
	background-image: none;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
	display: block;
	margin-right: 10px;
	border-bottom: 1px dotted #b3b3b3;
}

.AltMenu H1 A:Hover
{
	font-size: 12px;
	background-image: none;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #b3b3b3;
}

.AltMenu H3 A
{
	font-size: 12px;
	color: #233362;
	background-image: none;
	padding-bottom: 13px;
	padding-top: 5px;
	margin-bottom: 7px;
	display: block;
	margin-right: 0px;
	border-bottom: 1px dotted #b3b3b3;
}

.AltMenu H3 A:Hover
{
	font-size: 12px;
	background-image: none;
	border-bottom: 1px dotted #b3b3b3;
}

/* Alt Body */
.AltBody
{
}

.AltBodyText A
{
	color: #92117e;
	text-decoration: none;
}

.AltBodyText A:Hover
{
	color: black;
	text-decoration: underline;
}

.FooterText
{
	height: 43px; 
	overflow: hidden; 
	line-height: 125%;
}


.AltBodyText H1
{
	color: #92117e;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;	
	padding: 77px 0px 58px 0px;
}

.AltBodyText H2
{
	color: black;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;	
	line-height: 150%;
	padding: 7px 0px
}

.AltBodyText H3
{
	color: #92117e;
	font-weight: normal;
	font-size: 22px;
	margin: 0px;	
	padding: 74px 0px 58px 0px;
}

.AltBodyText H4
{
	color: #92117e;
	font-weight: normal;
	margin: 0px;	
	padding: 5px 0px;
	font-size: 12px;
}

.AltBodyText HR
{
	height: 1px;
	margin: 5px 0px 10px 0px;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted #b3b3b3;
	clear: both;
}

.AltBodyText
{
	font-size: 12px;
	padding-right: 25px;
}

.AltBodyText P
{
	color: #70726a;
}


.TextboxBig
{
	width: 475px;
}
.FooterBottom1
{
	font-size: 11px;
}

.FooterBottom1 A
{
	color: #838080;
	text-decoration: none;
}

.FooterBottom1 A:Hover
{
	color: #92117e;
}

.TableHeader
{
	background-image: url(Images/drop-down-slice.png);
	background-repeat: repeat-x;
	height: 15px;
	color: White;
}

.TableRowAlt
{
	background-color: #EFEFEF;
}

.ImageHome
{
	margin-top: -360px;
	padding-left: 200px;
}

/* */
#google_translate_element
{
	float: left;
}

#google_translate_element SELECT
{
	color: #7f7979;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
}