/* default font and padding */
body, form, table, td, div, p, textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 0;
	margin: 0;
	line-height: 20px;
}




/* ---------------------------master--------------------- */
/* site background image */
#site_bg {
	background: #E3D8E8 url('../images/layout/bgGradient.jpg') left top repeat-x;
	padding: 0;
	margin: 0;
}

#howitworksPage {
	position: relative;
}
#howitworksPagebg {
	position: absolute;
	width: 941px;
	zoom: 1;
	left: -20px;
	right: -20px;
	background: url('/includes/templates/images/layout/howitworks-overview.jpg') left top no-repeat;
}
#howitworksPagebg, #howitworksPagebg2 {
	height: 1110px;
}
#howitworksArrow {
	position: absolute;
	left: 451px;
	top: 415px;
	width: 12px;
	height: 24px;
	background: url('/includes/templates/images/layout/howitworks-arrow.jpg');
}

#howitworksPage, #howitworksPage *, #howitworksPage a {
	font-size: 18px !important;
	color: #65348A;

	
}
#howitworksPage a, #howitworksPage a strong, .highlightText {
	color: #D90303 !important;
}
#howitworksText1 {
	position: absolute;
	left: 451px;
	top: 415px;
}
#howitworksText2 {
	position: absolute;
	left: 392px;
	top: 657px;
	width: 370px;
}
#howitworksText3 {
	position: absolute;
	left: 264px;
	top: 943px;
	width: 412px;
}


#howitworksbottom {
	background-image: url(/images/howitworks_bottom.jpg);
	background-repeat: no-repeat;
	height:220px;
	margin:20px;
	position:relative;

	
}

#howitworksmed {
	position:absolute;
	left:10px;
	top:54px;
	width:400px;
	font-size: 10px;	
}
#howitworksevent {
	position:absolute;
	left:435px;
	top:54px;
	width:400px;
	font-size: 10px;	
}

.pricing_box {
	background-image: url(/images/pricing_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 3px;
	border: 1px solid #D8C0E7;
	height:80px;
	padding-right:50px;
	margin-top:10px;
}

/* site banner */
#banner {
	position: relative;
}

#navLeft {
	position: absolute;
	top: -7px;
	left: -32px;
}
#navRight {
	position: absolute;
	top: -7px;
	right: -31px;
}


#nav1 {
	position: relative;
	z-index: 100;
	zoom: 1;
	width: 100%;
	background: #65348A;
	height: 3.2em;
	border-top: 1px solid #65348A;
}

#leftHome {
	margin-left: 33px;
	width: 230px;
	background: #7E549D;
	vertical-align: top;
}

#leftContent {
	padding: 22px 13px;
	color: #FFF1FF;
}

#leftContent h3 { color: #FFC4C4;margin-bottom: 0; }

#rightHome {
	vertical-align: top;
/*	padding: 18px;*/
}
#rightContent, #rightContent * {
	color: #66348A;
}

#rightContent .red, #rightContent a { color: #D51303; }

.bigImage {
	position: relative;
	height: 293px;
	z-index: 1;
}

.bigImage img {
	position: absolute;
	top: 0;
	left: -51px;
	right: -51px;
	z-index: 1;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}

/* footer style */
#footer {
	position: relative;
	background: #65348A;
    width: 940px;
    height: 34px;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 7px;
	height=54px;
}
html>body #footer {
	padding-bottom/**/: 0;
}
#footerLeft {
	position: absolute;
	top: -7px;
	left: -32px;
}
#footerRight {
	position: absolute;
	top: -7px;
	right: -31px;
}
#footerLeft, #footerRight {
	border-bottom: 7px solid #65348A;
}

/* pgPad -- page content padding */
#pgPad {
	padding: 0 20px 0 20px;
}

/* default link */
a {
    text-decoration: none;
	color: #65348A;
	font-size: 13px;
}
a:hover {
	text-decoration: underline;
}


/**************************************************/
/* FORMS */
/**************************************************/
td {
	vertical-align: top;
}

input, submit, textarea, radio, checkbox {
	font-size: 12px;
	border: 1px solid #999;
}

/* moz submit button (not understood by IE) */
input[type="submit"] {
	font-weight: bold;
	color: #65348A;
	padding: 5px;
	cursor: pointer;
	border: 1px solid #666666;
	background-color: #CCCCCC;
	background-image:url(/images/grey_bg.jpg);
}

textarea {
	overflow: visible;
}

select {
	background: #EBF2FD;
	opacity: 0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
	border: 1px solid #ccc;
	font-weight: bold;
}

/* draw padded form box */
.formBox, .formBoxYellow, .formBoxHistory {
	padding: 20 20 20 20;
	border: 1px solid #fff;
	font-weight: bold;
	
}
.formBoxHistory {
	padding: 20 20 0 20;
}
.formBoxYellow {
	background-color: #FFFFFF;
}

