span
{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}

body, tr, td { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px; 
}

.wrapper {
	border: 0px solid #000;
	
}
.wrapperTD
{
	width: 964px;
	padding-top: 15px;
}

.disclaimer
{
    padding-left: 12px;
    font-size: 8pt;
    font-style: italic;
}

.ourWorkListWrapper
{
    border: 0px solid #000;
}
.workItemWrapper
{
    float:left;
    border: 0px solid #000000;
    width:260px;
    padding-right:20px;
 }

.workTitle
{
    display:inline;
    font-weight:bold;
}
.workDescription
{
    display:inline;
}

.headerBreadcrumb
{
    padding-bottom: 12px;
}

#innerLeftContent {
  vertical-align:text-top;
  width: 210px;
  float: left;
	color: #000000;
}
.innerLeftContent img {border:0 solid #000;}
.innerLeftContent a:link {color: #000000; text-decoration: underline;} 
.innerLeftContent a:visited {color: #000000; text-decoration: underline;}
.innerLeftContent a:active {color: #000000;  text-decoration: underline;}
.innerLeftContent a:hover {color: #000000;  text-decoration: none;}

.innerMiddleContent 
{
	vertical-align:text-top;
    width: 560px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #000000;
	text-align: left;
	}
.innerMiddleContent a:link {color: #000000; text-decoration: underline;} 
.innerMiddleContent a:visited {color: #000000; text-decoration: underline;}
.innerMiddleContent a:active {color: #000000;  text-decoration: underline;}
.innerMiddleContent a:hover {color: #000000;  text-decoration: none;}


#innerRightContent 
{
	text-align:left;
	vertical-align:text-top;
	width: 140px;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.innerRightContent a:link {color: #000000; text-decoration: underline;} 
.innerRightContent a:visited {color: #000000; text-decoration: underline;}
.innerRightContent a:active {color: #000000;  text-decoration: underline;}
.innerRightContent a:hover {color: #000000;  text-decoration: none;}

.colall { border:solid 0px black;width: 96%;text-align: right;clear: both;float: left;display: inline;padding: 4px;margin: 5px 0;font-weight: bold; }  
.colleft { border:solid 0px black;width: 25%;text-align: right;clear: both;float: left;display: inline;padding: 4px;margin: 5px 0;font-weight: bold; }  
.colright {border:solid 0px black;width: 72%;text-align: left;float: right;display: inline;padding: 0px;margin: 5px 0; }  

.navwrapper
{
	/*background-color: #000000;
	color: #FFFFFF;*/
}

.nav
{
	font-size: 10pt;
    font-weight: bold;
    TEXT-DECORATION: none;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
}
.nav a:link {FONT-SIZE: 10pt; COLOR: #000000; font-weight: bold; TEXT-DECORATION: none;}
.nav a:visited {FONT-SIZE: 10pt; COLOR: #000000 ; font-weight: bold; TEXT-DECORATION: none ;}
.nav a:active {FONT-SIZE: 10pt;COLOR: #000000 ; font-weight: bold; TEXT-DECORATION: none ;}
.nav a:hover {FONT-SIZE: 10pt ;COLOR: #000000 ; font-weight: bold; TEXT-DECORATION: underline ;}

.footer
{
	font-size: 10pt;
    font-weight: bold;
    TEXT-DECORATION: none;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
}
.footer a:link {FONT-SIZE: 10pt; COLOR: #000000; font-weight: bold; TEXT-DECORATION: none;}
.footer a:visited {FONT-SIZE: 10pt; COLOR: #000000 ; font-weight: bold; TEXT-DECORATION: none ;}
.footer a:active {FONT-SIZE: 10pt;COLOR: #000000 ; font-weight: bold; TEXT-DECORATION: none ;}
.footer a:hover {FONT-SIZE: 10pt ;COLOR: #000000 ; font-weight: bold; TEXT-DECORATION: underline ;}


.postTitle
{
	background-color: #C0C0C0;
}

#container
{
	vertical-align:top;
	background-color: Black;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.homePageImageText {
    font-size:36px;
    display:inline;
}



.leftblock { width:546px; float:left;}
.banner
{
    /*background: url(../images/banner.gif) no-repeat;*/
    width: 546px;
    height: 193px;
    padding-top: 0px;
    text-align: center;
	/* fix ie overflow issue */
	position:relative;
	overflow:hidden;
}

/* remove the list styles, width : item width * total items */	
.banner ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:1638px;			
}

/* width of the item, in this case I put 250x250x gif */
.banner li {
    width: 546px;
    height: 193px;
	float:left;
}

.banner li img {
	padding:0px;
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:546px;
	height:193px;
	border:0px solid #0000000;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:1638px;			
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
    width: 546px;
    height: 193px;
	float:left;
}

#slides li img {
	padding:0px;
}
