/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666666;
	font-size:13px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Georgia, "Times New Roman", Times, serif
	background-image:url(/images/bg_body.gif);
}

a {
	color:#0079c1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:22px; color:#0079c1; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; }

h2 { font-size:13px; color:#0079c1; font-family:Georgia, "Times New Roman", Times, serif; }

h3 { font-size:15px; color:#0079c1; font-family:Arial, Helvetica, sans-serif; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.quote-italics {
	font-size:13px;
	font-style:italic;
}

.divider-line {
	position: relative;
	width: 1px;
	height: 204px;
	background-color: #686868;
	float: left;
	margin-right:10px
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:800px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:90px;
	background-repeat:no-repeat;
	background-image:url(images/bg_header.jpg);
}

#logo_link {
	position: absolute;
	top:8px;
	left:30px;
	width:230px;
	height:60px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	top:77px;
	left:28px;
	width:800px;
	height:40px;
}

#nav a {
	color:#666;
}

#nav a:hover {
	color:#333333;
	text-decoration:none;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

#main_sub {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main-sub.jpg);
}

#image_main {
	position:relative;
	width:800px;
	height:186px;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	float:left;
	width:588px;
	height:auto;
	padding: 0 0 0 12px;
}

#content-top {
	position:relative;
	font-size:16px;
	line-height:28px;
	top:0;
	left:0;
	float:left;
	width:560px;
	height:auto;
	padding: 15px 0 10px 18px;
}

#columns {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:596px;
	height:auto;
	background-repeat:no-repeat;
	background-image:url(images/bg_columns.jpg);
}

#wordpress {
	position: relative;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width:596px;
	height: auto;
	background-repeat:no-repeat;
	background-image:url(images/bg_columns.jpg);
	padding:0 0 0 15px;
}

.posts {
	position: relative;
	float: left;
	width: 155px;
	height: auto;
	padding: 8px 31px 0 0;
}

#content_main-sub {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	float:left;
	width:475px;
	min-height:200px;
    height:auto !important;
    height:200px;
	padding: 20px 0 0 30px;
}


/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	top:0;
	left:0;
	float:right;
	width:175px;
	min-height:402px;
    height:auto !important;
    height:402px;
	background-repeat:no-repeat;
	background-image:url(images/bg_gradient.jpg);
	background-color:#CCCCCC;
	margin-right:14px;
	padding: 3px 0 0 2px;
}

#side_bar-sub {
	position:relative;
	font-size:17px;
	top:0;
	left:0;
	float:right;
	width:175px;
	min-height:370px;
    height:auto !important;
    height:370px;
	margin: 50px 30px 20px 0;
	background-color:#ccc;
	padding: 30px;
}

#side_bar-sectors {
	position:relative;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	top:0;
	left:0;
	float:right;
	width:195px;
	min-height:340px;
    height:auto !important;
    height:340px;
	margin: 50px 30px 20px 0;
	background-color:#ccc;


	padding: 20px;
}



/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:17px;
	clear:both;
	background-repeat:no-repeat;
	background-image:url(images/bg_footer.jpg);
}

#footer a {
	text-decoration:none;
}

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

/* ---- start pic drop settings -------------------------- */

#hidden-layers {
	position:absolute;
	top:3px;
	left:2px;
	width:200px;
	height:auto;
}

#hidden-layers a {
	color:#fff;
	padding:3px;
	display:block;
	font-size:14px;
	text-decoration:none;
}

#hidden-layers a:hover {
	background-color:#006F5F;
	color:#fff;
}

#P1, #P2, #P3, #P4, #P5, #P6, #P7 {
	position:absolute;
	visibility:hidden;
	height:auto;
}

#P1 { width:170px; }
#P2 { width:170px; }
#P3 { width:130px; }
#P4 { width:190px; }
#P5 { width:175px; }
#P6 { width:205px; }
#P7 { width:205px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}

