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

@media screen,projection {
*{
/* Block all browser default margins and padding */
  margin:0;
  padding:0;

  /* Temporary borders */
/*  border:dashed 1px #eee; */

}

html {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000;
	min-height: 574px;
	margin-bottom: 10px;
 }

body {

	margin: auto;
	position:relative;
	width: 100%;
}

#brandingbar{
	background: #fff url(images/divider_2.gif) repeat-x left bottom;
	height: 110px;
	top: 0px;
	width: 100%;
	text-align:center;
	position: absolute;
	padding-top: 5px;
	border-bottom: solid 1px #444;
}

#branding{
  margin: 0px auto;
  width: 860px;
  text-align:center;
	position: relative;
height: 110px;
}

.imgright{
padding-right: 8px;
vertical-align: middle;
text-align: right;
margin-bottom: 55px;
}

.logospacer{
padding-right: 200px;
vertical-align: middle;
margin-bottom: 55px;

}

#nav{ /*nav bar wrapper */
	height: 30px;
	position: relative;
	width: 861px;
}

ul#nav {
 background:#000066 url(images/nav_bg.gif) repeat-x top left;
	position: absolute;
	top: -50px; /*this is to move it up */
	list-style-type:none;
	z-index:100;
	height: 30px;
	left: 19px;
  /* border:1px solid #fff;
 border-bottom:1px solid #fff;*/
 }

/* Level 1 Nav */
 ul#nav li {
   list-style-type:none;
	background:none;
	float:left;
	font-size:12.5px;
 	margin:0;
    z-index:100;
	}

  ul#nav li a {
	background:#033A72 url(images/nav_bg.gif) repeat-x top left;
	border-right:1px solid #fff;
	color:#fff;
	float:left;
	padding:0 20px;
	line-height:30px;
	height: 30px; 
	 text-decoration:none;
	 z-index:100;
	 
}


/* Level 2 (Dropdown) Nav */
  ul#nav li ul {
  text-align:left;
	background:#fff url(images/dropdown_bg.gif) repeat-x top left;
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;	
	clear:left;
	cursor:pointer;	
	display:none;
	margin-left:-1px;	
	position:absolute;	
	top: 30px;
	z-index:100;
color:#000;  
}

 ul#nav li em a {
	color:#000; 
	font-style:normal; 
}

 d ul#nav li em a:hover { color:#444; }

  ul#nav li .seperator { 
	border-bottom:1px solid #90adc5; 
	margin-bottom:1px;
	padding-bottom:1px; 
}

 ul#nav li:hover ul { display:block; }

 ul#nav li ul li {
	clear:left;
	cursor:pointer;
	font-size:0.846em;
	font-weight:bold;
	padding:0;	
}

 ul#nav li {
	border-left:none;
	margin-left:0;
}

 ul#nav li a .first { background:url(images/left_nav_corner.gif) no-repeat left ; }
 ul#nav li a .last { background:url(images/right_nav_corner.gif) no-repeat right; }
 
 ul#nav li ul li img { margin-left:7px; }
 
 ul#nav li a:hover,  ul#nav :hover > a {
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	background:#000;
}

 ul#nav li ul li a,  ul#nav li ul a:hover {
	color:#000; 
	background:#fff;
	border:none;
	line-height:normal;
	height:auto;
	min-width: 120px;	
	padding:7px 15px;
	
}

 ul#nav li ul li a:hover { background:#eee url(images/pointer.gif) no-repeat 6px 8px; }
 ul#nav li ul li a:link { min-width:120px;   }
 ul#nav li ul li a.first { padding-top:10px; }
 ul#nav li ul li a.last { padding-bottom:10px; }

 ul#nav li ul li a:hover  {
	cursor:pointer;
	color:#f00;
	text-decoration:none;
	min-width: 120px;
	background:#eee;
}

 ul#nav li ul :hover > a { background:#ffe;  }
 ul#nav .extrapad { padding:7px 15px; }


/* end of navigation */


