div.fixed{
top:0;
margin:0;
}
body>div.fixed{
width:100%;
position:fixed;
}
body>#content{
margin-top:130px;
}

/* global styles */
.fleft{
float:left;
}

.noborder{
border:none;
text-decoration:none;
}
/* thumbnail pic to put inside service box */

img.servicethumb{
  padding: 7px 6px 7px 7px;
  background: url("images/100x100back.gif") no-repeat;
  margin: 0 0 0 55px;
}


/* footer */

#footer{
  border-top: 1px solid silver;
  text-align: right;
  margin: 40px 0 0 0;
  color: gray;
  font-size: 11px;
}

#footer a{
  border-bottom: none !important;
}


/* service boxes on front page */

ul.servicebox{
  display: block;
  width: 670px;
  margin: 40px auto 0 auto;
  padding: 0;
}

ul.servicebox li{
  display: inline;
}

.servicetext{
  margin: 0 30px 0 30px;
  padding: 0;
  display: block;
  overflow: hidden;
  text-align: left;
  font-family: verdana, sans-serif;
  font-size: 11px !important;
}

ul.servicebox li a{
  min-height: 300px;
  width: 218px;
  display: block;
  padding-top: 25px;
  float: left;
  text-decoration: none;
  border-bottom: none !important;
  color: #000000 !important;
  background: url("images/serviceback9.jpg") top left no-repeat;
	height:300px;
}

ul.servicebox li a:hover{
  border-bottom: none !important;
  color: #17295B !important;
  background-position: -229px 0;
}

.servicetitle{
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
  color: #17295B !important;
  text-align: center;
}

.clear{
 clear: both;
}


/* popup image */

.frame{
  display: block;
  float: left;
  width: 100px;
}

.frame img{
  border: none;
  padding: 20px 6px 11px 10px; 
  float: left;
}

.topleft{float: left; background: url("images/frame/frame_01.gif") top left no-repeat;}
.top{float: left; background:  url("images/frame/frame_03.gif") top repeat-x;}
.topright{float: left; background: url("images/frame/frame_logo.gif") top right no-repeat;}
.right{float: left; background: url("images/frame/frame_10.gif") right repeat-y;}
.bottomright{float: left; background: url("images/frame/frame_15.gif") bottom right no-repeat;}
.bottom{float: left; background: url("images/frame/frame_14.gif") bottom repeat-x;}
.bottomleft{float: left; background: url("images/frame/frame_13.gif") bottom left no-repeat;}
.left{float: left; background: url("images/frame/frame_09.gif") left repeat-y}


.wtopleft{float: left; background: url("images/frame/white/frame_01.gif") top left no-repeat;}
.wtop{float: left; background: url("images/frame/white/frame_03.gif") top repeat-x;}
.wtopright{float: left; background: url("images/frame/white/frame_logo.gif") top right no-repeat;}
.wright{float: left; background: url("images/frame/white/frame_10.gif") right repeat-y;}
.wbottomright{float: left; background: url("images/frame/white/frame_15.gif") bottom right no-repeat;}
.wbottom{float: left; background: url("images/frame/white/frame_14.gif") bottom repeat-x;}
.wbottomleft{float: left; background: url("images/frame/white/frame_13.gif") bottom left no-repeat;}
.wleft{float: left; background: url("images/frame/white/frame_09.gif") left repeat-y}




/* project */



/* body and backgrounds */

.bodyregular{
  margin: 0;
  padding: 0;
  background: url("images/image_09.jpg") 0 1px repeat-y;
}

.bodybroad{
  margin: 0;
  padding: 0; 
  background:  url("images/image_broad_10.jpg") 0 1px repeat-y;
}

.popupdark{
  padding: 10px;
  background: #0F1935;
  color: inherit;
}

.popuplight{
  padding: 10px;
  background: #fff;
  color: inherit;
}

/* header, logo, subtitle */
#header {
  height: 75px;
  display: block;
  background: #334469 url("images/image_02.jpg") 260px 0 no-repeat;
  width: 100%;
  color: #000000;
}

.logo{
  display: block;
  background: url("images/image_01.jpg") no-repeat;
  height: 75px;
  float: left;
  width: 260px;
  text-indent: -9999px;
}

#subtitle{
  display: block;
  height: 43px;
  float: left;
  width: 319px;
}

.subtitlebroad{
  background: url("images/image_broad_04.jpg") no-repeat;
}

.subtitleregular{
  background: url("images/image_03.jpg") no-repeat;
}


/* horizontal menu across top */


#menu {
  display: block;
  margin: 0;
  padding: 0;
  height: 43px;
  background:  url("images/image_05.jpg") repeat-x;
}

