/* Start of CMSMS style sheet 'main_home' */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #323232;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#header_home { 
	height:131px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#FFFFFF;
	width:927px;
	padding: 0px; 
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#container_home { 
	width: 982px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(uploads/images/sfs_background_home.jpg);
	margin: 20px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#container { 
	width: 926px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(uploads/images/sfs_background.jpg);
	margin: 20px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	height:131px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	 /* 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 */
	padding: 0px 0px 0px 0px;
margin:0px;
width:195px;
	
}
#mainContent { 
	margin: 0 0 0 195px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent_inside { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(images/inside_content_background.jpg);
	background-position:top;

}

#home_content {
width: 271px;
height: 419px;
}

#home_content p{
padding: 10px 10px 0px 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#sidebar1_home {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* 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 */
	padding: 0px 0px 140px 0px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#FFFFFF;
	
}

#home_flash {
left:271px;
height: 419px;
position:relative;
top:-419px;
}

#footer_home {
background:#717171 none repeat scroll 0 0;
border-left:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
margin:0;
padding:15px;
text-align:right;
width:895px;
}

#home_bottom {
margin:-70px 0 0;
padding:0;
}

p{
padding: 10px 0px 0px 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#top_menu { 
	float:right;
} 

#logo { 
	float:left;
} 
#footer { 
width:898px;
margin: 0px auto 20px auto;
	padding: 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#717171; 
	text-align: right;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
} 
#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: 20px 10px 0px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.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;
}

#inside_copy {
padding: 20px 50px 0px 30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}


/* End of 'main_home' */

