@charset "UTF-8";
/* CSS Document */

.text_whitee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}

.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}


.text_gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eab000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
 
.text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #546679;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
  
.text_white_Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.text_blue_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #546679;
}

.text_blue_Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #546679;
}

.text_gold_Title {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #eab000;
}

.text_gold_Heading {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #eab000;
}


.text_white_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.text_blue_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.text_white_title {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}


a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {color: #FFFFFF;text-decoration: underline}
a:active {color: #FFFFFF;text-decoration: underline}
a:hover {color: #FFFFFF;text-decoration: none}

* {
	margin:0;
	padding:0;
	list-style:none;
}

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

#basic-accordian{

	position:relative; 
	top:0px; 
	left:0px;
	margin:0 auto;
	border:0px solid #FFFFFF;
	padding:0px;
	width:300px;
	height:650px;
}

.accordion_headings{
	padding:5px;
	color:#000000;
	font-weight:bold;
}

.Product_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#596f87;
	text-align:center;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}



.accordion_background{
	padding:5px;
	background:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.accordion_headings:hover{
	background:#FFFFFF;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

.accordion_child{
	padding:15px;
	height:610px;
	background:#FFFFFF;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.header_highlight{
	background:#FFFFFF;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	
}
