/* CSS Document */

body{
	background: #e9f1f7 url(../images/bg.gif) repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	color: #2073a7;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
img{
	border: none;
}
h1{
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #6f828e;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
p{
	margin: 0px 0px 10px 0px;
}
.clearBoth{
	clear: both;
}
.strong{
	font-weight: bold;
}
.fontBig{
	font-size: 12px;
}
#mainWrapper{
	width: 790px;
	margin: 0px auto 0px auto;
}
#headerWrapper{
	background: url(../images/bg_head.jpg) no-repeat;
	height: 166px;
}
#menuTopWrapper{
	position: relative;
	width: 259px;
	height: 166px;
}
#menuTop{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 259px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 48px;
}
#menuTop a:link, #menuTop a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menuTop a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
#logo{
	position: absolute;
	bottom: 15px;
	left: 10px;
	width: 259px;
	height: 69px;
}
#contentWrapper{
	background: url(../images/bg_content.gif) repeat-y;
}
#footerWrapper{
	background: url(../images/bg_footer.gif) no-repeat;
	height: 130px;
	position: relative;
}
#footerContent{
	width: 410px;
	position: absolute;
	right: -1px;
	top: 0px;
	padding: 57px 15px 15px 15px;
}
#menuBottom{
	text-align: center;
	color: #FFFFFF;
}
#menuBottom a:link, #menuBottom a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menuBottom a:hover{
	text-decoration: underline;
	color: #004879;
}
#smallText{
	padding-top: 60px;
	font-size: 10px;
	text-align: center;
}
#menuColumn{
	float: left;
	width: 173px;
	padding: 10px 0px 0px 0px;
}
#contentColumn{
	float: right;
	width: 585px;
	padding: 5px 20px 0px 0px;
}
#double{
	background: #E7F2FA url(../images/head_content.gif) no-repeat;
	padding: 15px 15px 10px 15px;
}
#leftContent{
	float: left;
	width: 300px;
}
#rightContent{
	float: right;
	width: 240px;
}
.newsWrapper{
	margin-bottom: 10px;
}
.newsContent{
	margin-top: 5px;
}
.newsTitle, .portfolioLink{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #88a535;
}
.newsTitle a:link, .newsTitle a:visited{
	text-decoration: none;
	color: #88a535;
}
.newsTitle a:hover{
	text-decoration: underline;
	color: #88a535;
}
.portfolioLink a:link, .portfolioLink a:visited{
	text-decoration: none;
	color: #88a535;
}
.portfolioLink a:hover{
	text-decoration: underline;
	color: #88a535;
}
.newsDate{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #6f828e;
}
#portfolioWrapper{
	margin-bottom: 10px;
}
.featPic{
	float: left;
	margin: 0px 10px 10px 0px;
}
.readMore{
	text-align: right;
	font-weight: bold;
}
.readMore a:link, .readMore a:visited{
	text-decoration: underline;
	color: #2073a7;
}
.readMore a:hover{
	text-decoration: none;
	color: #2073a7;
}
#btnPortfolio{
	background: url(../images/btn_portfolio.gif) no-repeat;
	margin: 0px auto 0px auto;
	height: 34px;
	width: 275px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
#btnPortfolio a:link, #btnPortfolio a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#btnPortfolio a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
.bottomPanel{
	background: url(../images/bottom_content.gif) no-repeat;
	width: 585px;
	height: 8px;
}
/*Menu*/
/* Root = Vertical, Secondary = Vertical */
ul#navmenu{
  margin: 0;
  padding: 0;
  width: 173px; /*For KHTML*/
  list-style: none;
  text-align: left;
}
ul#navmenu ul{
	z-index: 1;
	width: 173px;
	margin: 0px;
	padding: 0px;
}
ul#navmenu li {
	z-index: 1;
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
}

/* Root Menu */
ul#navmenu a {
	padding: 8px 0px 0px 20px;
	margin: 0px;
	display: block;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	font: normal 11px Arial;
	color: #6f828e;
	text-decoration: none;
	height: 22px !important;
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background-image: url(../images/bg_menu.gif);
  background-repeat: no-repeat;
  background-position: center -30px;
  color: #003d7d;
}
ul#navmenu li#static:hover a,
ul#navmenu li#static.iehover a {
  background-image: url(../images/bg_menu.gif);
  background-repeat: no-repeat;
  background-position: center -30px;
  color: #003d7d;
}
#welcome{

}	
