﻿/***************************************
  CSS Stylesheet: sContent.css          
  Created: Aug 4,2010          
**************************************/                                    
/*** Color Info 
	#245399: logo navy blue 
	#4D84D5: light blue 
	#40587C: blueglay    
	#E0E0E0: light glay  
**************************************/  

/***** Clear style setting *****/
html, body, div, img, table, 
span, h1, h2, h3, h4, h5, h6, 
p, b, u, i,ol, ul, li, tr, td
blockquote, ul, li {
	border: 0px; margin: 0px; padding: 0px;
	vertical-align:baseline;
	background:transparent;	
}

/***** General *****/
html, body {
    background-color: #fff; 
    font: 100%/150% Arial, Verdana, sans-serif, Helvetica;     
    font-size: 85%;	        
    color: #666;	   
    margin: 0px;
    text-align: center; 
}

h1{ text-transform: capitalize; font-size: 160%; }  
h2{ font-size: 150%; }      
h3{ font-size: 140%; } 
h4{ font-size: 130%;}
h5{ font-size: 120%;  }   
h6{ font-size: 105%; }   
p { text-align: left; } 

/***** regular link *****/
a:link{color: #00004B; }
a:visited{color:#00004B;} /*#FE4E4E*/
a:hover{color: #245399; }
a:active{color: #00004B; }

.container{
	width:800px;  /*max: 800*/
	margin:0 auto;
	overflow:hidden;   
}
.container:after{
	/*visibility:hidden;
	display:block;
	height:0;	
	font-size:0;*/
	clear:both;	
}
.clearfix{	display:block;	}

#content, .clr{
	clear:both; 
}

.right {position: relative; float: right; margin-top: 40px;}
.left {position: relative; float: left; margin-top: 40px;}
			
/***** Header *****/
#header{	
	clear:both;
	margin:0;
	/*height:130px;*/
	vertical-align: bottom;  
	background-color: #ffffff;
}
#header .container{	
	/*border: 0px solid #efefef;*/
}
#header a#logotop{
	/*background:#eeeeee url('../images/summitLogoLrg.jpg') no-repeat 0 0; 
	display:block;	
	width:200px;  
	height:91px;   	
	margin: 15px auto auto auto; */
}
#header #logotop img {	
	width:200px;  
	height:91px; 
	margin-top: 15px; 
	text-align: center;  
}
#header_nav{	 
	width:100%; 
	margin: 10px auto 0px auto;
	padding-left: 0px;
	text-align: center;    /*for IE7 or older*/ 
	border-top: 2px solid #245399;
}
	
#header ul{	
	list-style-type:none;
	width:800px; 
	margin: 0 auto;
	padding:0;
}
#header ul li{
	display: inline; 
	width:129px; 
	padding-top: 3px; 
	padding-bottom: 3px;
	float:left;
	border-right: 2px solid #245399;
	border-bottom: 0px solid #ccc; 
}
#header ul li:first-child{
  border-left: 2px solid #245399;
}
#header ul li span1{
	/*width:120px; float:left; */
}

/***** top navigation link *****/
a.hdrnavvink:link{color: #474747; text-decoration: none; font-weight: bold; font-size: 12px;}
a.hdrnavvink:visited{color: #474747; text-decoration: none; font-weight: bold; font-size: 12px;}
a.hdrnavvink:hover{color: #0049A9;  text-decoration: underline; font-weight: bold; font-size: 12px;} /*B75B00*/
a.hdrnavvink:active{color: #04007A;	 text-decoration: none; font-weight: bold; font-size: 12px;}
#header .active{color: #04007A; text-decoration: none; font-weight: bold; font-size: 12px;} /*B75B00*/


/***** index: main-top *****/
#main_top{
	background-color:#0049A9 ;
	width:100%;
	height:380px;
	border-top:1px solid #999;
}
#main_top .container{
	height:380px; 
	color: #eeeeee; 
}
#main_top .container img{
	float:left;
	/*background:transparent url('../images/slideshow/main01.jpg') no-repeat 0 bottom; background-color: #0049A9;*/
}			
#main_top #rightSec {
    position: relative;
    margin: 35px auto 20px 530px ;
    width: 270px;       
    text-align: left;  
    border: 0px solid #fff;
} 	 	
#main_top h1{
	font-style:italic ;
	}		
