@charset "UTF-8";

/* ---------- Main Elements ---------- */
html,body {
	font-family: Myriad Pro, Arial, Geneva, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size: 13px;
}

div.clear {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.divider {
	clear: both;
	margin: -1px 0 0 0;
	padding: 10px 0;
	visibility: hidden;
	height: 1px;
}

div.clear hr,div.divider hr {
	display: none;
}

/* ---------- Google Map ---------- */
div#mapholder {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

div#map {
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* ---------- Loading Box ----------*/
div#loading_background {
	background-image: url("/images/small_box_background.png");
	background-repeat: no-repeat;
	width: 360px;
	height: 155px;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-top: -72px; /*set to a negative number 1/2 of your height*/
	margin-left: -180px; /*set to a negative number 1/2 of your width*/
	padding: 20px;
}

div#loading_background h1,div#loading_background p {
	margin: 0px;
}

div#loading_background div#loadingFlashBox {
	margin-top: 10px;
	margin-left: 110px;
}

/* ---------- Header and Navigation ---------- */
div#header_background {
	position: fixed;
	width: 100%;
	height: 115px;
	background-image: url("/images/background_top.png");
	background-repeat: repeat-x;
	z-index: 3;
}

div#header {
	width: 955px;
	margin: 0 auto;
	font-size: 14px;
	padding-right: 5px;
}

#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	float: left;
	display: inline;
}

li.button_long {
	background-image: url("/images/button/button_184.png");
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 15px;
	width: 151px;
	height: 35px;
}

li.button_short {
	background-image: url("/images/button/button_129.png");
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 15px;
	width: 129px;
	height: 35px;
}

li.nav_item {
	margin: 10px 25px 0 10px;
}

#header ul li a {
	font-size: 15px;
	font-weight: normal;
	color: #eeeeee;
}

#header ul li a:hover {
	color: #bbbbbb;
}

/* ---------- Page Layout ---------- */
div#page_holder {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 1px;
}

div#page_overlay {
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
}

div#page_body_header {
	margin-top: 20px;
	background-image: url("/images/box/big_box_top.png");
	background-repeat: no-repeat;
	height: 36px;
	width: 960px;
}

div#page_body {
	background-image: url("/images/box/big_box_background.png");
	background-repeat: repeat-y;
	width: 960px;
}

div#page_heading {
	background-image: url("/images/box/big_box_heading.png");
	background-repeat: no-repeat;
	font-size: 19px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 13px;
	padding-left: 20px;
	width: 188px;
	height: 52px;
}

div#page_heading_long {
	background-image: url("/images/box/big_box_long_heading.png");
	background-repeat: no-repeat;
	font-size: 19px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 13px;
	padding-left: 20px;
	width: 249px;
	height: 50px;
}

div#page_body_footer {
	background-image: url("/images/box/big_box_bottom.png");
	background-repeat: no-repeat;
	margin-bottom: 30px;
	height: 38px;
	width: 890px;
	padding: 17px 35px 0px 35px;
	color: #fff;
	font-size: 11px;
}

#page_body_footer a {
	color: #fff;
	font-weight: normal;
}

#page_body_footer a:hover {
	text-decoration: underline;
}

#content {
	padding: 25px 35px;
	width: 890px;
}

#internal_header {
	width: 960px;
	height: 108px;
	padding: 100px 0 0 0;
	background: url(../images/header_internal.png) no-repeat;
}

#internal_heading {
	padding: 20px 33px 0 35px;
	height: 48px;
	margin: 0 0 0 6px;
	background: url(../images/hd_background.png) no-repeat right;
	float: left;
}

#internal_heading h1 {
	color: #fff;
	margin: 0;
}

.img-align-left {
	float: left;
	margin: 0 20px 10px 0;
}

.img-align-right {
	float: right;
	margin: 0 0 10px 20px ;
}

/* ---------- Text Formatting ---------- */
a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #333;
}

h1 {
	font-size: 20px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 17px;
	margin: 0 0 20px 0;
}

.line {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #e7e7e7;
}

a.buttons {
	background: #000;
	padding: 10px;
	color: #fff;
	font-weight: normal;
}

a:hover.buttons,a:hover.small_buttons {
	background: #666666;
}

a.small_buttons {
	background: #000;
	padding: 5px;
	color: #fff;
	font-weight: normal;
}

/* ---------- Home Page Elements ---------- */
#feature-box {
	width: 850px;
	height: 92px;
	padding: 20px 20px;
	background: url("/images/box/box-features.gif") no-repeat;
	margin-bottom: 35px;
	font-size: 15px;
}

#feature-box ul {
	float: left;
	margin: 0;
	padding: 0 25px;
}

#feature-box ul li {
	margin-bottom: 6px;
	list-style-image: url("/images/tick.png");
}

#button-box {
	float: right;
	margin-top: 40px;
	margin-right: 10px;
}

#home-box1 {
	width: 430px;
	padding: 0 15px 0 0;
	float: left;
}

#home-box2 {
	width: 430px;
	padding: 0 0 0 15px;
	float: left;
}

#home-box1 img,#home-box2 img {
	float: left;
	margin-right: 15px;
}

/* -------- Contact us page elements ------- */
.txt-fields,.txt-area,.txt-select {
	border: solid 1px #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 7px;
	background: #e7e7e7;
}

.txt-fields,.txt-area {
	width: 520px;
}

.txt-select {
	width: 540px;
}

.form-error {
	color: #900;
	font-weight: bold;
	font-size: 12px;
}

.form-button {
	cursor: pointer;
	background: #000;
	padding: 10px;
	color: #fff;
	font-weight: normal;
	font-family: Myriad Pro, Arial, Geneva, sans-serif;
	font-size: 14px;
	border: none;
}

#contact-col1 {
	width: 300px;
	margin-right: 30px;
	float: left;
}

#contact-col2 {
	width: 540px;
	float: left;
}

/* -------- Follow us page elements ------- */
#followus-box {
	width: 300px;
	height: 92px;
	padding: 20px 20px;
	background: url("/images/box/box-features.gif") no-repeat;
	margin-bottom: 35px;
	font-size: 15px;
}

/* ------------ Application page -------- */
div#no-flash {	
	margin: auto;	
	text-align:center;
	font-size: 14px;
	color: #eeeeee;
}
