/*
font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS";
.tk-myriad-pro
*/

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

body{font-size:13px; color:#636363; line-height:16px; background:url(../images/pg_bg.png) top repeat-x; font-family:"Century Gothic", "Trebuchet MS", Arial;}
a{color:#636363; text-decoration:underline;}
a:hover{text-decoration:none;}
p{color:#636363; font-size:13px; padding:5px 0; line-height:16px;}
ul{color:#636363; font-size:13px; line-height:16px;}
input, textarea, select{font-family:"Century Gothic", "Trebuchet MS", Arial; color:#636363; outline:none; font-size:13px; vertical-align:middle;}
em {color:#F29B08; text-decoration:none; font-style:normal;}
/*======================================================*/
/*==================COMMON CSS START====================*/
/*======================================================*/
h1{}
h2{}
h3{}
h4{}
h5{}

#wrapper{width:962px; margin:0 auto;}
#content{width:100%; clear:both; padding:20px 0;}
/*======================================================*/
/*==================COMMON CSS END======================*/
/*======================================================*/

/*======================================================*/
/*==================HEADER CSS START====================*/
/*======================================================*/
#header{width:100%; height:150px; background:#00aeef url(../images/header_bg.jpg) no-repeat; position:relative;}
.logo{float:left; margin:15px 0 0 10px;}
.punch_line{float:right; font-size:20px; color:#fff; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; margin:25px 0 0 0;}
.top_navi{clear:both; width:962px; position:absolute; right:0; bottom:0;}
.top_navi ul{float:left; padding-left:52px; width:910px;}
.top_navi ul li{float:left; padding-left:45px;}
.top_navi ul li a{font-size:16px; color:#fff; text-decoration:none; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; display:block; background:url(../images/bullet_navi.png) 100px 100px no-repeat; padding:0 0 12px 0; white-space:nowrap;}
.top_navi ul li a:hover{background:url(../images/bullet_navi.png) bottom center no-repeat;}
.top_navi ul li.current a{background:url(../images/bullet_navi.png) bottom center no-repeat;}
/*======================================================*/
/*==================HEADER CSS END======================*/
/*======================================================*/

/*======================================================*/
/*==================BANNER CSS START====================*/
/*======================================================*/
#banner{width:944px; border:1px solid #e5e5e5; padding:8px; margin-bottom:30px;}
#banner_innerpg{width:944px; border:1px solid #e5e5e5; padding:8px; margin-bottom:10px;}
.banner_content ul, .banner_content li{width:944px; height:248px;}
.banner_content{width:944px; height:248px; overflow:hidden; display:inline;}

.banner_slide{border:1px solid #dedede; width:942px; height:246px; background:url(../images/banner_bg.png) bottom repeat-x;}
.banner_slide .banner_logo{float:left; margin:25px 0 0 22px;}
.banner_slide .globe{float:left; margin:26px 0 0 73px;}
.banner_slide a.view_labels{float:right; background:url(../images/btn_bg.png) repeat-x; height:22px; font-size:15px; color:#fff; text-decoration:none; border-left:1px solid #e1ab4f; border-right:1px solid #e1ab4f; padding:5px 10px 0; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; margin:15px;}

.banner_navi{margin-top:2px;}
.banner_navi a{float:left; width:235px; height:43px; background:url(../images/banner_navi2.png) left top repeat-x; outline:none; line-height:42px; font-size:17px; position:relative; overflow:hidden; color:#636363; text-decoration:none; text-align:center; font-family:Arial, Helvetica, sans-serif; margin-right:1px; display:inline;}
.banner_navi a:hover{background:url(../images/banner_navi.png) left bottom repeat-x; color:#fff;}
.banner_navi a span{font-size:0; overflow:hidden; width:1px;  height:1px; position:absolute; left:-10px; top:-10px;}

/*
.banner_navi ul{width:542px; height:243px; overflow:hidden; border:1px solid red;}
.banner_navi ul li{width:235px; height:43px; overflow:hidden; border:1px solid red;}
*/

.next-tabs, .prev-tabs{position:absolute; right:0px; top:0px; cursor:pointer; display:block; width:30px; height:43px; background:url(../images/next_tabs.gif) 5px 7px no-repeat; font-size:0; line-height:999px; overflow:hidden; z-index:999;}
.prev-tabs{left:0px; background:url(../images/prev_tabs.gif) 5px 7px no-repeat;}

.banner_navi .jcarousel-next-disabled-horizontal,
.banner_navi .jcarousel-next-disabled-horizontal:hover,
.banner_navi .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	opacity: .3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}

.banner_navi .jcarousel-prev-disabled-horizontal,
.banner_navi .jcarousel-prev-disabled-horizontal:hover,
.banner_navi .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	opacity: .3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}


.tab_1_active a.tab_1{background:url(../images/banner_navi2.png) left bottom repeat-x;color:#fff;}
.tab_2_active a.tab_2{background:url(../images/banner_navi2.png) left bottom repeat-x;color:#fff;}
.tab_3_active a.tab_3{background:url(../images/banner_navi2.png) left bottom repeat-x;color:#fff;}
.tab_4_active a.tab_4{background:url(../images/banner_navi2.png) left bottom repeat-x;color:#fff;}
.tab_5_active a.tab_5{background:url(../images/banner_navi2.png) left bottom repeat-x;color:#fff;}



.footer_tabs{}
.footer_tabs_width{width:962px; margin:0 auto; padding:25px 0;}
.footer_tabs .banner_navi a{background:url(../images/banner_navi_f2.png) left top repeat-x;}
.footer_tabs .banner_navi a:hover{background:url(../images/banner_navi2.png) left bottom repeat-x;}
/*======================================================*/
/*==================BANNER CSS END======================*/
/*======================================================*/

/*======================================================*/
/*==================INDEX PAGE START====================*/
/*======================================================*/
.col_left{ float:left; width:592px;}
.col_left h1{font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; font-size:24px; line-height:30px; padding:0 0 0 55px; background:url(../images/bullet_orange.png) 0 7px no-repeat; margin:20px 0;}
.col_left p{text-align:justify; font-size:14px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; padding:10px 0; line-height:18px;}
.col_left p.highlight{font-size:17px; line-height:24px;}
.col_left_innerpg h1{margin:0 0 10px;}
.col_left_innerpg p{ padding:5px 0 10px 55px;}
.col_left h4{font-size:17px; line-height:24px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS";}
.col_left ul{background:#f7f7f7; border:1px solid #e5e5e5; padding:15px; margin:20px 55px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; font-size:14px;}
.col_left ul li{background:url(../images/bullet_dot_orange.png) 0 8px no-repeat; padding:2px 0 2px 12px;}

.pro_highlight_box{background:#f7f7f7; border:1px solid #e5e5e5; padding:15px 20px; margin:25px 0 15px; position:relative;}
.pro_highlight_box .col_1{float:left; width:260px;}
.pro_highlight_box .col_2{float:right; width:260px;}
.pro_highlight_box p{text-align:left;}
.pro_highlight_box p.orange_txt{font-size:16px; color:#f29b08; line-height:20px;}
.pro_highlight_box ul{font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; font-size:14px; margin:0px 0px 0px 0px;}
.pro_highlight_box ul li{background:url(../images/bullet_dot_orange.png) 0 5px no-repeat; padding:1px 0 1px 14px;}
.pro_highlight_box .sonalbell_box{width:236px; height:167px; background:url(../images/sonarbell_box.png) no-repeat; position:absolute; right:45px; bottom:-70px;}

.col_right{float:right; width:322px;}
.sub_navi{background:url(../images/sub_navi_bg.png) top repeat-x; margin-bottom:60px; min-height:140px; _height:140px;}
.sub_navi ul{padding:15px 0 0 15px;}
.sub_navi ul li{padding:5px 0;}
.sub_navi ul li a{font-size:17px; color:#636363; text-decoration:none; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; padding:0 0 0 60px; background:url(../images/bullet_orange.png) 100px 100px no-repeat;}
.sub_navi ul li a:hover{background:url(../images/bullet_orange.png) 5px 4px no-repeat;}
.sub_navi ul li.current a{background:url(../images/bullet_orange.png) 5px 4px no-repeat;}
.sub_navi ul li li a{font-size:15px; color:#636363; text-decoration:none; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; padding:0 0 0 60px; background:url(../images/bullet_orange.png) 100px 100px no-repeat;}
.sub_navi ul li li a:hover{background:url(../images/bullet_orange.png) 5px 4px no-repeat;}
.sub_navi ul li li.current a{background:url(../images/bullet_orange.png) 5px 4px no-repeat;}
.sub_navi ul li li.notcurrent a{background:url(../images/bullet_oange.png) 5px 4px no-repeat;}
.sub_navi ul li li.notcurrent a:hover{background:url(../images/bullet_orange.png) 5px 4px no-repeat;}
.sub_navi_innerpg ul{padding:15px 0 0 22px;}
.sub_navi_innerpg ul li a{font-size:16px; color:#8f8f8f;}

.latest_news{} 
.latest_news h3{font-size:24px; color:#7e7e7e; border-bottom:1px solid #d7d7d7; padding:10px 0; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; margin-bottom:15px;}
.latest_news .news_box{clear:both; margin-bottom:25px;}
.latest_news .news_img{float:left;}
.latest_news .news_txt{float:left; margin-left:25px; display:inline; width:220px;}
.latest_news .news_txt p{font-size:12px; color:#707070; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; padding:0 0 12px; line-height:14px;}
.latest_news a.read_more{font-size:11px; color:#fff; background:#d4d4d4; display:inline-block; padding:3px 7px; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
.latest_news a.read_more:hover{text-decoration:underline;}
/*======================================================*/
/*==================INDEX PAGE END======================*/
/*======================================================*/

/*======================================================*/
/*==================FOOTER START========================*/
/*======================================================*/
#footer{background:url(../images/footer_bg.png) bottom repeat-x; clear:both; padding-top:35px;}
.footer_graphic{background:url(../images/footer_graphic.png) center no-repeat; height:132px;}
.footer_width{width:962px; margin:0 auto;}
.logo_footer{float:left; margin:32px 0 0;}
/*.footer_txt{float:left; width:620px; padding:30px 0 0 40px;}*/
.footer_txt{float:left; width:620px; padding:43px 0 0 40px;}
.footer_txt{font-size:11px; color:#808080; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; line-height:20px;}
.footer_txt span{color:#faa71a;}
.footer_txt a{color:#808080; text-decoration:none;}
.footer_txt a:hover{text-decoration:underline;}
.copyrights{float:left; clear:left; color:#636363; font-size:12px; font-family:Arial, Helvetica, sans-serif; padding:5px; white-space:nowrap;}
/*======================================================*/
/*==================FOOTER END==========================*/
/*======================================================*/

/*======================================================*/
/*==================DEFENSE.HTML START==================*/
/*======================================================*/
.news_ticker{width:940px; border:1px solid #e5e5e5; margin-bottom:30px; padding:7px 10px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; font-size:14px; overflow:hidden;}
.news_ticker strong{color:#faa71a; float:left; padding:0 8px 0 0; margin:0 8px 0 0; border-right:1px solid #636363; font-weight:normal;}
.news_ticker a.read_more{color:#faa71a; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; text-decoration:none; margin-left:2px;}

#news_ticker{float:left; width:810px; height:18px;}
#news_ticker ul{float:left; width:810px;}
#news_ticker ul li{float:left; width:810px; height:18px;}

.balls_links{width:962px; margin-bottom:25px;}
.balls_links a{float:left; width:117px; height:117px; font-size:0; line-height:999px; overflow:hidden; margin:0 21px; display:inline;}
.balls_links a.ball_1{background:url(../images/balls_links.jpg) 0 0 no-repeat;}
.balls_links a.ball_1:hover{background:url(../images/balls_links.jpg) 0 -117px no-repeat;}
.balls_links a.ball_2{background:url(../images/balls_links.jpg) -117px 0 no-repeat;}
.balls_links a.ball_2:hover{background:url(../images/balls_links.jpg) -117px -117px no-repeat;}
.balls_links a.ball_3{background:url(../images/balls_links.jpg) -234px 0 no-repeat;}
.balls_links a.ball_3:hover{background:url(../images/balls_links.jpg) -234px -117px no-repeat;}
.balls_links a.ball_4{background:url(../images/balls_links.jpg) -351px 0 no-repeat;}
.balls_links a.ball_4:hover{background:url(../images/balls_links.jpg) -351px -117px no-repeat;}
.balls_links a.ball_5{background:url(../images/balls_links.jpg) -468px 0 no-repeat;}
.balls_links a.ball_5:hover{background:url(../images/balls_links.jpg) -468px -117px no-repeat;}
.balls_links a.ball_6{background:url(../images/balls_links.jpg) -585px 0 no-repeat;}
.balls_links a.ball_6:hover{background:url(../images/balls_links.jpg) -585px -117px no-repeat;}
/*======================================================*/
/*==================DEFENSE.HTML END====================*/
/*======================================================*/

/*======================================================*/
/*==================CONTACT_US.HTML START===============*/
/*======================================================*/
.contact_col_1, .contact_col_2{float:left; width:290px; padding:20px 40px 20px 0;}
.contact_col_3{float:left; width:300px; padding:20px 0;}
.contact_col_1 h1, .contact_col_2 h2, .contact_col_3 h2{font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; font-size:24px; line-height:30px; padding:0 0 0 55px; background:url(../images/bullet_orange.png) 0 7px no-repeat;}
.contact_col_1 p{font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; font-size:14px; color:#707070;}
.contact_col_1 p.info{padding:10px 0 20px;}
.contact_col_1 h3{font-size:16px; color:#faa71a; line-height:18px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; padding-top:15px;}

.contact_col_1 .address{margin-bottom:20px; line-height:18px;}
.contact_col_1 .address address{font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; font-size:14px; color:#707070;}
.contact_col_1 .address span{color:#faa71a;}
.contact_col_1 .address a{color:#707070; text-decoration:none;}
.contact_col_1 .address a:hover{text-decoration:underline;}

.contact_col_1 ul{padding:0px 0 0 0px;}
.contact_col_1 ul li{background: url("../images/bullet_dot_orange.png") no-repeat scroll 0 8px transparent;
    padding: 2px 0 2px 12px;}
.contact_col_1 ul li a{font-size:14px; color:#636363; text-decoration:none; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; padding:0 0 0 5px;}
.contact_col_1 ul li a:hover{ color:#FAA71A;}
.contact_col_1 ul li.current a{}

.contact_col_2 .txt_box{background:#fff url(../images/input_bg.gif) top repeat-x; border:1px solid #ebebeb; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; font-size:14px; color:#707070; width:278px; padding:5px; margin-top:15px;}
.contact_col_2 .txt_area{height:145px;}
.contact_col_2 .submit{float:left; background:url(../images/btn_bg.png) repeat-x; height:27px; width:90px; font-size:15px; color:#fff; text-decoration:none; border-left:1px solid #e1ab4f; border-right:1px solid #e1ab4f; padding:0 0 2px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; margin-top:15px; cursor:pointer; outline:none;}

.contact_col_3 .map{margin:15px 0 10px; float:left;}
.contact_col_3 .map_box{border:1px solid #e5e5e5; clear:both; width:282px; height:274px; padding:8px;}
.contact_col_3 .map_holder{border:1px solid #d7d7d7; width:280px; height:272px;}
.contact_col_3 .map_details{clear:both; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; color:#faa71a; font-size:16px; margin:10px 0 0;}
.contact_col_3 .map_details a{float:right; font-size:12px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; color:#faa71a;}
.contact_col_3 .map_details a:hover{text-decoration:none;}
.contact_col_3 .map_details span{float:left;}
/*======================================================*/
/*==================CONTACT_US.HTML END=================*/
/*======================================================*/

/*======================================================*/
/*==================GENERAL.HTML START==================*/
/*======================================================*/
.general_page{}
.general_page h1{color:#636363; font-size:30px; line-height:30px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; background:url(../images/bullet_orange.png) 0 9px no-repeat; padding:0 0 0 55px; margin:7px 0 27px;}
.general_page h1.toptitle { background:none; padding:0;color:#faa71a;}
.general_page h2{color:#636363; font-size:19px; line-height:25px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; padding:0px 0px 20px 0px;}
.general_page h3{color:#636363; font-size:16px; line-height:25px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; padding:0px 0px 20px 0px;}

.general_page h4{color:#faa71a; font-size:30px; line-height:30px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; padding:0 0 0 0px; margin:7px 0 27px;}

.general_pg_col{width:456px;}
.general_pg_col img{margin-bottom:20px; float:left;}
.general_pg_col p{font-size:14px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; line-height:18px; padding:0px 0px 20px 0px; text-align:justify;}
.col_left col_left_innerpg ul{background:#f7f7f7; border:1px solid #e5e5e5; padding:15px; margin:20px 55px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; font-size:14px;}
.col_left col_left_innerpg li{background:url(../images/bullet_dot_orange.png) 0 8px no-repeat; padding:2px 0 2px 12px;}

img.boardmember  {margin:0px 0px 0px 30px !important;; width:205px !important; border:none !important; padding:0px !important; float:right !important;}

/*======================================================*/
/*==================GENERAL.HTML END====================*/
/*======================================================*/

/*======================================================*/
/*==================SUMMS.HTML START====================*/
/*======================================================*/
.summs_page{}
.summs_page h1{color:#636363; font-size:30px; line-height:30px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; margin:7px 0 27px;}
.summs_page h1 em {color:#faa71a; font-style:normal;}
.summs_page h1 em a {color:#faa71a; font-style:normal; text-decoration:none;}
.submenu{text-align:right; padding:5px 0; clear:both;}
.submenu2{text-align:right; padding:1px 0px 12px 0px; *padding:2px 0px 12px 0px; clear:both; display:block; border-bottom:1px solid #E4E4E5;}
.submenu3{text-align:right; padding:5px 0px 0px 0px; clear:both; display:block; border-bottom:0px solid #E4E4E5;}
.submenu a, .submenu2 a, .submenu3 a{text-decoration:none; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; font-size:14px; color:#636363; padding:15px 20px;}
.submenu a.isactive, .submenu2 a.isactive, .submenu3 a.isactive{color:#FAA71A;}
.submenu a:hover, .submenu2 a:hover, .submenu3 a:hover {color:#fff; padding:12px 20px;background:#fcb63d url(../images/subnavi-bg.png) top repeat-x;}
.submenu a.current, .submenu2 a.current, .submenu3 a.current{color:#ccc;}

/*============APP BANNER START============*/
.app_banner{background:#f6f7f8; padding:18px 0 18px 50px; margin:10px 0;}
.app_banner_box{float:left; width:858px; height:298px; border:1px solid #e4e4e5; background:#fdfdfd url(../images/app_banner_bg.png) bottom repeat-x;}

#app_banner_carousel{float:left; background:#fff; width:605px; height:296px; border:1px solid #e4e4e5;}

.app_banner_content ul, .app_banner_content li{width:605px; height:260px; background-color:#ececec;}
.app_banner_content{width:605px; height:260px; overflow:hidden; display:inline;}
.app_banner_navi{background:url(../images/app_banner_navi_bg.png) top repeat-x; height:36px; padding-left:230px;}
.app_banner_navi a{display:inline-block; width:36px; height:36px; text-align:center; text-decoration:none; line-height:36px; font-weight:bold; font-size:18px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; color:#c7c6c4; border-left:1px solid #fff; border-right:1px solid #d6d6d6; float:left; outline:none; overflow:hidden;}
.app_banner_navi a:hover{color:#999;}
.app_banner_navi span{display:none;}
.navi_depth{float:left; border-left:1px solid #d8d8d9; border-right:1px solid #fff;}
.app_tab_1_active a.tab_1{background:url(../images/app_active_banner.png) no-repeat; color:#888;}
.app_tab_2_active a.tab_2{background:url(../images/app_active_banner.png) no-repeat; color:#888;}
.app_tab_3_active a.tab_3{background:url(../images/app_active_banner.png) no-repeat; color:#888;}
.app_tab_4_active a.tab_4{background:url(../images/app_active_banner.png) no-repeat; color:#888;}

.app_banner_slide{width:605px; height:260px;}
/*============APP BANNER END==============*/

.app_intro_text{float:left; padding:20px; width:210px;}
.app_intro_text h2{color:#636363; font-size:24px; line-height:24px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; margin-bottom:5px;}
.app_intro_text p{color:#636363; font-size:14px; line-height:16px; padding:10px 0; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS";}

#summs_page_content{padding:15px 0;}
#summs_page_content h2{font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; font-size:24px; line-height:30px; padding:0 55px; background:url(../images/bullet_orange.png) 0 7px no-repeat; margin:20px 0;}
#summs_page_content h2 em{color:#faa71a; font-style:normal;}
#summs_page_content ol li{padding:0px 55px 5px 55px; background:url(../images/bullet_orange_sm.png) 0 3px no-repeat; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; line-height:18px; text-align:justify;font-size:14px;}
#summs_page_content p{color:#707070; font-size:14px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; line-height:18px; text-align:justify;padding:0 0 20px 0; }

#summs_page_content ul{background:#f7f7f7; border:1px solid #e5e5e5; padding:15px; margin:20px 55px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; font-size:14px;}
#summs_page_content ul li{background:url(../images/bullet_dot_orange.png) 0 8px no-repeat; padding:2px 0 2px 12px;}

#summs_page_content img{ width:600px; border:5px solid #000; float:left; border:1px solid #E4E4E5; padding:8px; margin:0px 0px 20px 0px;}
.col_left_innerpg img{width:300px !important; float:right !important; margin:0px 0px 20px 20px !important;}


/*======================================================*/
/*==================SUMMS.HTML END======================*/
/*======================================================*/
/* clearing */
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 15px;
        line-height: 1px;
    }
	.clear_both {
		clear:both;
	}
    .clearfix:after {
        clear: both;
        height: 0;
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */

/* floats */
	.float_left {float:left;}
	.float_right {float:right;}
	.verti_align{vertical-align:middle;}
	.align_center{text-align:center;}
/* floats */

/* accessibility */
     span.accesskey {
         text-decoration: none;
     }
     .accessibility {
         position: absolute;
         top: -999em;
         left: -999em;
     }
/* end accessibility */
input.buttons{background:none no-repeat top left; border:none; cursor:pointer; display:block; overflow:hidden; padding:0; margin:0; text-indent:-9999px; width:auto; font-size:0; line-height:50px;}

/*IMAGE CENTERING*/
.img_center{display:table-cell; text-align:center; vertical-align:middle;}
.img_center *{vertical-align:middle;}
.img_center{display:block;}
.img_center span{display:inline-block; height:100%; width:1px;}

.img_center img{margin-right:-3px;}
*html .img_center img{margin-right:0px;}

/* -- Blog --*/

#primaryContent {
 
width:592px;
padding: 0 0px 0 0;
margin:20px 0px 0px 0px;
background-repeat:repeat-y;
float:left;
}

#primaryContent h1 {color:#636363; font-size:30px; line-height:30px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; background:url(../images/bullet_orange.png) 0 9px no-repeat; padding:0 0 0 55px; margin:7px 0 27px;
}
#primaryContent h1 a{ text-decoration:none;}

#primaryContent h2 {
color: #636363;
    font-family: "myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS";
    font-size: 19px;
    line-height: 25px;
    padding: 0 0 20px 55px;
}

#primaryContent ul{padding: 0 0 20px 55px;}


#primaryContent p{font-size:14px; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; line-height:18px; padding:0px 0px 20px 55px; text-align:justify;}

#primaryContent img{border: medium none;
    float: right;
    margin: 0 0 10px 25px;}


#secondaryContent{ 
float:left; 
width:322px;
margin:20px 0px 20px 48px;
background:url(../images/sub_navi_bg.png) top repeat-x;
}

#secondaryContent h2 {
    border-bottom: 0 solid #F1F1F1;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0 0 8px;
}


#secondaryContent ul{padding:5px 0 0 0px;}
#secondaryContent ul li{padding:12px 0 0 88px; font-size:16px;}
#secondaryContent ul li a{font-size:17px; color:#8F8F8F; text-decoration:none; font-family:"myriad-pro-1","myriad-pro-2","Century Gothic","Trebuchet MS"; padding:0 0 0 60px; background:url(../images/bullet_orange.png) 100px 100px no-repeat;}
#secondaryContent ul li a:hover{background:url(../images/bullet_orange.png) 5px 4px no-repeat;}
#secondaryContent ul li.current a{background:url(../images/bullet_orange.png) 5px 4px no-repeat;}