#main_top p {
    font-size: 12px; 
    width:200px; 
    margin: 15px auto auto 0;
} 
/*pomaria link*/
#rightSec a:link{color: #EEEEEE; text-decoration: underline; font-weight: bold; font-size: 12px;}
#rightSec a:visited{color: #EEEEEE; text-decoration: underline; font-weight: bold; font-size: 12px;}
#rightSec a:hover{color: #8AB3EA; text-decoration: none; font-weight: bold; font-size: 12px;}
#rightSec a:active{color: #EEEEEE; text-decoration: underline; font-weight: bold; font-size: 12px;}

		
/***** main-btm *****/			
#main_btm{
	clear:both;
	padding:30px 0 30px 0;
	border-top:1px solid #000; 
	background:#fff url('../images/main_btm_bg.jpg') repeat-x 0 0;
}
#main_btm .container{	
	color: #eeeeee; 
	border: 0px solid #fff;
}
#main_btm .box{
	float:left;
	margin-right:20px;
	padding-top: 10px;
	width:250px; 
	background-color: #efefef; 
}
#main_btm .last{ 
	margin-right:0 !important;
}
#main_btm .box img{
	border: 0px; 
	width:210px; 
	height:95px;
}	
#main_btm .box span{
	font-size:1.2em;
	font-weight:bold;
	color:#062a6c;
	text-transform:uppercase;
	margin-bottom:11px; 
	font-style: italic;
}	
#main_btm .box .title {
	text-decoration:none; 
}	
#main_btm .box a.title:hover {
	text-decoration:underline; color: #0049a8;
}							
#main_btm .boxinner{
	padding:9px;
	color:#555;
	background:#eee; 	
	}
#main_btm .boxinner img:hover{
	border:0px solid #bbb;
	}	
#main_btm .boxinner p{
	width:220px;
	color: #2453AB;
	font-size:11px !important; 
	margin:5px auto;
	text-align:center;
}	
				
/***** logo bar *****/
#bar{	
	clear:both;	
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #000;
	background-color: #0049A9;
}
#bar .container{	
	color: #eeeeee;  
	background:url('../images/summit_bar.jpg') no-repeat scroll 0 0 #0049A9; 
	height : 70px; 
}
#bar img{	
	
}
#bar #bar_title{	
	text-transform:capitalize; 
	text-align:left; 
	letter-spacing:3px;
	font:italic bold 13px/30px Georgia, serif, Arial, Verdana, sans-serif, Helvetica;
	margin: 20px auto auto 30px; 
	padding-left: 35px; 	
}

/***** profile *****/
#profile .container{	
	color: #2453AB;    
	background:#fff url('../images/wm_bg_sml.gif') no-repeat 50% 50%;
	min-height: 30em;
}
#profile .container h4{	
	margin: 25px auto;
	color: #245399;
}
#profile .container p{	
	margin: 10px 35px;
	font-size: 120%;
}
#profile .container .prf_hr {	
    width:70%;  
    color: #245399; 
    margin-top:40px; 
    margin-bottom:50px;
}

/***** projects *****/
#projects .container{	
	color: #2453AB;
	background: #fff;
}
#leftsec_projects {
    float: left;
    width: 180px; 
    text-align: left;
    margin: 10px 0px 10px 20px; 
}
#leftsec_projects h5 {
	margin: 5px auto 15px auto; 
}
#leftsec_projects a:link {color: #00004B; text-decoration: none; font-weight:normal; }   /*00004B*/
#leftsec_projects a:visited {color: #00004B; text-decoration: none; font-weight:normal; }   
#leftsec_projects a:hover {color: #245399; text-decoration: underline; font-weight:normal; } 
#leftsec_projects a:active {color: #00004B; text-decoration: none; font-weight:normal; } 


#rightsec_projects { 
    width: 570px; 
    margin: 10px auto 10px 200px; 
    text-align:left;
    border-left: 0px solid #245399; 
}

#rightsec_projects_sub {  
    width: 570px; 
    margin: 10px auto 10px 200px; 
    text-align:left;
    border-left: 1px solid #245399; 
    padding-left: 10px;
}
#rightsec_projects_sub h1, #rightsec_projects_sub h2, #rightsec_projects_sub h5 {  
    text-align: center;
    margin-bottom: 5px;
}
#rightsec_projects_sub p {  
    
}

#tbl_project {   
	width: 100%;	 
	margin-left:0px; 
	border: 1px solid #ccc; padding: 0px;
	text-align: center;
}
#rightsec_projects table th {  
	text-align: center;
}
#rightsec_projects table tr {  
	display:table-row;
	vertical-align:inherit;
}
th.tblsubtitle{
	background: #fff url('../images/project_title_bg2.jpg') repeat-x left top;
	vertical-align:middle;
	font-size: 13px; 
	height: 25px; 
}
/*th.tblsubtitle a:hover{ color: #2453AB;}  no hover */
.gototop{
	text-align: right;
	height: 30px;	
}
.gototop span{
	margin-right: 3px;
}


