
body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #e9e9e9;
}

a{
	color: #666666;
	text-decoration: underline;
	outline-style: none;
}

a:hover{
	color: #e20061;
}

a img{
	border: none;
}

h1{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 37px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 25px;
	width: 375px;
}

h2{
	color: #4f0b68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
	text-transform: uppercase;
}

h3{
	color: #333333;
	font-weight: normal;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 10px 0px;
}

h4{
	color: #4f0b68;
	font-weight: normal;
	font-size: 29px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

h5{
	color: #383436;
	font-weight: normal;
	font-size: 23px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}

#mainContainer{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 936px;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
}

.box{
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 896px;
	clear: both;
	overflow: hidden;
}

#headerLeft{
	float: left;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#headerRight{
	float: right;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#inputBox{
	width: 126px;
	height: 19px;
	float: right;
	clear: both;
	overflow: hidden;
}

#headerRight input{
	color: #808080;
	font-size: 12px;
	background: url(../gfx/inputBg.gif) repeat-x;
	height: 15px;
	line-height: 15px;
	width: 104px;
	border: none;
	float: left;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
}

#inputBgLeft{
	float: left;
	background: url(../gfx/inputBgLeft.gif) no-repeat;
	width: 4px;
	height: 19px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#inputBgRight{
	float: right;
	background: url(../gfx/inputBgRight.gif) no-repeat;
	width: 14px;
	height: 19px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#headerRight p{
	font-size: 13px;
	float: none;
	clear: both;
	color: #571f6f;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
}

#headerRight span{
	font-size: 20px;
	color: #d8106c;
	font-weight: bold;
	text-align: right;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}

#nav{
	float: right;
	clear: both;
	overflow: hidden;
}

#nav ul{
	clear: both;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav li{
	display: inline;
	font-size: 14px;
	color: #333333;
}

#nav a{
	font-size: 14px;
	color: #333333;
	padding: 10px 10px 0px 10px;
	text-decoration: none;
}

#nav .navLeftBg{
	float: left;
	background: url(../gfx/navLeftBg.gif) no-repeat;
	width: 5px;
	height: 28px;
	padding-top: 10px;
	margin-right: -1px;
}

#nav .navMidBg{
	float: left;
	background: url(../gfx/navMidBg.gif) repeat-x;
	height: 28px;
	width: auto;
	padding-top: 10px;
}

#nav .navRightBg{
	float: left;
	background: url(../gfx/navRightBg.gif) no-repeat;
	width: 5px;
	height: 28px;
	padding-top: 10px;
	margin: 0px 3px 0px 0px;
	margin-left: -1px;
}

#nav .navRightBg#navEdge{
	margin: 0px 0px 0px -1px;
}


#nav .navLeftBgOn{
	float: left;
	background: url(../gfx/navLeftBgOn.gif) no-repeat;
	width: 5px;
	height: 28px;
	padding-top: 10px;
	margin-right: -1px;
}

#nav .navMidBgOn{
	float: left;
	background: url(../gfx/navMidBgOn.gif) repeat-x;
	height: 28px;
	width: auto;
	padding-top: 10px;
}

#nav .navMidBgOn a{
	color: #FFFFFF;
	text-decoration: none;
}

#nav .navRightBgOn{
	float: left;
	background: url(../gfx/navRightBgOn.gif) no-repeat;
	width: 5px;
	height: 28px;
	padding-top: 10px;
	margin: 0px 3px 0px -1px;
}

#nav .navRightBgOn#navEdge{
	margin: 0px 0px 0px -1px;
}

#banner{
	background: url(../gfx/banner.gif) no-repeat;
	width: 896px;
	height: 265px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

#cta{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	clear: both;
}

.ctaSilverBg{
	background: url(../gfx/silverBoxMid.gif) repeat-y;
	height: 100%;
	width: 285px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.ctaSilverBgTop{
	background: url(../gfx/silverBoxTop.gif) no-repeat;
	height: 244px;
	width: 257px;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 14px;
	overflow: hidden;
}

.ctaSilverBgBottom{
	background: url(../gfx/silverBoxBottom.gif) no-repeat;
	height: 5px;
	width: 285px;
	margin: 21px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#ctaLeft{
	background: url(../gfx/silverBoxMid.gif) repeat-y;
	height: 100%;
	float: left;
	width: 285px;
	margin-bottom: 0px;
}

.button{
	background: url(../gfx/buttonBgMid.gif) repeat-x;
	width: auto;
	height: 20px;
	padding: 3px 5px 4px 5px;
	float: left;
	color: #efefef;
}

.button a{
	text-decoration: none;
}

a .buttonRight, .button, .buttonLeft{
	color: #efefef;
	text-decoration: none;
	cursor: pointer;
}

.buttonLeft{
	background: url(../gfx/buttonBgLeft.gif) no-repeat;
	width: 2px;
	height: 20px;
	float: left;
	margin-right: -1px;
}

.buttonRight{
	background: url(../gfx/buttonBgRight.gif) no-repeat;
	width: 2px;
	height: 20px;
	float: left;
	margin-left: -1px;
}

#ctaLeftImage{
	background: url(../gfx/ctaAboutImage.png) 0px 0px no-repeat;
	width: 285px;
	height: 118px;
	margin: -90px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#ctaMid{
	float: left;
	width: 285px;
	margin: 0px 20px 0px 20px;
}

#ctaMid ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#ctaMid li{
	background: url(../gfx/bullet.gif) 0px 9px  no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px dotted #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 21px;
	height: 21px;
	list-style: none;
	cursor: pointer;
}

#ctaMid a{
	color: #666666;
	text-decoration: none;
}

#ctaMid li.listBottom{
	border-bottom: none;
}

#ctaMid li:hover{
	font-weight: bold;
}

