@charset "utf-8";
/* CSS Document */

/* body style */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#434343;
	margin:0;
}

img { border:0; }

/* text style */
.footertext {
	font-size:10px;
	color:#000000;
}
.footertext a{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
.footertext a:hover{
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}

.footergray {
	color:#bbbbbb;
	font-size:10px;
}
.footergray a{
	color:#bbbbbb;
	font-size:10px;
	text-decoration:none;
}
.footergray a:hover{
	color:#bbbbbb;
	font-size:10px;
	text-decoration:underline;
}

.green10 {
color:#19783b;
font-size:10px;
}

.green11 {
color:#19783b;
font-size:11px;
}

.blackborder {
	border:#000000 solid 1px;
}



/* background style */

.bg450px {
	padding-top:20px;
	padding-left:20px;
	padding-right: 20px;
	background:url(../images/bg_gradient_450px.gif) no-repeat;
	width: 410px;
}


.footerbg {
	background:url(../images/footer_bg.jpg) no-repeat;
	width:960px;
	height:89px;
}

.eventphotobg1 {
	background: #FFFFFF url(../images/event_photo_bg.jpg) no-repeat;
	width:562px;
	background-position:top;
}

.blankbg {
	background: #FFFFFF url(../images/bg_blank.gif) no-repeat;
	width:562px;
	background-position:top;
}

a { color:#19783b; text-decoration:none; }
a:hover { color:#19783b; text-decoration:underline; }

ul#portfolioli { margin:0; padding:0; list-style-type:none; }
ul#portfolioli a { text-decoration:none; font-weight:bold; }

ul.portfolioli2 { list-style-type:square; margin-bottom:7px; }