.proj_imghigh{
	border: 1px solid #245399;
	width: 150px; 
}
.proj_picbox1 {  
	position: relative; 
	width: 150px;  
	/*height: 250px;*/  
	margin: 3px auto;
} 
.proj_overlay1 {
	background-color: #000;
	position: absolute;
	width: 151px;
	height: 55px;
	top: 146px; 
	margin-bottom: 0px;
	left:0px;         
	opacity: 0.5;             /*for FF*/
	filter:alpha(opacity=50); /*for IE5.5 - IE7 */
	-ms-filter: "Alpha(Opacity=50)"; /* for IE8 */
}
.proj_title1 {
	position: absolute;
	width: 140px;
	top: 160px;
	left: 3px;
	color: #fff;
	text-align: center; font-size: 0.9em;
}
.proj_imgwide{
	width: 180px;  
	border: 1px solid #245399;  
}
.proj_picbox2 {  
	position: relative; 
	/*width: 155px; */ 
	height: 170px;  
	margin: 3px auto;
} 
.proj_overlay2 {
	background-color: #000;
	position: absolute;
	width: 181px;
	height: 46px; margin-bottom: 0px;
	top: 90px;
	left: 4px;
	opacity: 0.5;             /*for FF*/
	filter:alpha(opacity=50); /*for IE5.5 - IE7 */
	-ms-filter: "Alpha(Opacity=50)"; /* for IE8 */
}
.proj_title2 {
	position: absolute;
	width: 178px;
	top: 100px;
	left: 3px;
	color: #fff;
	text-align: center; font-size: 0.9em;
}

/***** project popup *****/
#container_prj_popup {    
    text-align: center; 
    width: 650px; margin: 20px 30px;  
}
/*#container_prj_popup h4 {   
    color:#245399;
    margin: 5px auto;
    text-align: center;
}*/
#container_prj_popup .title {
    color:#245399;
    margin: 5px auto;
    text-align: center; 
    font-size: 130%; 
    font-weight: bold;
}

#container_prj_popup .img_w {
    width:620px;
}
#container_prj_popup .img_h {
    width:400px;
}
#container_prj_popup p {
    margin: 10px auto; 
    text-align: left;
}
#container_prj_popup .btn_prj_popup {       
    margin: 5px 50px 5px auto;
    text-align: right; 
}

/***** links *****/
#links .container{	
	color: #2453AB; 
	/*background:#fff url('../images/wm_bg_sml.gif') no-repeat 50% 50%;*/
}
#links .linkbox {
    width: 400px; 
    float: left; 
    padding: 10px 0px; 
}
#links .linkbox img {
     float:left; 
     margin: 0px auto; 
}		
#links .linkbox_info {
    position: relative;
    margin: 5px 5px 5px 150px;
    width: 200px;       
    text-align: left;  
} 	
#links .linkbox_info a {
    color:#245399;
    font-size: 13px;
    font-weight: bold;
} 
#links .linkbox_info a:hover {
    color:#4D84D5; 
    text-decoration:none; 
} 
	
.links_separater {
    width: 85%; 
    color: #233497; 
}

/***** contact us *****/
/*#contactus {	
	background:#fff url('../images/main_btm_bg.jpg') repeat-x 0 100%;
}*/
#contactus .container{	
	color: #2453AB;
	background:#fff url('../images/wm_bg_sml.gif') no-repeat 50% -8%; 
}
#contactusinfo {
    margin: 30px auto 50px 100px;   
    padding: 15px; 
    text-align: left; 
}
#contactusinfo #contact_address {
    float: left; 
    width: 260px;    
    margin: 0px;   border:0px solid #efefef;  
}
#contactusinfo #email_list {
    width: 270px;    
    margin-left:280px;
    margin-bottom: 20px; border:0px solid #efefef; 
}

#contactusinfo #email_list a:link {color: #00004B; text-decoration: underline; font-weight:normal; }   
#contactusinfo #email_list a:visited {color: #00004B; text-decoration: underline; font-weight:normal; }   
#contactusinfo #email_list a:hover {color: #245399; text-decoration: none; font-weight:normal; } 
#contactusinfo #email_list a:active {color: #00004B; text-decoration: underline; font-weight:normal; } 

#contactusinfo #map {
    color:#0000FF; border:0px solid #efefef; 
}

