.tiny {
	font-size:10px;	
}

.grey {
	color: #666;
}

h1 {
	margin-top: 0px;
	margin-bottom: .5em;
	font-size: 2em;
	color: #114;
	font-weight: bold;
}

h2 {
	color: #114;
	margin-top: 0px;
	margin-bottom: .5em;
	font-size: 1.2em;
}

h3 {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0;
	font-size: 1em;
	color: #114;
}

a {
	color: #09f;
	text-decoration: underline;
}

a:hover {
	color: #888;
}

ul.submenu {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div#pageText {
	margin-left: 170px;
	margin-right: 100px;
	min-height: 350px;
}

div#focusPhoto {
	padding-left: 1em;
	float: left;
	width: 144px;
}

blockquote {
	color: #09f;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 0;
	font-style: italic;
	margin: 1em 0;
}

div#pageContent {
	padding-bottom: 1em;
	font-size: 12px;
}

* html div#pageContent {
	height: 1px;
}

div#pageContent ul {
	list-style: none;
	margin-top: 0px;
	padding: 0px;
}

div#pageContent ul li {
	padding-left: 19px;
	line-height: 1.5em;
	background: url(../images/general/bullet.gif) no-repeat 6px 4px;
}

div#pageContent ul.breadcrumbs {
	display: block;
	margin-bottom: 1em;
	margin-left: 0px;
	padding: 0;
}

div#pageContent ul.breadcrumbs li {
	display: inline;
	line-height: 1em;
	background: url(../images/general/breadcrumbBullet.gif) no-repeat left 5px;
	padding-left: 9px;
	padding-right: 2px;
}

div#pageContent ul.breadcrumbs a {
	font-size: 10px;
}

div#pageContent ul.breadcrumbs li.current a {
	color: #565656;
	text-decoration: none;
}

.quote {
	color: #09f;
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
}

div.cat {
	background: none no-repeat;
	float: right;
	margin-left: 1em;
	margin-top: -90px;
	display: block;
	clear: both;
}

div#submenuB {
	background: #efefef;
	padding-top: 3px;
	padding-bottom: 3px;
}

#submenuB ul {
	margin: 0 0 0 5px;
	padding: 0;
	display: block;
	text-align: left;
}

#submenuB ul li {
	display: inline;
	padding: 0 15px 0 0;
}

#submenuB a {
	font-size: 1em;
	color: #444;
	text-decoration: none;
}

#submenuB a:hover {
	color: #09f;
}

table.standard {
	width: 99%;
}

table.standard th {
	text-align: left;
	color: #fff;
	padding: 5px;
	background: #114 url(../images/general/tableTH.gif) left repeat-y;
}

table.standard td {
	padding: 5px;
	color: #114;
	border-bottom: 1px solid #ccc;
}

table.standard tr.odd td {
	background: #eee;
}

div.client {
	border-top: 1px solid #ccc;
	padding: 5px;
	border-bottom: 1px  #e2f0fe;
}

div.client div.clientName {
	line-height: 40px;
	font-weight: bold;
	color: #333;
	margin-left: 130px;
}

div.client .image {
	float: left;
	margin-right: 10px;
}



div.client .content {
	margin-left: 75px;
	margin-bottom: 10px;
}

h2.blueBar {
	font-size: 1em;
	text-align: left;
	color: #fff;
	padding: 5px;
	background: #114 url(../images/general/tableTH.gif) left repeat-y;
}

table.clientTable {
	width: 99%;
	margin-bottom: 1em;
}

table.clientTable td {
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

div.simpleFile {
	margin-bottom: 1em;
}

div.simpleFile .image {
	float: left;
	width: 40px;
}

div.simpleFile .content {
	line-height: 32px;
}

table#contactTable {
	width: 60%;
	margin-bottom: .5em;
}

table#contactTable td {
	padding-top: 3px;
	padding-bottom: 3px;
}

table#contactTable input.field {
	border: 1px solid #444;
	background: #fff;
	font-size: 11px;
	width: 205px;
}

table#contactTable .col1 {
	text-align: right;
	padding-right: 10px;
	color: #015;
	font-weight: bold;
	width: 70px;
}
.inputField {
	border: 1px solid #839FC4;
	background: #fff;
	font-size: 11px;
	color: #000;
	margin-bottom: 5px;
}
.inputFieldText {
	font-weight: bold;
	font-size: 11px;
	color: #111144;
}
.inputSubmit {
	border: 1px solid #839FC4;
	background: #111144;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}