/*************************/
/****** MAIN LAYOUT ******/
/*************************/

/* set all the styles to 0 */
html, body, table, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a{ 
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* Firefox will always display a scroll bar */
html{
	min-height: 100%;
	margin-bottom: 1px;
}

#full_screen_container{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	text-align: center; /* centers the content IE */
	/*float: left;*/
}

#site_container{
	position: relative;
	margin: 0px auto; /* centers the content FF */
	width: 970px;
	min-height: 99%;
	height: auto;
	background: #ffffff;
}

#content_container_pp{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px auto; /* centers the content FF */
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/*************************/
/***** TEXT STYLES *******/
/*************************/

p{
	line-height : 1.1em;
	/*letter-spacing : .09em;*/
	padding: 0em 0em 1.0em 0em;
	clear: left;
	border: 0px solid red;
}

a{
	color: #6a4397;
	/*font-weight: bold;*/
	text-decoration: underline;
	cursor: pointer; /* Safari needs this?? */
}

a:hover{
	/*color: #e0c087;*/
	/*color: #e9d17a;*/
	/*color: #e0c087;*/
	color: #0000ff;
	
}

h1, h2, h3, h4, h5, h6{
	color: #6a4397;
	font-weight: bold;
	line-height: 1em;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 1.0em 0em;
}

#isi h4 { color: #2E2237; }

.italicText{font-style: italic;}
.boldText{font-weight: bold;}
.underlinedText{text-decoration: underline;}
.centerText{text-align: center;}


ul{
	margin: 0em 0em 1.0em 1.0em;
	padding: 0em 0em 0em 1.0em;
}

li{
	margin: 0.5em 0em 0.5em 0em;
	padding: 0em 0em 0em 0em;
}


/*************************/
/**** CONTENT LAYOUT *****/
/*************************/
#content_pp{
	position: relative;
	width: 970px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
}

#content_pp.gradient{
	background: #ffffff url(../media/images/background_gradient.jpg) repeat-x;
}

#page_content_pp{
	position: relative;
	top: 0px;
	left: 5px;
	width: 960px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	float: left;
}


#footer_pp{
	position: relative;
	width: 970px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	background: #ffffff;
}

#footer_gutter{
	position: relative;
	width: 970px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: #ffffff;
}

/********************************/
/***** BUTTON OBJECT STYLES *****/
/********************************/

.button_container_pmg{
	position: relative;
	width: auto;
	height: auto;
	margin: 0px 10px 0px 0px;
	float:left;
	border: 0px solid red;
}

.button_left_pmg{
	width: 25px;
	height: 32px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.button_text_pmg{
	width: auto;
	height: 32px;
	font-weight: bold;
	padding: 0em 0.6em 0em 0em;
	white-space: nowrap;
	color: #6a4397;
	background-repeat: repeat-x;
	cursor: pointer;
}

.button_right_pmg{
	width: 10px;
	height: 32px;
	background-repeat: no-repeat;
	cursor: pointer;
}

/******************************/
/******* COMMON STYLES ********/
/***** SHARED BY ALL TOOLS ****/
/******************************/
.common_div_pp{
	position: relative;
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0px solid blue;
}

.common_div_noprint_pp{
	position: relative;
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0px solid blue;

}

.purple_hr{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #6a4397;
	font-size: 0px;
	margin: 10px 0px 10px 0px;
}

.plus_sign{
	vertical-align: top;
	font-weight: bold;
	color: #6a4396;
	padding: 0px 5px 0px 0px;
}

.triangle_links{
	width: auto;
	float: left;
	padding: 0px 0px 0px 1.0em;
	margin: 0px 0px 0px 0px;
	line-height: 1.0em;
	background: url(../media/images/common/triangle.gif) left center no-repeat;
	border: 0px solid blue;
}

.purpleText{
	color: #6a4396;
}

/********** FAQS *********/
/********** FAQS *********/
/********** FAQS *********/

.faq_container{
	margin: 10px 0px 10px 0px;
}

.faqLink{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.faqLinkPlus_Minus{
	text-decoration: none;
	font-weight: bold;
	float: left;
}

.faqPlus_Minus_div{
	width: 1em;
	height: 10px;
	font-size: 12px;
	float: left;
}

.faqAnswer_box{
	position: relative;
	width: 90%;
	border: 0px solid red;
	margin: 10px 0px 10px 10px;
	display: none;
	border: 1px solid #6a4397;
	background: #f4eefa;
}

.faqAnswers{
	margin: 5px;
	border: 0px solid blue;
}

.faqPlus_Minus{
	border: 0px solid blue;
	width: 10px;
	float: left;
	/*margin: 0px 10px 0px 0px;*/
}

.faq_header{
	color: #000000;
	padding: 1.0em 0em 0em 0em;
}

/* p ags in the faq boxes */
.faqAnswer_box p{
	padding: 0px;
}

/*************************/
/***** PRINT STYLES ******/
/*************************/
@media print{
	#header_pp, #footer_pp, #sub_header_pp, #column_left, #column_right, .button_container_pmg, .common_div_noprint_pp{
		display: none;
	}
	
	#full_screen_container, #site_container, #content_pp, .common_div_pp, .button_container_pmg{
		position: static;
		padding: 0px;
		margin: 0px;
		float: none;
		background: #FFFFFF;
	}
	
	#page_content_pp, .common_div_pp{
		position: static;
		width: 6.70in;
		padding: 0px;
		margin: 0px;
		color: #000000;
		float: none;
	}
	
	
	p{
		font-size: 10pt;
		width: 6.70in;
		float: none;
	}
}
