/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #f5f1dc url(../images/bg.gif) top repeat-x;
}
   .white
{color: white;
margin-left: 20px;}
.black
{color: black;}
body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #fff;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #fff;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
}

h1
{
	font-size: 22px;	
	padding-top: 20px;
	padding-left: 25px;
	background: url(../images/header-arrow.gif) left 26px no-repeat;
}

h2
{
	font-size: 20px;
	padding-top: 20px;
	padding-left: 24px;
	background: url(../images/header-arrow.gif) left 24px no-repeat;
}

h3
{
	font-size: 18px;
	padding-top: 20px;
	padding-left: 23px;
	background: url(../images/header-arrow.gif) left 24px no-repeat;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.6;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 950px;
	margin: 0 auto;
}

#navigation
{
	width: 500px;
	height: 28px;
	float: left;
	padding-top: 68px;
}

#logo
{
	width: 195px;
	height: 123px;
	float: left;
	margin-bottom: 10px;
}

#logo a
{
font-size:30px;
color:#fff;
text-decoration:none
}

#logo a span
{
font-size:24px;
color:#ff0000;
text-decoration:none
}

#banner
{
	width: 820px;
	height: 164px;
}

#content-wrapper
{
	width: 950px;
	min-height: 400px;
  	height: auto !important;
  	height: 400px;
}

#footer
{
	width: 100%;
	height: 27px;
	font-size: 11px;
	text-align: center;
	background: #373a33;
	color: #fff;
	margin-top: 40px;
}

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper ul
{
	padding: 30px 30px 20px 20px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-bottom: 12px;
	padding-left: 20px;
	background: url(../images/list-arrow.gif) left 4px no-repeat;
	list-style: none;
}

#content-wrapper img.float-left
{
	float: left;
	margin: 0px 27px 10px 0;
}

#content-wrapper .content-float
{
	float: left;
	width: 390px;
}

#content-wrapper .content-float2
{      color: black;
	float: left;
	width: 640px;
}

#content-wrapper .content-float2 ul li

{color: black;}

#content-wrapper .content-float3
{
	float: left;
	width: 540px;
}

#content-wrapper .orange-header
{
	color: #e47e00;
}

#content-wrapper .black-text
{
	color: #000;
}

#content-wrapper #small-photos
{
	float: right;
	padding-top: 24px;
}

#content-wrapper #small-photos img
{
	padding-left: 30px;
}

/*************************************************** Navigation Styles ***************************************************/

#navigation 
{
	height: 28px;
	line-height: 27px;
	margin: 0;
	float: left;
	width: 630px;
	padding-left: 10px;
}

#navigation ul 
{
	float: left;
}

#navigation   a:link,
#navigation  a:visited
{

	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 15px 0 11px;
	text-transform: uppercase;
	background: url(../images/nav-divide.gif) right 12px no-repeat;
}

#navigation  a.last:link
{
	background: none;
}

#navigation  a:hover
{
	color: #f7a43d;
}

#home #navigation   a#home-link, #about #navigation   a#about-link
{
	color: #f7a43d;
}

/*************************************************** Footer Styles ***************************************************/

#footer p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	line-height: 26px;
}

#footer p a
{
	text-decoration: none;
	color: #fff;
}

  /*************************************************** menu Styles ***************************************************/

.h_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

.h_menu li {

  position: relative;
  float: left;

}

.h_submenu {
  left: 0;
  position: absolute;
  top: 1em; /* no need to change, as true value set by script */
  display: block;
  visibility: hidden;
  letter-spacing: 1px;
  background:black;
  width:200px;
}

.h_submenu li {
  display: list-item;
  float: none;
}

.h_submenu li a {
  display: block;
  width: 250px; /*width of sub menu levels*/
  color: navy;
  text-decoration: none;
  padding: 1px 5px;

}

.h_menu li a{
  display: block;
  width: auto;
  padding: 1px 8px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}

.h_menu li a:hover{
color: white;
font-size: 13px;
}

.portfolio-list {
  color:#000;
}
.portfolio-list h2, h3 {
  color:#000;
}
.portfolio-list a {
  color:#8491A4;
}
.portfolio-desc-left {
  float:left;
  padding-left:5px;
}
.portfolio-desc-right {
  float:right;
  padding-right:5px;
  width: 400px;
}
.portfolio-item{
  overflow:auto;
  padding:5px;
}

 .bl
  {
  
  color: black;
  
  }