/*******************************************************************************
 *
 *  File:       main.css
 *  Author:     
 *  Created:    
 *
 *  Description:
 *
 *  Styles are organized into the following groups:
 *
 *  - Global
 *  - Columns
 *  - Header
 *  - Banner
 *  - Content
 *  - Testimonial 
 *  - Banner
 *
 *	Arial is the standard font
 *  Font sizes are variable
 *
 *  Standard Colors:
 *
 *	- #000000: Text, Body
 *	- #808080: Text, Testimonial
 *	- #003581: Text, Footer
 *	- #ec6c0e: Text, Link
 *	- #ffffff: Text, Link, Selected
 *	- #fce6e6: Link, Background, Rollover
 *	- #ec6c0e: Link, Background, Selected
 *	- #CCD7E6: Divider, Horizontal
 *
 ******************************************************************************/

/*******************************************************************************
 *
 *  Global
 *
 ******************************************************************************/

/* Include all element styles within ".border" */
/* to ensure we only affect the micro site */

body {
	color: #000000;
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: url(images/background.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	
}

h1{
}

h2{
	font-size: 14px;
	line-height: 22px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-weight: bold;
}

h3{
	font-size: 12px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-weight: bold;
}
	
p{
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

a {
	color: #003581;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	background-color: #fce6e6;

}

a.selected, a.selected:hover{
	color: #ffffff;
	background-color: #00156a;
}

/* #ec6c0e; #84afd2; */

.about_nav {
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

.about_nav a {
	padding: 2px 4px 2px 4px;
	margin-left: 0px;
	font-weight: normal;
}

.about_nav h2{
	font-size: 11px;
}

.about_nav h3{
	font-size: 11px;
	margin-left: 4px;
}
.about_nav p{
	margin-bottom: 4px;
}

.about_nav h2 a {
	font-weight: bold;
	margin: 0px;
}

ul {
margin:0px;
padding-left:0px;
list-style-position: inside
}

#home .banner ul {
list-style: none;
list-style-position: outside;
}

#home .banner li {
background: url('images/arrow_black_orange.gif') no-repeat 0 50%;
padding-left: 14px;
}

#home .content ul {
list-style: none;
list-style-position: outside;
}

#home .content li {
background: url('images/arrow_black.gif') no-repeat 0 50%;
padding-left: 14px;
}


#clients table {
	font-size: 24px;
	line-height: 24px;
	color: #6c8f90;
	text-align: center;
	width: 720px;
	clear: left;
	border-top: 1px solid #6d9091;	
	border-left: 1px solid #6d9091;
	border-right: 1px solid #6d9091;
	border-bottom: 1px solid #6d9091;
}

#clients td {
	width: 60px;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #d6dfe0;
}

#clients tr.row2 td {
	background-color: #eff2f3;
}

#clients td.columnClients {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	width: 250px;
	border-left: 0px;
	border-right: 1px solid #6d9091;
}

/* IE doesn't support adjacent selectors */
/* So we explicitly tag the table cell */
#clients td.firstDataCol {
	border-left: 0px;
}

#clients tr.rowHeader td {
	font-size: 11px;
	color: #ffffff;
	background-color: #6c8f90;
}

#clients tr.rowDivider td {
	height: 1px;
	padding: 0px;
	border: 0px;
	background-color: #6c8f90;
}

#clients thead {
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
}

#clients tr.title td {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 4px;
}

#clients .content .column_left {
	width: 500px;
}


/*******************************************************************************
 *
 *  Columns
 *
 ******************************************************************************/

.column_left, .column_right, .about_column_left, .about_column_right{
	float: left;
	padding: 12px;
	margin-bottom: 12px;
}


.column_left, .column_right{
	width: 300px;
}


.column_left{
	margin-right: 36px;
}

.about_column_left{
	width: 468px;
	margin-right: 32px;
}

.about_column_left img{
	float: right;
	padding: 5px 0px 12px 12px;
}

.about_column_right{
	width: 176px;
	padding-right: 0px;
	
}


/*******************************************************************************
 *
 *  Header
 *
 ******************************************************************************/

.header {
	width: 720px;
	height: 96px;
	padding: 24px 0px 24px 24px;
	background: url(sklogo_st.jpg) no-repeat top;
}

.global_nav{
	padding-top: 36px;
	float: left;
}

