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


/* TAGS ------------------------------------------------------------------------------------------------*/


body {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}


/* CLASSES ------------------------------------------------------------------------------------------------*/
.text_title {
	color: #0089D1;
	font-size: 22px;
	font-weight: bold;
}
.text_sub {
	color: #0089D1;
	font-size: 20px;
	line-height: 14px;
}
.b_border {
	width: 100%;
	height: 1px;
	margin: 0 0 7px 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.clear {
	clear: both;
}
.clear2 {
	clear: left;
}
.red {
	color: #FF0000;
}
.hint {
	color: #666666;
	line-height: 20px;
}
.smaller {
/*	font-size: 85%;*/
}

.carousel-indicators {
    z-index: 1;
}
/* ID's ------------------------------------------------------------------------------------------------*/

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
#form1 h1 {
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	padding-bottom: 10px;
}
#top {
	background-color: transparent;
	background-image: url(../img/bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 100%;
	height: 145px;
	margin: 0px;
	padding: 0px;
}
#logo {
	float: left;
	margin-top: 55px;
	margin-left: 81px;
	height: 75px;
	width: 147px;
}
#logo a {
	display: block;
	background-color: transparent;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 75px;
	width: 147px;
}
#main_content {
	float: left;
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 0px;
}
#main_content_pg {
	float: left;
	width: 1000px;
	background-color: transparent;
	background-image: url(../img/bg_side.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 15px;
}
#main_content_pg {
	float: left;
	width: 1000px;
	background-color: transparent;
	background-image: url(../img/bg_side.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 5px;
}
#title_banner {
	background-color: transparent;
	background-image: url(../img/header_inside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 86px;
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#title_banner h1 {
	font-size: 35px;
	line-height: 35px;
	padding-left: 30px;
	padding-top: 27px;
	color: #128ACF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#col_left {
	/*width: 685px;
	float: left;
	margin: 0px;
	padding: 0px;*/
	width:69%;
	float:left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	clear:left;
}
#col_left p {
	font-size: 15px;
	line-height: 23px;
	color: #333333;
	padding-bottom: 10px;
}
#col_left h1 {
	color: #0199E5;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 5px;
}
#col_left h2 {
	color: #0199E5;
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	padding-top: 10px;
}
#col_left h3 {
	margin: 15px 0 5px 0;
	font-size: 18px;
	line-height: 20px;
	color: #0199E5;
	font-weight: bold;
}
#col_left h4 {
	color: #0199E5;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 16px;
}
#col_left h5 {
	color: #0199E5;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
	padding-top: 0px;
}
#col_left #main_pic {
	margin-bottom: 15px;
	max-width:100%;
	height:auto;
}
#col_left ul {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#col_left li {
	list-style-image: url(../img/bullet2.gif);
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 5px;
}
.preBox {
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15;
	padding-left: 0;
	overflow: auto;
}
.preBox img {
	float: right;
	padding-left: 18px;
}
.preBox2 {
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15;
	padding-left: 0;
	overflow: auto;
}
.preBox2 img {
	float: right;
	padding-left: 18px;
}

#col_left_art {
	/*width: 947px;
	padding-top: 5px;
	float: left;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;*/
}
#col_left_art p {
	font-size: 15px;
	line-height: 23px;
	color: #333333;
	padding-bottom: 10px;
}
#col_left_art h1 {
	font-size: 30px;
	line-height: 36px;
	color: #1289D1;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #083C75;
	margin-bottom: 15px;
}
#col_left_art h2 {
	color: #0089D1;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}
