﻿/* CSS layout */
body {
	margin: 0 auto;
	background-image:url('../Images/WorldBG.jpg');
	background-repeat: repeat-x;
}

body {
	height: 100%;
}

html {
	height: 100%;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#world {
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
}

img {
	border:none;
}
#logo img {position:relative;z-index:2;height:85px;width:311px;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color:#021655;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#a0bd77;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#a0bd77;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #041857;
	font-size: 12px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*Header*/
#masthead {
	background-image:url('../Images/BG.jpg');
	background-repeat: repeat-x;
	height: 127px;
}

#top_nav {
	background-image:url('../Images/NavBG.jpg');
	background-repeat: repeat-x;
	height:67px;
	text-align:center;
}
#top_nav ul {
	padding: 20px 0 0 0;
	margin:0;
}
#top_nav ul li{
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	margin-right: 20px;
}

#top_nav ul li a{
	color:#fff;
	text-decoration:none;
	font-size: 17px;
}

#top_nav ul li a:hover{
	color:#ccc;
	text-decoration:none;
}


#logo {
	padding: 20px 0 0 0; 
	width: 401px;
	float:left;
}
#rightHeader {
	float:left;
	padding: 10px 0 0 0;
	width: 559px;
}
#banner {
	float:right;
}
#smallNav {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 7px 0 5px 0;
}
#smallNav a{
	color: #fff;
	text-decoration: none;
}
#social {
	float:right;
	padding: 0 0 7px 12px;
}
/*Body*/
#container {
	position: relative;
	width: 960px;
	overflow:visible;
	padding: 0 0 30px 0;
	/*padding-bottom: 314px;*/
}

.breadcrumb p {
	font-size: 12px;
	color:#041756;
}
.breadcrumb a {
	font-size: 12px;
	color:#041756;
	text-decoration:none;
	font-weight:normal;
}
.breadcrumb a:hover {
	text-decoration:underline;
}

#page_content {
	width: 610px;
	float:left;
	padding: 20px 15px 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#page_content_wide {
	width: 920px;
	float:left;
	padding: 20px 20px 40px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	overflow:hidden;
}

#page_content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#right_col {
	width: 330px;
	float:left;
	text-align:center;
	padding: 20px 0 0 0;
}
#right_col_home {
	width: 300px;
	float:right;
	text-align:center;
	padding: 20px 0 0 0;
}

#button {
	padding-bottom: 7px;
	width:315px;
}
#eventHolder {
	width: 610px;
}
#event {
	width:302px;
	background-image:url('../Images/EventBG.jpg');
	background-repeat: repeat-y;
	text-align:center;
	float:left;
}
#eventRight {
	width:302px;
	background-image:url('../Images/EventBG.jpg');
	background-repeat: repeat-y;
	text-align: left;
	float:right;
}

#eventRightContent {
  margin-left: 5px;
}
#news {
	width: 604px;
	background-color: #a0bd77;
	height: 60px;
	margin: 20px 0;
	padding: 4px;
	float:left;
}

#quicklinks {
	width:315px;
	background-image:url('../Images/QuickLinkBG.jpg');
	background-repeat: repeat-y;
	text-align:center;
}

.quickText {
	font-family:Arial, Helvetica, sans-serif;
	color: #021655;
	font-size: 12px;
	text-align:left;
	margin: 2px 2px 0 24px;
}
.eventText {
	font-family:Arial, Helvetica, sans-serif;
	color: #021655;
	font-size: 12px;
	text-align:left;
	margin: 2px 2px 0 24px;
	height:200px;
}

#quicklinks td {
	padding-bottom: 5px;
}

/*RSS*/
/*rss*/
.datefield {
	color: gray;
	font-size: 90%;
}
#example1 {
	height: 200px;
	width: 266px;
	padding: 4px;
}
#example1 ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}
#example1 li {
	margin-bottom: 10px;
	font: normal 12px arial, sans-serif;
}
#example1 a:visited {
	font-weight: bold;
	color: #274e75;
}
#example1 a {
	font-weight: bold;
	color: #274e75;
}
#example1 a:hover {
	color: #339933;
}

#example1 a:active {
	color: #339933;
}

/*Footer*/
#Stripe {
	background-color:#a0bd77;
	height: 4px;
}
#bottom {
	width:960px;
	margin: 0 auto;
}
#footer {
	position: relative;
	margin-top: -330px; /* negative value of footer height */
	height: 330px;
	clear:both;
	margin: 0 auto;
	background-image:url('../Images/Footer.jpg');
	background-repeat: repeat-x;
	border-bottom: 5px #a0bd77 solid;
	border-top: 5px #a0bd77 solid;
}
#footerBG {
	height:326px;
	width:960px;
	margin:0 auto;

}
#Collierville {
	float:left;
	padding: 10px 0 0 10px;
}
#ColliervilleText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	padding: 20px 0 0 20px;
	width: 300px;
	float:left;
	color: #041857;
}
#Privacy {
	padding: 20px 0 0 20px;
	width: 200px;
	float:left;
}
#Privacy a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	color: #041857;
}

#Weblink {
	float:right;
	padding:10px 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
}
#column {
	font-family:Arial, Helvetica, sans-serif !important; 
	font-size: 10px !important;
	color: #fff !important;
	width: 124px;
	padding: 16px;
	float:left;
	text-align:left;
}

#column ul {
	margin: 0;
	padding:0;
}

#column ul li {
	display:block;
	padding-bottom: 6px;
	list-style-type:none;
}

#column ul li a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

#column ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Clear Floats */
#news:after, #eventHolder:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}  

*:first-child + html #news, *:first-child + html #eventHolder { min-height: 1px; } 
/*********************************** CUSTOM ***************************************/
#interiorpic {
	float:left;
	margin: 0 15px 15px 0;
}

#ctl00_content_EventCalendarSmall1_lblIntructions {
	visibility: hidden;
}
#ctl00_content_ChangeLogin1_Label1 {
	visibility: hidden;
}
#page_content_wide .breadcrumb{
	visibility:hidden;
}
#ctl00_content_LayoutContainer1_DirectorySearchAdvancedLayout1 .quicklinkContentLeft {
	padding-top: 0px !important;
}
#column table tr td a {
    font-family:Arial,Helvetica,sans-serif !important;
    font-size: 10px;
    color: #FFFFFF;
    text-transform:lowercase;
}
#column table tr td {
    height: 20px;
}
#column table tr td a:hover {
    text-decoration:underline !important;
}

.ctl00_quicklinks_quicklinks1_mnuWebMenu_2 a{
    font-family: Verdana !important;
}