.ctaMidHoverBox{
	background: url(../gfx/popupBg.png) no-repeat;
	display: none;
	position: absolute;
	float: right;
	width: 251px;
	height: 261px;
	margin: -265px 0px 0px 320px;
	padding: 4px 9px 0px 4px;
}

#ctaRight{
	background: url(../gfx/silverBoxMid.gif) repeat-y;
	height: 100%;
	float: right;
	width: 285px;
}

#symbolBox{
	width: 8px;
	height: 8px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #666666;
	clear: none;
	float: right;
	vertical-align: middle;
}

#slider{
	background: url(../gfx/sliderBgMid.gif) repeat-y;
	width: 896px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 14px;
	overflow: hidden;
	clear: both;
}

#slider a{
	text-decoration: none;
	cursor: pointer;
}

#slider h2{
	padding: 6px 0px 0px 0px;
}

#slider ul {
  width: 100%;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clear: both;
}

#slider ul li {
  display: block;
  float: left;
  padding: 10px 0px 10px 18px;
  height: 85px;
  width: 273px;
}

#slider ul li a img {
  display:block;
  float: left;
  width: 80px;
  height: 80px;
}

#slider ul li .sliderTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e20779;
	float: right;
	width: 175px;
	margin: 0px 5px 0px 0px;
}

#slider ul li p{
	width: 175px;
	margin: 10px 5px 0px 0px;
	float: right;
}

#sliderTop{
	background: url(../gfx/sliderBgTop.gif) no-repeat;
	width: 896px;
	height: 9px;
	margin: 0px 0px 0px -14px;
}

#sliderBottom{
	background: url(../gfx/sliderBgBottom.gif) no-repeat;
	width: 896px;
	height: 9px;
	margin: 0px 0px 0px 0px;
}

#footer{
	background: url(../gfx/footerBgRepatX.gif) #e9e9e9 repeat-x;
	height: 94px;
	padding: 32px 20px 0px 20px;
}

#footerLeft{
	float: left;
}

#footerLeft p{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footerRight{
	float: right;
	text-align: right;
}

#footerRight p{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}






/* Sub-Page */


#subBanner{
	background: url(../gfx/subPageBanner.gif) no-repeat;
	width: 896px;
	height: 10px;
}

#breadCrumb{
	width: 100%;
	height: 34px;
	background: #f0f0f0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#breadCrumb p{
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 34px;
}

#mainContentLeft{
	float: left;
	width: 650px;
	height: 100%;
	width: 225px;
	margin: 19px 19px 0px 0px;
	overflow: hidden;
}

#subNav{
	width: 223px;
	height: auto;
	border: 1px solid #cccccc;
	margin: 0px 0px 0px 0px;
}

#subNav ul{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#subNav li{
	width: 205px;
	height: 34px;
	border-bottom: 1px solid #e0e0e0;
	margin: 0px 4px 0px 4px;
	padding: 0px 5px 0px 5px;
	list-style: none;
	line-height: 34px;
}

#subNav li:hover{
	font-weight: bold;
}

#subNav li a{
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#subNav li a:hover{
	color: #666666;
}

#subNav li.main{
	background: #e20061;
	width: 205px;
	height: 34px;
	border-bottom: none;
	margin: 0px 4px 0px 4px;
	padding: 0px 5px 0px 5px;
	list-style: none;
	line-height: 34px;
}

#subNav li.main a{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#subNav li#selected a{
	font-weight: bold;
}

#subNav li.bottom{
	border-bottom: none;
}

#purpleInfo{
	width: 195px;
	height: auto;
	background: #4f0b68;
	padding: 15px 15px 15px 15px;
	margin: 24px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}

#purpleInfo p{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.buttonPink{
	background: url(../gfx/buttonPinkMid.gif) repeat-x;
	width: auto;
	height: 20px;
	padding: 3px 5px 0px 5px;
	float: left;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

a .buttonPinkRight, .buttonPink, .buttonPinkLeft{
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.buttonPinkLeft{
	background: url(../gfx/buttonPinkleft.gif) no-repeat;
	width: 4px;
	height: 23px;
	float: left;
	margin-right: -1px;
}

.buttonPinkRight{
	background: url(../gfx/buttonPinkRight.gif) no-repeat;
	width: 4px;
	height: 23px;
	float: left;
	margin-left: -1px;
}

#mainContentRight{
	float: right;
	width: 631px;
	height: 100%;
	margin: 19px 19px 0px 0px;
}

#mainContentRight p{
	font-size: 12px;
	line-height: 16px;
}

#mainContentRight img.right{
	border: #eaeaea 3px solid;
	float: right;
	margin: 0px 0px 15px 15px;
}

#mainContentRight ul{
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

#mainContentRight li{
	background: url(../gfx/bullet2.gif) 0px 5px no-repeat;
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	list-style: none;
}

.breakLine{
	background: #da0d76;
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 0.1px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.seperatorBox{
	clear: both;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}





/* Contact Form */

#mainContentRight form ul{
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#mainContentRight form li{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: none;
	background: none;
}

#mainContentRight form input{
	width: 250px;
	height: 16px;
	padding: 4px;
	background: url(../gfx/formBg.gif) repeat-x;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#mainContentRight form input#submit{
	width: auto;
	height: auto;
	padding: 0px;
	background: none;
	border: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

#mainContentRight form textarea{
	width: 350px;
	height: 150px;
	padding: 4px;
	background: url(../gfx/formBg.gif) repeat-x;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}



/* Applications */

#appTable{
	
}

#appTable td p{
	margin-top: 0px;
	padding-top: 0px;
}

#appTable td span{
	margin: 0px 0px 20px 0px;
}

#appTable td img{
	margin: 3px 10px 20px 0px;
	padding-top: 0px;
}
