body { 
	padding:0; 
	margin:0; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/background_image.jpg);
	background-position:center;
	background-repeat:repeat-y;
	color:#036;
	font-size:14px;
}
a {
	color:#265b7b;
}
a:hover {
	color:#024a24;
}
body #container {
	margin:auto;	
	width:900px;
	padding:0;
	background-color:#003e64;
}
body #container #header {
	clear:both;
	text-align:left;
	height:60px;
	width:900px;
	background-color:#f4fbff;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;	
}
body #container #header #logo_image_holder {
	float:left;
	width:220px;
	height:60px;
	text-align:center;
}
body #container #header #logo_image_holder #logo_image {
	 position:relative;
	 top:10px;
}

body #container #header #rightBox #subscribers {
	float:left;
	width:250px;
}

body #container #header #rightBox #subscribers .field {
	display:block;
	float:left;
	margin-top:2px;
}
body #container #header #rightBox #subscribers .field input {
	font-family:Arial, Helvetica, sans-serif;
	border:0px none #003;
	padding:2px;
}
body #container #header #rightBox #subscribers .button {
	display:block;
	float:left;
	padding:2px 2px 2px 4px;
}

body #container #header #rightBox #nav {
	float:left;	
	padding-right:15px;
	color:#FFF;
	padding-top:3px;
	width:150px;
}
body #container #header #rightBox #nav a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}
body #container #header #rightBox #nav a:hover {
	text-decoration:underline;
}
body #container #header #rightBox {
	width:650px;
	margin-left:30px;
	text-align:right;
	margin-top:4px;
	float:left;
}
body #container #header #rightBox #siteSearch {
	display:block;
	float:left;
	width:195px;
}
body #container #header #rightBox #siteSearch #search {
	display:block;
	float:left;
	margin-top:2px;
}
body #container #header #rightBox #siteSearch #search #search_field {
	font-family:Arial, Helvetica, sans-serif;
	border:0px none #003;
	padding:2px;
}
body #container #header #rightBox #siteSearch #searchSubmit {
	display:block;
	float:left;
	padding:2px 2px 2px 4px;
}
body #container #header #rightBox #title {
	clear:both;
	font-size:30px;	
	text-align:right;
	margin-top:67px;
	padding-right:10px;
	font-style:italic;
}
body #container #body {
	background-color:#003e64;
	clear:both;
	width:900px;
	margin:0; 
	padding:0;
}
body #container #body #leftCol {
	clear:both;
	width:220px;
	float:left;
	background-color:#003e64;
	text-align:left;
	padding-top:20px;
}
body #container #body #centerCol {
	width:651px;	
	float:left;
	text-align:left;
	background-color:#f4fbff;
}
body #container #body #leftCol ul {
	list-style:none;	
	padding:0 0 0 0;
	margin:0;
}
body #container #body #leftCol ul li {
	background-image:url(../images/navigation/link.jpg);
	text-align:center;
	color:#fff;
	font-size:16px;
}
body #container #body #leftCol ul li {
	
}
body #container #body #leftCol ul li a {
	display:block;
	color:#fff;
	font-size:15px;
	text-decoration:none;
	height:40px;
	padding-top:20px;
	background-image:url(../images/navigation/link.jpg);
}
body #container #body #leftCol ul li a:hover {
	color:#fff;
	text-decoration:none;
	background-image:url(../images/navigation/link_hover.jpg);
}
body #container #body #leftCol ul li a.selected {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
	height:42px;
	padding-top:18px;
}

/* sub nav */

body #container #body #leftCol ul ul li.sub {
	background-image:url(../images/navigation/link_sub.jpg);
	height:40px;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:normal;
}
body #container #body #leftCol ul ul li.sub {
	
}
body #container #body #leftCol ul ul li.sub a {
	display:block;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	height:30px;
	padding-top:10px;
	background-image:url(../images/navigation/link_sub.jpg);
}
body #container #body #leftCol ul ul li.sub a:hover {
	color:#fff;
	text-decoration:none;
	background-image:url(../images/navigation/link_hover_sub.jpg);
}
body #container #body #leftCol ul ul li.sub a.selected {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	height:40px;
	padding-top:12px;
}



