@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: calibri, arial, "Nimbus Sans L", "sans-serif";
	font-size: 13px;
	color: #5B5B5B;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	line-height: 17px;
}
h1, h2, h3, h4, h5,h6 {
	margin: 0px;
	padding: 0px;
}
*:focus  {  
    outline: none;  
} 
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1 {
	font-weight: normal;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E79CC3;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	color: #007ac3;
	font-weight: normal;
}
h3 {
}
h3 span {
	font-weight: normal;
	font-size: 10px;
	color: #999999;
}


h4   {
	font-size: 16px;
	font-weight: normal;
	color: 007ac3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E79CC3;
	height: 25px;
	text-decoration: none;
}
h4 div a {
	text-decoration: none;
	color: #007ac3;
}

h4 span {
	background-color: #e79cc3;
	float: left;
	width: 15px;
	margin-right: 5px;
	height: 25px;
	color: #E79CC3;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #007AC3;
	padding-bottom: 4px;
}
h6 {
	font-size: 16px;
}

.text_small {
	font-size: 11px;
	color: #999999;
}

input, textarea, select {
	border: 1px solid #CCCCCC;
	font-family: calibri, arial;
	font-size: 14px;
	color: #333333;
	padding: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}
input:focus, textarea:focus, select:focus {
	border-top-color: #007AC3;
	border-right-color: #007AC3;
	border-bottom-color: #007AC3;
	border-left-color: #007AC3;
}

input.button {
	background-color: #007AC3;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	cursor: pointer;
}
input.button:hover {
	background-color: #00568A;
}
a.button_blue:link, a.button_blue:visited {
	color: #FFFFFF;
	background-color: #007AC3;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
}
a.button_blue:hover {
	background-color: #00568A;
}
a.button_light:link, a.button_light:visited {
	color: #666666;
	background-color: #EBEBEB;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
}
a.button_light:hover {
	background-color: #CCCCCC;
}

.full_width {
	width: 90%;
}





a:link, a:visited {
	color: #007ac3;
	text-decoration: none;
}
a:hover {
	color: #005080;
}
.quote {
	font-size: 16px;
	color: #666666;
	line-height: 18px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EBEDF1;
	font-style: italic;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E79CC3;
	border-right-color: #E79CC3;
	border-bottom-color: #E79CC3;
	border-left-color: #E79CC3;
	margin-bottom: 10px;
}
.quote_pink {
	font-size: 16px;
	color: #666666;
	line-height: 18px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F9E6EF;
	font-style: italic;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E79CC3;
	border-right-color: #E79CC3;
	border-bottom-color: #E79CC3;
	border-left-color: #E79CC3;
	margin-bottom: 10px;
	padding-left: 20px;
}

ul, ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	list-style-type: disc;
}
li {
	background-repeat: no-repeat;
	background-position: left center;
}
ul.list  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
ul.list   li {
	background-image: url(images/icon_arrow03.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: 5px 6px;
	width: 96%;
	padding-left: 4%;
	list-style-type: none;
	line-height: 20px;
}
.bg_grey1 {
	background-color: #EEEEEE;
}
.bg_blue1 {
	background-color: #E0EBF8;
}
.c_grey {
	color: #999999;
}

.h_min_400 {
	min-height:400px;
}








#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topbar {
	float: left;
	height: 40px;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
}
#header {
	float: left;
	height: 80px;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
}
#logo {
	float: left;
	padding-top: 12px;
}

