﻿/*////////////////////////////////////////////////

CONTENT DYNAMICS V2.1

Stylesheet: Public Website: Structure.Css
Design: Cubeular Systems
Development by: Justin Harrison
Date: 01/03/2010

///////////////////////////////////////////////*/

/* //////////////Site Structure//////////////// */


#wrapper
{
    left: 0px;
    width: 1000px;
    position: relative;
    z-index: 1;
    top: 0px;
    clear: both;
    margin-left:auto;
    margin-right:auto;
    
}

#flash
{
    float: left;
    left: 0px;
    width: 1000px;
    height: 409px;
    position: relative;
    z-index: 0;
    top: 0px;
}

#inner_flash
{
    float: left;
    left: 0px;
    width: 1000px;
    height: 200px;
    position: relative;
    z-index: 1;
    top: 0px;
}

#homepage_middle
{
    float: left;
    left: 0px;
    width: 1000px;
    position: relative;
    z-index: 1;
    top: 0px;
    background-image: url('../Template/BkgdGrey.jpg');
    background-repeat: repeat-x; 
    background-color: #e5e5e5;
}

#left
{
	border-right: 1px solid #CCCCCC;
	float: left;
	left: 0px;
	width: 187px;
	position: relative;
	z-index: 1;
	top: 0px;
	margin-right: 4px;
	padding-left: 8px;
}

#center
{
	padding: 8px 0px 10px 9px;
	float: left;
	left: 0px;
	width: 466px;
	position: relative;
	z-index: 1;
	top: 0px;
}

#right
{
	float: right;
	left: 0px;
	width: 320px;
	position: relative;
	z-index: 1;
	top: 0px;
	}



#homepage_bottom
{
    float: left;
    left: 0px;
    width: 1000px;
    height: 80px;
    position: relative;
    z-index: 1;
    top: 0px;
}

#footer
{
    float: left;
    left: 0px;
    width: 990px;
    height: 30px;
    position: relative;
    z-index: 1;
    top: 0px;
    background-image: url('../Template/BkgdFooter.jpg');
    background-repeat:no-repeat;
    text-align: right;
    padding-top: 8px;
    padding-right: 10px;
}

#companyinfo
{
	float: left;
	left: 0px;
	width: 990px;
	height: 38px;
	position: relative;
	z-index: 1;
	top: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}

#logo
{
    float: left;
    left: 0px;
    width: 300px;
    height: 100px;
    position: absolute;
    z-index: 100;
    top: 0px;
}

#top
{
    left: 90px;
    width: 261px;
    height: 61px;
    position: absolute;
    z-index: 2;
	top: 0px;
}

#header
{
    left: 440px;
    width: 550px;
    height: 25px;
    position: absolute;
    z-index: 2;
	top: 5px;
	text-align:right;
}

#contactform
{
	left: 105px;
	width: 250px;
	height: 150px;
	position: absolute;
	z-index: 2;
	top: 165px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}


#news
{
	float: left;
	left: 0px;
	width: 320px;
}

#newsheader
{
	padding: 15px 10px 15px 0px;
	float: left;
	left: 0px;
	width: 315px;
	height: 15px;
	background-image: url('../Template/news_header.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	font-weight: normal;
	text-align: center;
}

#newsbody
{
	float: left;
	left: 0px;
	width: 320px;
	background-image: url('../Template/news_body.jpg');
    background-repeat:repeat-y;
    padding-left: 40px;
    padding-right: 20px;
	
}

#newsfooter
{
	float: left;
	left: 0px;
	width: 320px;
	height: 50px;
	background-image: url('../Template/news_footer.jpg');
    background-repeat: no-repeat;
	
}

/* //////////////Site Structure: END//////////////// */


/* ////////////// FACILITIES SLIDE SHOW//////////////// */

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid #333333;
}

#simplegallery1 .gallerydesctext{
text-align: left;
padding: 2px 5px;
}

/* ////////////// FACILITIES SLIDE SHOW//////////////// */
