.style2  { font-size: 10px; }
.sg_left { float: left; width: 438px; }
.sg_right { margin-left: 30px; float: left; width: 450px; }

#sgform { background: #cfdcee url('../images/contact-top.gif')  top left no-repeat;
		   width: 438px; padding-top: 25px; font-size: 11px; margin-top: 10px; }
		   
.sg_formtext { color: #3b54a3; font-size: 11px; font-weight: bold; padding-bottom: 6px; }		   

#sgform input, #sgform textarea, #sgform select { padding: 3px; font-size: 13px; }
#sgform input, #sgform textarea { background-color: #f3f3cb; }

.sg_btn { display:block; height: 28px; width: 329px;
			 background: url('../images/submitmessage.gif') no-repeat;
			 border: 0px; font-size: 0.01px; 
			 cursor:pointer;
			 }

.sg_btnover { display:block; height: 28px; width: 329px;
			 background: url('../images/submitmessage.gif') no-repeat;
			 border: 0px; background-position: 0 -29px; font-size: 0.01px; }
			 
.sg_yel { background-image: url('../images/grad-yellow.jpg');
		  
		  padding: 10px;
		  background-repeat: repeat-x;
		  }

.sg_faqitems {
	list-style-type: square;
	margin-left: 15px;
	padding: 0px;
	background: none;
	font-size: 12px;
}

.sg_faqitems li { padding-bottom: 4px; }
.sg_faqitems a { text-decoration:  none; border-bottom: 1px #ccc dotted; display: block; padding: 1px; }
.sg_faqitems a:hover { border-bottom: 1px #003473 solid; background-color: #cbddf3;  }



.sg_nav { font-size: 12px; }
.sg_nav a { text-decoration: none; font-weight bold; border-bottom: 1px #ccc dotted; }
.sg_nav a:hover { border-bottom: 1px #003473 solid; }


div.autosuggest
{
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	font-size:12px;
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	background-color:#444444;
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	overflow:hidden;
	padding:3px 6px 4px 8px;
	position:relative;
	text-align:right;
}

div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0px;
	overflow: hidden;
	border:1px solid #444444;
	background-color: #1e325f;
	
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	/* text-shadow: #000 0px 0px 5px; */
	position: relative;
	padding: 3px;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;

	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{

	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;

	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;

	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}

/* popup suggest */
#faq_popup{display:none; width:690px; top:50%; left:50%; margin:-100px 0 0 -345px; position:absolute; z-index:999; font-size:12px;}
#faq_popup ul{padding:0 0 0 40px; margin: 12px 0px 12px 0px}
#faq_popup p{margin:12px 0 12px 0;}
#faq_popup_submit_link,#faq_popup_pager{display:none}
.faq_below		{ width: 580px; padding-left: 60px; padding-top: 20px; }
.faq_popup 		{ background: url('../images/box-middle.png') repeat-y; width: 690px; text-align: left; }
.faq_cant 		{ width: 580px; padding-left: 60px; }
.faq_input 		{ float: left; width: 25px; height: 22px; margin-left: 38px; }
.faq_p 			{ float: left; width: 480px; }
.faq_link		{ clear: both; padding-top: 10px; margin-left: 66px; }
.faq_below li   { list-style-image: url(../images/icon-plus.png); padding-bottom: 5px; }
.faq_below .clicked { font-weight: bold; list-style-image: url(../images/icon-minus.png); }
.faq_below .answer{ display:none}
.faq_below .answer li {font-weight:normal; list-style-image: none; list-style: none; border: 1px #555 solid; padding: 3px 3px 3px 3px; background-color: beige; margin:3px 0 13px -40px; }