#nav_wrapper {
	background-image: url(images/bg_main_nav.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
}
#nav_container {
	float: left;
}
#search_wrapper {
	float: right;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
}
#search_container {
	border: 1px solid #CCCCCC;
	float: left;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 2px;
}
.search_textbox {
	float: left;
	height: 28px;
}
.search_textbox input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
	color: #666666;
	font-size: 14px;
}
a.search_button:link,a.search_button:visited {
	float: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #e79cc3;
	height: 21px;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 16px;
	padding-left: 16px;
	text-shadow: 1px 1px 1px #666666;
	filter: dropshadow(color=#666666, offx=1, offy=1);
	border: 1px solid #FFFFFF;    
}
a.search_button:active {
	background-color: #DE76AC;
}

.search_button input {
	background-color: #E5A7C8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	height: 28px;
	font-weight: normal;
	font-family: Calibri, Arial;
}
#banner {
	float: left;
	height: 346px;
	width: 960px;
	margin-bottom: 20px;
}
.content_div {
	float: left;
	width: 100%;
}
.content_div_half {
	float: left;
	width: 350px;
}

.tricol_wrapper {
	float: left;
	width: 305px;
}
.tricol {
	float: left;
	width: 264px;
	height: 160px;
	border: 1px solid #dbdbdb;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  0px 0px 5px 0px #dddddd;
	box-shadow:  0px 0px 5px 0px #dddddd;
	background-color: #FBFBFB;
}
.tricol_sub {
	float: left;
	width: 306px;
}
.news_ticker_wrapper {
	float: left;
	height: 40px;
	width: 960px;
	background-image: url(images/bg_newstecker.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.news_ticker_box {
	float: left;
	padding-top: 12px;
}
.news_ticker_box ul {
	margin: 0px;
	padding: 0px;
}
.news_ticker_box ul li {
	list-style-type: none;
}


.news_ticker_nav {
	float: right;
}
.clear {
	clear: both;
}
.disp_none {
	display: none;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
a.link_more:link, a.link_more:visited {
	color: #007ac3;
	text-decoration: none;
	background-image: url(images/bullet_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
}
a.link_more:hover {
	text-decoration: underline;
}

a.link_download:link, a.link_download:visited {
	color: #007ac3;
	text-decoration: none;
	background-image: url(images/icon_downloads.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
}
a.link_download:hover {
	text-decoration: underline;
}


.blank {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabItem {
	display: none;
}
.top_5 {
	padding-top: 5px;
}
.top_10 {
	padding-top: 10px;
}
.top_15 {
	padding-top: 15px;
}
.top_20 {
	padding-top: 20px;
}
.top_15 {
	padding-top: 15px;
}
.top_30 {
	padding-top: 30px;
}
.top_50 {
	padding-top: 50px;
}

.top_margin_10 {
	margin-top: 10px;
}
.bottom_5 {
	padding-bottom: 5px;
}
.bottom_10 {
	padding-bottom: 10px;
}
.bottom_15 {
	padding-bottom: 15px;
}
.bottom_20 {
	padding-bottom: 20px;
}
.bottom_30 {
	padding-bottom: 30px;
}
.bottom_70 {
	padding-bottom: 70px;
}
.bottom_120 {
	padding-bottom: 120px;
}
.bottom_margin_10 {
	margin-bottom: 10px;
}
.bottom_margin_5 {
	margin-bottom: 5px;
}
.bottom_margin_30 {
	margin-bottom: 30px;
}

.left_5 {
	padding-left: 5px;
}
.left_10 {
	padding-left: 10px;
}
.left_15 {
	padding-left: 15px;
}
.left_20 {
	padding-left: 20px;
}
.left_30 {
	padding-left: 30px;
}
.left_140 {
	padding-left: 140px;
}
.left_margin_5 {
	margin-left: 5px;
}
.left_margin_10 {
	margin-left: 10px;
}
.left_margin_20 {
	margin-left: 20px;
}
.left_margin_30 {
	margin-left: 30px;
}
.left_margin_40 {
	margin-left: 40px;
}
.right_margin_5 {
	margin-right: 5px;
}
.right_margin_10 {
	margin-right: 10px;
}
.right_margin_15 {
	margin-right: 15px;
}
.right_margin_20 {
	margin-right: 20px;
}
.right_5 {
	padding-right: 5px;
}
.right_10 {
	padding-right: 10px;
}
.right_15 {
	padding-right: 15px;
}
.right_20 {
	padding-right: 20px;
}
.right_22 {
	padding-right: 22px;
}

.right_30 {
	padding-right: 30px;
}
.right_40 {
	padding-right: 40px;
}

.border_grey {
	border: 1px solid #CCCCCC;
}
.border_radius_5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
.box_shadow {
	-webkit-box-shadow: 1px 1px 0px 0px #ececec;
	-moz-box-shadow: 1px 1px 0px 0px #ececec;
	box-shadow: 1px 1px 0px 0px #ececec;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.border_bottom_dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}



#top_nav {
	float: right;
}
#top_nav ul {
	margin: 0px;
	padding: 0px;
}
#top_nav ul li {
	display: inline;
	list-style-type: none;
}
#top_nav ul li a {
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 12px;
	float: left;
}
#top_nav ul li a:hover {
	color: #007AC0;
}
#leftcol {
	float: left;
	width: 180px;
}
#right_col {
	width: 720px;
	float: right;
	padding-left: 20px;
	background-image: url(images/foot_nav_sep_shadow02.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sub_page_wrapper {
	float: left;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
}

.sub_nav {
	float: left;
	width: 100%;
}
.sub_nav ul {
	margin: 0px;
	padding: 0px;
}
.sub_nav ul li {
	list-style-type: none;
	display: block;
}
.sub_nav  ul  li  h2, .sub_nav h2 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E79CC3;
	padding-bottom: 6px;
	color: #666666;
	padding-top: 4px;
	margin-bottom: 10px;
}
.sub_nav ul li a {
	float: left;
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sub_nav  ul  ul {

}
.sub_nav ul ul li a {
	width: 160px;
	padding-left: 20px;
	background-image: url(images/icon_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.sub_nav ul li a:hover {
	background-color: #F7F7F7;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.sub_nav ul li a.cuurent_subnav {
	background-image: url(images/icon_arrow_right2.gif);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #E79CC3;
	color: #FFFFFF;
}



#footer_wrapper {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}
.footer_container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.foot_nav {
	float: left;
	padding-bottom: 20px;
}
.foot_nav_box {
	float: left;
	padding-right: 10px;
	background-image: url(images/foot_nav_sep_shadow.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 10px;
}
.foot_nav_box_prod {
	width: 400px;
}
.foot_nav_box_home {
	width: 140px;
}
.foot_nav_box_media {
	width: 160px;
}



.foot_nav_inner_box {
	width: 120px;
}

.foot_nav ul {
	margin: 0px;
	padding: 0px;
}
.foot_nav ul li {
	list-style-type: none;
	display: block;
}
.foot_nav ul li a {
	color: #838383;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	width: 180px;
}
.foot_nav ul li a:hover {
	color: #333333;
}
#footer_watermark {
	float: left;
	width: 180px;
	height: 180px;
	background-image: url(images/footer_logo_watermark.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#social_media {
	float: right;
}


.group_logos {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	background-image: url(images/footer_h_sep.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

/*#grouplogo_nav { float: left; width: 100%; height: 60px; } #grouplogo_nav ul { margin: 0px; padding: 0px; } #grouplogo_nav ul li { display: inline; list-style-type: none; } #grouplogo_nav ul li a { float: left; width: 120px; height: 60px; background-image: url(images/group_logos_sprite.png); transition: background .5s; -webkit-transition: background .5s; -moz-transition: background .5s; -o-transition: background .5s; } #grouplogo_nav ul li a:hover { transition: background 1s; -webkit-transition: background 1s; -moz-transition: background 1s; -o-transition: background 1s; } #grouplogo_nav ul li a.group_hlfppt { background-position: 0px 0px; } #grouplogo_nav ul li a.group_hlfppt:hover { background-position: 0px 60px; } #grouplogo_nav ul li a.group_lifespring { background-position: 840px 0px; } #grouplogo_nav ul li a.group_lifespring:hover { background-position: 840px 60px; } #grouplogo_nav ul li a.group_hbl { background-position: 720px 0px; } #grouplogo_nav ul li a.group_hbl:hover { background-position: 720px 60px; } #grouplogo_nav ul li a.group_hllacademy { background-position: 600px 0px; } #grouplogo_nav ul li a.group_hllacademy:hover { background-position: 600px 60px; } #grouplogo_nav ul li a.group_moods { background-position: 480px 0px; } #grouplogo_nav ul li a.group_moods:hover { background-position: 480px 60px; } #grouplogo_nav ul li a.group_emily { background-position: 360px 0px; } #grouplogo_nav ul li a.group_emily:hover { background-position: 360px 60px; } #grouplogo_nav ul li a.group_hites { background-position: 240px 0px; } #grouplogo_nav ul li a.group_hites:hover { background-position: 240px 60px; } #grouplogo_nav ul li a.group_gapl { background-position: 120px 0px; } #grouplogo_nav ul li a.group_gapl:hover { background-position: 120px 60px; }
*/

#grouplogo_nav {
	float: left;
	width: 960px;
	height: 60px;
}
#grouplogo_nav ul {
	margin: 0px;
	padding: 0px;
}
#grouplogo_nav ul li {
	display: inline;
	list-style-type: none;
}
#grouplogo_nav ul li a {
	float: left;
	width: 106.66px;
	height: 60px;
	background-image: url(../images/group_logos_sprite.png);
	transition: background .5s;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
}
#grouplogo_nav ul li a:hover {
     transition: background 1s;
-webkit-transition: background 1s;
-moz-transition: background 1s;
-o-transition: background 1s;


}

#grouplogo_nav ul li a.group_1 {
	background-position: 0px 0px;
}
#grouplogo_nav ul li a.group_1:hover {
	background-position: 0px 60px;
}
#grouplogo_nav  ul  li  a.group_2 {
	background-position: 853.34px 0px;
}
#grouplogo_nav ul li a.group_2:hover {
	background-position: 853.34px 60px;
}