#menu ul{
  display: block;
  margin: 0 0 0 0;
  padding: 5px 30px 0 0;
  overflow: hidden;
  text-align: right;


}

.menubroad ul{
  height: 40px;
  background: url("images/image_broad_08.jpg") top right no-repeat;
}

#menu li{
  display: inline;
  margin: 4px 0 0 4px;
}

#menu li a{
  background: inherit;
  color: white;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
  padding: 0 5px 0 5px;
}

#menu li a:hover{
  color: #D1DDF6;
}


/* vertical menu on the left - excluded from "broad" pages */

#submenu{
  float: left;
  display: block;
  margin-top: 20px;
  width: 151px;  
}


#submenu ul{
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center; 
} 

#submenu li{
  display: block;
  margin: 0;
  width: 100%;
}

#submenu li a{
  width: 100%;
  display: block;
  color: white;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid #D1DDF6;
  padding: .5em 0 .1em 0;
  margin: 0 0 0 4px;
}

#submenu li a:hover{
  background: inherit;
  color: #D1DDF6;
  border-left: 4px solid maroon;
  margin-left: 0;
}

#submenu li.active a, #submenu li.active a:hover{
	/*background: transparent url(images/image_broad_02.jpg) 65% 15% no-repeat;*/
	background: #303060 url(images/screen.gif);
  color: #d0d0f0;
	font-weight:bold;
  border-left: 4px solid #586F9B;
  margin-left: 0;
}



/* main content area - both regular and broad */
#content{
  display: block;  
  line-height: 1.8em;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
}

.contentregular{
  margin: 0 0 0 158px;
  padding: 10px 50px 22px 50px;
}

.contentbroad {
  background: url("images/image_broad_11.jpg") top right repeat-y;
  margin: -4px 0 0 0;
  padding: 20px 90px 2em 90px;
  height: 100%;
}
 .contentprojects{
  background: url("images/image_broad_11.jpg") top right repeat-y;
  padding: 25px 50px 2em 50px;
  margin: -4px 0 0 0;
}

#content h1{
  font-size: 22px;
  color: #17295B;
  background: none;
  font-weight: normal;
  letter-spacing: .1em;
}

#content h2{
  font-size: 16px;
  color: #17295B;
  background: url(images/bulletarrow.gif) 0% 50%  no-repeat;
  border-bottom: 1px dotted silver;
  font-weight: normal;
  padding-left: 15px;
  display: block;
  margin: 1.5em 0 0 0;
  letter-spacing: .1em;
}

#content h3{
  font-size: 14px;
  color: #17295B;
  background: none;
}

#content p{
  font-size: 12px;
}

#content blockquote{
  background: #E4E9F3;
  color: #000000;
  padding: 1em;
  border: 1px solid silver;
  margin: 2em 2em 2em 2em;
}

#content ul{
  list-style-type: circle;
	/*list-style-image: url("images/bulletarrow.gif");*/
  color: #57699B;
	font-size:90%;
}

#content li{
  line-height: 1.5em;
}

#content a{
  color: #17295B;
  text-decoration: none;
  border-bottom: 1px solid #B8CFFB;

}

#content a:hover{
  color: #376CD6;
  border-bottom: 1px solid #376CD6;
}


/* prj */
.popupimage{
  padding-left: 15px;
}

.project{
   display: block;
   width: 670px;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
   background: url("images/projectmid.gif") repeat-y;
   margin-bottom: 40px;
   margin-top: 0;
}

.projectbox{
  padding: 10px 0 10px 50px;
}

.projectbottom{
   background: url("images/projectfadedown.gif") left bottom no-repeat;
   padding: 0 0 40px 0;
}

.projectimage{
   float: left;
   display: block;
   margin: 0 0 0 30px;
}


.projecttext{
  margin: 0 30px 0 270px;
  display: block;
  padding: 10px 0 0 0;
}

.projecttitle{
  display: block;
  width: 100%;
  font-size: 16px;
  color: #17295B;
  font-weight: normal;
  padding: 25px 0 0 34px;
  letter-spacing: .1em; 
  margin: 0 0 1em 0;
  background: url("images/projecttop.gif") no-repeat;
}


.projectdescription{
  margin: 10px 40px 0 40px;

}

.projectthumb{
  text-align: center;
  margin-top: 20px;
  width:  670px;
}

#content .projectthumb a{
	border:none;
	text-decoration:none;
}
.projectthumb img{
	border:none;
  padding: 7px 6px 7px 7px;
  margin: 2px;
  background: url("images/100x100back.gif") no-repeat;
}

