@charset "UTF-8";
/* CSS Document */


/* The following section of this document is for the various headers used on the site, as inefficient as this method is, it works nonetheless*/
div.archive {
	min-height:600px;
	}
	
div.secure {
	background-color:#F00;
	height:50px;
	}
	
div.banner {
	background-image:url(../images/headers/MainHeader.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:334px;
	}
	
div.dobanner {
	background-image:url(../diningout/images/DiningOut-Splash.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:393px;
	}
	
div.nsobanner {
	background-image:url(../images/headers/nso.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:334px;
	}

div.capbanner {
	background-image:url(../images/headers/capheader.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	height:334px;
	}

div.albanner {
	background-image:url(../images/headers/alheader.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:204px;
	}
	
div.stbanner {
	background-image:url(../images/headers/SilverTalonsHeader.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	height:334px;
	}
	
div.stbanner2 {
	background-image:url(../images/headers/stheader2.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	height:334px;
	}

div.aasbanner {
	background-image:url(../images/headers/aasheader.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:334px;
	}
	
div.smbanner {
	background-image:url(../images/headers/header0.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:234px;
	}
	
div.smbanner1 {
	background-image:url(../images/headers/header1.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:234px;
	}
	
div.smbanner2 {
	background-image:url(../images/headers/header2.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:234px;
	}
	
div.smbanner3 {
	background-image:url(../images/headers/header3.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:234px;
	}
	
div.smbanner4 {
	background-image:url(../images/headers/header4.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:234px;
	}
	
div.smbanner5 {
	background-image:url(../images/headers/header5.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:234px;
	}
	
div.smbanner6 {
	background-image:url(../images/headers/header6.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:234px;
	}
	
div.smbanner7 {
	background-image:url(../images/headers/header7.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:234px;
	}
	
div.smbanner8 {
	background-image:url(../images/headers/header8.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:234px;
	}
	
div.smbanner9 {
	background-image:url(../images/headers/header9.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:234px;
	}
	
div.smbanner10 {
	background-image:url(../images/headers/header10.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	height:234px;
	}
/* End Header Code*/

/* Begin Footer Code */
div.footer {
	background-position:center bottom;
	background-color:#000033;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
/* End Footer Code */

/* The following code keeps the links in the header and footer the same style before and after visiting */
a.linktext:link {
	text-decoration: none; 
	font: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #FFFFFF
	}

a.linktext:visited {
	text-decoration: none; 
	color: #FFFFFF;
	font-size:20px;
	}

a.linktextblack:link {
	text-decoration: none; 
	font: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #000000
	}

a.linktextblack:visited {
	text-decoration: none; 
	color: #000000
	}
/* End Link Code */

/* The following is a lot of code to keep the initial template inline and is individually notated for future changes */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000033;
	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;
}

.twoColElsLtHdr #container {
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	font-size: 12pt;
} 
.twoColElsLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* 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. */
} 
.twoColElsLtHdr #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 */
}

.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColElsLtHdr #footer p {
	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;
}
/* End Template Code */
.twoColElsLtHdr #container tablesmall {
	font-size: 50%;
}
.twoColElsLtHdr #container table small {
	font-size: 50%;
}
.twoColElsLtHdr #container .info tr td p {
	font-size: 12pt;
}
.info20 {
	font-size: 16pt;
}
a.linktextred:link{
	color: #F00;
}
a.linktextred:visited{
	color: #F00;
}
img{
    border: none;
}