#grouplogo_nav ul li a.group_3 {
	background-position: 746.68px 0px;
}
#grouplogo_nav ul li a.group_3:hover {
	background-position: 746.68px 60px;
}

#grouplogo_nav ul li a.group_4 {
	background-position: 640.02px 0px;
}
#grouplogo_nav ul li a.group_4:hover {
	background-position: 640.02px 60px;
}

#grouplogo_nav ul li a.group_5 {
	background-position: 533.36px 0px;
}
#grouplogo_nav ul li a.group_5:hover {
	background-position: 533.36px 60px;
}
#grouplogo_nav ul li a.group_6 {
	background-position: 426.7px 0px;
}

#grouplogo_nav ul li a.group_6:hover {
	background-position: 426.7px 60px;
}
#grouplogo_nav ul li a.group_7 {
	background-position: 320.04px 0px;
}
#grouplogo_nav ul li a.group_7:hover {
	background-position: 320.04px 60px;
}

#grouplogo_nav ul li a.group_8 {
	background-position: 213.38px 0px;
}

#grouplogo_nav ul li a.group_8:hover {
	background-position: 213.38px 60px;
}

#grouplogo_nav ul li a.group_9 {
	background-position: 106.72px 0px;
}
#grouplogo_nav ul li a.group_9:hover {
	background-position: 106.72px 60px;
}