/* ---- */




body #container #body #leftCol #rotate {
	text-align:center;
	margin-top:150px;
}

body #container #body #leftCol #flash {
	height:100px;
}
body #container #body #centerCol #logo {
	background
	width:651px;
}
body #container #body #centerCol #pageImage {
	clear:both;
	width:651px;
	background-color:#f4fbff;
	border-bottom:1px solid #003e64;
	position:relative;
	top:-30px;
}
body #container #body #centerCol #pageImage_slither {
	clear:both;
	width:651px;
	background-color:#f4fbff;
	position:relative;
	top:-30px;
}

body #container #body #centerCol #header_slither {
	position:absolute;	
	top:0;
}
body #container #body #centerCol #contentArea {
	text-align:left;
	clear:both;
	width:627px;
	padding:12px;
	background-color:#f4fbff;
	min-height:650px;
	position:relative;
	top:-30px;
	z-index:0;
}

body #container #body #centerCol #contentArea p {
	margin:0 0 10px 0;	
}
body #container #body #centerCol #contentArea h1,
body #container #body #centerCol #contentArea h2,
body #container #body #centerCol #contentArea h3,
body #container #body #centerCol #contentArea h4 {
	margin:0 0 10px 0;	
}
body #container #body #centerCol #contentArea #map_spacer {
	height:700px;
	
}

body #container #footer {
	clear:both;
	background-color:#003e64;
	background-image:url(../images/footer.jpg);
	height:60px;
}
body #container #footer #footerLeft {
	clear:both;
	float:left;
	width:220px;
	text-align:center;
}


body #container #footer #footerLeft #wrapper-social_media_links {
	color:#fff;
	text-align:left;	
	position:relative;
	top:-120px;
	background-color:#003e64;
	padding-top:10px;
}

body #container #footer #footerLeft #wrapper-social_media_links .line {
	text-align:center;
	height:1px;
	padding:4px 0 6px 0;
}

body #container #footer #footerLeft #wrapper-social_media_links .line span {
	border-top:1px dotted #ccc;
	width:100px;
	height:1px;
	display:inline-block;
}

body #container #footer #footerLeft #wrapper-social_media_links .social_media_links .social_media_links-name {
	clear:both;
	font-weight:bold;
	padding-top:5px;
	margin-right:10px;
	font-size:12px;
	display:block;
	float:left;
	width:80px;
	text-align:right;
	font-style:italic;
}
body #container #footer #footerLeft #wrapper-social_media_links img {
	border:0px none #fff;	
}


body #container #footer #footerLeft img#hpmg_logo {
	position:relative;
	top:-98px;
}
body #container #footer #footerLeft a {
	font-size:12px;
	text-decoration:none;
	color:#fff;
}
body #container #footer #footerRight {
	float:left;
	width:680px;
	text-align:right;
	color:#fff;
	font-size:10px;

}
body #container #footer #footerRight #copyright_text {
	padding: 5px 117px 0 0;
}
body #container #footer #footerRight #copyright_text a {
	font-size:10px;
	text-decoration:none;
	color:#fff;
}
body #container #footer #footerRight #copyright_text a:hover {
	text-decoration:underline;
}
body #container #footer #footerRight #border {
	height:34px;
	background-image:url(../images/bottom_border.png);	
	background-color:#f4fbff;
	z-index:5;
}

/*--SEARCH PAGE---*/

body #container #body #centerCol #search_info { display:block; font-size:12px; }
body #container #body #centerCol .search_row { clear:both; display:block; font-size:12px; margin-top:20px; border-top:1px dotted #ccc; }
body #container #body #centerCol .search_row .record_title { display:block; font-size:10px; margin-top:10px; }
body #container #body #centerCol .search_row .record_title a {font-size:12px; }
body #container #body #centerCol .search_row .search_brief { clear:both; display:block; font-size:12px; margin-top:10px; }
body #container #body #centerCol .search_row .record_link a { display:block; font-size:10px; margin-top:10px; }

