/***********************************************/
/* HTML tag styles                             */
/***********************************************/

.sb_identity  {
	font-size: 20px;
	font-weight: bold;
	background-color: #0066cc;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.proj_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5%;

}

body {
  background: url('wp-content/bluedesign.gif');
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  /* text-align: center;   IE 5.5 hack */
}


#rap {
  width: 772px;
  background: #ffffff url('wp-content/bg1.jpg') repeat-y right;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #556655;
  border-bottom: 0;
  text-align: left;  /* IE 5.5 hack part II */
}


#masthead {
  background: #6699CC;
  font: italic normal 100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  color: #fff;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0 10px 0 60px;
  border-bottom: 1px solid #556655;
}

#hmenu {
  margin: 0;
  padding: 0;
}

#hnav {
  margin: 0;
  padding: 0;
}
#clearer {
  clear: both;
  margin: 0;
  padding: 0;
}

#footer {
  margin-bottom: 0;
}


a:link, a:visited, a:hover {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
}

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

#navBar{
	margin: 6% 3% 0 78%;
	padding: 4px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: 68%;
	margin: 5%;
	padding: 0 3% 0 0;
}

/************* #breadCrumb style *************/

#breadCrumb{
	font-size: 12px;
	padding: 5px 0px 5px 10px;
}

/************** .project styles *****************/

.project{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.project p{
  padding: 0px 0px 10px 0px;
}

/************** .steps styles ***************/

.steps{
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

.steps h3{
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.steps img{
	float: left;
	padding: 0px 50px 50px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	background-color: #0066cc;
	font-size: 80%;
	text-align: center;
	color: #ffffff;
	padding: 2px 0px 2px 0px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** .projectLinks styles ***********/

.projectLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12px;
}

.project Links h3{
	padding: 0px 0px 2px 0px;