#footer_sub_wrapper {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
	/*-webkit-box-shadow:  0px 0px 10px 0px #e0e0e0;
	box-shadow:  0px 0px 10px 0px #e0e0e0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5F5F5;*/
        
}
#footer_mini_nav {
	float: left;
}
#footer_mini_nav ul {
	margin: 0px;
	padding: 0px;
}
#footer_mini_nav ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 6px;
	padding-right: 6px;
}
#footer_mini_nav  ul  li:last-child  {
	border-right-style: none;
}

#footer_mini_nav ul li a {
	font-size: 11px;
	color: #666666;
}
#foot_sub_nav {
	float: left;
	padding-right: 20px;
}
#foot_sub_nav ul {
	margin: 0px;
	padding: 0px;
}
#foot_sub_nav ul li {
	display: inline;
	list-style-type: none;
}
#foot_sub_nav ul li a {
	padding-right: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#foot_sub_nav ul li a:hover {
	color: #333333;
}



.copyright {
	font-size: 11px;
	color: #999999;
}
#milestones {
}
#milestones ul {
	margin: 0px;
	padding: 0px;
}
#milestones ul li {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	color: #007AC3;
	line-height: 18px;
}
#milestones ul li h1 {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 4px;
	cursor:pointer;
	padding-left: 10px;
}
#milestones ul li h1:hover {
	font-weight: bold;
}


