/*Core CSS Styles for Layout*/

body{
	text-align:center;
	background-color:#000000;
	margin:3px;
	font-family:Verdana,Arial,Helvetica,Sans-serif;
}

body a:link{
	color:#D2E9FC;
	text-decoration:underline;
}

body a:visited{
	color:#D2E9FC;
	text-decoration:underline;
}

body a:hover{
	color:yellow;
	text-decoration:none;
}

.nav{
	width:156px;
}

.nav table{
	width:156px;
	border:none;
	margin-left:-2px;
	position:relative;
	
	
}

.nav td{
	width:156px;
	height:40px;
	border:3px solid red;
	text-align:center;
	background-image:url("images/linkbg.png");
	padding:0px;
}

.nav td:hover{
	border:3px solid #FA6666;
}

.store_hours {
	margin-top:10px;
	line-height:20px;
	color:#FFF;
	font-size:13px;
}

/*Set Navbar Link Properties*/

.navlink a{
	font-size:17px;
	font-family: arial,helvetica,sans-serif;
	font-weight:600;
}

.navlink a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.navlink a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.navlink a:hover{
	color:yellow;
	text-decoration:none;
	font-size:17px;
}

.navlink ul a{
	font-size:14px;
	font-family: arial,helvetica,sans-serif;
	font-weight:normal;
	z-index:100;
}

.navlink ul a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.navlink ul a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.navlink ul a:hover{
	color:yellow;
	text-decoration:underline;
	font-size:14px;
	font-family: arial,helvetica,sans-serif;
	font-weight:normal;
}

.menu_container {
	position:relative;
	z-index:100;
}

.navlink ul{
	display:none;
	list-style-image:url('images/menu_arrow.png');
	position:absolute;
	width:135px;
	background-color:#4B4B4B;
	border:2px solid red;
	left:149px;
	top:-30px;
	text-align:left;
	padding:10px;
	margin:0px;
}

.navlink li{
	font-weight:normal;
	font-size:14px;
	padding:3px 0px;
	margin-left:10px;
}

.navlink li:hover{
	background-color:#696969;
}

.navlink td:hover ul{
display:block;
}

/*End Navbar Link Properties */

.sidebar{
	margin-right:15px;
	width:156px;
	float:left;
}

.sidecontents{
	color:#FFFFFF;
	text-align:center;
	margin-top:20px;
}

.content{
	width:826px;
	float:right;
	color:#FFFFFF;
	margin-top:0px;
	text-align:justify;
}

.container{
	width:997px;
	margin-right:auto;
	margin-left:auto;
}	

.header{
	width:auto;
	height:154px;
	position:relative;
}

.maincontainer{
	width:auto;
	margin-top:0px;
}

.footer{
	width:auto;
	text-align:center;
	color:#FFFFFF;
	padding:10px;
	display:block;
	clear:both;
	margin-top:20px;
}

.space{
	width:auto;
	height:30px;
	display:block;
	clear:both;
}

hr{
	clear:both;
}

.footertext{
	width:975px;
	text-align:center;
}

.validation{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	text-align:center;
	padding-top:40px;
	color:#000;
}

.validation a:link{color:#000}
.validation a:visited{color:#000}
.validation a:hover{color:#000}

.noborder{
	border-width:0px;
}

.bannersmall{
	border-width:0px;
	margin-left:10px;
	margin-right:10px;
}




/* FOOTER */

.footer_table {
	border:1px dashed #3C3C3C;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.footer_table  td{
	width:150px;
}

.footer_table_header {
	font-size:13px;
	font-weight:bold;
}

.footer_table_header td{
	text-align:left;
	padding-top:10px;
}

a.footer_link:link,a.footer_link:visited{
	color:#FFF;
	text-decoration:none;
}

a.footer_link:hover {
	color:yellow;
}

.footer_table_content{
	font-size:10px;
}

.footer_table_content td{
	vertical-align:top;
	padding-bottom:10px;
}

.footer_indent {
	text-align:left;
	margin-top:-4px;
	padding-left:2px;
}

.footer_indent_sub {
	text-align:left;
	padding-left:2px;
}

a.footer_link_sub:link,a.footer_link_sub:visited{
	color:#A5A5A5;
	text-decoration:none;
}

a.footer_link_sub:hover {
	color:yellow;
}