#wrapper{ /* used only for the leftmenu, content and the footer */
	border-top: 5px solid #fff;
		background: #19194d url(images/prdpgbg.jpg) repeat-x left bottom;
		position:relative;
	top: 115px;
	width: 100%;
	text-align: center;
 }

#menucontentwrap{
	/*border:dashed 1px #f00;*/
	width: 900px;
	margin: 0 auto;
	background:none;
 	text-align:center;

 }

#leftmenu{
	color:#fff; 
	text-align: right;
	width: 165px;
	position:relative;
	float: left;
	left: 0px;
	top: 44px;
}

#leftmenu a{
	font-weight:600;
	color:#fff; 
	font-size: 1.5em;
	line-height: 2em;
 }


#leftmenu a:link{
	color:#fff; 
	text-decoration:none;
}

#leftmenu a:visited{
	color:#eaeaea;
	text-decoration:none;
}
#leftmenu a:hover{
	color:#f00; 
	text-decoration:underline;
}

#content{
	background-color: #fff;
	float: right;
	width: 710px;
	min-height: 415px;
	padding-top: 10px;
	border-bottom: solid 1px  #aaa;
	font-size: 1.15em;
	padding-bottom: 10px;
	}

#content img{
padding: 20px;
}
#content p {
font-size: 1.15em;
color:#555; 
padding-left: 15px;
padding-right: 15px;
}

#content ol {
font-size: 1em;
color:#555; 
margin-left: 25px;
margin-right: 15px;
text-align:left;
}

#content li {
font-size: 1em;
color:#555; 
margin-left: 25px;
margin-right: 15px;
text-align:left;
}

#content a:link{
color:#000; text-decoration:none;
}
#content a:visited{
color:#006; text-decoration:none;
}
#content a:hover{
color:#f00; 
text-decoration:underline;
}

.largetitle {
font-family: Trebuchet ms, Helvetica, Arial, Verdana;
font-size: 20px;
font-weight:700;
color:#008; 
}

.mediumtitle {
font-size: 1.25em;
color:#009; 
}


.lighttext {
color: #aaa;
}

.smalltext {
margin-left: 22px;
font-size: .8em;
font-family: verdana;
color:#666;
text-transform:uppercase; 
text-align:center;
}
 
#content1 {
text-align:center;
width: 90%;
margin-left:25px;
}

ul#content1 li  {
list-style:none;
float: left;
 }

 ul#content1 li a {
text-decoration:none;
		
	 }

#content1 a {
 padding-left: 2px;
 padding-right: 7px;
 border-right: 1px solid #ccc;
	}
 
 
#footer {
	text-align:center;
	position:relative;
	font-size:11px;
	background-color: #fff;
	height: 33px;
	clear: both;
 margin-left: 170px; 	}

#footer a:link{
color:#000000; text-decoration:none;
}
#footer a:visited{
color:#006; text-decoration:none;
}
#footer a:hover{
color:#f00; 
text-decoration:underline;
}


#footer ul {
padding-top: 10px;
width: 790px;
background-color:#FFF;
margin: 0 auto; /* center the footer may need to decrease this if more is added */
	list-style:none; }
	#footer li {
		float: left;
		list-style: none;
	}

	#footer .footer_item {

		background-color:#FFF;
	}
	#footer .footer_moveupitem {
	margin-top: -10px;
		background-color:#FFF;
	}

#footer a {
		color: #666;
		margin-right: 10px;
		padding-right: 10px;
		border-right: 1px solid #ccc;
	}

	#footer p {
		text-align: center;
		color: #999;
	}	
	
/* trim down below here to printing only dont TOUCH the next two items */
/* Level 1 Nav */
 ul#footer1 li {
   list-style-type:none;
 list-style:none;
	background-color: #FFF;
	float:left;
	font-size:11px;
 	z-index:100;
 margin-top: -10px;
  clear: right;
 }

  ul#footer1 li a {
	background-color:#fff;
	border-right:1px solid #aaa;
	color:#666;
	float:left;
 	clear: right;
	text-decoration:none;
	z-index:100;
	 
}


