﻿/*************************************************************************
// HTML Customizations
**************************************************************************/
* {padding: 0; margin: 0;}

body 
{
    font-family: Verdana, Arial, helvetica;
	font-size: 10pt;
	color: #4D4F53;
	width: 100%;
	background: url('assets/images/background.gif');
}

/*************************************************************************
// Font
**************************************************************************/

.blueTitle 
{
    font-weight: bold;
    color: #5A87A7;
}

.orangeTitle
{
    font-weight: bold;
    color: #BF7A28;
    font-size: 11pt;
}

a 
{
  font-weight: bold;
  color: #5A87A7;
   text-decoration:underline;  
}

a:hover
{
    font-weight: bold;
    color: #5A87A7;
    text-decoration:none;  
}

img { border: 0px; }

/*************************************************************************
// Primary Navigation
**************************************************************************/

#mainNavBG 
{
    height: 84px;
    width:100%;
    background: url('assets/images/topNav_bg.gif') repeat-x;
}


#nav
{
    width: 495px;
    margin: 20px 0  0 405px;
    display: block;
    text-align: right;
    float:left;
}

#topContainer	
{
    width: 990px;
	margin: 0 auto;
    position: relative;
    padding: 0 0 0px;
}

/*************************************************************************
// Main Items
**************************************************************************/
     
#centerBar 
{
    float: left;
    display:block;
    width: 60px;
} 
        
#container	
{
    width: 990px;
	margin: 0 auto;
    position: relative;
    padding: 0 0 0px;
    text-align: center;
    display: table;
}

#bottomNav
{
    background: #4D4F53 url('assets/images/footer_bg.gif') repeat-x top;
    height: 111px;
    width: 100%;
    clear: both;
    display: block;
    margin-top: 30px;
}

#bottomContainer	
{
    width: 990px;
	margin: 0 auto;
    position: relative;
    padding: 0 0 0px;
    text-align: left;
    display: table;
}

#info
{
    bottom: 0px;
    text-align: left;
    width: 495px;
    margin: 30px 0  0 375px;
    display: block;
    color: #D4D5CD;
}

/*************************************************************************
// Content Styles - Left Side Bar
**************************************************************************/

#leftSidebar
{
    display: block;
    float: left;
    overflow: hidden;
    width: 300px;
    text-align: right;
    margin-top: 30px;
}
#logo 
{
    display: block;
    height: 92px;
    vertical-align:top;
    text-align:right;
    margin-top: 20px;
}

#services
{
    display: block;
    margin-top: 10px;
    text-align: right;
}

.leftBox
{
    margin: 20px 0 0 60px;
    display: block;
    width: 240px;
    text-align: right;
    line-height: 20px;
}

.leftBox li
{
    list-style: none;
}

.leftBox li Img 
{
    display: none;
}

.leftBox li A 
{
    color: #4D4F53;
    font-weight: bold;
    text-decoration: none;
}

/*************************************************************************
// Content Styles - Right Side Bar
**************************************************************************/

#rightSidebar
{
    margin-top: 30px;
    display: block;
    float: left;
    clear: none;
    width: 620px;
    overflow: hidden;
    text-align: left;
}
        
#intro
{
    display: block;
    width: 500px;
    text-align: left;
    line-height: 22px;
    padding: 20px 0 0 15px;
    list-style:none;
}

#contentLeft 
{
    position: absolute;
    left: 100px;
    top: 185px;
    width: 275px;
    text-align: left;
    line-height: 20px;
}

#intro TD 
{
    width: 150px;
}

#intro TABLE 
{
    margin-top: 10px;
}

.workSubTitle
{
    margin-bottom: 10px;
    font-size: 8pt;
    font-style: normal; 
}

.workItem 
{
    padding: 15px 0px 0px 0px;
    width: 500px;
    text-align: left;
}

.workText
{
    width: 500px;
    font-style: italic;
}

.workSubTitle 
{
    margin-top: -3px;
}
			
/*************************************************************************
// Scrolling Style
**************************************************************************/

#workContainer 
{
   background: url('assets/images/work/work_bg.jpg');
   height: 282px;
   width: 522px;
   padding-left: 4px;
   padding-top: 4px;
   text-align: left;
   display: block;
   margin-left: 15px;
   position: relative;
} 

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:518px;
	height:277px;
	overflow:hidden; 
	}
	
#prevBtn, #nextBtn
{
    margin:0;
	text-indent:-8000px;		
	height: 34px;
    width: 34px;
    position: absolute;
    top: 140px;
    left: -15px;
}

#nextBtn
{
    left: 505px;
}

#prevBtn a
{
    display:block;
    background: url('assets/images/work/slider_left.png') no-repeat 0 0;
    height: 34px;
    width: 34px;
}
	
#nextBtn a
{
    display:block;
    background: url('assets/images/work/slider_right.png') no-repeat 0 0;
    height: 34px;
    width: 34px;
}