.global_nav a{
	padding: 2px 7px 2px 6px;
	margin: 0px 0px 0px 6px;
	font-weight: normal;
}



.logo {
    padding-top:24px;
	float: right;
	border: 0px;
}

.logo img{
	border: 0px;
}

.logo a:hover{
	background-color: #ffffff;
}

/*******************************************************************************
 *
 *  Banner
 *
 ******************************************************************************/

.banner {
	height: 395px;
	width: 595px;
	padding: 24px;
	background-color: #000000;
}

#home .banner{
	height: 395px;
	width: 595px;
	padding: 24px;
}

#home .banner a:hover{
	background-color: #6C3009;
}

#home .banner a{
	color: #ffffff;
}

#bannerHome{
	background: url(nw02.jpg) no-repeat;
}

#bannerWhy{
	background: url(b02.jpg) no-repeat;
}

#bannerService{
		background: url(S02.jpg) no-repeat;
}

#bannerAbout{
	background: url(A02.jpg) no-repeat;
}

#bannerClients{
	background: url(CL02.jpg) no-repeat;
}

#bannerCareer{
	background: url(CR02.jpg) no-repeat;
}

#bannerContact{
	background: url(C02.jpg) no-repeat;
}


.intro{
	color: #ffffff;
	font-size: 12px;
	width: 324px;
	height: 108px;
	padding: 12px;
	font-weight: bold;
}

#home .banner {
	height: 144px;
	padding: 60px 24px 24px 24px;
}

#home .intro{
	height: 144px;
}

.intro h1{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px 6px 0px;
}

#why .banner {
	height: 144px;
	padding: 60px 24px 24px 24px;
}

#why .intro{
	height: 144px;
}

#service .banner {
	height: 144px;
	padding: 60px 24px 24px 24px;
}

#service .intro{
	height: 144px;
}

#about .banner {
	height: 144px;
	padding: 60px 24px 24px 24px;
}

#about .intro{
	height: 144px;
}

#clients .banner {
	height: 144px;
	padding: 60px 24px 24px 24px;
}

#clients .intro{
	height: 144px;
}

#career .banner {
	height: 144px;
	padding: 60px 24px 24px 24px;
}

#career .intro{
	height: 144px;
}

#contact .banner {
	height: 144px;
	padding: 60px 24px 24px 24px;
}

#contact .intro{
	height: 144px;
}

/*******************************************************************************
 *
 *  content
 *
 ******************************************************************************/

.content{
	width: 720px;
	padding: 12px 0px 24px 24px;
}

.letter{
	color: #003581;
	width: 600px;
	font-size: 14px;
} 

.bio{
    background-color: #eef3ff;
	width: 600px;
	font-size: 12px;
} 

.bioh2
{
	padding-top:12px;
	padding-bottom:12px;
}

.biohr{
    text-align:left;
	width: 600px;
} 

.servintro{
	width: 600px;
	font-size: 12px;
} 

.serv{
    background-color: #eef3ff;
	width: 600px;
	font-size: 12px;
} 

.servhr{
    text-align:left;
	width: 600px;
} 

.team{
    background-color: #eef3ff;
	width: 600px;
	font-size: 12px;
} 
	
.teamh2
{
	padding-top:12px;
	padding-bottom:12px;
}
    
    	
/*******************************************************************************
 *
 *  testimonial
 *
 ******************************************************************************/

.testimonial{
	color: #808080;
	font-size: 14px;
	line-height: 22px;
	clear: left;
	width: 696px;
	margin: 0px;
	padding: 12px 24px 24px 0px;
	border-top: 1px solid #CCD7E6;
}

.testimonial blockquote{
	width: 300px;
	margin: 0px 0px 0px 2px;
	padding-left:22px;
	background: url(images/quote_open.gif) no-repeat;
	background-position: 0px 4px;
	
}

.testimonial blockquote p{
	background: url(images/quote_closed.gif) right bottom no-repeat;
	
} 

img.client_logo{
	float: right;
	margin: 6px -22px 0px 0px;
}

/*******************************************************************************
 *
 *  footer
 *
 ******************************************************************************/

.footer{
	color: #003581;
	font-size: 11px;
	clear: left;
	width: 720px;
	padding: 12px 0px 24px 24px;
	border-top: 1px solid #CCD7E6;
}

.footer .column_right{
	width: 310px;
}