/* Level 2 (Dropdown) Nav */
  ul#footer1 li ul {
  text-align:center;
	background:#fff;
	border:1px solid #aaa;
	height: 110px;
	cursor:pointer;	
	clear: both;
	display:none;
	float:left;
	width: 433px;
	position:absolute;	
	bottom: -1px;
	margin-top: -90px;
	z-index:100;
color:#000;  
}

 ul#footer1 li:hover ul { display:block; position:relative;	 padding-left: 15px;}

 ul#footer1 li ul li {
	cursor:pointer;
	font-size:1em;
	font-weight:normal;
	float:left;
 	position:relative;
	margin-top: 2px;
	padding-right: 0px;
}

 ul#footer1 li {
}

 ul#footer1 li ul li img { padding-left: 8px;  }
 
 ul#footer1 li a:hover,  ul#footer1 :hover > a {
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}

 ul#footer1 li ul li a{
	background:#fff;
	float:left;	
	border: solid 1px #aaa;
	
}
 ul#footer1 li ul li a:link {    }
 ul#footer1 li ul li a:hover  {
	cursor:pointer;
	color:#f00;
	text-decoration:none;
	background:#fff;
	/*margin-top: 10px;*/
    float: left;	
	border: solid 1px #f00;
}
 ul#footer1 li ul :hover > a { background:#fff;}
 
 /* ///***** used in the combo_offers.php page *****/
 
 #footerlower {
	text-align:center;
	position:relative;
	font-size:11px;
	background-color: #fff;
	height: 40px;
	clear: both;
	margin-top: 100px;
	border-top: #00008e solid 2px;
 	}

#footerlower a:link{
color:#000000; text-decoration:none;
}
#footerlower a:visited{
color:#006; text-decoration:none;
}
#footerlower a:hover{
color:#f00; 
text-decoration:underline;
}


#footerlower ul {
padding-top: 10px;
width: 700px;
background-color:#FFF;
margin: 0 auto; /* center the footer may need to decrease this if more is added */
	list-style:none; }
	#footerlower li {
		float: left;
		list-style: none;
	}

	#footerlower .footer_item {

		background-color:#FFF;
	}
	#footerlower .footer_moveupitem {
	margin-top: -10px;
		background-color:#FFF;
	}

#footerlower a {
		color: #666;
		margin-right: 10px;
		padding-right: 10px;
		border-right: 1px solid #ccc;
	}

	#footerlower p {
		text-align: center;
		color: #999;
	}
 
#featpackprevnextlinks{
position: absolute;
top: 970px;
left: 0px;
height: 16px;
width: 100%;
 
text-align: center;
display: block;
}

#fplinkwrapper{
text-align: center;
position: relative;
width: 852px;
margin-left: auto;
margin-right: auto;
height: 16px;
 
display: block;
}

#fplink1{
float: left;
cursor: pointer;
display: block;
margin-left: 3px;
width: 98px;
height: 16px;
 
background: url(images/spacer.gif) repeat top left;
}
a#fplink1:hover{
border: solid 1px #f00;
}
a#fplink2:hover{
border: solid 1px #ff0;
}
a#fplink3:hover{
border: solid 1px #0f0;
}
a#fplink4:hover{
border: solid 1px #0ff;
}
#fplink2{ background: url(images/spacer.gif) repeat top left;
float: left;
cursor: pointer;
display: block;
width: 67px;
margin-left: 3px;
height: 16px;
}
#fplink3{ background: url(images/spacer.gif) repeat top left;
float: left;
cursor: pointer;
display: block;
width: 60px;
margin-left: 3px;
height: 16px;
}
#fplink4{ background: url(images/spacer.gif) repeat top left;
float: left;
cursor: pointer;
display: block;
width: 71px;
margin-left: 3px;
height: 16px;
}

.alt {
display: none;
}
#feat_html{
display: none;
height: 0px;
}
 
}
/* for printing only */
@media print {
	#footer {display: none;	}
	#nav	{display: none;	}
	#leftmenu { display: none;}
}

