/* CSS Document */







* {



	margin: 0;



   padding: 0;



}







p {



	padding-top: 7px;



   padding-bottom:7px;



	line-height: 18px;



}





h3 {



	padding-top: 7px;



	padding-bottom: 13px;



	color: #247E8E;



	font-size: 11px;



}







strong {



	color: #247E8E;



}







a:link {color: Blue}     /* unvisited link */



a:visited {color: Blue}  /* visited link */



a:hover {color: #794353}   /* mouse over link */



a:active {color: Blue}   /* selected link */



	



body {



	background-color: #ECFAFA;



	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;



	font-size: 11px;



}



/*

img {



	border: 1px solid #CCCCCC;



}	

*/



#container {



	margin: 0px auto;



	width: 825px;



}







/* Header */



#header {



}







#topHead {



	background: url(../images/topHeaderBg.jpg) repeat-x;



	height: 74px;
	padding-left: 10px;



}







.logo {



	padding: 8px 0 0 6px;



}







#bottomHead {



	height: 187px;



}







#bLeft {



	width: 600px;



	height: 187px;



	float: left;



}







#bRight {



	background: url(../images/brBg.jpg) no-repeat;



	width: 225px;



	height: 187px;



	float: left;



}







#headNav {



	padding-top: 15px;



	padding-right: 30px;



}







#headNav ul {



	list-style: none;



}







#headNav li {



	font-size: 11px;



	padding-top: 15px;



	list-style: none;



	text-align: right;



}







#headNav li a {



	text-align: right;



	color: White;



	text-decoration: none;



}







#headNav li a:hover {



	text-align: right;



	color: White;



	text-decoration: underline;



}







/* Content */



#content {



	padding: 25px;

	background-color:#FFFFFF;



}







.image {



	float: left;



	padding: 7px 25px 7px 0;



}







#project {
	width: 100%;
	border-top: 1px dotted #999999;
	border-top-style: dotted;
	padding: 5px 0 0 0;
}







#project .fiximg {



	padding-top: 5px;



	position: absolute;



}







#project p {



	padding: 0 0 14px 170px;



	line-height: 18px;



}





.project_div {

	font-family: Tahoma;

	font-size: 11px;

	color: #44bccc;

}





.limg {



	margin: 10px 0 0 0;



	border: 1px solid #CCCCCC;



}







.rimg {
	margin: 10px 0 0 20px;
	border: 1px solid #CCCCCC;
}











/* Footer */



#footer {



	background: url(../images/footerBg.jpg) repeat-x;



	height: 66px;



	text-align: center;



}







#leftImage {



	padding-top: 18px;



	width: 205px;



	float: left;



}







#copy {



	padding-top: 15px;



	width: 385px;



	float: left;



}







#rightImage {



	padding-top: 20px;



	width: 235px;



	float: left;



}







#bottomNav ul {



	list-style: none;



}







#bottomNav li {



	display: inline;



	text-align: center;



	font-size: 11px;



}







#bottomNav li a {



	display: block;



	float: left;



	padding: 0 10px;



	border-left: 1px solid #333333;



	color: #333333;



	text-decoration: none;



}







#bottomNav li a:hover {



	display: block;



	float: left;



	padding: 0 10px;



	border-left: 1px solid #333333;



	color: #333333;



	text-decoration: underline;



}







#bottomNav li.first a {



	padding: 0 10px 0 10px;



	border: none;



	background: none;



	text-decoration: none;



}







#bottomNav li.first a:hover {



	padding: 0 10px 0 10px;



	border: none;



	background: none;



	text-decoration: underline;



}







#copyright {



	padding-top: 15px;



	font-size: 10px;



	color: #969696;



}



#copyright a:link, #copyright a:visited {



	/*padding-top: 15px;*/



	font-size: 10px;



	color: #969696;

	text-decoration: none;



}

#copyright a:hover, #copyright a:active {



	/*padding-top: 15px;*/



	font-size: 10px;



	color:#666666;

	text-decoration: underline;



}





#bottomNav2 {



	text-align: center;



	font-size: 11px;



}







#bottomNav2 a {



	padding: 0 10px;



	border-left: 1px solid #333333;



	color: #333333;



	text-decoration: none;



}







#bottomNav2 a:hover {



	padding: 0 10px;



	border-left: 1px solid #333333;



	color: #333333;



	text-decoration: underline;



}







#bottomNav2 a.first {



	padding: 0 10px 0 10px;



	border: none;



	background: none;



	text-decoration: none;



}







#bottomNav2 a.first:hover {



	padding: 0 10px 0 10px;



	border: none;



	background: none;



	text-decoration: underline;



}