/***** careers *****/
/*#careers {	
	background:#fff url('../images/main_btm_bg.jpg') repeat-x 0 100%;
}*/
#careers .container{	
	color: #2453AB;
	background:#fff url('../images/wm_bg_sml.gif') no-repeat -10% 100%; 
}
#leftsec_careers {
    float: left;
    width: 200px; 
    text-align: left;
    margin: 10px 20px; 
}
#leftsec_careers h5{
    color:#245399;
    width: 80%; 
    vertical-align:bottom;
    margin: 10px 15px 10px auto; 
    border-bottom: 2px solid #666666 ;
}
#leftsec_careers ul {
    list-style-type: disc; 
    list-style-position:inside;
    display: block ; 
    margin: auto auto 30px 20px; 
}
#leftsec_careers ul li{
	
}
#leftsec_careers a:link {color: #00004B; text-decoration: none; font-weight:normal; }   /*00004B*/
#leftsec_careers a:visited {color: #00004B; text-decoration: none; font-weight:normal; }   
#leftsec_careers a:hover {color: #245399; text-decoration: underline; font-weight:normal; } 
#leftsec_careers a:active {color: #00004B; text-decoration: none; font-weight:normal; } 


#rightsec_careers {  
    width: 460px; 
    margin: 10px auto 10px 230px; 
    padding: 5px 0px;
    text-align:left;     
    border-left: 1px solid #245399;  
}
#rightsec_careers h4 {  
    margin: 30px auto 5px 15px;
}
#rightsec_careers span {  
     font-size: 130%; 
     margin-left: 15px;
}
#rightsec_careers p {  
    font-size: 105%;
    margin: 25px 15px;
}
#pics_frame {
    text-align: center; 
    width: 350px;
    margin: 35px auto 30px auto; 
}
#pics_frame .pics {
    border: 1px solid #333333;
    width: 110px;
    cursor:pointer;
    
    opacity: 0.6;             /*for FF*/
	filter:alpha(opacity=60); /*for IE5.5 - IE7 */
	-ms-filter: "Alpha(Opacity=60)"; /* for IE8 */
}
#pics_frame .pics:hover {
    opacity: 1.0;             /*for FF*/
	filter:alpha(opacity=100); /*for IE5.5 - IE7 */
	-ms-filter: "Alpha(Opacity=100)"; /* for IE8 */
}


/*** position popup ***/
#container_pos {
    position:relative;
    background-color: #ffffff;
    margin:20px 20px 25px 20px;
    width: 490px;
    padding:15px 20px;
    border: 1px solid #666666;
}
#companyinfo {  
    position: relative;    
    margin-bottom: 15px;   
    border-bottom: 1px solid #666666; 
}
#companyinfo img {  
    float: left;
}
#companyinfo #pos_address {  
    margin-left: 100px;
    width:300px;
}
#pos_name {
    position:relative;
    color:#245399; 
    height: 15px;
    vertical-align:bottom;
    text-align:center;   
    font-weight:bold;
    margin-bottom: 5px;  
}
#pos_desc {
    position:relative;
    margin: 15px auto;
    text-align:left;  
}
#pos_desc ul{
    margin: 15px auto auto 15px;
}
#pos_pic {
    float:right; 
    margin-top:50px; 
    margin-left:5px; 
    margin-bottom:5px;
}

/*** event popup ***/
#container_cr_popup {    
	position: absolute;
    top: 0px;
    left: 20px;      
    text-align: center; 
}
#container_cr_popup h4 {    
	margin: 5px auto;
}
#container_cr_popup .btn_cr_popup {       
    margin: 5px 50px 5px auto;
    text-align: right; 
}


/***** Footer *****/
#footer{
	clear:both;
	margin:0;
	color:#eee;
	background:#002C78;
	border-top:1px solid #000;
	padding:10px 0px 30px 0px;  
}
#footer .container{	
	border:0px solid #000;
}
#footer p{
	font-size:10px;
	margin:10px;
	text-align: center;
}
#footer ul{
	list-style-type: none; 
}
#footer ul li{
	display: inline;
	text-transform:uppercase;
	font-size:10px;
	margin-left:20px;font-weight:normal;
}

/***** footer navigation link *****/
#footer a.ftrnavlink:link {color: #fff; text-decoration: none; }   
#footer a.ftrnavlink:visited {color: #fff; text-decoration: none; }   
#footer a.ftrnavlink:hover {color: #000; text-decoration: none; background-color: #efefef;} 
#footer a.ftrnavlink:active {color: #fff; text-decoration: none;  } 

/***** footer navigation link *****/
#footer a:link {color: #efefef; text-decoration: none; font-weight:normal; }   
#footer a:visited {color: #efefef; text-decoration: none; font-weight:normal; }   
#footer a:hover {color: #ccc; text-decoration: underline; font-weight:normal; } 
#footer a:active {color: #efefef; text-decoration: none; font-weight:normal; } 



/***** end *****************************/
