@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color:#ffffff;
	/*background-color: #177600;*/
	/*background-color:#CC9557;*/
	background-attachment: fixed;
	background-image: url(Images/Backgrounds/PageBackgrounds/Seamless_Flowers.jpg);
	background-repeat: repeat;
	background-position: center top;
}
img {
	border:none;
}
#mainContent h1 {
	margin:0;
}
.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;
}
#Container {
	width: 920px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
	background-image: url(Images/Backgrounds/Spring.png);
	background-repeat: no-repeat;
	-webkit-border-bottom-left-radius: 10px 10px;
	-moz-border-bottom-left-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-moz-border-bottom-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	/*box-shadow: 0 0 1em #ed8d11;*/
	box-shadow: 0 0 1em #ECBB12;
	-webkit-box-shadow: 0 0 1em #ECBB12;
} 
/* ----------------------------------- HEADER ----------------------------*/
#Header { 
	margin:0;
	height: 150px;
	padding: 0 10px 0 20px;  /* 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. */
}
#Header #Logo {
	float:left;
	margin:0;
	padding-top: 15px;
}
#Header #Login_Email {
	float: right;
	margin: 0;
	padding: 10px;
	color: #000;
	text-align:center;
	margin-top: 30px;
	background-color: #fff;
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	border-radius: 10px 10px;
	/*box-shadow: 0 0 1em #ed8d11;*/
	box-shadow: 0 0 1em #000000;
	-webkit-box-shadow: 0 0 1em #000000;
}
#Header #Login_Email a {
	color: #AA4828;
	font-weight: 700;
	text-decoration: none;
	padding: 10px;
}
#Header #Login_Email a:hover {
	text-decoration:underline;
}
#Header #Login_Email .Header {
	font-size: 16px;
	font-weight: bold;
}
#Header #Login_Email table {
	margin:0;
	padding:0;
}
/* -------------------------------- LEFT COLUMN ---------------------------*/
#LeftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin:0;
	text-align: center;
}

#LeftColumn img {
	padding: 15px 10px 5px 20px;
}
#LeftColumn #Jump_News {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin:0px;
	padding:0px;
}
#LeftColumn #Jump_News img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}

#LeftColumn #Jump_News #Form_Jump_News select{
	margin:0 auto 0 auto;
	padding:0;
}

/* ------------------------------- MAIN CONTENT ---------------------------*/
#mainContent {
	background-color: #FFFFFF;
	margin:0;
	float:right;
	width:760px;
	padding:0;
	min-height: 500px;
	height: auto !important;
	border-top-left-radius: 10px 10px;
}
/* --------------------- MAIN MENU --------------------------------------*/
#mainContent #Menu_Main {
	width:745px;
	height:36px;
	padding-left: 15px;
	font-size: 16px;
	text-align:center;
	-webkit-border-top-left-radius: 10px 10px;
	-moz-border-top-left-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/*First level menu****************************************/
#mainContent #Menu_Main ul {
	margin: 0px; 
	padding:0px;
}
/*First level list items******************************/
#mainContent #Menu_Main ul li {
	display:inline;
	float:left;
	height:28px;
	line-height:28px;
	list-style:none;
	margin-left:10px;
	position:relative;
	padding-top: 3px;
	padding-bottom: 3px;
	border: thin solid #333333;
	border-radius: 10px 10px;
	background-image: url(Images/Main_Menu_Background2.png);
	background-repeat: repeat-x;
}
	/*First level anchor tags************************/

#mainContent #Menu_Main li a {
	color:#A54E32;
	font-weight:700;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}
#mainContent #Menu_Main li a:hover {
	text-decoration:none;
}
/*Second level menu*****************************/
#mainContent #Menu_Main li ul {
	display:none; 
	left:0px; 
	margin:0px; 
	padding:0px; 
	position:absolute; 
	top:34px;
	z-index:100;
	margin:0;
}
#mainContent #Menu_Main li:hover ul
{
	display:block;
	width:145px;
}
/*Second level list items*******************/
#mainContent #Menu_Main li li {
		list-style:none; 
	background-image: url(Images/Main_Menu_Background2.png);
		display:list-item;
		padding-bottom:3px;
		padding-top:3px;
		margin:0;
		min-width:145px;
		height:20px;
		line-height:15px;
	}

/*Second level anchors*****************/
#mainContent #Menu_Main li li a {
	color:#A54E32;
	font-weight:700;
	text-decoration:none;
	font-size: 10px;
					}
