#container #titleContact{
padding:5px 0 6px 7px;
color:#1289d1;
font-size:32px;
margin-bottom:0px;
}

#container #contentTextContact{
padding:21px 0 0 17px;
max-width:512px;
color:#c1c1c1;
overflow:hidden;
}

#container #contentTextContact p{
	margin: 0 0 28px;
}

#container #contentTextContact p.extend_line_height {
	line-height: 19px;
	margin: 0 0 10px;
}

#container #contentTextContact p.outlook {
	display:block;
	padding: 0 0 0 20px;
	height: 16px;
	background: transparent url(/images/outlook_icon.jpg) scroll no-repeat 0 0;
}

#container #contentTextContact h3 {
	color:#4b911c;
	margin: 0 0 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#container #contentTextContact span.color {
	color:#4b911c;
	font-weight: bold;
}

#container #contentTextContact a, #container #contentTextContact a:visited {
	color: #F9AD14;
	background: transparent url(/images/portfolio_title_line.gif) scroll repeat-x 0 100%;
	margin: 0 10px 0 0;
	outline: none;
	text-decoration: none;
}

#container #contentTextContact a:hover {
	color: #f1f1f1;
	cursor: pointer;
}

#container #someText p {
	margin: 0 0 15px;
}

#container #someText p a, #container #someText p a:visited {
	font-size: 18px;
	color: #f9ad14;
	text-decoration: none;
}

#container #someText p a:hover {
	color: #f1f1f1;
	cursor: pointer;
}

#contactFirst{
	float:left;
	padding-right:60px;
}
#contactSecond{
	float:left;
}

/* contact us form */

#contactus_form {
	width: 512px;
	font-size: 15px;
}

#contactus_form .text_details {
padding:0 0 0 17px;
max-width:512px;
color:#c1c1c1;
overflow:hidden;
}

#contactus_form .sent_successfully {
padding:0 0 0 17px;
max-width:512px;
color:#4b911c;
overflow:hidden;
}

#contactus_form .error_messages {
	color: #F9AD14;
	padding:0 0 0 17px;
}

#contactus_form .error_messages p, #contactus_form .error_messages ul {
	color: #c1c1c1;
}

#contactus_form .error_messages ul {
	margin: 16px 0 0 120px;
}

#contactus_form .error_messages ul li {
	margin: 0 0 4px;
}

#contactus_form fieldset {
	border: 0px none;
	margin: 16px 0 0;
	padding: 0px;
}

#contactus_form div.fieldgrp {
	clear: both;
	margin-bottom: 6px;
}

#contactus_form div.fieldgrp:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contactus_form div.fieldgrp label {
	clear: both;
	display: block;
	float: left;
	color: #c1c1c1;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 4px 0px 0px 0px;
	margin: 0 10px 0 0;
	width: 150px;
	line-height: 24px;
}

#contactus_form div.fieldgrp label abbr {
	color: #4b911c;
	font-size: 18px;
	vertical-align: middle;
	border: 0;
}

#contactus_form div.fieldgrp div.field {
	float: left;
	text-align: left;
	width: 352px;
	color: #128DD4;
}

#contactus_form div.fieldgrp div.field input.longfield {
	color: #128DD4;
	font-size: 16px;
	width: 215px;
	border: 3px solid #333;
	background: #222;
	padding: 3px 2px;
}

#contactus_form div.fieldgrp div.field .fieldWithErrors input.longfield {
	border: 3px solid #333;
	background: #ffbbbb;
	color: red;
}

#contactus_form div.fieldgrp div.field select.longfield-select {
	color: #128DD4;
	font-size: 16px;
	width: 215px;
	border: 3px solid #333;
	background: #222;
	padding: 3px 2px;
}

#contactus_form div.fieldgrp div.field .fieldWithErrors select.longfield-select {
	border: 3px solid #333;
	background: #ffbbbb;
	color: red;
}

#contactus_form  div.fieldgrp div.field textarea {
	color: #128DD4;
	font-size: 16px;
	width: 100%;
	height: 167px;
	border: 3px solid #333;
	background: #222;
	padding: 5px 2px;
}

#contactus_form  div.form_submit_button_div {
	margin: 6px 0 0 160px;
}

#contactus_form  div.form_submit_button_div a.submit_message_btn {
	display: block;
	height: 26px;
	width: 140px;
	background: transparent url(/images/SubmitMessageBtn.png) scroll no-repeat 0 0;
	text-indent: -9999px;
}

#contactus_form  div.form_submit_button_div a.submit_message_btn:hover {
	background: transparent url(/images/SubmitMessageBtn.png) scroll no-repeat 0 -26px;
}