﻿/* LAST UPDATED 01.05.2010 */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
}

strong, em, b, i { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

#nav, #sidebar, #subnav, #footer { display: none; }

a {
	color: blue;
	text-decoration: none;
}

a[href^="http://"]:after {
	content: " (" attr(href) ") ";
	color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	text-decoration: none;
}


	#subHeader h1 {text-indent: 0; }
/* Image Defaults */

a img { border: 0; }

/* Special Classes */

.alert { color: #ff0000; }

.small { font-size: 12px; }

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}

li { padding-bottom: 7px; }


.left	{
	float: left;
}

.right	{
	float: right;
}

.photo	{
		margin: 10px; 
		border: 1px #cecece solid;
		padding: 1px;
		}
		
		
.photocaption	{
	width:auto;
	display:inline;
	float:right;
	background-color: #CCCCCC; 
	padding:1px;"
}

.photocaption img	{
	padding: 1px;
	background-color: #fff;
}
.photocaption p	{
	margin: 2px 5px;
	font-size: 9px;
}

.noprint	{
	display:none;
}

.client_list	{
	width: 210px;
	border-bottom: none;
}
.client_list h3	{
	font-size: 16px;
	font-weight:bold;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}
.client_list ul {
	list-style-type: none;
	margin: 15px 0 20px 0;
	padding: 0;
	

}
.client_list ul li {
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
	font-size:13px;
}

