﻿/* Spacefile Master CSS
	Description: Global Site Styling
	Last Update: February 23, 2009
	By: Stephen Hayward
*/
	
@charset "UTF-8";

#IntrotaMain    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#IntrotaSub     {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
}
/* Main Body Styling */
UL.mainlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 0px;
	padding-left:20px;
	margin-left:13px;
}
body {
	background-image:url(../images/hatch_fade.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

h1 {
	margin:0px 0px 0px 20px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ccc;
	}
h2 {
	font:bold 12px/14px arial, helvetica, sans-serif;
	margin:0px 0px 5px 20px;
	padding:0px;
	}
p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:12px 2px 0px 20px;
	padding:0px;
	line-height: 130%;
	}



/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Overall Site */
#wrapper {
	width: 980px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#Introtextarea {
	background-image: url(../images/Introtextarea.jpg);
	width:340px;
	height:410px;
	top:141px;
	left: 15px;
	background-color: #FFF;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 40px;
	float: left;
	margin: 0;
	;
}

#mainpagelink {
	position:relative;
	padding-top: 12px;
	padding-left: 10px;
	margin-top:05px;
	width:222px;
	height:50px;
}

#mainpageimage {
	position:relative;
	padding-top: 22px;
	padding-left: 0px;
	margin-top:12px;
	width:300 px;
	height:300px;
}

#frame {
	width: 980px;
	background-color: #FFFFFF;
	margin:auto;
	}
#content {
	width: 960px;
	background-color: #FFFFFF;
	margin:auto;
	z-index: 50;
	}


/* Top of Page - Header */
#header {
	width: 960px;
	height:138px;
	text-align: center;
	margin: auto;
	padding: 0 0 0 0;
} 
#header h1 {margin: 0; padding: 0 0; }
#header p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#logo {
	float:left;
	width:294px;
	margin: -128px 0 0 50px;
	height: 62px;
}
#logo h1 {text-indent:-99999px; }
#logo h1 a{display:block; background:url(../images/logo.gif) no-repeat; height:62px; outline:none; 
}
#contact {float:right; width:284px; height: 14px; background:url(../images/contact.gif) no-repeat; margin: -100px 55px 0 0; }

/* Main Body of Page */
#container {
	background-color: #fff;
	width: 959px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#column_l {
	position:relative;
	border: 1px #000000 solid;
	margin: 0;
	padding: 15px;
	background-color: #fff;
}
#column_r {
	position:relative;
	width: 330px;
	margin: 0;
	float: right;
	padding: 2px;
	background-color: #a9a9a9;
	position: relative;
}
#stor_sol_l {
	position:relative;
	width: 501px;
	height: 550px;
	float: left;
	left:-99999;
}
#stor_sol_r {
	position:absolute;
	right: 195px;
	width: 507px;
	height: 491px;
	float: right;
	top: 139px;
	left: 8;
}
#stor_sol_bl {
	position: relative;
	float: left;
	}
#column_r p {
	font-size: 11px;
	margin: 9px;
}



#News {
	background-image: url(../images/bgmain.jpg);
	background-color: #ffffff;
	width:960px;
	padding-top:20px;
	height:360px;
	position: relative;
	top: 3px;
	margin: 0;
	clear: both;
	border-style: striped;
}
#Newsspace {
	background-color: #ffffff;
	width:377px;
	padding-top:20px;
	height:119px;
	position: absolute;
	left:356px;
	top:10px;
	margin-bottom:0px;
}

#NewsWhitespace {
	position:relative;
	background-color: #FFF;
	float: none;
	width: 870px;
	margin: auto;
	height: 360px;
	padding: 0;
}


#Newspic {

	margin-right: 2px;

	
}

.NewsHeadline {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #78945A;
	font-size: 16px;
}




/* Two Column Formatting */
#sidebar1 {
	position: relative;
	float: right; /* since this element is floated, a width must be given */
	width: 325px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:330px;
	margin: 6px 10px 0 0;
	}
/* Again, "be nice to Opera 5". */
body>sidebar1 {width:325px;}
#mainContent1 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:580px;
	margin:0px 0px 0px 5px;
	background-color:white;
	padding:0;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#mainContent1 h1 {
	text-indent:0px;
	position: relative;
	height: 81px;
	width:580px;
	top: 20px;
	left: 0px;
	}

		
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* End of Two-Column Formatting */
/* Styles for Footer */
#footer {
	padding: 0px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 0 10px 0px 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
}
#footer ul {
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
	width: 39%;
	color: #8CA375;
	text-decoration: none;
	}
#footer li {
	float: left;
	}
#footer li a {
	display: block;
	padding: 10px;
	color: #8CA375;
	text-decoration: underline;
	font-size:11px;
	}
#footer li a:hover, #footer li a:active, #footer li a:focus {
	color:#8DAA6C;
	}
#mainpagerightbox {
	background-color: #066;
	width: 520px;
	height: 345px;
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display:inline-table;}
/* backslash hack hides from IE mac \*/
* html .clearfix {height:1%;}
.clearfix {diplay: block;}
/* end backslash hack */

#wrapper #content #mbottomarea #mbottom #colwrap7 #mssbottom #colwrap10 .sscopy strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
}
#wrapper #content #mtoparea #colwrap3 #mmcopyarea strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
}
