body {
	font-family: Arial, Helvetica, sans-serif;
	font-size  : 12px;
	color	   : #1c1c34;
	margin	   : 0;
	padding	   : 0;
	background : #ffffff;
}

/* LAYOUT */
#wrapper {
	margin: 0 auto;
#	width: 1000px;
	width: 100%;
}

#header {
	margin: 0;
	height: 115px;
	width: 100%;
	position: relative;
	border-top: 10px solid #1e7ead;
}

#logo {
	margin: 8px 0 0 80px;
	border-width: 0px;
}

#tagline {
	color: #1c1d32;
	font-size: 20px;
	position: relative;
	bottom: 6px;
}

#call {
	color: #1e7ead;
	font-size: 18px;
	position: absolute;
	bottom: 22px;
	right: 80px;
}

#content {
	float: left;
	margin: 0;
	padding: 0;
	min-height: 100px;
	width: 100%;
	background: #ffffff;
	border-top: 2px solid #ffffff;
}

#content_inner {
	margin: 20px 80px;
}

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 8px 0 16px 0;
	line-height: 20px;
	border-top: 10px solid #1e7ead;
}

#footer_links {
	margin-left: 80px;
}

#copyright {
	float: right;
	margin-right: 80px;
}

.clear {
	clear	  : both;
	background: none;
}

/* MENU */
#nav {
	font: normal 14px Helvetica;
	float: left;
	width: 100%;
	background: #1c1c34;
	line-height: normal;
	padding: 0 0 0 0;
	border-bottom: 10px solid #1d4d70;
}

#nav ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 80px;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav a {
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#nav a span {
	float: left;
	display: block;
	padding: 6px 16px 8px 14px;
	color: #ffffff;
	border-left: 2px solid #ffffff;
}

#nav a span {
	float: none;
}

#nav a:hover span {
	color: #ffffff;
	
}

#nav a:hover {
	color: #ffffff;
	background-color: #1d6088;
}

#nav #current a {
	background: #1d6188;
}

#nav #current a span {
	background: #1d6188;
}

.menu {
	position: relative;
	z-index: 1;
}

.menu ul ul {
	width: 180px;
}

.menu li {
	float: left;
	position: relative;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 32px;
	left: -80px;
	width: 180px;
}

.menu ul ul a, .menu ul ul a:visited {
	background: #1d6188 !important;
	color: #ffffff;
	line-height: 1em;
	padding: 8px 0px 8px 4px !important;
	border: 2px solid #ffffff;
	border-width: 2px 2px 0 2px !important;
	width: 178px;
}

.menu ul ul a.last, .menu ul ul a.last:visited {
	border-width: 2px !important;
}

.menu ul ul a:hover {
	color: #ffffff;
	background: #0000ff;
}

.menu ul ul :hover > a {
	color: #000;
	background: #1c1c34 !important;
}

.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}

.menu ul li.tail {
	border-left: 2px solid #ffffff;
	height: 32px;
}

/* COLUMNS */
#container_columns {
	padding: 0 300px 0 0; 
}

#column_left_wide { 
	position: relative;
	float: left;
	width: 100%;
}

#column_right {
	width: 270px;
	float: left;
	position: relative;
	margin: 0 -300px 0 30px;
}

#column_left {
	float: left;
	width: 50%;
}

#column_center { 
	float: left;
	width: 50%;
}

#column_left .inner {
	padding: 0 15px 0 0;
}

#column_center .inner {
	padding: 0 0 0 15px;
}

#column_right img {
	margin-bottom: 14px;
}

/* BOXES */
.box_blue {
	border-bottom: 10px solid #1c1c34;
	background: #d6dce8;
	margin-bottom: 14px;
	padding: 8px;
}

.box_green {
	border-bottom: 10px solid #99cc33;
	background: #e0efc2;
	margin-bottom: 14px;
	padding: 8px;
}

.box_yellow {
	border-bottom: 10px solid #ffcc00;
	background: #ffefb3;
	margin-bottom: 14px;
	padding: 8px;
}

.box_blue p, .box_green p, .box_yellow p {
	margin: 0;
	padding: 0;
}

.box_blue h2, .box_green h2, .box_yellow h2 {
	color: #1c1c34;
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: normal;
}

/* LINK ICONS */
ul.links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.links li {
	padding: 4px 0;
}

li a.pdf {
	background: url("/images/site/icon_pdf.png") no-repeat transparent;
	padding: 0 0 2px 20px;
}

li a.doc {
	background: url("/images/site/icon_doc.png") no-repeat transparent;
	padding: 0 0 2px 20px;
}

li a.url {
	background: url("/images/site/icon_url.png") no-repeat transparent;
	padding: 0 0 2px 20px;
}

/* HOME */
#home_panel {
	position: relative;
	background: url('/images/site/bg_home_panel.png') repeat-x #ffffff;
	height: 248px;
	width: 100%;
}

#home_panel img {
	float: right;
}