#col_left_art h3 {
	font-size: 20px;
	line-height: 24px;
	color: #0089D1;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	margin-top: 5px;
}
#col_left_art h4 {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 7px;
	font-size: 15px;
	line-height: 17px;
}
#col_left_art h5 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#enews ul li{
	font-size: 14px;
	padding: 0 0 15px 0;
}
#expert_l {
	width: 250px;
	float: left;
	padding: 0 20px 0 0;
}
#expert_r {
	width: 380px;
	float: left;
}
#jc_pic {
	width: 185px;
	float: left;
	text-align: right;
}
#jd_pic {
	width: 190px;
	float: left;
	text-align: right;
}
.column {
	float: left;
	width: 49%;
	padding-right: 30px;
}
a {
	color: #9EA81B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.panel2 {
	float: right;
	width: 328px;
	color: #083c75;
	padding: 15px;
	border: 1px solid #b8d1e7;
	margin-bottom: 10px;
}
.panel2 h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 8px;
}
.panel2 p {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 5px;
}
.button {
	float: right;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
}
.button a {
	display: block;
	width: 163px;
	height: 26px;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(../img/button.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-shadow: 1px 1px 1px #b44f00;
}
.button a:hover {
	display: block;
	width: 163px;
	height: 26px;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(../img/button_over.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-shadow: 1px 1px 1px #005391;
}

#info_link {
	width: 675px;
	color: #FFFFFF;
	float: left;
}
#info_link p {
	color: #FFFFFF;
}
.info_button {
	float: left;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
}
.info_button p {
	padding-top: 2px;
	padding-left: 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.info_button a:link, .info_button a:visited, .info_button a:active {
	display: block;
	width: 280px;
	height: 26px;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(../img/info_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-shadow: 1px 1px 1px #b44f00;
}
.info_button a:hover {
	display: block;
	width: 280px;
	height: 26px;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(../img/info_button_over.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-shadow: 1px 1px 1px #005391;
}
#info_link2 {
	width: 675px;
	color: #FFFFFF;
	float: left;
}
#info_link2 p {
	color: #FFFFFF;
}
.info_button2 {
	float: left;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
}
.info_button2 p {
	padding-top: 2px;
	padding-left: 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.info_button2 a:link, .info_button a:visited, .info_button a:active {
	display: block;
	width: 340px;
	height: 26px;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(../img/info_button2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-shadow: 1px 1px 1px #b44f00;
}
.info_button2 a:hover {
	display: block;
	width: 340px;
	height: 26px;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(../img/info_button_over2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-shadow: 1px 1px 1px #005391;
}
#button_head {
	float: left;
	margin-bottom: 20px;
	margin-top: 183px;
	margin-left: 24px;
	padding: 0px;
	margin-right: 0px;
}
#button_head a {
	display: block;
	width: 389px;
	height: 61px;
	background-color: transparent;
	background-image: url(../img/head_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-shadow: 1px 1px 1px #001b81;
	color: #FFFFFF;
}
#button_head a:hover {
	display: block;
	width: 389px;
	height: 61px;
	background-color: transparent;
	background-image: url(../img/head_button_o.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-shadow: 1px 1px 1px #b44f00;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#button_head p {
	padding-top: 18px;
	padding-left: 47px;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	letter-spacing: 1px;
}
.button p {
	padding-top: 5px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#header_home {
	background-color: transparent;
	background-image: url(../img/header_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 260px;
	width: 999px;
}
.smaller_font {
	/*font-size: 75%;*/
}

#footer1 {
	float: left;
	/*width: 975px;*/
	background-color: #4d4d4d;
	color: #FFFFFF;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 10px;
}
#footer2 {
	float: left;
	width: 100%;
}
.footitem {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3A619D;
}

.footitem.last{
border-right:0px solid!important;	
}
#footer1 img {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#footer1 h1 {
	font-weight: bold;
	font-size: 12px;
	color: #23b3fb;
	line-height: 14px;
	padding-bottom: 4px;
}
#footer1 p {
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 3px;
	color: #CCC;
}
#footer2 li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #083C75;
	padding-left: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
#footer2 ul {
	font-size: 14px;
	padding: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
#footer2 p {
	color: #666666;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 12px;
	line-height: 18px;
}
#footer2 h4 {
	float: right;
	font-weight: normal;
	color: #999;
	font-size: 10px;
	text-align: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#footer1 a {
	color: #aaaa01;
}