/*--PAGE_STYLES--*/
body #container #body #centerCol #contentArea h3.center {
	text-align:center;
	margin:10px 0 10px 0;
}
body #container #body #centerCol #contentArea p.home_p {
	width:580px;
	background-color:#fff;
	padding:0 20px;
	text-align:justify;
	margin:0;
	margin-left:3px;
	background-image:url(../images/box/bg.gif);
}
body #container #body #centerCol #contentArea div.home_p {
	width:580px;
	background-color:#fff;
	padding:0 20px;
	text-align:justify;
	margin:0;
	margin-left:3px;
	background-image:url(../images/box/bg.gif);
}
body #container #body #centerCol #contentArea div.home_p ul li {
	padding-bottom:5px;	
}
body #container #body #centerCol #contentArea p.home_p_top {
	width:620px;
	background-color:#fff;
	text-align:justify;
	height:24px;
	margin:0;
	margin-left:3px;
	background-image:url(../images/box/top.gif);
}

body #container #body #centerCol #contentArea p.home_p_bottom {
	width:620px;
	background-color:#fff;
	text-align:justify;
	height:25px;
	margin:0;
	margin-left:3px;
	background-image:url(../images/box/bottom.gif);
}

/*--Information for Clients--*/

body #container #body #centerCol #contentArea table.clients_table {
	width:580px;
	padding:0;
	text-align:left;
}

/*--Contact us--*/

body #container #body #centerCol #contentArea table.contact_table {
	width:580px;
	padding:0;
	text-align:left;
}

/*--News--*/

.news_item {


}

.news_item .item-title {
	display:block;
	font-weight:bold;
}

.news_item .item-date {
	display:block;
	font-weight:normal;
	font-size:12px;
	margin-top:2px;
}

.news_item .item-description {
	display:block;
	font-weight:normal;
	font-size:13px;
	padding:3px;
}

#crumb_trail {
	display:block;	
	font-size:12px;
}

#content-area {

	
}

#content-area #news_title {
	display:block;
	font-size:15px;
	font-weight:bold;
	margin:10px;
	text-align:center;
}


/* Home Page Style */

.index #centerCol {

}

.index #contentArea {
	position:relative;
	text-align:center;
}

.index #contentArea #holder-background_image {
	position:absolute;
	bottom:-62px;
	right:0px;
	width:330px;
	height:213px;
	z-index:1;
}

body #container #body #centerCol #contentArea div.home_p_sm {
	width:260px;
	background-color:#fff;
	padding:0 20px;
	text-align:left;
	margin:0;
	margin-left:3px;
	background-image:url(../images/box/bg-small.gif);
}

body #container #body #centerCol #contentArea div.home_p_top_sm {
	width:300px;
	background-color:#fff;
	text-align:justify;
	height:24px;
	margin:0;
	margin-left:3px;
	background-image:url(../images/box/top-small.gif);
}

body #container #body #centerCol #contentArea div.home_p_bottom_sm {
	width:300px;
	background-color:#fff;
	height:25px;
	margin:0;
	margin-left:3px;
	background-image:url(../images/box/bottom-small.gif);
}

body #container #body #centerCol #contentArea .block_wrapper {
	text-align:center;
	clear:both;
}

body #container #body #centerCol #contentArea .block_wrapper .block_row .block_holder {
	float:left;
}

body #container #body #centerCol #contentArea .block_wrapper .block_row  {
	width:630px;
}

body #container #body #centerCol #contentArea .block_wrapper .block_row .space {
	width:10px;
	float:left;
}

body #container #body #centerCol #contentArea .block_col  {
	clear:both;
	width:300px;
}

body #container #body #centerCol #contentArea form#full_subscriber_form {
	width:600px;	
}

body #container #body #centerCol #contentArea form#full_subscriber_form .description {
	display:block;
	margin-bottom:20px;
	font-size:13px;
}

body #container #body #centerCol #contentArea form#full_subscriber_form .title {
	display:block;
	clear:both;
	width:200px;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

body #container #body #centerCol #contentArea form#full_subscriber_form label {
	display:block;
	clear:both;
	width:200px;
	float:left;
	font-size:13px;
	padding-left:10px;
}

body #container #body #centerCol #contentArea form#full_subscriber_form label.error {
	padding-top:4px;
	clear:none;
	color:red;
	font-size:11px;
	float:left;
	width:200px;
}