#home_panel p {
	font-size: 18px;
	color: #ffffff;
	position: relative;
	top: 40px;
	left: 80px;
	width: 400px;
}

#home_panel_links {
	position: absolute;
	bottom: 0px;
	left: 80px;
	margin: 0;
	padding: 0;
	height: 70px;
}

#home_panel_links li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#home_panel_links li a {
	float: left;
	height: 50px;
	width: 140px;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	margin: 0 4px 0 0;
	padding: 10px 10px 0 10px;
}

#home_panel_links li a.blue { border-bottom: 10px solid #1e96cb; }
#home_panel_links li a.green { border-bottom: 10px solid #99cc33; }
#home_panel_links li a.yellow { border-bottom: 10px solid #ffcc00; }

#home_panel_links li a.blue:hover { background: #1c4365; }
#home_panel_links li a.green:hover { background: #415337; }
#home_panel_links li a.yellow:hover { background: #625527; }

/* NEWSLETTER */
#newsletter {
	background: #bcd6e7;
	margin-bottom: 14px;
	padding: 8px;
}

#newsletter h2 {
	color: #1e96cb;
}

form.newsletter label {
	display: inline-block;
	line-height: 16px;
	vertical-align: middle;
	font-weight: normal;
	width: 70px;
}

form.newsletter ol {
	margin: 0;
	padding: 0;
}

form.newsletter li {
	list-style: none;
	padding: 4px 4px 4px 4px;
	margin: 0;
}

form.newsletter input {
	width: 160px;
}

/* ENQUIRE */
form.enquire label {
	display: block;
	line-height: 16px;
	vertical-align: middle;
	font-weight: bold;
}

form.enquire label em {
	font-weight: bold;
	color: #f87221;
}

form.enquire ol {
	margin: 0;
	padding: 0;
}

form.enquire ul {
	float: left;
	width: 45%;
}

form.enquire li {
	list-style: none;
	padding: 4px 4px 5px 4px;
	margin: 0;
}

form.enquire input, form.enquire textarea, form.enquire select {
	width: 240px;
}

form.enquire input.half, form.enquire select.half {
	width: 115px;
	margin: 0;
}

form.enquire li h2 {
	margin: 0;
	padding: 0;
}

/* TAG STYLES */
h1 {
	line-height: 26px;
	padding: 0px 0px 4px 0px;
	background-color: transparent;
	color: #1e7ead;
	font-size: 26px;
	margin: 0 0 4px 0;
	font-weight: normal;
}

h2 {
	line-height: 24px;
	padding: 4px 0px;
	background-color: transparent;
	color: #1e7ead;
	font-size: 20px;
	margin: 0 0 4px 0;
	padding: 4px 0 6px 0px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	padding: 4px 0px;
	margin: 0px;
	background-color: transparent;
	color: #1e7ead;
	font-weight: normal;
}

p {
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #1e7ead;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

label {
	font-weight: bold;
}

input, textarea, select {
	border: 1px solid #4d4d4d;
	background: #ffffff;
}

textarea {
	height: 100px;
}

table {
	margin : 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin : 4px 0px 4px 16px;
}

hr {
	height: 1px;
	color: #1d4d70;
	background: #1d4d70;
	margin: 6px auto;
	border: 0px solid #1d4d70;
}

input.icon {
	border			: 0px solid #6d8821;
	background-color: transparent;
	width			: 20px;
	height			: 20px;
}

.button {
	width: auto !important;
	height: auto !important;
}

.image_button {
	width: auto !important;
	height: auto !important;
	border-width: 0px !important;
	vertical-align: bottom;
	background: transparent;
	margin: 0 !important;
	padding: 0 !important;
}

table.table_data th {
	text-align : left;
	color	   : #000;
	font-weight: bold;
}

.info_box {
	background: url("../images/site/icon_info.png") 4px 4px no-repeat #8cb2d9;
	border	  : 1px solid #365188;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.info_box_auto {
	background: url("../images/site/icon_info.png") 4px 4px no-repeat #8cb2d9;
	border	  : 1px solid #365188;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	text-align: left;
	margin	  : 10px 0;
	width	  : 50%;
}

.error_box {
	background: url("../images/site/icon_error.png") 4px 4px no-repeat #fa9d8b;
	border	  : 1px solid #b84e2e;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.confirm_box {
	background: url("../images/site/icon_accept.png") 4px 4px no-repeat #75c868;
	border	  : 1px solid #226d1f;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.code_box {
	background: url("../images/site/icon_terminal.png") 4px 4px no-repeat #e2e2e2;
	border	  : 1px dashed #000;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 90%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
	font-family: courier;
}

.todo_box {
	background: url("../images/site/icon_note.png") 4px 4px no-repeat #f7e187;
	border	  : 1px dashed #df7900;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
}

.info_box a, .error_box a, .confirm_box a, .code_box a, .todo_box a {
	color: #fff;
}

.inline {
	display: inline;
}

.right {
	float: right;
}

.right_photo {
	float: right;
	margin: 0 0 6px 6px;
}

.auto {
	width: auto !important;
}

