﻿/* GLOBAL STRUCTURE STYLES */

body {
	margin: 0;
	padding: 0;
	text-align: center;
}
	
.site_wrapper {
	width: 980px;
	margin: 15px auto;
	text-align: left;
}

.top_content {
	clear: both;
}

.footer {
	clear: both;
}

p { font-size: 1em; }

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

.main_content .visual_padding {
	padding: 10px;
}

/* HORIZONTAL NAVIGATION STYLES */

.h_topbanner {
	position: absolute;
	top: 20px;
	color: #ff6600;
	font-size: 36px;
	font-weight: bolder;
	width: 980px;
}
	

.h_nav li ul {
	position: absolute;
	left: 0px; /* move the sub nav left */
	top: 26px; /* moves the sub nav up or down */
	display: none;
	width: 150px; /* set the width for the drop down menu */
	}

.h_nav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	z-index: 100;
	
}

.h_nav ul li { 
position: relative;
	display: inline;
	float:left; }

.h_nav ul li a {
	padding: 5px 20px;
	text-decoration: none;
	float: left;
}

.h_nav ul li a.curr_page {
	font-weight: bold;
}

/* Sets the position of the drop down menu*/
.h_nav ul ul {
	display: none;
	line-height: 20px; /* amends depth of the inner menu boxes (drop down)*/
	margin-top: 18px; /* Positions top of the drop down menu relative to the h menu*/
}

/* HORIZONTAL NAV SUB MENU */

/* Styles for Menu Items */
.h_nav ul li a {
	display: block;
	text-decoration: none;
	background: none; /*  bg colour of nav link*/
	padding: 6px;
	font-size: 1.1em;
	margin: 0 ; /* change to increase the spacing between each nav option */
	
}
	
/* Styles for Menu Items */
.h_nav ul li ul li a {
	width: 140px; /* set the width for the drop down menu */
	border-top: 1px solid #ffffff;
	margin: 0 0 0 4px;
}
	
/* Holly Hack. IE Requirement \*/
* html .h_nav ul li { float: left; height: 1%; }
* html .h_nav ul li a { height: 1%; }
/* End */
		
.h_nav  li ul li a {
	padding: 6px 5px;
	background: #566aa1;
	color:#fff;
} /* Sub Menu Styles */
		
.h_nav  li:hover ul  { display: block; } /* The magic */

/* Drop Navigation Finishes Here */
	
/* VERTICAL NAVIGATION STYLES */

.v_nav ul,
.v_nav_sub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.v_nav a,
.v_nav_sub a {
	display: block;
	padding: 3px;
	width: 157px;
}

.v_nav_sub a:link, .v_nav_sub a:visited {
	text-decoration: none;
}

.v_nav ul li a.curr_page {
	font-weight: bold;
}

/* FOOTER NAVIGATION STYLES */

.f_nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.f_nav ul li { display: inline; }

.f_nav ul li a {
	text-decoration: underline;
	margin-left: 10px;
}

.f_nav ul li a:hover {
	text-decoration: none;
}

.f_nav ul li a.curr_page {
	font-weight: bold;
}

/* THREE COLUMN LAYOUT STYLES */

.three_column_layout .columns_wrapper {
	float: right;
	width: 790px;
}

.three_column_layout .left_column {
	float: left;
	width: 160px;
}

.three_column_layout .main_content {
	float: left;
	width: 600px;
}

.three_column_layout .right_column {
	float: right;
	width: 160px;
}

/* DEFAULT LINKS */

a:link {
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
	text-decoration: underline;
}

.artavia { float: right; }

/* HELPER STYLES */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.footer {
 clear: none;
}

/* Site.css pasted in here */
/* This is where you can override the default styles to fit with the site design */

body {
	
	font:76% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*font: 76% Arial, Helvetica, sans-serif;*/
	color:#053a81;
	background-color:#053a81;
}

a:visited{
	text-decoration:none;
}

