body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000000;
}

a {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 1.8em;
	color: #0078a3;
}

h3 {
	margin: 30px 0 10px 0;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0078a3;
}

h4 {
	margin: 30px 0 10px 0;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3.divider {
	margin: 20px 0 10px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #0078a3;
	clear: both;
}

img {
	border: 0;
}

p {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

ul {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

.clearfix:after {
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
.clearfix {
display:inline-block;
}

/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


/* main structure */

.rounded {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#container {
	width: 940px;
	margin: 0 auto 20px auto;
	text-align: left;
}

#header_body {
	border-right: 1px solid #0078a3;
	border-bottom: 1px solid #0078a3;
	border-left: 1px solid #0078a3;
}


/* header */

#header {
	width: 100%;
	height: 130px;
	position: relative;
}

#header #logo {
	width: 406px;
	height: 55px;
	position: absolute;
	top: 25px;
	left: 30px;
	float: left;
}

#header #sub_nav {
	position: absolute;
	top: 60px;
	right: 30px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header #sub_nav a {
	text-decoration: none;
	color: #00aeef;
}

#header #sub_nav a:hover {
	text-decoration: underline;
}

#header #sub_nav ul {
	margin: 0;
	padding: 0;
}

#header #sub_nav ul li {
	border-left: 1px solid #00aeef;
}

#header #sub_nav ul li:first-child {
	border-left: none;
}
#header #sub_nav ul li {
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
	float: left;
}

#header #nav {
	width: 898px;
	height: 28px;
	position: absolute;
	bottom: 0;
	left: 20px;
	float: left;
	background-color: #00aeef;
	background-image: url(/images/menu_background.gif);
	background-repeat: repeat-x;
	border: 1px solid #00aeef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header #nav a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #ffffff;
}

#header #nav ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#header #nav ul li {
	margin: 0 10px 0 10px;
	padding: 0;
	list-style-type: none;
	line-height: 28px;
	float: left;
}

#header #nav ul li:hover {
	background-color: #0078a3;
}


/* footer*/

#footer {
	margin: 10px 0 0 0;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #0078a3;
}


/* content home */

#intro {
	width: 898px;
	height: 358px;
	position: relative;
	margin: 30px 0 30px 19px;
	background-image: url(/images/intro_background.gif);
	background-repeat: repeat-x;
	border: 1px solid #0078a3;
}

#intro #left {
	width: 360px;
	height: 300px;
	position: absolute;
	top: 30px;
	left: 20px;
	float: left;
}

#intro #right {
	width: 500px;
	height: 358px;
	top: 0;
	right: 0;
	position: absolute;
}

#sub_box_1 {
	width: 246px;
	height: 160px;
	margin: 0 0 30px 20px;
	padding: 20px 30px 20px 20px;
	position: relative;
	border-right: 1px solid #0078a3;
	display: inline;
	float: left;
}

#sub_box_2 {
	width: 246px;
	height: 160px;
	padding: 20px 30px 20px 30px;
	position: relative;
	border-right: 1px solid #0078a3;
	float: left;
}

#sub_box_3 {
	width: 246px;
	height: 160px;
	padding: 20px 20px 20px 30px;
	position: relative;
	float: left;
}

#sub_box_1 .button {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#sub_box_2 .button {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

#sub_box_3 .button {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

#sub_box_1 h3, #sub_box_2 h3, #sub_box_3 h3 {
	margin: 0 0 5px 0;
}

#sub_box_1 p, #sub_box_2 p, #sub_box_3 p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 5px 0;
}

#sub_box_1 .right, #sub_box_2 .right, #sub_box_3 .right {
	margin: 0 0 10px 10px;
	float: right;
}


/* content section */

#section_header {
	width: 898px;
	height: 128px;
	position: relative;
	margin: 30px 0 30px 19px;
	background-color: #0078a3;
	background-image: url(/images/section_background.gif);
	background-repeat: repeat-x;
	border: 1px solid #0078a3;
}

/* #section_header {
	width: 898px;
	height: 168px;
	position: relative;
	margin: 30px 0 30px 19px;
	background-color: #0078a3;
	background-image: url(/images/section_background.gif);
	background-repeat: repeat-x;
	border: 1px solid #0078a3;
} */

#section_header #title {
	width: 460px;
	height: 108px;
	position: absolute;
	top: 30px;
	left: 20px;
	float: left;
}

#section_header #image {
	width: 400px;
	height: 168px;
	float: right;
}

#section_content {
	width: 640px;
	margin: 0 0 30px 39px;
	display: inline;
	float: left;
}

#section_content .section_column {
	width: 180px;
	margin: 0 30px 0 0;
	display: inline;
	float: left;
}

#section_content .section_column.right {
	margin: 0;
}

#section_content .right {
	margin: 0 0 30px 10px;
	float: right;
}

#section_right {
	width: 189px;
	margin: 0 39px 0 0;
	display: inline;
	float: right;
}

#section_menu {
	width: 189px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#section_menu ul a {
	display: block;
	padding: 5px 10px;
}

#section_menu ul a:hover {
	text-decoration: none;
	background-color: #e5f7fd;
}

#section_menu ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#section_menu li {
	list-style-type: none;
	border-bottom: 1px solid #0078a3;
}

#section_menu li:hover {
	
}

#section_menu li:first-child {
	border-top: 1px solid #0078a3;
}

#map {
	border: 1px solid #0078a3;
	margin: 10px 0 0 0;
	float: left;
display: inline;
}

#address {
	margin: 10px 0 0 0;
	padding: 20px 30px 20px 30px;
	float: left;
width: 250px;
display: inline;
}

#portfolio {
	margin: 20px 0 20px 0;
	border: 1px solid #0078a3;
	padding: 19px 19px 19px 19px;
	background-image: url(/images/portfolio_background.gif);
	background-repeat: repeat-x;
	background-color: #e5f7fd;
}


/* production styles */

ul.left {
	float: left;
	width: 170px;
}

.sample_images {
	float: right;
	/*width: 420px;*/
}

.sample_images img {
	float: left;
	margin: 0 0 15px 15px;
	padding: 4px;
	width: 75px;
	height: 75px;
	border: 1px solid #99dff9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline;
}

/* testimonials styles */
#testimonial_images img {
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border:1px solid #99DFF9;
display: inline;
float: left;
margin: 0 10px 10px 0;
padding: 4px;
}

/* paradise island styles */
#section_header.island #image {
position: relative;
}

#section_header.island #image img {
position: absolute;
top: -30px;
right: 30px;
}