#col_right {
	/*float: right;
	width: 289px;*/
	width: 27.8%;
	float:left;
	    position: relative;
    min-height: 1px;
    margin-left: 17px;
	background-color:#f9f9f9;
	border-left:1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
	margin-right: 15px;
	/*border-radius: 0px 0px 6px 6px;*/
}
#col_right h1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	padding-bottom: 9px;
	background-color: #666666;
	color: #FFF;
	padding-top: 9px;
	padding-right: 13px;
	padding-left: 13px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#col_right h2 {
	color: #083C75;
	font-size: 14px;
	line-height: 16px;
	padding-left: 15px;
	padding-bottom: 8px;
	padding-top: 0px;
	margin: 0px;
}
#col_right p {
	font-size: 14px;
	line-height: 17px;
	padding-left: 15px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-top: 0px;
}
#col_right .button_p_orange h4 {
	float: left;
	margin-top: 11px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	margin-left: 0px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#col_right .button_p_orange a {
	display: block;
	height: 38px;
	color: #FFFFFF;
	background-color: #128BCC;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image: url(../img/white_arrow.png);
	background-repeat: no-repeat;
	background-position: 265px 14px;
}
#col_right .button_p_orange a:hover {
	text-decoration: none;
	background-color: #0E75BA;
}
#col_right .button_p_blue h4 {
	float: left;
	margin-top: 11px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	margin-left: 0px;
	font-weight: normal;
}
#col_right .button_p_blue a {
	display: block;
	height: 38px;
	color: #FFFFFF;
	background-color: #128ACF;
	background-image: url(../img/white_arrow.png);
	background-repeat: no-repeat;
	background-position: 265px 14px;
	text-decoration: none;
	margin: 0 0 4px 0;
}
#col_right .button_p_blue a:hover {
	text-decoration: none;
	background-color: #0E73AD;
}
#col_right .button_p_gray h4 {
	float: left;
	margin-top: 11px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	margin-left: 0px;
	font-weight: normal;
}
#col_right .button_p_gray a {
	display: block;
	height: 38px;
	color: #FFFFFF;
	background-color: #A1AE1B;
	background-repeat: no-repeat;
	background-position: 265px 14px;
	text-decoration: none;
	background-image: url(../img/white_arrow.png);
}
#col_right .button_p_gray a:hover {
	text-decoration: none;
	background-color: #7F8916;
}
#col_right a {
	color: #333333;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px;
	background-position: left 5px;
}
#main_content_bot {
	float: left;
	height: 5px;
	width: 1000px;
	margin-bottom: 5px;
	background-image: url(../img/bg_pages_bot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.columns {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
	display: inline-block;
	clear: both;
}
.left_column {
	float: left;
	width: 330px;
}
.right_column {
	float: right;
	width: 330px;
}


#col_right .button_p_orange a {
	text-decoration: none;
}

#col_right .button_p_blue a {
	text-decoration: none;
}
.columns h2 {
}

.align_right {
	float: right;
	padding-left: 25px;
	background-color: #FFFFFF;
}
.stroke {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}
.dotted_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	margin-bottom: 15px;
}
.overview_thmb {
	float: right;
	width: 150px;
	border: 4px solid #CDE0F2;
	height: auto;
	padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

a:hover .overview_thmb  {
	border: 4px solid #86A9D2;
}
#col_left_art img {
	padding: 8px;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
sup {
	font-size: 70%;
}
#col_left ul li ul li{
	list-style-type: disc;
	list-style-image: none;
}

.repmenu {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	background-color: #99CCFF;
}
.reppanel {	float: left;
	color: #083c75;
	padding: 16px;
	/* Rounded Corners */
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* Background color and gradients */

	background: #e4eff8;
	background: -moz-linear-gradient(top, #e4eff8, #cde1f2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e4eff8), to(#cde1f2));
	/* Borders */

	border: 1px solid #b8d1e7;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
	margin-bottom: 10px;
	}
#col_left p.smaller {
	font-size: 12px;
	line-height: 16px;
}
#col_left blockquote {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#col_right h6 {
	background-color: transparent;
	background-image: url(../img/side_generic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 500px;

}
#col_right p .indent {
	padding-left: 10px;
	display:block;
}
h4.intRep {
	margin-bottom: 0 !important;
}