/* hidden msg layer */
.hiddenMsg {
	display: none; 
	width: 485px; 
	border: 1px solid #000;
	padding: 10px; 
	background-color: #FFFF99;
	font-weight: normal;
}
* html .hiddenMsg {
	w\idth: 525px; 
}


/**************************************************/
/* DROPDOWN MENUS */
/**************************************************/	
.navLayer {
	display: none;
	position: absolute;
	/* top: 230px; */
	height: auto;
	width: 175px;
	background: #330099;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=97);
	text-align: left;
	padding-bottom: 10px;
	/*border: 1px solid #fff;*/
}
* html .navLayer {
	/* t\op: 156px; */
	w\idth: 150px;
}

/* dropdown menu item link */
#navItem {
}
#navItem A {
	display: block;
	color: #fff;
	font-size: 13px;
	height: 24px;
	line-height: 22px;
}
* html #navItem A {
	he\ight: 2em;
	font-size: 14px;
}
#navItem A:hover {
	color: #fff;
	text-decoration: underline;
}


/**************************************************/
/* TITLES */
/**************************************************/
/* red header (h1) title */
h1 {
	color: #ff0000;
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
}

/* content area title */
#pgTitle {
	font-family: Arial;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #355A8A; /*#721a1a;*/ 
	text-align: left;
	vertical-align: middle;
}
* html #pgTitle {
	vert\ical-align: baseline;
}

/* admin center titles */
.title, .title_red, .title_blue, .title_green {
	font-size: 16px;
	font-weight: bold;
}
.title_red {  
	color: #ff0000; 
}
.title_blue {  
	color: #003366; 
}
.title_green {  
	color: #208000; 
}

/* admin menu page section titles */
.menu_titles {
	font-size: 16px;
	font-weight: bold; 
	color: #ff0000; 
	height: 30px;
	padding: 15 0 15 0;
}


/**************************************************/
/* BUTTONS */
/**************************************************/
.btnBlue, .btnOrange, .btngrey, .btnRed {
	font-size: 12px;
	border: 1px solid #999999;
	color: #fff;
}
.btnBlue {
	background-color: #003366;
}
.btnOrange {
	background-color: #ff9900;
}
.btngrey {
	background-color: #999;
	border: 1px solid #333;
}
.btnRed {
	background-color: #ff0000;
}


/**************************************************/
/* BOLDS */
/**************************************************/
.bold, .bRed, .bBlack, .bBlue, .bGreen, .bYellow, .bGrey, .bWhite {
	font-weight: bold;
}
.bRed {
	color: #ff0000; 
}
.bBlack {
	color: #000;
}
.bBlue {
	color: #330099; 
}
.bGreen {
	color: #208000; 
}
.bYellow {
	color: #ffcc00; 
}
.bGrey {
	color: #999; 
}
.bWhite {
	color: #fff; 
}


/**************************************************/
/* PLAIN TEXT */
/**************************************************/
.txt, .txt_white, .txt_blue, .txt_green, .txt_red, .txt_grey {
	font-weight: normal;
}
.txt_white {
	color: #fff;
}
.txt_blue {
	color: #003366;
}
.txt_green {
	color: #208000; 
}
.txt_red {
	color: #FF0000; 
}
.txt_grey {
	color: #999; 
}


/**************************************************/
/* MISC. */
/**************************************************/
/* smallText: footer, disclaimer text, etc. */
.smallText, .smallItalics {
	font-size: 10.5px;
	line-height: 150%;
}
.smallItalics {
	font-style: italic;  
}

/* grey background for form rows/cells */
.bgGrey {
	background-color : #EEEEEE;
}

/* 1px grey line (border-bottom) with 5px height */
.greyLine {
	border-bottom: 1px solid #ccc;
	height: 5px;
}

#headerWhite {
	text-align: center; 
	font-weight: bold;
	background-color: #330099;
}
#headerWhite td {
	vertical-align: middle;
	height: 30px;
	color: #fff;
}
.center {
	vertical-align: middle;
	text-align: center;
	height: 25px;
}









/* ---------------------------design rules---------------- */
.BlueHeader {
	color: #0066cc;
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
}

.RedHeader {
	color: #666666;
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

.PlainText {
color: #000000;
font-weight: normal;
font-size: 13px;
line-height: 18px;
}

.RedBold {
color: #000000;
font-weight: bold;
}

.PurpleBold {
	color: #330099;
	font-weight: bold;
}

.RedHeadline, .RedHeadlineLarge {
font-family: Georgia, Times New Roman, Times, serif; 
color: #ff0000;
font-weight: bold;
line-height: 30px;
}
.RedHeadline {
	font-size: 22px;
}
.RedHeadlineLarge {
	font-size: 30px;
}