#milestones ul ul {
	padding-left: 30px;
	padding-bottom: 20px;
}
#milestones ul ul li {
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 12px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.media_stream {
	float: left;
	width: 100%;
}
.media_stream ul {
	margin: 0px;
	padding: 0px;
}
.media_stream ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.media_stream ul li a {
	color: #666666;
	font-weight: bold;
	font-size: 13px;
}
.media_stream ul li a:hover {
	color: #007AC3;
}
table {
	border-collapse:collapse;
}
.gal_album_cover {
	float: left;
	height: 170px;
	width: 196px;
	background-image: url(images/gal_album_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.gal_album_cover_img {
	height: 170px;
	width: 196px;
	float: left;
	overflow: hidden;
}
.gal_album_cover_img img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gal_image_box {
	float: left;
	height: 100px;
	width: 150px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
.gal_image_img {
	float: left;
	height: 100px;
	width: 150px;
	overflow: hidden;
}
.gal_image_img img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabs {
	float: left;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/dot.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tabs ul {
	margin: 0px;
	padding: 0px;
}
.tabs ul li {
	display: inline;
	list-style-type: none;
}
.tabs ul li a {
	float: left;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 13px;
}
.tabs ul li a.current_tabs {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
table {
	border-collapse:collapse
}
table.table_general {
}
table.table_general th {
	font-weight: bold;
	font-size: 13px;
	background-color: #E0EBF8;
	color: #007AC3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ABEE5;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.table_general tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.table_general tr a {
	color: #333333;
}
table.table_general tr a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

table.table_general tr:hover {
	background-color: #FFF0D9;
}
#pagination, .pagination, #filter_pagination {
	width: auto;
	float: left;
}
#pagination ul, .pagination ul, #filter_pagination ul   {
	margin: 0px;
	padding: 0px;
}
#pagination ul li, #filter_pagination ul li   {
	display: inline;
	list-style-type: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	
}
#pagination   ul  li a , #filter_pagination ul li a            {
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 4px;
	color: #1C8FBB;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}
#pagination ul li a:hover , #filter_pagination ul li a:hover          {
	background-color: #F7F7F7;
	-webkit-box-shadow: 1px 1px 0px 0px #ececec;
	-moz-box-shadow: 1px 1px 0px 0px #ececec;
	box-shadow: 1px 1px 0px 0px #ececec; 
}
#pagination ul li a.current_pagination, #filter_pagination ul li a.current_pagination    {
	color: #FFFFFF;
	background-color: #1C8FBB;
	float: left;
	border-top-color: #1C8FBB;
	border-right-color: #1C8FBB;
	border-bottom-color: #1C8FBB;
	border-left-color: #1C8FBB;
}
.pagination ul li            {
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 2px;
	color: #0E577E;
	cursor: pointer;
	list-style-type: none;
}
.pagination ul li:hover           {
	background-color: #F7F7F7;
	-webkit-box-shadow: 1px 1px 0px 0px #ececec;
	-moz-box-shadow: 1px 1px 0px 0px #ececec;
	box-shadow: 1px 1px 0px 0px #ececec; 
}
.pagination ul li.current_pagination                   {
	color: #FFFFFF;
	background-color: #1589C5;
	float: left;
}
.hyperlink {
	cursor: pointer;
}


