@import url(form.css);

*  {
	margin: 0; padding: 0;
	list-style-type: none;
}
body {
	font: 76% Arial, Verdana, "Trebuchet MS", Tahoma, Sans-serif;
	color: #555;
	background: #018077 url(/images/bgrounds/body.jpg) no-repeat 50% 0;
}

.clear {
	height: 0px;
	line-height: 0;
	clear: both;
	font-size: 0px;
}
a { font-size: 1em; }
a:link { color: #018077; text-decoration: underline; }
a:visited { color: #018077; text-decoration: underline; }
a:hover { color: #018077; text-decoration: none; }
a:active { color: #018077; text-decoration: underline;}

#content ul { margin: 0 0 1em 5px; }
#content ul li { 
	margin: 0 0 .4em 0; 
	padding: 0 0 0 14px; 
	background: url(/images/icons/green-arrow.gif) no-repeat 4px 7px; 
}
#content ul ul {
	margin-top: 5px;
}
#content ol {
	margin: 0 0 1em 20px;
}
#content ol li {
	list-style-type: decimal;
	margin: 0 0 .4em 0; 
}

p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}

img { border: 0; }
.img-l, .left_aligned_image_margin, .left_aligned_image_margin_and_border { margin: 0 15px 15px 0; float: left; }
.img-r, .right_aligned_image_margin, .right_aligned_image_margin_and_border { margin: 0 0 15px 15px; float: right; }
.img-c { margin-left: 0px; margin-bottom: 15px}
.img-bdr, .image_border, .right_aligned_image_margin_and_border, .left_aligned_image_margin_and_border { padding: 1px; border: 5px solid #b7dfdc; }

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0 0 .7em 0;
	color: #349992;
	font-family: georgia, "Times New Roman MS", serif;
}
h1 { font-size: 1.5em; color: #018077; font-weight: normal; margin: 0 0 1em 0;}
h2 { font-size: 1.3em; font-weight: normal;}
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 span, h2 span, h3 span {
	display: none;
}

p {
	margin: 0 0 1.2em 0;
}

hr {
	height: 1px;
	border-width: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin: .5em 0 !important;
	margin: 0;
}

button {
	padding: 4px 6px
}

#container {
	margin: 0 auto;
	width: 995px;
	text-align: left;
}

.logo {
	margin: 27px 0 70px 29px;
}
#utilitynav {
	margin: 0 10px 5px 21px;
	background: url(/images/bgrounds/utilitynav.gif) no-repeat bottom left;
	padding: 0 0 5px 0;
}
#utilitynav li {
	margin: 0 0 0 10px;
}

#utilitynav li.current a, #utilitynav li.current a:link, #utilitynav li.current a:visited, #utilitynav li.current a:hover, #utilitynav li.current a:active {
	color: #0a746c;
	background-color: #a1ddda;
}

#utilitynav li a, #utilitynav li a:link, #utilitynav li a:visited, #utilitynav li a:active {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: .9em;
	padding: 5px 5px 5px 29px;
}
#utilitynav li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #349992;
}

/*#nav {
	margin: 0 10px 0 21px;
}
#nav li {
	margin: 0 0 0 10px;
}

#nav li.current a, #nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover, #nav li.current a:active {
	color: #018077;
	background-color: #b7cedf;
}

#nav li a, #nav li a:link, #nav li a:visited, #nav li a:active {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: .9em;
	padding: 5px 5px 5px 29px;
}
#nav li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a1ddda;
}*/



#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	display: inline;
	width: 199px;
}

#nav {
	margin: 0 10px 0 21px;
}

#nav li {
	position: relative;
	float: left;
	width: 189px;
	display: inline;
	margin: 0 0 0 10px;
	
}

#nav li ul {
	position : absolute;
	left: -999em;
	margin-left: 187px;
	top: 0;
	background-color: #349992;
	padding: 5px;
	width: 187px;
	border: 1px solid #a1ddda;
}
#nav li ul li {
	margin-left: 0;
	width: 187px;
}
#nav li ul ul {
	left: -999em;
}

#nav li a.current, #nav li a.current:link, #nav li a.current:visited, #nav li a.current:hover, #nav li a.current:active {
	color: #0a746c;
	background-color: #a1ddda;
}

#nav li a, #nav li a:link, #nav li a:visited, #nav li a:active {
	width: 155px;
	display: block;
	text-decoration: none;
	/*background-color: green;*/
	color: #fff;
	padding: 5px 5px 5px 29px;
	font-size: .9em;
}

#nav li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #349992;
}

#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	line-height: 1.2em;
	padding: 5px;
	width: 177px;
}
#nav li ul li a:hover {
	background-color: #0a746c;
	color: #fff;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover  {
	background-color: #349992;
}
#nav li li:hover, #nav li li.sfhover  {
	background-color: #0a746c;
}




#main {
	width: 995px;
	margin-bottom: 23px;
}
#main-l, #main-r {
	float: left;
	display: inline;
}
#main-l {
	width: 230px;
	padding-top: 13px;
}
#main-r {
	width: 744px;
	background: url(/images/bgrounds/main-r.gif) no-repeat bottom left;
	padding-bottom: 24px;
	line-height: 1.7;
}

#s1 {
	margin-left: 1px;
	background: url(/images/bgrounds/s1.jpg) no-repeat;
}
#home #content {
	width: 709px;/* 744 */
	padding: 10px 0 1px 35px;
}

#content {
	width: 674px;/* 744 */
	padding: 10px 35px 1px 35px;
	background: #fff url(/images/bgrounds/content.gif) no-repeat top left;
}

#sub {
	width: 995px;
	color: #b9ddda;
}
#sub a, #sub a:link, #sub a:visited, #sub a:active, #sub a:hover {
	color: #fff;
}

#facebook-sub, #about-sub, #agent-sub {
	float: left;
	display: inline;
	width: 214px;
	height: 218px;
	margin: 6px 0 0 51px;
	background: url(/images/bgrounds/panel.gif) no-repeat;
}
#about-sub, #agent-sub {
	font-size: .9em;
}
#facebook-sub {
	width: 219px;
	height: 224px;
	background: url(/images/bgrounds/facebook.gif) no-repeat;
	margin: 0 0 0 225px;
}
#facebook-sub p {
	margin-left: 5px;
	text-align: center;
	padding: 65px 35px 0 35px;
	line-height: 1.6;
}

#about-sub h2, #agent-sub h3 {
	margin: 5px 0 0 5px;
	background: url(/images/text/about-milner.jpg) no-repeat;
	width: 204px;
	height: 93px;
}
#agent-sub h3 {
	background: url(/images/text/agents-information.jpg) no-repeat; 
}
#about-sub h2 a, #about-sub h2 a:link, #about-sub h2 a:visited, #about-sub h2 a:hover, #about-sub h2 a:active,
#agent-sub h3 a, #agent-sub h3 a:link, #agent-sub h3 a:visited, #agent-sub h3 a:hover, #agent-sub h3 a:active {
	display: block;
	width: 204px;
	height: 93px;
	text-indent: -9000px;
	overflow: hidden;
}
#sub ul {
	padding: 15px 0 0 29px;
}
#sub li {
	background: url(/images/icons/white-arrow.gif) no-repeat 0 50%;
	padding: 3px 0 3px 11px;
}
/*
.data {
	width: 100%;
	margin: 0 0 1em 0;
}

.data, .data td, .data th {
	border: 1px solid #d3d3d3;
	border-collapse: collapse;
}
.data td, .data th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.data th {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}*/


.data {
	width: 100%;
	font-size: .9em;
	margin-bottom: 1.2em;
}
.data, .data th, .data td {
	border: 1px solid #d7eeec;
	border-collapse: collapse;
}
.data th, .data td {
	padding: 5px;
	vertical-align: top;
	/*border-bottom: 1px solid #b8cfdf;*/
}
.data th {
	text-align: center;
	background-color: #b7dfdc;
	color: #018077;
	/*text-transform: uppercase;*/
}
.data td {
	text-align: center;
	background-color: #eef4f9;
	color: #018077;
}
.data th.right {
	text-align: right;
}
th.dark_cell {
	background-color: #018077;
	color: #fff;
}
th.dark_cell_right_aligned {
	background-color: #018077;
	color: #fff;
	text-align: right;
}

td.left_align_cell, th.left_align_cell {
	text-align: left;
}





#flags {
	width: 200px;
	height: 102px;
	margin: 52px 0 10px 46px;
}
#content #flags ul {
	margin: 0 0 0 0; padding: 0 0 0 0; 
}
#content #flags li {
	float: left;
	display: inline;
	width: 50px;
	height: 34px;
	margin: 0 0 0 0; padding: 0 0 0 0; 
}
#content #flags li a {
	display: block;
	width: 32px;
	height: 25px;
	background: url(/images/icons/brazil.gif) no-repeat; 
	overflow: hidden;
	text-indent: -9000px;
}

#content #flags li a.t_czech { background-image: url(/images/icons/czech.gif); }
#content #flags li a.t_france { background-image: url(/images/icons/france.gif); }
#content #flags li a.t_germany { background-image: url(/images/icons/germany.gif); }
#content #flags li a.t_hungary { background-image: url(/images/icons/hungary.gif); }
#content #flags li a.t_italy { background-image: url(/images/icons/italy.gif); }
#content #flags li a.t_japan { background-image: url(/images/icons/japan.gif); }
#content #flags li a.t_korea { background-image: url(/images/icons/korea.gif); }
#content #flags li a.t_poland { background-image: url(/images/icons/poland.gif); }
#content #flags li a.t_spain { background-image: url(/images/icons/spain.gif); }
#content #flags li a.t_thailand { background-image: url(/images/icons/thailand.gif); }



#flashenrol {
	float: right;
	width: 265px;
	display: inline;
	margin: 0 0 50px 25px;
}
#enrolnowbox {
	width: 229px;
	height: 105px;
	background: url(/images/bgrounds/enrol-now.gif) no-repeat;
	position: relative;
}
#enrolnowbox p {
	position: absolute;
	top: 30px;
	left: 99px;
	color: #fff;
	text-align: center;
	font-size: .9em;
	line-height: 1.6;
	width: 130px;
}
#enrolnowbox a, #enrolnowbox a:link, #enrolnowbox a:visited,#enrolnowbox a:active {
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	width: 130px;
	height: 28px;
	position: absolute;
	top: 77px;
	left: 86px;
}
#enrolnowbox a:hover {
	background: url(/images/text/enrol-now-over.gif) no-repeat;
}
#home #footer {
	border-top: 1px solid #349992;
	margin: 20px 0 0 230px;
}
#footer {
	color: #5fc4bd;
	font-size: .9em;
	margin: 0px 0 0 230px;
	width: 744px;
}
#home #footer p.copyright {
	padding: 16px 0 0 35px;
}
#footer p.copyright {
	float: left;
	display: inline;
	padding: 0px 0 0 35px;
	line-height: 1.7;
	width: 540px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer strong {
	color: #fefefe;
	font-weight: normal;
}
#home #footer p.itomic {
	padding: 16px 35px 0 0px; 
}
#footer p.itomic {
	float: right;
	display: inline;
	width: 125px;
	padding: 0px 35px 0 0px;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.7;
}

p.breadcrumbs {
	color: #018077;
	font-size: .9em;
	border-bottom: 1px solid #89c9c4;
	padding-bottom: 5px;
}
p.breadcrumbs a {
	color: #018077;
}


.panos img {
	padding: 1px;
	background-color: #fff;
	border: 5px solid #b7dedb;
}
.panos a:hover img {
	border-color: #018077;
}
.googlemap {
	padding: 1px;
	background-color: #fff;
	border: 5px solid #b7dedb;
	width: 662px;
}




.gallery {
	width: 100%;
}
.photoholder {
	float: left;
	display: inline;
	margin: 0 13px 12px 0;
}
.scene {
	width: 150px;
	height: 150px;
	/*padding: 1px;*/
	background-color: #fff;
	border: 2px solid #b7dedb;
	overflow: hidden;
	display: block;
}
.scene:hover {
	border-color: #018077;
}
.scene img {
}

.photoholder p {
	margin-bottom: 0;
	text-align: center;
	/*color: #f8d56f;*/
}
.photoholder p {
	width: 154px;/* 154 */
}

.photoholder p a {
	/*color: #f8d56f;*/
	text-decoration: none;
	display: block;
	padding: 0 4px;
	font-size: .8em;
	margin-top: 3px;
}
.photoholder p a:hover {
	background-color: #0a8077;
	color: #fff;
}
div.clear {
	clear: both;
	height: 0;
	line-height: 0;
}