body{
	margin:0;
	padding:0;

	font-family:Arial;
	font-size: 12px;
	}
.clear{
	clear:both;
}

.bodyfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.bodyfontgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.headerblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	color: #006095;
	font-weight: bold;
}

.headergrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.gallerytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.listfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.whiteverdana11ink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border-width: 1;
	color: #ffffff;
}
.whiteverdana11ink a:hover {
	text-decoration: underline;
	color: #c3e2f2;
}

a img2 {border-width: 1; bordercolor: #ffffff;}

.footer a:visited{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #161966;
	font-weight: bold;
}
.footer a:link{
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #161966;
	font-weight: bold;
}

.headerlink a:visited{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	font-weight: bold;
}
.headerlink a:link{
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	font-weight: bold;
}

.projects a:visited{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	font-weight: bold;
}
.projects a:link{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	font-weight: bold;
}
input
{
border: 2px double #000000;
border-top-color: #ffffff;
border-left-color: #ffffff;
padding: 0.1em;
background-color: #cccccc;
color: #000000;
font-size: 11;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
} 
select{
    background-color:#cccccc;
    color:#00000;
    border:1px #fff solid;
	font-size: 11;
    
}

.arrowlistmenu{
width: 240px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #676566;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;

}

.arrowlistmenu ul li a:visited{
color: #676566;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #676566;
background-color: #F3F3F3;
}

#client ul{
	margin:0;
	padding:0;
	width:500px;
	float:left;
	list-style-type:none;
}

#client li{
	margin:0;
	padding:7px 0 0 30px;
	width:500px;
	display:block;
	background:url(images/client-bullet.jpg) no-repeat 2px 6px;
	font:normal 13px Arial;
	color:#000000;
	float:left;
}