/*--- forms ---*/
#list {
	border: 1px solid #008ACF;
}
#list th {
	color: #ffffff;
	background: #008ACF;
	font-size: 16px;
}
#list td {
	border: 1px solid #008ACF;
	border-collapse: collapse;
}

/*--- Selection Tool ---*/
.sel_left {
	width: 120px;
	float: left;
	padding: 10px 0 0 15px;
}
.sel_right {
	width: 500px;
	float: right;
	padding: 10px 15px 0 0;
}
.options th {
	text-align: left;
	color: #ffffff;
	background: #083C75;
	border: 1px solid #083C75;
}
.options td {
	border: 1px solid #083C75;

}
#buy_now {
	margin-top: 20px;
	margin-left: 20px;
}
#starBurst {
	width: 191px;
	height: 172px;
	position: absolute;
	top: 380px;
	left: 540px;
}
#buy_now .red h2 {
	color: #F00;
	font-size: 14px;
	font-style: italic;
}

a.green-button {
	display: block !important;
	background-color: transparent;
	background-image: url(../img/green_button_bg.gif) !important;
	background-repeat: repeat-x !important;
	background-position: left top !important;
	width: 260px;
	color: #FFF !important;
	font-size: 17px;
	line-height: 17px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 11px;
	padding-left: 14px;
	margin:15px auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align:center;
}

a:hover.green-button {
	background-image: url(../img/green_button_bg_o.gif) !important;
	text-decoration: none;
}
.green {
	color: #A4B11B;
	font-size: 130%;
	font-weight: bold;
}
#calcForm label {
	display: block;
	width: 100px;
	float: left;
}
#calcForm input.txtField {
	width: 185px;
	float: left;
}
#calcForm select {
	margin-left: 10px;
}
.indented {
	margin-left: 15px;
}

/*--- Manuals Page ---*/
.docPage h2 {
	/*margin: 20px 0 0 0;*/
	padding: 0;
	font-size: 24px !important;
}
.docPage .CollapsiblePanelTab h2 {
	margin: 0;
	padding: 0;
	font-size: 24px !important;
}
.docPage h3 {
	margin: 15px 0 8px 8px !important;
	padding: 0;
	font-size: 18px !important;
}
.docPage p {
	margin: 0 0 0 8px;
	padding: 0;
	line-height: 14px !important;
}

/*--- Search -----*/
#search_form {
	padding: 0px;
	float: right;
	margin-top: 107px;
	margin-right: 25;
	margin-bottom: 0;
	margin-left: 0;
	width: auto;
	text-align: right;
}
#query {
	padding: 3px;
	color: #666666;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #CCC;
	width: 230px;
}
#searchSub {
	border: none;
	padding: 4px 6px;
	font-size: 14px;
	color: #9EA81B;
	background-color: #FFF;
	line-height: 13px;
}
#searchSub:hover {
	color: #737A14;
}
.results {
	margin: 0;
	padding: 0 0 15px 0;
	border-top: 1px solid #cccccc;
}
.results h3 a {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.results p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.results a {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.hilite {
	color: #ffffff;
	background: #008ACF !important;
}

/*--- Forms & Validation ---*/
#form h2 {
	margin: 15px 0 5px 0;
	color: #0199E5;
	font-size: 24px;
	font-weight: normal;
}
#form h3 {
	margin: 15px 0 5px 0;
	color: #0199E5;
	font-size: 20px;
	font-weight: normal;
}
#form h4 {
	margin: 15px 0 5px 0;
	color: #0199E5;
	font-size: 18px;
	font-weight: normal;
	border: none;
}
#form p {
	margin: 0;
}
.form {
	max-width: 300px;
	padding: 4px 4px;
	color: #666666;
	border: 1px solid #9EA81B;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.20);
	font-size: 14px;
}
.form2 {
	padding: 4px 4px;
	color: #666666;
	border: 1px solid #9EA81B;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.20);
	font-size: 14px;
}
.label {
	width: 160px;
	float: left;
	display: block;
}
.labelSpace {
	margin-left: 160px;
}
#send {
	border: none;
	padding: 6px;
	background: #0199E5;
	color: #ffffff;
	font-size: 16px;
}
#send:hover {
	background: #0E75BA;
}
.ast {
	color: #ff0000;
}
input.error {
	border-color: rgba(238,83,83,0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,0.6);
}
input.error:focus {
	border-color: rgba(238,83,83,0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,0.6);
}
label.error {
	margin-left: 10px;
	color: #aa1619;
	font-style: italic;
	font-size: 12px;
}
#errors p {
	color: #aa1619;
	font-style: italic;
	font-size: 12px;
}.blue {
	color: #128ACF;
}
#main_pic_right {
	float: right;
}
#col_left h6 {
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.white {
	color: #FFF;
}