body #container #body #centerCol #contentArea form#full_subscriber_form input {
	float:left;
}

body #container #body #centerCol #contentArea form#full_subscriber_form #role_row label {
	display:inline;
	clear:none;
	width:120px;
	float:left;
	font-size:13px;
	padding-left:0;
}

body #container #body #centerCol #contentArea form#full_subscriber_form #role_row label.role_title {
	display:block;
	clear:both;
	width:200px;
	float:left;
	font-size:13px;
	padding-left:10px;
}

body #container #body #centerCol #contentArea form#full_subscriber_form #role_row input {
	float:left;
}

body #container #body #centerCol #contentArea form#full_subscriber_form input#submit {
	margin-top:10px;
	color:#003366;
}

body #container #body #centerCol #contentArea #subscribe_message {
	font-size:13px;
}

body #container #body #centerCol noscript {
	color:red;
	font-size:12px;
}

/* questionaire */

form#questionaire1 {}

form#questionaire1 .form_row { 
	display:block; 
	clear:both;
	padding-bottom:5px; 
}

form#questionaire1 .form_row label {
	width:250px;
	display:block;
	float:left;
}
form#questionaire1 .form_row textarea {
	width:300px;
	height:100px;	
}

form#questionaire1 .form_row input[type=text] {
	width:200px;
}

form#questionaire1 .form_row #telephone_note {
	display:inline-block;
	margin-left:5px;
	font-size:11px;
}

form#questionaire1 #for_client_address {
	border-top:1px solid #ccc;
	padding-top:20px;
	margin-top:30px;
}

form#questionaire1 #travelling {
	border-top:1px solid #ccc;
	padding-top:20px;
	margin-top:30px;
}

form#questionaire1 .quest_row {
	margin-top:10px;
}
form#questionaire1 .quest_row .qno {
	font-weight:bold;
	font-size:14px;
	float:left;
	display:block;
	width:15px;
}
form#questionaire1 .quest_row label {
	font-weight:bold;
	display:block;
}
form#questionaire1 .quest_row .radio_group {
	margin:20px 0 20px 40px;
	display:block;
}
form#questionaire1 .option_row {
	margin:10px 0 0 40px;
}
form#questionaire1 .option_row label {
	display:block;
}
form#questionaire1 .option_row select {
	display:block;
	margin:10px 0 10px 20px;
}
form#questionaire1 .message_row {
	font-size:11px;
	margin:10px 0 10px 60px;
}
form#questionaire1 .details_row {
	margin:10px 0 10px 40px;
}
form#questionaire1 .details_row textarea {
	margin-top:10px;
	display:block;
	clear:both;
	width:300px;
	height:150px;
}
form#questionaire1 .option_row .radio_group {
	margin:20px 0 20px 40px;
	display:block;
}
form#questionaire1 .quest_row label.checkbox {
	font-weight:normal;
	clear:both;
	display:block;
	float:left;
	width:120px;
}
form#questionaire1 .quest_row input[type=checkbox] {
	float:left;
	
}
form#questionaire1 .note {
	display:block;
	padding:0 0 0 20px;
	font-size:12px;
	color:red;
	clear:both;
}
form#questionaire1 .note1 {
	display:block;
	padding:10px 0 0 20px;
	font-size:12px;
	color:red;
	clear:both;
}
form#questionaire1 #during {
	border-top:1px solid #ccc;
	padding-top:20px;
	margin-top:30px;
}
form#questionaire1 .option_details_row .option_group {
	margin:20px 0 20px 40px;
	display:block;
}
form#questionaire1 .quest_row .option_group {
	margin:20px 0 20px 40px;
	display:block;
	clear:both;
}
form#questionaire1 #submit {
	margin:30px 0 0 0;
	border-top:1px solid #ccc;
	padding:20px 0 0 40px;
	
}
form#questionaire1 input[type=submit] {
}

/* page images / slide show */

body #container #body #rotating_banner {
	clear:both;
	width:651px;
	background-color:#f4fbff;
	border-bottom:1px solid #003e64;
	position:relative;
	top:-30px;
	z-index:0;
}

#rotating_banner #overlay {
	position:absolute;
	z-index:10;
}




