/* CSS LAYOUT */

/* BODY */
body,html {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:url(../../_images/home-bg.gif) top left repeat-x #078685;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;}

.hover h1, .hover h2, .hover h3, .hover h4, .hover h5, .hover p {display:block;}

/* VERTICAL CENTERING */
#outer {height:100%; width:100%; overflow:visible; position:relative; display:table; position:static;}
#middle {position: absolute; width:100%; top: 50%; display:table-cell; vertical-align:middle; position:static;}
#inner {position: relative; width:100%; top: -50%}


/* PAGE */
#body {
	width:100%;}
#body-content {
	position:relative;
	left:50%;
	width:832px;}
#body-text {
	position:relative;
	width:832px;
	margin-left:-50%;
	text-align:left;}
	
/* TOP */
#top {
	height:130px;}
#top-content {
	}
#top-text {
	text-align:left;}
#top-title {
	float:right;
	margin:128px 0 0 0;
	text-transform:uppercase;
	font-weight:bold;	
	font-size:13px;	
	font-style:italic;
	color:#ff7152;
	z-index:2;}
#top-logo {
	width:100%;
	height:134px;
	position:absolute;
	overflow:hidden;
	padding:6px 0 0 0;
	z-index:1;}

/* MENU */
#menu {
	padding:3px 0;
	}
#menu-content {
	}
#menu-text {
	}

/* SIDE */
#side {
	width:180px;
	padding-right:4px;}
#side-content {}
#side-text {
	color:#004954;
	text-align:left;}
	#side-thumb {
		margin:0 0 4px 0;
		height:75px;
		overflow:hidden;
		cursor:pointer;
		cursor:hand;
		z-index:8;}
	#side-title {
		margin:8px 6px;
		padding:0;
		position:absolute;
		z-index:9;
		display:none;}
	.hover #side-title {
		display:block;}
	.home #side-thumb {
		height:48px;}
.home 

/* MAIN */
#main {
	width:650px;
	padding:0;
	margin:0;
	}
#main-content {
	width:650px;
	padding:0;
	margin:0;
	background:#ffffff;
	}
#main-text {
	padding:18px 18px 38px 18px;
	text-align:left;
	background:#ffffff;
	}

/* FOOT */
#foot {
	}
#foot-content {
	}
#foot-text {
	}

/* BOTTOM */
#bottom {
	}
#bottom-content {
	}
#bottom-text {
	text-align:left;
	color:#004954;
	font-style:italic;}