/**Accordion**/

.panel-title > a{
    width: 100%;
    display: inline-block;
}

 .accordion-toggle {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right 12px; 
	background-image: url(../img/tab_arrow_up.gif);
}

 .accordion-toggle.collapsed {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right 12px;
	background-image: url(../img/tab_arrow_down.gif);
}

#accordion .panel-title img {
	float: left;
	margin-right: 15px;
}

#accordion h4{
margin:0px;
padding-bottom:0px;	
}

.panel-heading {
    padding: 5px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-bottom:1px dotted gray;
}
#accordion .panel-title h1 {
	font-variant: small-caps;
	color: #138CDB;
	font-size: 26px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
}
#accordion .panel-title p {
	font-size: 14px;
	line-height: 20px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



/**New Menu CSS**/

.nav > li > a {
	color: #FFF;
	font-family: "Trebuchet MS",Arial,Helvetica;
	text-decoration: none;
	font-size: 16px;
	line-height: 23px;
	padding: 10px 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

@media screen and (min-width: 768px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
#col_right {
    width: 25.8%;
}

#col_right img {max-width: 96%;
height: auto;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

#col_right, #col_left {
    width: 100%;
}

#col_left{
}

#accordion .panel-title h1 {
    font-size: 22px;
    line-height: 24px;
} 

#accordion .panel-title p {
    font-size: 13px;
}

#accordion .panel-title img {
    float: left;
    margin-right: 8px;
    max-width: 50px;
    height: 50px;
    margin-top: 9px;
}
#search_form{
	display:none	
	}
	
	.footitem{
	width:100%;	
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.footitem {
    clear: both;
    width: 100%;
}

#col_right {
    margin-left: 0px;

}
#search_form{
	display:none	;
	}
	
	.accordion-toggle.collapsed, .accordion-toggle {
    background-position: right bottom!important;
    background-size: 28px 30px!important;
}

.labelSpace {
    margin-left: 0px;
}

.chosen-container {
width:90%!important;	
}

.text_sub {
    font-size: 15px;
}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
	#search_form{
	display:none	
	}
	
}

/***** MODAL PROPERTIES *****/
 .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background:transparent;
    border:none;
    outline:none;
}
.modal-content iframe {
    border:none;
    padding:0;
    margin:0;
}
.close {
    font-size: 80px;
    margin:-20px 0 0 0;
}
/***** MEDIA QUERIES *****/
 @media only screen and (max-width: 641px) {
    /***** MODAL PROPERTIES *****/
    .modal-body {
        height:100px;
        padding:0;
        margin: 0;
    }
    .modal-content {
        padding:0;
        margin: 0;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 15px;
    }
    .close {
        margin:-12px 0 0 0;
    }
}
@media only screen and (min-width: 768px) {
    /***** MODAL PROPERTIES *****/
    .close {
        font-size: 80px;
        margin:30px -43px -20px 100px;
    }
}

/**Videobox **/
.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
  
  
}

@media (min-width:768px) and (max-width: 992px) {
	
	#col_right .button_p_gray h4, #col_right .button_p_orange h4 {
    margin-top: 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
}