h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	color:#000066;
	}


h3 {
	font-size: 1.1em;
	color: #000066;
	
}

h4 {
	font-size: 1em;
	font-style:normal;
}

h5 {
	font-size: 1em;
}

img {
	outline:0;
	border: none;
	margin:0;
	text-decoration: none;
}

.imgrgt {
	float:right;
	margin:0 5px 5px 5px;
	}
form {
	padding: 0;
	width: 0;
	display: inline;
}

p {
	font-family: Helvetica, sans-serif, Arial;
	font-size:1em;
	line-height: 14pt;
	padding:5px 0 5px 0;
}

.clear, br {
	clear:both;
	}
	
.floatright {
	position:relative;
	float:right;
	margin:10px 5px 5px 5px;

}
	
/* ----common link ------ */
a:link {
	text-decoration: none;
	 color: #183551; 
	
}

a:visited {
	text-decoration: none;
	color: #666699;
}

a:hover {
	text-decoration: underline; 
	}

a:active {
	text-decoration: none;
	color: #183551;
}


/* -------------Quote style------------- */

blockquote {
	background-color:#E1E3BB;
	padding:5px 10px 5px 10px;
	font-size:1.1em;
	margin:0;
	}



/* --------website layout below------------ */
body, html {
	height: 100%;
	margin:0;
	padding:0;
	}

body {
	font-family: Helvetica, sans-serif, Arial;
	font-size:75%;
	background-color: #ffffff;
	color: #000000;
	margin:0;
	padding:0;
	/*text-align: center;*/
}

#container {
	text-align: left; 
	margin:0;
	padding:0;
	min-height : 100%; 
	height : auto !important; 
	height : 100%; 
	overflow : hidden !important; 
	overflow : visible;
	} 
	
#wrapper {
	position: relative;
	width : 830px; 
	margin : 0 auto;
	padding: 0;
	background:url(../global/bkgd.jpg) repeat-y #FFFFFF;
	color:#000000;
	} 
	
#banner, #content, #footer {
	margin-left:15px;
}
	
#banner {
	
}

#content {
	
}

.contentlist {
	list-style:none;
	line-height:18px;
	margin:5px 0 0 0;
	padding:0;	

}

#maincontent {
	position:relative;
	float:left;
	width:425px;
	margin:10px;

}


#subcontent {
	position:relative;
	float:left;
	width:345px;
	margin:10px 5px 10px 0;
}

#selectedprojects {
	background:url(../global/selectedproj_bkgd.jpg) no-repeat top left;
	height:250px;
	margin-bottom:10px;
		
}
.flash {
	margin:50px 0 0 25px;
	}

#partners {
	background:url(../global/partner_bkgd.jpg) no-repeat top left;
	height:250px;

}



	
#footer {
	float:left;
	clear:both;
	color:#ffffff;
	font-size:.9em;
	padding:5px 0 5px 0;
	width:800px;
	height:15px;
	background-color:#000;
}

#copyright {
	float:left;
	width:280px;
	padding-left:10px;
}

#terms {
	float:left;
	width:200px;
	text-align:center;
}

#sitedesign {
	float:right;
	width:300px;
	text-align:right;
	padding-right:10px;
}

/* ----Link style for footer -------*/
#footer a:link, #footer a:visited {
	color:#f5f5f5;
	text-decoration:underline;
}

#footer a:hover {
	color:#666666;
	text-decoration:underline;
}

/* -----Layout for service page content image --- */
.imgtopmargin {
	margin-top:120px;

}


