#contact {
	background: url(themes/fge_images/standard/background.gif) repeat-y;
	background-position: center 150px;
}
#contact #main {
	background: url(themes/fge_images/standard/top_panel_bg.jpg) repeat-x;
	background-position: 0px 134px;	
}
#contact_content h3.black {
	color: #000;
}
.blue {
	color: #0F5AAD;
}
#contact_content p.mail_msg {
	clear: both;
}
#contact_content a {
	text-decoration: none;
	font-weight: 700;
}
#contact_content a:hover {
	text-decoration: underline;
}
#contact_top_panel {
	background: url(themes/fge_images/standard/standard_top_panel_bg.jpg) no-repeat top right;
	height: 99px;
	position: relative;
}
#contact_top_panel h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	padding-top: 15px;
	margin-left: 10px;
	width: 500px;
}


#contact_content {
	width: 690px;
	padding-left: 10px;
	float: left;
	padding-top: 20px;
}
#contact_content h3 {
	padding-bottom: 30px;
	font-size: 22px;
	color: #0f5aad;
	width: 700px;
	font-weight: normal;
}

.staff_profile {
	width: 320px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.staff_profile p {
	font-size: 12px;
	margin-bottom: 0px;
}

/* Form */
.curFocus {
	background-color: #fffde9;
}
.warning {
	color: #a70e00;
}
.highlightbox_red, #contact_form_col1 input.highlightbox_red, #contact_form_col2 input.highlightbox_red, p.captcha_holder input.highlightbox_red {
	border: 1px solid #a70e00;
}
.good {
	color: #060;
}
label {
	font-weight: 700;
	margin-top: 0px;
	color: #173c5c;
	font-size: 12px;
}
label i {
	font-weight: normal;
	font-size: 11px;
}
#contact_form_col1 {
	width: 300px;
	float: left;
}
#contact_form_col2 {	
	width: 300px;
	float: left;
}
#contact_form_col1 p, #contact_form_col2 p {
	height: 90px;
	margin-bottom: 0px;
}
#contact_form_col1 input, #contact_form_col2 input {
	width: 250px;
	height: 17px;
	padding: 5px;
	border: 1px solid #b1b1b1;
	margin-top: 3px;
}
#contact_form_col1 p span, #contact_form_col2 p span, p.textarea_holder span, p.captcha_holder span {
	background: url(themes/fge_images/contact/msg-span.jpg) no-repeat;
	padding-left: 5px;
	width: 256px;
	padding-top: 13px;
	height: 19px;
	display: block;
	font-size: 11px;
}

p.textarea_holder {
	height: 180px;
	clear: left;
}
textarea {
	border: 1px solid #b1b1b1;
	width: 550px;
	height: 115px;
	padding: 5px;
	margin-top: 3px;
}

p.form_submit {
	position: relative;
}
p.form_submit span {
	background: url(themes/fge_images/contact/form_error.gif) no-repeat;
	padding-left: 20px;
	width: 423px;
	padding-top: 12px;
	height: 26px;
	display: block;
	position: absolute;
	left: 100px;
	top: 0px;
	font-size: 11px;
}
#contact_form #submit {
	background: url(themes/fge_images/contact/send.jpg) no-repeat;
	padding-right: 22px;
	width: 102px;
	height:	38px;
	border: none;
	cursor: pointer;
	color: #fff;
	margin-bottom: 20px;
}

/* Right hand */
#right_hand_nav {
	float: left;
	margin-left: 40px;
	padding-left: 20px;
	width: 180px;
	position: relative;
}
#right_hand_nav a {
	float: left;
	display: block;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #d4dde5;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
#right_hand_nav a.last {
	border-bottom: none;
	margin-bottom: 30px;
}
#right_hand_nav .left_corner {
	position: absolute;
	top: 0px;
	left: -12px;
	background: url(themes/fge_images/home/left_corner.gif) no-repeat;
	width: 13px;
	height: 10px;
	display: block;
}
#right_hand_nav .right_corner {
	position: absolute;
	top: 0px;
	right: -33px;
	background: url(themes/fge_images/home/right_corner.gif) no-repeat;
	width: 13px;
	height: 10px;
	display: block;
}
#right_hand_nav h4 {
	border-bottom:2px solid #AAB9C6;
	padding-bottom:20px;
	color:#1C3756;
	font-size:18px;
	margin-bottom:10px;
	margin-top: 20px;
}
#right_hand_nav p {
	font-size: 12px;
}
#right_hand_nav a.enlarge_map {
	background: url(themes/fge_images/contact/view-map.jpg) no-repeat;
	padding-left: 10px;
	width: 170px;
	padding-top: 145px;
	height: 22px;
	display: block;
	color: #fff; 
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: none;
}