/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/

/*Body and Base*/
body {
	word-wrap: break-word;
	font-size: 12px;
	font-family: Verdana;
	margin: 0;
	color: #caabe5;
	background-color: #000;
	background-image: url(/images/bgtile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a[href] {
	color: #651F97 !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}
body a {
	color: #5B1887 !important;
}
a { color: #cdb949; }
a:link {
	color: #cdb949;
}
#wrapper {
}
#header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	height: 149px;
	width: 942px;
}
#navigation {
	position: relative;
	top: 110px;
	left: 210px;
	width: 720px;
	height: 38px;
}
#wrapper {
	width: 942px;
	margin:0 auto;
	text-align:left;
}
#content-wrap {
}
#content {
	background-color: #000;
	background-image: url(/images/maintile.gif);
	background-repeat: repeat-y;
	width: 926px;
	padding-right: 8px;
	padding-left: 8px;
}
#footer {
	color:#FFFFFF;
	font-weight:bold;
	position:relative;
	text-align:center;
	top:0;
	width:942px;
	border-top-style: none;
	background-image: url(/images/bottomshadow.jpg);
	background-repeat: no-repeat;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 98px;
	padding-top: 30px;
}
#footer a {
	color: #FFFFFF !important;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content-column {
	width: 596px;
	margin: 19px;
}
#utility {
	display:inline-table;
	height:400px;
	left:0;
	position:relative;
	top:13px;
	vertical-align:top;
	width:264px;
	color: #FFF;
}
.textfields {
	width: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#signup {
	background-image: url(/images/newsletterbox.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 289px;
	margin-bottom: 19px;
}
#txt {
	background-image: url(/images/textbox.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 287px;
	float: right;
	margin-bottom: 19px;
}
#full {
	position:relative;
	top:22px;
	width:622px;
}
#slideshow {
	background-image: url(../images/slideshow-back.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	height: 244px;
	width: 401px;
	float: left;
	margin-right: 11px;
}
#home-sub-nav {
	float:right;
	height:244px;
	left:6px;
	position:relative;
	width:210px;
	z-index:60;
}
#home-sub-nav h3 {
	background-image: url(../images/h3-column-back.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 205px;
	line-height: 29px;
	color: #ECE8D2;
	padding-left: 5px;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
}
#home-sub-nav a {
	color: #0A366F;
	font-size: 13px;
	text-decoration: none;
	display: block;
	line-height: 20px;
}
#home-sub-nav a:hover {
	text-decoration: underline;}
	
#special-events {
	background-color: #1D0C29;
	width: 596px;
	border: 1px solid #352443;
	margin-top: 19px;
}
#special-events h2{
	background-color: #30104C;
	margin: 0px;
	color: #FAF89B;
	display: block;
	padding: 10px;
	font-size: 15px;
}
#special-events .box-content{
	padding: 10px !important;
}
#signup form {
	position: relative;
	width: 180px;
	top: 27px;
	left: 105px;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	text-align: right;
}

#signup form label{
	margin-top: 5px;
}

#signup form input{
	background-color:#442956;
border:1px solid #270E35;
color:#FCFAC2;
height:20px;
margin-top:5px;
padding:2px;
width:166px;
}

#signup form .submit{
	margin-top: 5px;
	background-color: #92BEA5;
	padding: 1px;
	border: 1px solid #765A99;
	color: #270E35;
	line-height: 16px;
	width:85px;
}
#head-phone {
	height: 46px;
	width: 250px;
	overflow: hidden;
	position: relative;
	left: 660px;
	top: -36px;
	font-size: 11px;
	color: #250F35;
	text-align: center;
	font-weight: normal;
}
#head-phone h3{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
	text-transform: uppercase;
}
#facebook {
	width: 596px;
}
#facebookleft {
	float: left;
	width: 292px;
}
#facebookright {
	width: 114px;
	margin-left: 480px;
}
.submit {
	height: 30px;
	width: 80px;
}
.textright {
	text-align: right;
}