.footer-box {
	float: left;
	width: 600px;
}

.icon_size16 {
	height: 16px;
	width: 16px;
}
.icon_size12 {
	height: 12px;
	width: 12px;
}

.icon_mail {
	background-image: url(images/icon_mail.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.icon_download {
	background-image: url(images/icon_downloads%202.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.icon_pdf {
	background-image: url(images/icon_pdf2.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.icon_word {
	background-image: url(images/icon_word.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.icon_jpg {
	background-image: url(images/icon_jpeg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.icon_txt {
	background-image: url(images/icon_txt.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.icon_excel {
	background-image: url(images/icon_excel.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.icon_next {
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.icon_prev {
	background-image: url(images/arrow_left.png);
	background-repeat: no-repeat;
	background-position: center center;
}


#blog_right_col {
	float: right;
	width: 180px;
}
#blog_left_col {
	width: 720px;
	float: left;
	background-image: url(images/foot_nav_sep_shadow03.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
}
.blog_archive {
}
.blog_archive ul {
}
.blog_archive ul li {
	list-style-type: none;
	padding-bottom: 4px;
	padding-top: 4px;
}
.blog_archive  ul  ul  ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.post {
}
.post  img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#news{
    background-color: #0091e1;
    border-bottom: 1px solid #000;
    bottom: 0;
    color: #ffffff;
    font-size: 14px;
    height: auto;
    line-height: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: fixed;
    width: 100%;
}

#news-content{
	width:960px;
   
    margin:0 auto;
	
}

#news-closebutton{
	float:right;
    position:relative;
    margin-right:20px;
    margin-top:20px;
}
a.link_light:link, a.link_light:visited {
	color: #8FC4E4;
	font-size: 12px;
	font-weight: bold;
}
a.link_light:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bg_info {
	background-color: #FFF2D7;
}
.text_medium {
	font-size: 13px;
}
.modalbox {
	width: 916px;
	position: absolute;
	background-color: #FFF;
	z-index: 100;
	margin-top: 170px;
	border: 2px solid #007AC3;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 16px;
	color: #333;
}

.tricol_sub_full {
    float: left;
    width: 715px;
}
.mandatory{
color:red;font-size:18px}

.button-cust-login{ background-color: #7b9abe; /* Green */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 0px 3px;
    cursor: pointer;
	border-radius:6px;
	float:right;}
.button-cust-logout{ background-color: #404040; /* Green */
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 40px  3px 0px 3px;
    cursor: pointer;
	border-radius:6px;
	float:right;}
	
	.content_div_padd{margin-right:20px}
	.content_div_text{min-height:60px}
	.content_div_padd_left{margin-left:20px}
	/*.content_div p{ padding:5px 10px 5px 10px;line-height:24px;font-size:13px;border:thin #eee solid;margin-right:20px;margin-top:10px}*/
	.content_div-right p{ padding:5px 10px 5px 10px;line-height:24px;font-size:13px;border:thin #eee solid;margin-left:20px;margin-top:10px}
	.tricol_sub_new {
    float: left;
    width: 360px;
}

ul.pagination-table {
	float: left;
}
ul.pagination-table li {
	display: inline;
	list-style-type: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin-right: 4px;
}
ul.pagination-table li.paginate_button {
	float: left;
}
ul.pagination-table li a {
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	float: left;
}
ul.pagination-table li.paginate_button.active{
	font-weight: bold;
	border-top-color: #007AC3;
	border-right-color: #007AC3;
	border-bottom-color: #007AC3;
	border-left-color: #007AC3;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.8);
    /*cursor:pointer;*/
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */
