﻿/* ==[ GENERAL STYLES ]== */
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-x #333367;
}
img {
	border: none;
	outline: none;
	vertical-align: middle;
}
table tr td {
	font-size: 12px;
}
.clear {
	clear: both;
}
.bottom {
	width: auto;
	float: left;
	clear: both;
}
.cbottom {
	margin-bottom: -10px;
}
/* ==[ WRAPPER STYLES ]== */
div#wrapper {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/wrap_bg.jpg) no-repeat top left #9fc1e6;
}
/* ==[ HEADER STYLES ]== */
div#header {
	margin: 0;
	padding: 17px 0 7px 0;
	overflow: hidden;
	display: block;
}
#header img#title {
	margin: 0;
	padding: 0;
	float: right;
}
/* ==[ CONTENT STYLES ]== */
div#content {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
#main-content {
	margin: 0 10px 0 10px;
	min-height: 300px;
	*height: 480px;
	height:auto !important;
	padding-bottom: 30px;
}
#main-content p {
	padding-left: 10px;
}
/* HOME PAGE BG, AND SPECIFIC CSS */
#copy-container {
	background-image: url('../images/bg-middle.jpg');
	background-repeat: repeat-y;
	min-height: 450px;
	float: left;
	position: relative;
	display: inline;
	*height: 500px;	
	width: 560px;
}
#left-news {
	width: 355px;
	display: inline;
	float: left;
	padding-left: 5px;
	margin-top: 5px;
	overflow: hidden;		
}
#right-calendar {
	margin: 5px 0 5px 10px;
	width: 180px;
	display:inline;
	float: left;
	position: relative;
	zoom: 1;	
}
#news {
	float: left;
	position: relative;
	display: inline;
	width: 360px;
	
}
#calendar {
	float: left;
	position: relative;
	display: inline;
	
	
}
#bg-bottom {
	margin-top: -1px;
	float: left;
}
#featured {
	width: 190px;
	display: inline;
	position: relative;	
	
}
/*[ CONTENT -> SIDEBAR ]*/
#content #sidebar {
	width: 177px;
	margin: 130px 0 0 0;
	padding: 0;
	float: left;
}
#content img.button {
	margin: 0 0 10px 10px;
}
#content #sidebar table {
	margin: 2px 10px 0 10px;
	padding: 0;
}
#content #sidebar table tr td {
	margin: 10px;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	background: #9FC1E6;
	
}
#content #sidebar table tr td a {
	color: #333366;
	text-decoration: underline;
	
}
/*[ CONTENT -> CONTEXT ]*/
#content #context {
	width: 558px;
	margin: -1px 0 0 0;
	padding: 0;
	height:auto !important;
	background: #FEFAFE;
	text-align: left;
	float: left;
}
#content #context #advertisement {
	margin: 0;
	padding: 6px 0;
	text-align: center;
	background: #333366;
	overflow: hidden;
	display: block;
}
#content #context #advertisement img.ad {
	border: 1px solid #cccccc;
}
#content #context #advertisement p {
	width: 100%;
	margin: 0 0 2px 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	color: #CECECE;
}
#content #context img.title {
	margin: 16px 0 0 0;
	padding: 0;
}
#content #context h1 {
	width: 511px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0E0E0E;
	text-align: left;
}
#content #context p {	
	margin-left: 10px;
	margin-right: auto;
	background: transparent;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0E0A0E;
	text-align: left;
	line-height: 15px;
	padding-right: 10px;
}
#content #context p.link {
	margin-top: 30px;
	text-align: center;
	font-size: 10px;
}
#content #context p.link a {
	color: #333366;
	text-decoration: underline;
}
/* ==[ FOOTER STYLES ]== */
div#footer {
	width: 625px;
	height: 57px;
	margin: 0 0 0 10px;
	padding: 0 0 0 105px;
	background: url(../images/franklin_logo.jpg) no-repeat left;
}
#footer p {
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333366;
	text-align: left;
}
#footer p a {
	color: #333366;
	text-decoration: underline;
}
/* IE HEIGHT */
*html {
	height: 1%;
}
