@charset "utf-8";
/* CSS Document */

a {
	color: #666;
	text-decoration: none;
}
a img {
	border: none;
}
div.hr {
	clear: both;
	background-color: #A8A9AD;
	height: 20px;
	width: 295px;
	margin-left: 105px; !important
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
hr.hide {
	height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	background-color: #FFF;
}
h1, h1, h3, h4, h5, h6, p, address {}
h1 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 60px;
	color: #000;
	margin: 0px;
}
h2 {}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
p, address, td, li {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
address {
	font-style: normal;
	font-weight: bold;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 40px;
}
#header a {
	width: 85px;
	margin-right: 20px;
	font-size: 11px;
	display: block;
	float: left;
	padding-top: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-transform: uppercase;
}
#header a.selected {
	border-top-color: #000;
}
#header a:hover {
	border-top-color: #666;
}
#content {}
#content img.focus {
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 105px;
}
#content p.focus {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 105px;
}
#content #logo {
	float: right;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#content #portfolio {}
#content #portfolio img {}
#content #portfolio a img {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #FFF;
	width: 140px;
	height: 105px;
}
#content #portfolio a img.right {
	margin-right: 0px;
}
#content #portfolio a:hover img {
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
}
#footer p {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #A8A9AD;
	margin-left: 105px;
	margin-top: 4px;
	margin-bottom: 4px;
}


label, input, textarea {
	font-size: 12px;
	display: block;
}
input, textarea {
	margin-bottom: 10px;
	border: 1px solid #A8A9AD;
	width: 485px;
}
label {
	margin-bottom: 5px;
	width: 105px;
	float: left;
	padding-top: 3px;
}
input.button {
	background-color: #FFF;
	width: 85px;
	margin-top: 10px;
	text-transform: uppercase;
	margin-left: 105px;
}
textarea {
	height: 120px;
}


#recaptcha_table {
	margin: 0px;
	width: 485px;
	border: 1px solid #A8A9AD;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
background-color:#FFF !important;
}
#recaptcha_response_field {
border-color: #A8A9AD !important; //Text input field border color
background-color:#FFF !important; //Text input field background color
}