.site_wrapper{
	background-color:#FFFFFF;
	background-image: url(../images/left_bk.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.header {
	height: 50px;
	width: 980px;
	display: block;
	background-color:#ffffff;
}

h1 {
	display:none;
}

h2 {
	background-image: url(../images/title_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height:60px;
	padding: 0px;
	margin: 25px 0 0 0;
	padding-left:10px;
	line-height:65px;
	font-size:17px;
	border-left:solid 25px #fff;
}

h3 {
	background-image: url(../images/h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
	margin: 25px 0 0 0;
	padding-left:10px;
	font-size:17px;
	color:#FF6600;
	border-left:solid 25px #fff;
	border-right:solid 25px #fff;
}

.top_content {
	height: 135px;
	width: 980px;
	background-repeat: no-repeat;
	border-bottom: solid 15px #fff;
	background-color: #ffffff;
}

.three_column_layout .left_column {
	background-color: #eef2f8;
	width:130px;
	border-left:solid 15px #fff;
	float:left;
	padding:12px;
	margin:0px;
}

.three_column_layout .main_content {
	background-color: #fff;
	width:580px;
	padding:0px;
	margin:0px;
	text-align:justify;
}

.main_content a {
	text-decoration:none;
	font-weight: bold;
}

.main_content a:link, .main_content  a:visited {
	text-decoration:none;
	font-weight: bold;
}

.main_content  a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.three_column_layout .main_content p {
	border-left:solid 25px #fff;
	border-right:solid 25px #fff;
}

.main_content_img {
	float:right;
	clear:right;
	margin-left:20px;
}

.main_content_redtext {
	font-size:17px;
	color:#FF6600;
	font-weight:bold;
}

.three_column_layout .main_content ul {
	border-left:solid 25px #fff;
	border-right:solid 25px #fff;
	padding:0px;
	margin:0px;
}

.main_content ul li {
	background-image:url(../images/lists.gif);
	background-position:0pt 3px;
	background-repeat:no-repeat;
	font-weight:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 15px;
}

.main_content ol {
	border-left:solid 25px #fff;
	border-right:solid 25px #fff;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 20px;
}

.main_content ol li {
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

.main_content .visual_padding {
	padding:0px 0px 10px 0px;
}

.three_column_layout .right_column {
	background-color: #eef2f8;
	width:180px;
	border-right:solid 15px #fff;
	border-top:solid 15px #fff;
	padding:0px;
	margin:0px;
	background-image: url(../images/form_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer {
	background-color: #fff;
	width:980px;
	float:left;
}

* html .footer {
	float:none;
}

.f_nav {
	padding:10px;
}

.f_nav ul li a:hover {
	text-decoration:underline;
}

.f_nav ul li a {
	margin-left:10px;
	text-decoration:none;
	font-size:11px;
}
.f_nav ul li a.curr_page{
	font-weight:normal;
}

.f_nav ul li a:visited{
	font-weight:normal;
}

.v_nav {
	width:130px;
}

.v_nav a {
	width:120px;
	padding:10px 0 10px 10px;
}

.v_nav ul li a {
	background-color: #eef2f8;
	border-bottom: 1px dashed #053a81;
	color:#053a81;
}

.v_nav ul li a:link, .v_nav ul li a:visited {
	background-color: #eef2f8;
	text-decoration:none;
}

.v_nav ul li a:hover {
	background-color: #053a81;
	color: #fff;
	text-decoration:none;
}

.h_nav ul {
	background-color: #c0d1e6;
	float: left;
	color: #053a81;
}

.h_nav ul li a.curr_page{
	font-weight:normal;
	color:#FF6600;

}

.h_nav ul li a.sample_link{
	font-weight: normal;
	color: #FF0000;
}
.h_nav a {
	color:#053a81;
	/* added RiMa 7 Oct 09 to allow for new double height menus */
	width: 75px; 
	height: 35px;
}

.h_nav ul li a {
	border-right: 1px solid #fff;
	padding:5px 11px;
	display: block;
	height:auto;
}

	/* Header bar */
.h_nav ul li a:hover {
	background-color: #053a81 ;
	color: #fff;
	text-decoration: none;
}

/* Styles for Menu Items */
	
.h_nav ul li ul li a {
	width: 165px; /* set the width for the drop down menu */
	border-top: 1px solid #ffffff;
	border-left: none !important;
	border-right: none !important;
	margin: 0;
	padding: 6px;
}	
	
/* Styles for Menu Items */
.h_nav ul li ul li a {
	width: 135px; /* set the width for the drop down menu */
	border-top: 1px solid #ffffff;
	border-left: 7px solid #ffffff;
	background-color:#566aa1;
	margin: 0;
	padding: 6px;
	}

.h_nav  li:hover ul { display: block; } /* The magic */

/* Drop Navigation Finishes Here */

.artavia{
	background-color: #FFFFFF;
	clear: left;
	color: #C0D1E6;
	float: left;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	text-align: right;
	width: 960px;
}

/******** QUICK ENQUIRY FORM *********/

.right_column #quickEnquiryForm {
	margin: 45px 0 0 0;
}

.right_column #quickEnquiryForm label {
	margin: 5px 0 0 15px;
}

.right_column #quickEnquiryForm input,
.right_column #quickEnquiryForm textarea {
	width: 150px;
	margin: 0 0 15px 15px;
}

.right_column #quickEnquiryForm textarea {
	height: 75px;
}

.right_column #quickEnquiryForm input.submit_button {
	width: auto;
	float: right;
	margin-right: 11px;
}

.right_column #quickEnquiryForm legend { display: none; }

.right_column #quickEnquiryForm fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

/********* Enquiry Form  ***********/

#enquiryForm {
	margin: 25px 0 0 0;
	background-color:#C0D1E6;
	border-left:25px solid #FFFFFF;
	border-right:25px solid #FFFFFF;
	padding:15px 15px 30px;
}

#enquiryForm label {
	margin: 5px 0 0 0px;
	display: block;
	float: left;
	width: 100px;
	text-align:left;
	clear:left;
}

#enquiryForm input,
#enquiryForm textarea,
#enquiryForm select {
	width: 190px;
	margin: 0 0 15px 15px;
}

#enquiryForm textarea {
	height: 75px;
}

#enquiryForm input.submit_button {
	width: auto;
}

#enquiryForm legend { display: none; }

#enquiryForm fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

#introducersEnquiryForm {
	margin: 25px 0 0 0;
}

#introducersEnquiryForm label {
	margin: 5px 0 0 25px;
	display: block;
	float: left;
	width: 100px;
}

#introducersEnquiryForm input,
#introducersEnquiryForm textarea {
	width: 200px;
	margin: 0 0 15px 15px;
}

#introducersEnquiryForm textarea {
	height: 75px;
}

#introducersEnquiryForm input.submit_button {
	width: auto;
	float: right;
	margin-right: 45px;
}

#introducersEnquiryForm legend { display: none; }

#introducersEnquiryForm fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

#one_row select {
width:55px;
}

