@media screen {
	
	/**
	 * New Life
	 * Author Matthew Holmes
	 * Created 18 Oct 2007
	 */
	 
	 body {
	 	margin: 0;
	 	padding: 0;
	 	background: #53a300 url(../webimages/bg-body.gif) repeat;
	 	color: #000;
	 	font: 62.5% "Lucida Grande", Tahoma, Arial, sans-serif;
	 	}
	 	
	 	
	 	/* =links */
	 	a {
	 		color: #53a300;
	 		}
	 	a:hover {
	 		text-decoration: none;
	 		}
	 	a img {
	 		border: 0;
	 		}
	 	
	 	
	 	/* =headings */
	 	h1, h2, h3, h4, h5, h6 {
	 		margin: 0;
	 		}
	 		
	 		
	 	h4 {
	 		font-size: 1.6em;
	 		margin: 0 0 3px;
	 		}
	 	h5 {
	 		font-size: 1.3em;
	 		margin: 15px 0 3px;
	 		}
	 		
	 		
	 	h2#content-main-title {
	 		margin: 0 0 10px;
	 		color: #53a300;
	 		font-family: Georgia, Times, sans-serif;
	 		font-size: 2em;
	 		}
	 	
	 	h3.secondary-title {
	 		margin: 0 0 10px;
	 		color: #53a300;
	 		font-family: Georgia, Times, sans-serif;
	 		font-size: 1.4em;
	 		}
	 		
	 	#account h3 {
	 		margin: 5px 0 41px;
	 		padding: 0 0 0 3px;
	 		border-bottom: 1px solid #bcbcbc;
	 		color: #333;
	 		font-size: 1.4em;
	 		}
	 	
	 	
	 	/* =structure
	 	---------------------------------*/
	 	#container {
	 		width: 1000px;
	 		margin: 0 auto;
	 		padding: 0 15px;
	 		background: #fff;
	 		border: 1px solid #366b00;
	 		border-top: none;
	 		border-bottom: none;
	 		}
	 	
		.wrapper,
		#content,
		#footer,
		#account {
			width: 960px;
			margin: 0 auto;
			}
		.clearfix:after {
			display: block;
			clear: both;
			height: 0;
			content: ".";
			visibility: hidden;
			}
		.clearleft {
			clear: left;
			}
		#accessibility {
			display: none;
			}
			
			
			/* =branding */
			#branding {
				height: 160px;
				background: #53a300 url(../webimages/bg-branding.gif) repeat-x;
				}
			#branding .wrapper {
				position: relative;
				height: 160px;
				background: url(../webimages/bg-flower.jpg) 95% -7px no-repeat;
				}
				
				
				/* logo */
				#branding h1 a {
					display: block;
					width: 182px;
					padding: 32px 0 0;
					color: #fff;
					}
				
				
				/* navigation */
				ul#nav {
					position: absolute;
					left: 0;
					bottom: 0;
					list-style: none;
					margin: 0;
					padding: 0;
					background: #4c9600 url(../webimages/bg-nav.gif) bottom repeat-x;
					}
				#nav li {
					float: left;
					margin: 0;
					padding: 0 1px 0 0;
					}
				#nav li a {
					float: left;
					display: block;
					margin: 0;
					padding: 10px 12px;
					color: #fff;
					font-size: 1.2em;
					text-decoration: none;
					}
				#nav li a:hover,
				#nav li a.on {
					background: #fff;
					color: #53a300;
					}
				#nav li a.on {
					font-weight: bold;
					}
				
			
			/* =account */
			#account {
				position: relative;
				padding: 20px 0;
				}
			#account a#close {
				position: absolute;
				top: 15px;
				right: 0;
				color: #666666;
				font-size: 1.2em;
				padding: 1px 25px 10px 0;
				text-decoration: none;
				}
			#account-container {
				margin: 0;
				padding: 0;
				background: #fff url(../webimages/bg-account.jpg) top repeat-x;
				border-bottom: 6px solid #366b00;
				}
			#account-container iframe {
				background: #fff;
				border: 1px solid #aaa;
				}
			#account-container iframe#iframe {
				width: 100%;
				height: 420px;
				}
				
				/* account navigation */
				ul#account-navigation {
					position: absolute;
					top: 60px;
					left: 0;
					z-index: 99;
					list-style: none;
					margin: 0;
					padding: 0;
					width: 600px;
					height: 20px;
					}	
				* html ul#account-navigation {
					top: 55px;
					}
				#account-navigation li {
					float: left;
					margin: 0 1px 0 0;
					border: 1px solid #aaa;
					border-bottom: 1px solid #fff;
					background: #fff;
					}
				#account-navigation li a {
					display: block;
					padding: 5px 10px;
					color: #666666;
					font-size: 1.1em;
					line-height; 1.6;
					text-decoration: none;
					outline: 0;
					}
					
	
				/* account tags */
				#account-tags-container {
					position: absolute;
					top: 0;
					right: 0;
					color: #fff;
					}
				#account-tags-container a {
					color: #fff;
					}
				#account-tags-container .tab {
					float: left;
					padding: 25px 20px 5px 20px;
					margin-left: 5px;
					background: #366b00;
					}
				#account-tags-container .greeting {
					float: left;
					padding: 25px 10px 5px 20px;
					margin-left: 5px;
					background: none;
					}
					
					
				/* login form */
				form#login-form,
				form#login-form fieldset,
				form#login-form legend {
					margin: 0;
					padding: 0;
					border: 0;
					}
				form#login-form ol {
					list-style: none;
					margin: 0;
					padding: 0;
					}
				form#login-form li {
					margin: 0 0 .75em;
					padding: 0;
					}
				form#login-form label {
					float: left;
					display: block;
					width: 120px;
					line-height: 1.6;
					margin-right: 8px;
					text-align: right;
					}
				form#login-form label:after {
					content: ":";
					}
				form#login-form button {
					cursor: pointer;
					margin-left: 130px;
					}
					
			
			/* =content */
			#content {
				height: 1%;
				font-size: 1.1em;
				line-height: 1.6;
				}
			#clock {
				margin: 20px 0 0;
				padding: 0 0 5px;
				}
			#time {
				padding: 0 5px 0 0;
				color: #cc3301;
				font-size: 1.4em;
				font-weight: bold;
				}
			#content-main {
				float: left;
				width: 620px;
				margin: 0;
				padding: 20px;
				border-top: 1px solid #ddd;
				}
			#content-sub {
				float: right;
				width: 240px;
				margin: 0;
				padding: 20px;
				border-top: 1px solid #ddd;
				}
				
				#latest {
					padding: 10px 0 0;
					border-top: 1px solid #ddd;
					text-align: center;
					}
				#latest h3 {
					text-align: left;
					}
				#latest ul {
					list-style: none;
					margin: 0;
					padding: 0;
					height: 1%;
					width: 100%;
					}
				#latest li {
					width: 100%;
					}
				.banner li {
					margin: 0 0 10px;
					}
			
				#slide-images { position: relative; display: block; width: 242px; height: 82px; margin: 0 0 10px; padding: 0; overflow: hidden; }
				#slide-images li { position: absolute; display: block; list-style: none; margin: 0; padding: 0; background: #fff; }
				#slide-images li img { display: block; background: #fff; }
	
				
				/* articles */
				#articles-content {
					height: 1%;
					}
				#articles-content-main {
					float: left;
					width: 265px;
					margin-right: 25px;
					}
				#articles-content-sub {
					float: right;
					width: 320px;
					}
					
					
					#random_1 {
						position: relative;
						}
					#random_des_1 {
						position: absolute;
						bottom: 0;
						left: 0;
						width: 245px;
						padding: 10px;
						color: #fff;
						filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/sb/styles/home/webimages/bg-random-des.png');
						}
					#random_des_1[id] {
						background: url(../webimages/bg-random-des.png) repeat;
						}
				
				
			/* =extra */
			#extra {
				width: 640px;
				padding: 20px 0 20px 20px;
				border-top: 1px solid #ddd;
				}
				
				#extra ul {
					list-style: none;
					margin: 0;
					padding: 0;
					height: 1%;
					}
				#extra li {
					float: left;
					margin: 0 13px 0 0;
					width: 150px;
					}
				#extra li.end {
					margin: 0;
					}
				
				
			/* =footer */
			#footer {
				padding: 20px 0;
				border-top: 1px solid #ddd;
				font-size: 1.1em;
				line-height: 1.6;
				}
			#footer #copyright {
				float: left;
				padding: 12px 20px 0;
				}
			#footer #banner {
				float: right;
				padding: 0 20px;
				}
			#footer #banner div {
				width: 468px;
				height: 60px;
				background: #bbb;
				}
			#footer p {
				margin: 0;
				}
				
	}
