/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	position:relative;
	height:100%;
}

body {
	position:relative;
	height:100%;
	background-color:#56a1d5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}
#container_1 {
	position:relative;
	width:960px;
	margin:auto;
	padding-bottom:30px;
}
#container_4 {
	position:relative;
	margin:5px;
}
#top {
	background-color:#f2f2ef;
	margin-top:0;
	background-image:url(images/styles/topbar.jpg);
	background-repeat:repeat-x;
	}
#header {
	position:relative;
	width:960px;
	height:135px;
	text-align:left;
	}
/* LOGO */
#logo {
	position:relative;
	width:256px;
	height:76px;
	float:left;
	margin-top:58px;
	color:#FFFFFF;
}
#redirect {
	width:700px;
	float:right;
	height:135px;
	background-image:url(images/styles/bannerbg.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	text-align:right;
	margin-top:0px;
	
	}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:292px;
	width:100%;
	background-color:#;
	margin-bottom:2px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:35px;
	background-image:url(images/styles/menubg.jpg);
	background-repeat:no-repeat;
	z-index:10;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* COLUMNS */
#content {
	padding-top:20px;
	}
	
#left_column {
	position:relative;
	width:340px;
	float:left;
}
.featured_head {
	height:20px;
	background-image:url(../images/featured-bg.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	}
	
#featured-info {
	min-height:350px;
	padding:5px;
	}
#featured-info a:link, 
#featured-info a:visited, 
#featured-info a:hover,
#featured-info a:active {
	text-decoration:none;
	color:#4d92c2;
	font-size:14px;
	}
	
.newshome a:link, 
.newshome a:visited,
.newshome a:hover,
.newshome a:active {
	text-decoration:none;
	color:#4d92c2;
	font-size:12px;
	}
#middle_column {
	position:relative;
	width:600px;
	margin:auto;
	float:right;
}
#clear_column {
	clear:both;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	padding-top:30px;
	width:960px;
	margin:0 auto;
	}
#footer1 {
	background-image:url(images/styles/grassbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
#plogo {
	width:40px;
	float:left;
	padding-top:10px;
}

#copyright {
	float:left; 
	width:500px;
	margin-top:20px;
	color:#ffffff;
	}
	
#plujo {
	float:right;
	padding-top:0px;
	width:110px;
	margin-top:22px;
	}
	/* ***************************************************************************** */
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	width:600px;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}