#mainContent #Menu_Main li li a:hover {
	text-decoration:underline;
}
/* ------------------------	INDEX PAGE SEARCH / WEATHER -------------------*/
#Search-Weather {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}
#Search-Weather td {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* --------------------- INDEX PAGE BANNER AD --------------------------*/
#Trinity5k a{
	font-size: 24px;
	text-align: center;
	color: #C00;
	text-decoration: none;
}
#Trinity5k a:hover {
	text-decoration: underline;
	background-color: #D6D6D6;
}

#mainContent #BannerAd {
	z-index:200;
}
/* --------------------BLUEBIRD TABLE ----------------------------------*/
#BlueBird {
	border-bottom:solid #CCC 1px;
}
#BlueBirdTable {
	font-size: 12px;
	margin-right: 25px;
	margin-left: 25px;
}
#BlueBirdTable a {
	color: #4173B9;
	text-decoration: none;
}
#BlueBirdTable a:hover {
	color: #4173B9;
	text-decoration: underline;
}
#BlueBirdTable img {
	border:none;
}
/* -------------------- INDEX PAGE - SERVICES --------------------------*/
#Services {
	border-top:solid #CCC 1px;
	font-size:11px;
	height:190px;
	margin:0;
	padding-top:20px;
	position:relative;
	text-align:left;
	border-bottom:solid #CCC 1px;
}
#Services h2 {
	border-bottom:1px solid #CCC;
	color:#A54E32;
	font-size:14px;
	font-weight:700;
	margin:0 0 8px;
	padding-bottom:3px;
	text-align:left;
}
#Services ul {
	margin:0;
	padding:0;
}
#Services li {
	line-height:14px;
	margin-bottom:10px;
	margin-left:5px;
}
#Services a {
	color:#000;
	text-decoration:none;
}
#Services a:hover {
	color:#000;
	text-decoration:underline;
}
#Services #Phone {
	background-image: url(Images/Index_Services_Background.png);
	background-repeat: no-repeat;
	height:178px;
	left:0;
	margin-left:20px;
	overflow:hidden;
	padding:15px 20px;
	position:absolute;
	top:8px;
	width:170px;
}
#Services #Internet {
	background-image: url(Images/Index_Services_Background.png);
	background-repeat: no-repeat;
	height:178px;
	left:280px;
	overflow:hidden;
	padding:15px 20px;
	position:absolute;
	top:8px;
	width:170px;
}
#Services #CompServices {
	background-image: url(Images/Index_Services_Background.png);
	background-repeat: no-repeat;
	height:178px;
	left:545px;
	overflow:hidden;
	padding:15px 20px;
	position:absolute;
	top:8px;
	width:170px;
}
/* -------------------- INDEX PAGE - FEEDBACK --------------------*/
#mainContent #Feedback {
	float:left;
	min-height:250px;
	width:379px;
	border-right-width: thin;
	border-right-style: solid;
}
#mainContent #Feedback #FeedbackTable{
	font-size: 12px;
	color: #990000;
	font-weight:700;
	width: 370px;
	margin:0 auto 0 auto;
}
#mainContent #Feedback #FeedbackTable td {
	text-align:center;
}
#mainContent #Feedback #FeedbackTableConfirm{
	font-size: 12px;
	color: #990000;
	width: 350px;
	margin:0 auto 0 auto;
}
#mainContent #Feedback #FeedbackTableConfirm td {
	text-align:left;
}
/* ----------------- INDEX PAGE - MISC (HELPFUL LINKS ---------------*/
#mainContent #Misc {
	float:right;
	min-height:250px;
	width:379px;
	border-left-width: thin;
	border-left-style: solid;
}
#mainContent #Misc span {
	font-size:14px;
	font-weight:700;
	color:#990000;
	margin-left:15px;
}
#mainContent #Misc ul {
	font-size:11px;
}
#mainContent #Misc a {
	color: #000000;
	text-decoration: none;
}
#mainContent #Misc a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ------------------------------- FOOTER ----------------------------------*/
#Footer {
	padding: 0;
	background:#FFFFFF;
	display:block;
	margin: 0 auto;
	text-align:center;
	
	-webkit-border-bottom-left-radius: 10px 10px;
	-moz-border-bottom-left-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	
	-webkit-border-bottom-right-radius: 10px 10px;
	-moz-border-bottom-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	
}

.TableBottomBorder {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.TableRightBorder {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000;
}
.SecurityCoverageFAQ {
	font-size:35px;	
}
.SecurityCoverageFAQ a {
	color: #2A00A3;
	font-weight:bold;
	text-decoration:none;
}
.SecurityCoverageFAQ a:hover {
	color:#A50909;
	font-weight:bold;
	text-decoration:underline;
}