html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
	width: 100%;
}
a  {
	text-decoration:none;
	outline:none;
}
.toppad {
	padding-top: 57px;
}
a.img50 img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;  
}
a.img50 img:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;  
}
.clear  {
	clear:both;
}
.submenucomm a  {
	margin-left:10px;
    font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#777;
	outline:none;
	line-height:1.5em;
}
.submenucomm a:hover  {
	color:#000;
}
.current  {
		color:#000 !important;
}
.dotline  {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}
.padtop10  {
	padding-top:10px;
}
.padbot  {
	padding-bottom:10px;
}
.navmainhead, .navmainhead img {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	margin-bottom: 3px;
	opacity:0.75;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75; 
}
.subpad {
	padding-bottom: 13px;
}


.footcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ABAAAA;
	width: 175px;
	padding-left: 0;
	line-height: 100%;
}


.toppad {
	padding-bottom: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-left: 0px;
}
.toplnpad {
	padding-bottom: 10px;
}



.subpad1 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

div.services{
font-family:Verdana, Geneva, sans-serif !important;
font-size:11px;
display: block;
width:700px;
color: #777;
height:auto;
}
div.services span{
font-family:Verdana, Geneva, sans-serif !important;
font-size:14px;
font-weight:bold;
color: #777;
}
div.bio{
font-family:Verdana, Geneva, sans-serif !important;
font-size:11px;
width:700px;
color: #777;
height:auto;
}
div.bio img{
margin-left:15px;
margin-bottom:15px;
}

div.contact {
font-family:Verdana, Geneva, sans-serif !important;
font-size:14px;
font-weight:bold;
color: #777;
margin-bottom:10px;
}
div.formcontainer, div.links{
text-decoration:none;
color:#777;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

div.links li, div.links a  {
text-decoration:none;
color:#777;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
list-style:none;
}
.left  {
	float:left;
}
.right  {
	float:right;
}
.notopmarg  {
	margin-top:0;
}
.presslink a {
	line-height:1.7em;
	text-decoration: none;
	color: #777777;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}
.tab600  {
	height:625px;
}
td.presslogo  {
	text-align:center !important;
	width:125px;
	padding-bottom:25px !important;
	padding-right:40px;
}


	/* BEGIN DEMO STYLE */
	.caption{font-style:italic;font-size:12px;font-family:Verdana, Geneva, sans-serif;color:#887;}
	.demo{margin:0;}
	div.demo, ul {margin:0;padding:0;}
	.gallery_demo{margin:0;}
	.gallery_demo li{width:68px;height:50px;border:3px double #111;margin: 2px 0;background:#fff;}
	.gallery_demo li div{}
	.gallery_demo li div .caption{font-family:Helvetica, Arial, sans-serif;}
	
	#main_image{margin:0;height:438px;width:600px;background:#fff;}
	#main_image img{margin-bottom:10px;}
	
	.nav{padding-top:15px;clear:both;font:80% 'helvetica',sans-serif;letter-spacing:3px;text-transform:uppercase;}
	
	.info{text-align:left;width:700px;margin:0 auto;border-top:1px dotted #221;padding-top:30px;}
	.info p{margin-top:1.6em;}
	.galleria{list-style:none;width:100px}
    .galleria li{display:block;width:60px;height:50px;overflow:hidden;float:left;margin:0 10px 10px 0}
    .galleria li a{display:none}

    .galleria li div img{cursor:pointer}
    .galleria li.active div img,.galleria li.active div{display:block}
    .galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
    .galleria li .caption{display:block;padding-top:.5em}
    * html .galleria li div span{width:400px} /* MSIE bug */