@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}
.swg #container { 
	width: 868px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF url(../../images/bkg.gif) repeat-y;
	 /*margin: 0 auto; the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.swg #header { 
	background: #fff url(../images/headerF.jpg) no-repeat;
	height: 139px; 
	padding: 0;  /* 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. */
} 
.swg #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.swg #enews-left {
	width:500px;
	top:40px;
	height:120px;
	}
.swg #enews-left h1 {
	height:120px;
	text-indent:-1000px;
	overflow:hidden;
	}
.swg #enews-left h1 a {
	display:block;
	height:120px;
	}
.swg #enews {
	float:right;
	padding-top:40px;
	padding-right:10px;
}
#enews .etext {
	text-align:center;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	color:#5c6c2b;
	padding-left:5px;
	margin-bottom:-15px;
}
.swg #sidebar1 {
	float: left; 
	width: 222px;
	background-image:url(../../images/bkg-sidebar.gif);
	background-repeat:repeat-y;
}
.swg #sidebarNav {
	float: left; 
	width: 222px; 
}
.swg #sidebarNav p {
	font-family:Goudy, "Goudy Old Style", "Times New Roman", Times, serif;
	font-size:14px;
	color:#5c6c2b;
	font-weight:bold;
	margin: 0 0 15px 45px;
}
.swg #sidebarNav a{
	color:#5c6c2b;
	text-decoration:none;
}
.swg #sidebarNav a:hover{
	color:#4f256f;
}
.swg #topNav {
	margin:0;
	height:28px;
	background-color:#f4f5f0;
}
.swg #topNav img {
	border:none;
	}

.swg #topNav a {
	text-decoration:none;
}
.swg #topMain {
	margin:0;
	/*background-color:#dee0d0;*/
	/*background-image:url(../images/topmain.gif);
	background-repeat:no-repeat;*/
	background-image:url(../../images/bkg-content.gif);
	background-repeat:repeat-y;
	min-height:61px;
}
.swg #topHome {
	background-image:url(../../images/bkg-content.gif);
	background-repeat:repeat-y;
	margin:0;
	padding: 0 15px 0 15px;
}
.swg #topHome h3 {
	font-family:Goudy, "Goudy Old Style", "Times New Roman", Times, serif;
	color:#4f256f;
}
.swg #topHome h4 {
	font-family:Goudy, "Goudy Old Style", "Times New Roman", Times, serif;
	color:#4f256f;
}
.swg #topHome p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:.8em;
}
.swg #topHomeLeft {
	padding-top:0;
	/*padding-left:10px;*/
}
.swg #topHomeLeft img{
	padding-right:10px;
}
.swg #topHomeRight {
	float:right;
	padding-top:10px;
	padding-right:5px;
}

.swg #mainContentWrapper {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 222px;
} 
.swg #mainContent {
	background-image:url(../../images/bkg-content.gif);
	background-repeat:repeat-y;
	margin:0;
	padding: 0 20px;
	overflow:hidden;
}
.swg #mainContent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#333333;
}
.swg #mainContent h1 {
	font-family:Goudy, "Goudy Old Style", "Times New Roman", Times, serif;
	font-size:2em;
	color:#5c6c2b;
}
.swg #mainContent h2 {
	font-family:Goudy, "Goudy Old Style", "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#4f256f;
}
.swg #mainContent h3 {
	font-family:Goudy, "Goudy Old Style", "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#4f256f;
}
.swg #mainContent h4 {
	font-family:Goudy, "Goudy Old Style", "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#666;
}
.swg #mainContent h5 {
	font-family:Goudy, "Goudy Old Style", "Times New Roman", Times, serif;
	font-size:1em;
	color:#4f256f;
	padding-bottom:0;
	margin:0;
}
.swg #mainContent h6 {
	font-family:Goudy, "Goudy Old Style", "Times New Roman", Times, serif;
	font-size:.9em;
	color:#5c6c2b;
}
.swg #mainContent li {
	font-size:.8em;
	font-weight:bold;
	padding-bottom:10px;
	margin-left:-10px;
}
.swg #homeFeaturedWrapper {
	background-color:#FFFFFF;
	border:1px solid #4f256f;
	margin:0 auto;
	padding-top:0;
	padding-bottom:20px;
	overflow:hidden;
}
.swg .homeFeatured {
	float:left;
	width:130px;
	padding:10px;
	text-align:center;
	}
.swg .homeFeatured .desc {
	font-size:.7em;
	}
.swg #footer { 
	/*margin-top:35px;*/
	padding: 1px;
	background-image:url(../../images/bkg-content.gif);
	background-repeat:repeat-y;
} 
.swg #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 */
}
.swg #footer li {
	display:inline;
	list-style:none;
	font-family:Goudy, "Goudy Old Style", "Times New Roman", Times, serif;
	font-size:.8em;
	color:#5c6c2b;
	margin-right:4px;
}
.swg #footer a {
	color:#5c6c2b;
	text-decoration:none;
	}
.swg #footer a:hover {
	color:#4f256f;
	}
.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;
}

