/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #71828a url(images/bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	width:760px; 
	margin:auto; 
	text-align:left;
	}

#pagecell{
	margin:0px;
	background-color: #eeeee6;
	width:760px;
	border:3px double #000000;
	}

.pageNav{
    color: #334d55;
	padding: 5px 0px 5px 0px;
	background-color: #dfdfd5;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Georgia, "Times New Roman", Times, serif;
	height: 21px;
	position:relative;
	}

.logo_s{ 
position: absolute;
top: 105px;
} 

#content{
	background-color: #eeeee6;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 5px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}


/************** utility styles *****************/

.utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 11px;
	right: 0px;
	color: #919999;
}

.utility a{
	color: #ffffff;
}

.utility a:hover{
	text-decoration: underline;
	color: #005FA9;
}

/************** header styles ****************/

#pageName{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	height:104px;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

	
#logo{
	position: absolute;
	top: 0px;
	left: 25px;
	margin: 0px;
	z-index:5;
	}
	
#banner{
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	z-index:1;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #999999;
}

#breadCrumb a{
	color: #999999;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** content styles *****************/
.leftcol{
	float: left;
	clear: left;
	width:210px;
	padding: 0px 0px 0px 0px;
}

.subcat{
	padding: 10px 10px 10px 10px;
}

#iframe{
	width:100%;
	height:620px;
      padding: 0px 0px 0px 0px;
	}
	
.pagecontent{
	width:700px;
}


/************** project styles ****************/

.projects{
	overflow:auto;
	padding:10px;
	}
.entry{
	border:1px solid #CCCCCC;
	padding:10px;
	background-color:#dfdfd5;
	width:auto;
	font-size:11px;
	text-align:left;
	float:left;
	margin:5px;
	}
.entry img {
border: 0px;
}
.infohead{
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	font-weight:bold;
	}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #999999;
	padding: 0px 10px 0px 0px;
	vertical-align:middle;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.style1 {font-size: 15px;}

/********************* end **********************/
