/* Optional reset */
.reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ul.reset, ol.reset, li.reset {
	list-style: none;
}
.clear {
	clear: both;
}
/* General HTML */
body {
	margin: 0;
	padding: 0;
	background: #A3A8A1;
	font-family: Georgia,Arial,Tahoma;
	color: #17252D;
	font-size: 9pt;
}
a {
	color: #747C81;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
table {
	font-size: 1em;
}
hr {
	border: 0;
	border-bottom: 1px dashed #C5C8CA;
	/* Avoid collapsing margins because IE doesn't */
	height: 0;
	padding-top: 1px;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0.67em 0;
	color: #17262D;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: .83em 0;
	color: #17262D;
}
h3 {
	font-size: 1.17em;
	font-weight: normal;
	margin: 1em 0;
	color: #17262D;
}
#container {
	width: 76%;
	border: 1px solid #7C7E7B;
	background: #E8E9EA;
	margin: 20px auto;
	padding: 28px;
	width: 924px;
}
#header {
	height: 95px;
	background: #17252D;
	margin: 0 0 26px 0;
}
#header-logo {
	margin: 13px;
	float: left;
}
#header-strapline {
	float: right;
	margin: 22px 19px;

	text-align:right;
	font-family:Arial;
	font-size:23px;
	color:#fff;
	text-decoration: none !important;
}


#footer {
	color: #747C81;
	border-top: 1px dashed #90969A;
	padding: 10px 0;
	line-height: 170%;
	font-size: 0.9em;
	margin: 50px 0 0 0;
}
#footer .links {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .links li {
	margin: 0 15px;
	float: left;
}

.main {
	float: left;
	width: 60%;
	padding: 20px 0 0 0;
}
.side {
	float: right;
	width: 37%;
	padding: 0 10px 0 0;
}
#mph {
	width: 541px;
	height: 328px;
	background: url(../images/slideshow/loading.gif) no-repeat center center;
}
.search {
	background: #D2D3D5;
	padding: 15px 15px;
}
.search h2 {
	margin-top: 0;
}
.search table {
	width: 100%;
}
.search td {
	font-weight: bold;
	font-size: 10pt;
	padding: 10px 4px;
}
.search td.label {
	width: 30%
}
.search td.select {
	width: 60%;
}
.search select {
/*	width: 100%;*/
}
.search .button {
	float: right;

}
.search form {
	margin: 0;
}
.search .row {
	text-align: right;
}
#page-profile .side h2 {
	margin: 0;
}
#page-profile .side h1 {
	color: #000000;
	margin-bottom: 0;
}
#page-profile .side h2.categories {
	color: #827B00;
	margin: 0.5em 0 2em;
}
#page-profile .side {
	padding-bottom: 0.3em;
}
#page-profile .side h3 {
	margin-bottom: -0.3em;
	font-size: 12pt;
}
#page-profile .thumbnails {
	width: 541px;
}
#page-profile .thumbnails ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 40px;
}
#page-profile .thumbnails li {
	float: left;
	display: inline;
	width: 33%;
	text-align: center;
	padding: 0;
	margin: 25px 0 0 0;
}
#page-profile .thumbnails li.middle {
	/* IE6 fix */
	width: 33.9%;
}
#page-profile .thumbnails li.left {
	clear: both;
}
#page-profile .thumbnails a {
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
}
#page-home .side p {
	font-family: Helvetica;
}
#page-search .bar {
	background: #D1D3D5;
	padding: 26px 28px;
	margin-bottom: 40px;
}
#page-search .bar img,
#page-search .bar input {
	vertical-align: middle;
}
#page-search .bar select {
	margin: 0 19px;
	width: 20%;
}
#view_work_by {
	font-size: 14pt;
	margin-right: 20px;
}
#page-search .pagination {
	float: right;
}
.result .thumb {
	width: 198px;
	text-align: right;
	float: left;
	margin: 0 20px 0 0;
}
.result .thumb img {
	border: 1px solid #000000;
}
#page-search .result h2 {
	margin: 0;
}
#page-search .result h1 {
	color: #000000;
	margin-bottom: 0;
}
#page-search .result h2.categories {
	color: #827B00;
	margin: 0.5em 0 0;
	float: left;
	width: 60%;
}
.result .view_portfolio {
	float: right;
	margin-top: 30px;
}
