﻿body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #666666;
	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 */
	font-size: 11px;
	color: #000;
	background: #003f6d url(/predesign/bkg.jpg) repeat-x;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(/images/bkg_sideBar.gif) repeat-y left top; /* the background color will be displayed for the length of the content in the column, but no further */
	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. */
} 

.2col 
{
    background: #FFFFFF url(/images/bkg_2column.gif) repeat-y left top; /* the background color will be displayed for the length of the content in the column, but no further */
}


#header { 
	background: #DDDDDD; 
	padding: 0;
	height: 106px;
	background: url(/images/bkg_header.jpg) repeat-x left top;
	position: relative;
	width: 960px;
} 

#header img {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#searchField {
position: absolute;
top: 33px;
right: 0;
background: url(/images/searchField.gif) no-repeat right top;
width: 350px;
height: 38px;
text-align: right;
}

#searchControls {
float:right;
padding: 12px 20px 5px 0;
}

#searchField input {
float: left;
}

#topNav {
position: absolute;
top: 75px;
right: 0;
border-right: 1px solid #89badb;
z-index: 9999;
}

#topNav ul {
margin: 0;
padding: 0;
list-style: none;
float: left;
}

#topNav li {
margin: 0;
padding: 0;
list-style: none;
float: left;
}

#topNav ul a{
margin: 0;
padding: 0 26px;
text-decoration: none;
float: left;
line-height: 31px;
color: #fff;
background: url(/images/nav_spacer_03.gif) no-repeat left top;
font-weight: bold;
display: block;
}

#topNav ul a:hover{
background: url(/images/navTop_bkgHover.gif) no-repeat left top;
color: #083460;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 167px; /* 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: 0;
	margin: 0;
}
#mainContent { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 6px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 792px;
	line-height: 1.75;
	color: #555;
} 

#interior_mainContent 
{
    width: 570px;
    float: left;
    color: #555;
}

#interior_secondaryContent
{
    width: 200px;
    float: left;
    color: #336699;
	padding: 10px 0;
}

#interior_secondaryContent p {
    color: #336699;
}

p 
{
color: #666;    
}


#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#151515 url(/images/bkg_footer.gif) repeat-x left top; 
	text-align: center;
} 
#footer p {
	color: #ccc;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.column {
width: 48%;
float: left;
margin-right: 7px;
}

.homeColumns {
background: #fff;
margin-top: 6px;
}

#homeFlash5 {
display: block;
margin: 0;
padding: 0;
}

#homeSlides {
margin-bottom: 5px;
}

.homeColumns .events {
background: #fff url(/images/bg_blue_gradleft_large.gif) no-repeat left top;
}

.homeColumns ul {
margin: 0;
padding: 0 0 0 10px;
font-size: 12px;
line-height: 1.5;
}

.homeColumns li {
margin: 0;
padding: 5px 0;
}

.homeColumns ul a{
margin: 0;
padding: 0;
}

.knockout {
background: #083460 url(/images/bg_blue_gradleft_large.gif) repeat-x left top;
color: #fff;
}

.knockout p {
color: #fff;
}


.pad {
padding: 5px 12px;
}

.padLight {
padding: 0 6px;
}


h2 {
color: #386795;
margin: 0;
padding: 0 0 5px 0;
font-size: 16px;
}

.knockout h2 {
background-color: #c0d2de;
color: #386795;
margin: 0;
padding: 5px 10px;
}


h3 {
color: #790000;
margin: 4px 0 7px 0;
font-size: 13px;
}

.box1 h3, .box2 h3 {
margin: 0 0 7px 0;
}

/* SEE CSS/MENU.CSS FILE
#sideNav ul{
}*/


.column p {
margin: 0;
padding: 2px 0 7px 0;
}

.columnLeft {
width: 365px;
float: left;
margin-right: 12px;
padding-left: 6px;
}

.columnRight {
width: 406px;
float: left;
margin-right: 0px;
}

.banners {
margin: 10px 0 !important;
}

.banners p, .banners a {
margin: 0 !important; padding: 0 !important; clear: both;
line-height: 0;
}


.banners img {
display: block !important;
margin: 6px 2px !important; 
width: 161px !important;
}



.box2 {
background: #093662 url(/images/bkg_box2.gif) no-repeat left top;
width: 198px;
margin: 0;
padding: 0 0 0 0;
}

.box2, .box2 p {
color: #fff;
}

.box1 input, .box2 input {
width: 135px;
color: #666;
font-size: 12px;
margin: 0;
padding: 0;
}



.boxBtm2 {
background: url(/images/bkg_boxBtm2.gif) no-repeat left bottom;
height: 10px;
width: 198px;
margin-bottom: 20px;
clear:both;
}

.boxTop2 {
background: url(/images/bkg_boxTop2.gif) no-repeat left top;
height: 9px;
width: 198px;
margin: 0 0 0 0;
padding: 0;
line-height: 8px;
}

.box1 {
background: #c0d2de;
width: 198px;

margin: 0;
padding: 0 0 5px 0;
}

.boxBtm1 {
background: url(/images/bg_lgt_blue.gif) no-repeat left bottom;
height: 11px;
width: 198px;
margin-bottom: 12px;
clear:both;
}

.boxTop1 {
background: url(/images/bg_lgt_blue.gif) no-repeat left top;
height: 9px;
width: 198px;
margin: 0;
padding: 0;
line-height: 8px;
}

.sponsors {
clear: both;
text-align: center;
margin: 0 auto;
width: 960px;
background-color: #fff;
border-top: 1px solid #ccc;
padding: 1px 0;
}

.sponsors img {
display: inline;
padding: 0 10px
}


a:link 
{
    color: #0089cf;
}

a:visited 
{
    color: #336699;
}

a:hover 
{
    color: #800000;
}

a:active 
{
    color: #800000;
}

a:visited:hover {
    color: #800000;
}

/* membership control fixes */
#ek_avatar_label, #ek_useravatar_label, #ek_dvavatar, #ek_MapAddress_label, #ek_MapAddress, #ek_MapLatitude_label, #ek_MapLatitude, #ek_MapLongitude_label, #ek_MapLongitude
{
    visibility: hidden
}
.tabs-nav li 
{
display:none;    
}
#terms_buttons
{
    visibility:visible !important;
        display: block !important;
        position:absolute;
        top: 400px;
}

/* =ERROR MESSAGES 
/////////////////////////////////////////////////////////// */
.errorMessage {
    border:solid 1px #FFCC00; 
    padding:15px; 
    background-color:#FFFFCC; 
    color:#C60000; 
    margin:5px;
    font-size:12px;
    height:30px;
}	
