﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #fff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.2em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}



h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.holder
{
    width: 988px;
    margin: 0px auto;
}

.wrapper
{
	width: 1009px;
	background-image: url(../images/layout_bk.png);
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0px auto;
	padding: 0px 11px;
	float: left;
}

.page
{
    width: 988px;
    background-color: #fff;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
 
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
	overflow: visible;
}

.leftCol 
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.clear
{
    height: 3px;
    margin-bottom: 3px;   
}


.footer
{
    width: 988px;
    color: #4e5766;
    text-align: center;
    line-height: normal;
    height: 38px;
    
}

.affliateLogos
{
	float: right; 
	padding-right: 10px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    height: 38px;
}

div.hideSkiplink ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
    float: left;
    height: 38px;
}

div.hideSkiplink ul li
{
	float: left;
    position: relative;
	line-height: normal;
	height: 38px;
	border-right: 1px solid #fff;
}

div.hideSkiplink ul li a, div.hideSkiplink ul li a:visited
{
	color: #fff;
	padding: 10px 20px 4px 20px;
    display:inline-block;
	text-decoration: none;
	white-space: nowrap;
	height: 24px;
}

li#selectedNav
{
	margin: 0px;
	padding: 1px 0px 0px 0px;
	line-height: normal;
    top: -4px;
    
}

li#selectedNav a
{
	color: #FFF;
    
}

div.hideSkiplink ul li a:hover
{
	color: #fff;
	text-decoration: none;
}

div.hideSkiplink ul li a:active
{
	color: #fff;
	text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

.clientsTB
{
	width: 100%;
}

.clientsTB td
{
    vertical-align: top;
    width: 50%;
}

table.casestudy td
{
    vertical-align: top;
}

.spacing
{
	 font-size: large;
	 font-weight: bold;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
	position: relative;
    width: auto;
    height: 155px;
}

.mainTitle
{
	float: left;
	margin: 33px;	
}

.mainLogo
{
	float: right;
	margin: 10px 77px 0px 0px;	
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/**** Textbox validation ****/
.invalidTxt
{
	border: 1px solid red;
	padding: 2px;
	background-color: lightpink;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.required
{
	color: Red;	
}

.contact_table
{
 border-spacing: 0px;
 margin-left: 20px;
}

.contact_table td
{
	padding: 4px;	
	vertical-align: text-top;
}

.csItem
{
	border-spacing: 0px;
	width: 470px;
	border: none;
}

.csItem td
{
	padding: 0px;
	vertical-align: top;
}

.csDetails
{
	border-spacing: 0px;	
	border: none;
}

.csDetails td
{
	padding: 5px;
}

.newsItmWrapper
{
	width: 450px;	
}

.newsItmHeader
{
    background: #F0F0F0; /* #f8f7f3; */
    padding: 14px 8px 8px 8px;
    margin-bottom: 3px !important;
    color: #0074C0 !important;
}

.projectStn
{
    position:relative;
	border: 1px solid #d3d3d3; 
	border-width: 1px 0px; 
	padding: 3px 0px 5px;
}

.newsItmP, .projectItmP
{
	min-height: 125px;
}

.projectItmContent
{
    background-image: url("../images/section02_bk.png");
	position: absolute;
	top: 0;
	left: 20px;
	width: 140px;
	height: 205px;
	padding:15px 8px 0px 8px;
	text-align:left !important;
	
}

.projectItmImage
{
	border: 1px solid #D3D3D3; 
	width: 450px; 
	height: 215px;
}

.sprWth40
{
	width: 40px;
}

.project_link
{
	border: 1px solid #A8DACE;
	padding: 6px 15px 6px 15px;
	margin-bottom: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px; 
	cursor: pointer;
	color: #FFF !important;
	background-color: #0074C0;
	display: inline-block;
}

/* PROJECT DETAILS  
----------------------------------------------------------*/

.sectionLayout
{
    margin: 0px;
    background-color: #E8EDF0;
    position: relative;  
    overflow: visible;
    width: 950px;
    min-height: 450px;
}

.projectMainImg
{
    width: 950px;
    margin-top: 5px;
}

.projectWrapper
{
    position: absolute;
    bottom: 0px;
    left: 0px;   
}

.projectHeading
{
    /*background-image: url('../images/project_heading.png');*/
    background:#ecebe6;
    margin-left: 6px;
    border-left:3px solid #FF9933 !important;
    display: inline-block;
    
}

.projectHeading h2
{
    color: #696967;
    font-size: 12px;
    padding: 0px 120px 3px 20px;
    margin-bottom: 0px;
    margin-top:5px;
}

.ProjectCat
{
    font-weight: normal;
    font-style: italic;   
}

.projectContent
{
    padding: 15px 5px 5px 20px;
    background-image: url('../images/section02_bk.png'); 
    min-height: 190px;
}

.projectContent p
{
    color: #333; /*#555454*/
}

.projectThumb
{
    width: 78px;
    height: 55px;
    border: 1px solid #FFF;
}
.projectFrontThumb
{

    border: 1px solid #FFF;
    margin-top:30px;
}
.projectDetailsLink
{
    color: #7b8515;
    padding-left: 15px;
}

.csSpacing
{
	width: 130px;
	margin-right: 20px;
    float: left; 
}