Body {
	height: 100%;
    font-family: Arial; 
    font-size:13px;
    font-weight:normal;
    color: #000000;
    text-align: justify;
}

A {
    color: #800000;
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}
 
.RA a {
	font-family: Arial; 
    font-size:13px;
    font-weight:normal;
    font-style: italic;
    color: #000000;
    text-decoration: none;
}

.RA a:hover{
	font-family: Arial; 
    font-size:13px;
    font-weight:normal;
    font-style: italic;
    color: #800000;
    text-decoration: underline;
}

.container {
	position: absolute;
    left: 50%;
    margin-left: -496px; 
	width: 990px;
	height: 100%;
	min-height: 750px;
}

#page_bg {
    height: 100%;
	background: url('images/gradbg.png') repeat-y;
	background-position: center;
	padding: 0;
	margin: 0;
	border: 0;
}

#center {
	text-align: center;	
	height: 100%;
}

#header {
    margin-top: 10px;
    margin-left: auto;
	margin-right: auto;
	background: url('images/header.png') 0 0 no-repeat;
	width: 972px;
	height: 152px;
}



#menu {
	padding-left: 30px;
}

#main_bg_index {
	clear: both;
	margin-left: auto;
	margin-right: auto;
    width: 972px;
    background: url('images/mainbg2.png') repeat-y;
    text-align: left;
}

#main_bg_portfolio {
	clear: both;
	margin-left: auto;
	margin-right: auto;
    width: 972px;
    background: url('images/portfoliobg.png') repeat-y;
    text-align: left;
}

#border {
	border-left: 3px solid #143d55;
	border-right: 3px solid #143d55;

	overflow: hidden; /* req to make container stretch around floating divs */
	margin-left: 12px;
    margin-right: 11px;
}

#portfolio_border {
	border: 3px solid #000000;
	overflow: hidden; /* req to make container stretch around floating divs */
	margin-left: 12px;
    margin-right: 11px;
}

#content {
	float: left;
	width: 625px;
	padding-top: 21px;
	padding-left: 18px;
}

#portfolio_content {
	float: left;
	width: 625px;
	margin: 0px;
}

#portfolio {
	float: right;
	width: 240px;
	padding-top: 20px;
	padding-bottom: 10px;

}

#footer {
    clear: both;
    margin-left: auto;
	margin-right: auto;
	background: url('images/footer.png') 0 0 no-repeat;
	background-position: 1px 0%;
	width: 972px;
	height: 18px;
	color: #ffffff;
}

.references {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
    margin-left: auto;
	margin-right: auto;
	width: 325px;
	height: 35px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

#copyright {
  font-family: Arial, Helvetica, sans-serif; 
  font-size:9px;
  color: #ffffff;
  text-align: center;
  line-height: 14px
}

.padding {
	width: auto !important;
	width: 100%;
	padding: 0 15px 40px 15px;
}

#menu_bg {
	margin-left: auto;
	margin-right: auto;
	background: url('images/menubg.png') repeat-y;
	width: 972px;
	height: 40px;
	top: 153px;
}

/* ---------------------- new menu nav ---------------------- */
#navcontainer{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	height:40px;
	color:#E0E0E0;
	background:#143D55;
	width:950px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
#nav{
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#491818 url(images/navbg.png) repeat-x bottom left;
	padding:0 0 0 20px;
	}
#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
	}
#nav ul li{display:block;float:left;}
#nav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 20px;height:33px;}
#nav ul li a span{padding:12px 20px 0 0;height:21px;float:left;}
#nav ul li a:hover{color:#fff;background:transparent url(images/navbgover.png) repeat-x bottom left;}
#nav ul li a:hover span{display:block;width:auto;cursor:pointer;}
#nav ul li a.current,#nav ul li a.current:hover{color:#fff;background:#1D6893 url(images/navleft.jpg) no-repeat top left;line-height:275%;}
#nav ul li a.current span{display:block;padding:0 20px 0 0;width:auto;background:#1D6893 url(images/navright.jpg) no-repeat top right;height:33px;}
/* ---------------------- END new menu nav ---------------------- */

/* ---------------------- client list ---------------------- */

#client {margin-left: -10px; }

#client ol {
  
  margin: 0;
  padding: 0;
}
 
#client li {
  list-style-type:none;
  padding: 0;
  line-height: 30px;
  width: 290px;  
  padding: 0 0 0 30px; /* left padding moves the text away from the bullet */
}

#client li a {
  background-image: url(images/clientbullet24.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
  margin-left: -30px;
  text-indent: 30px;
} 

#client a:link {
  display: block;
  width: 290px;
  color: #036;
  position: relative; /* for IE-Win */
}

#client a:hover {
  text-decoration:none;
  display: block;
  width: 320px;
  color: #036;
  background-color: #f3f3f3;
}
 
.col1 {margin-left: 0px;} 
.col2 {margin-left: 325px;}



.coltopper {margin-top: -750px;}/* line-height in li x #of rows */
