/* Overall
**************************************************************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #F0EEDE;
	
}


/* Layout
**************************************************************************************/
#wrap {
	width: 960px;
	background-color: #faf9ef;
	margin: 0 auto;
	border-left: #d6d3b9 1px solid;
	border-right: #d6d3b9 1px solid;
}

#wrap.small {
	width: 780px;
	background-color: #faf9ef;
	margin: 0 auto;
	border-left: #d6d3b9 1px solid;
	border-right: #d6d3b9 1px solid;
}


/* Header
**************************************************************************************/
#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	height: 140px;
	width: 960px;
}
#header.small {
	width: 780px;
}
/*#header img {
	float: left;
	margin: 0 0 0 0;
}*/
#header h1 {
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	background: url(../images/logo.gif) no-repeat top left;
	font-weight:bold;
	padding: 50px 0pt 70px 360px;
	letter-spacing: -2px;
	font-size: 27px;
	color:#fff;
	margin: 0;
}
#header h1 span.small{
	padding: 22px 0 0 5px;
	font-size: 12px;
	letter-spacing: -1px;
	color:#fff;
	margin: 0;
}

#header h1 span{
	margin: 30px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	color:#999;
}
#header h2{ margin: 24px 10px 0 0; float:right;}

#header ul li {
	float: left;
}
.icon {
	margin: 14px 0 0 10px;
}
.tagline {
	margin: 22px 5px 0 0;
	font-family: Georgia, sans-serif, Arial, Helvetica;
	font-size: 28px;
	color:#336699;
}
.location {
	margin: 30px 0 0 0;
	font-family: Georgia, sans-serif, Arial, Helvetica;
	font-size: 20px;
	color:#666;
}



#content { width: 955px; clear:both;}
#content.small { width: 780px; clear:both;}
#cols {clear:both;}
#widget {
	float: left;
	
	width: 348px;
}
#innerwrap {
	float: left;
}

#content a#size{
	display: block;
	float: right;
	margin: 4px 14px 0 0;
	font-size: 10px;
	color: #666;
	padding: 4px 26px 4px 0;
}
#content a.wide{
	background: url(../images/screen_wide.gif) no-repeat right;
}
#content a.wide:hover{
	background: url(../images/screen_narrow.gif) no-repeat right;
}
#content a.narrow{
	background: url(../images/screen_narrow.gif) no-repeat right;
}
#content a.narrow:hover{
	background: url(../images/screen_wide.gif) no-repeat right;
}

/* Steps
**************************************************************************************/
#content ul.steps li {
	font-family: "Trebuchet-MS", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: left;
	height: 28px;
	margin: 10px 0 10px 10px;
	padding: 3px 0 0 30px;
	font-size: 16px;
	color:#666666;
}
.one {
	background: url(../images/step1.gif) no-repeat top left;
	width: 130px;
}
.two {
	background: url(../images/step2.gif) no-repeat top left;
	width: 125px;
}
.three {
	background: url(../images/step3.gif) no-repeat top left;
}


/* Categories
**************************************************************************************/
#categories {
	margin: 0 0 0 10px;
	float: left;
	width: 172px;
	
}
#categories ul li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color:#666;
	width: 150px;
	padding: 6px 2px 6px 8px;
	/* background:url(../images/category_box_bg.gif) right repeat-y #F7F7F7; */
}

#categories ul li a:hover {
	background-color: #F4F2E3;
	/* background:url(../images/category_arrow.gif) left no-repeat; */
}

#categories ul li a.active {
	color:#FFF;
	background-color: #ebb000;
	/* background:url(../images/category_arrow.gif) left no-repeat; */
}
#search {
	width: 150px;
	color:#666;
	margin: 0 0 0 9px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#search a:hover {
	background-color: #F3F9EA;
	/* background:url(../images/category_arrow.gif) left no-repeat; */
}
#search a.active {
	color:#FFF;
	background-color: #009900;
	/* background:url(../images/category_arrow.gif) left no-repeat; */
}
#search input {
	margin: 6px 0 0 4px;
	padding: 1px;
	background-color: #FFF;
	color:#ebb000;
	font-weight:bold;
	width: 76px;
	font-size:12px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}
#search input.active {
	border: 2px solid #009900;
}


/* Items
**************************************************************************************/
#items{
	float: left;
	width: 140px;
	
}
#items strong {color: #171546;}

#items ul li.offset {
	background-color: #F3F3FF;
}
#items ul li {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
#items ul li a {
	padding: 4px;
	display: block;
	font-size: 11px;
	color:#333;
}
#items ul li a.empty, #items ul li a.empty strong {
	color: #999;
}
#items ul li a span {
	color: #999;
}
#items ul li a:hover, #items ul li a:hover strong{
	background-color: #F4F2E3;
}

#items ul li a.active, #items ul li a.active strong, #items ul li a.active:hover strong {
	color: #fff;
	background-color: #171546;
}
#items ul li a#selected { color: #fff; background-color: #38668E; }


/* Map Col
**************************************************************************************/
#mapcol {
	margin-left: 350px;
	text-align: left;	
}

/* Map
**************************************************************************************/
#map {
	margin: 0 10px 15px 0;
	height: 300px;	 
	background-color: #ccc;
	border: 1px #d6d3b9 solid;
	
	font-size: 10px;
}
#map.small {
	width: 410px;
}

#map.normal {
	width: 590px;
}

#map_items {
	height: 130px;
	width: 210px;
	overflow: auto;
}

/* Locations
**************************************************************************************/
#locations {
	margin: 0;
	
}

#locations h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #d6d3b9;
	background-color: #f4f2e3;
}

#locations h1 span.light {
	color: #c0bc98;
	font-size: 11px;
	font-weight: normal;
	
}

#locations h1.error {
	color: #CC0000;
}

#locations h1 a {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 4px;
}
#locations h1 a:hover {
	font-size: 10px;
	text-decoration: underline;
}
#locations.small {
	width: 424px;
}

#locations ul li {
	background-image: url(../images/marker.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: 10px 10px 0 0;	
	font-size: 11px;
	color:#333333;
	float: left;
	width: 160px;
	height: 140px;
}

#locations.small ul li{
	width: 160px;
	height: 140px;
}

#locations ul li dl{ 
	float: left;
	margin: 0;
    padding: 2px;
}

#locations ul li dl dd{
  margin-left: 0;
}

#locations ul li.active dl{
  background-color: #F4F2E3;
  border-bottom-color: #D6D3B9;
  border-bottom-style: dotted;
  border-bottom-width: thin;
}

#locations ul li.empty {
	font-style: oblique;
	color: #999999;
}
#locations ul li a{
	font-size: 12px;
	color: #bf1818;
	font-weight: bold;
	text-decoration: none;
}
#locations ul li a:hover{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#locations span.empty{
	color: #A9A9A9;
}

#locations div.foot{
	clear:left;
	text-align: center;
	padding-top: 10px;
}

#locations div.foot p{
	float: left;
	margin: 20px 10px 30px 0;
	padding: 3px;
	border: #F0EEDE 1px solid;
	background-color: #FFFFCC;	
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	color: #333;
}
#locations div.foot p img{
	float: left;
}
#locations div.foot p span.text{
	float: left;
	margin: 3px 0 0 3px;
}
#logos ul li{
	width: auto;
	height: 100px;
	background-image: none;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
}

#logos ul li.text{
	padding: 35px 0 0 0;
}

#logos ul li.text span{
	font-size: 11px;
}

#page_nav a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#page_nav a:hover {
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}
#page_nav strong {
	font-size: 12px;
	color: #333;
}


input.directions{ 
	float: left;
	width: 150px;
	margin: 4px 5px 0 0;
}
input.submit{
	/* float: left; */
}

/* Misc Pages
**************************************************************************************/
#textual{padding: 10px 40px 20px 40px; min-height: 600px;}
#textual h2{color: #141346}
#textual h3{color: #A73417}
#textual a{color: #A73417}
.underline{text-decoration:underline;}
#left{float: left; width: 460px;}
#right{float: right; width: 380px;}
#dont{margin-top: 50px;}
#do{margin-top: 30px;}



/* Footer
**************************************************************************************/

#foot { 
	background-color: #F4F2E3;	
	border-top: 1px solid #D6D3B9;
	border-bottom: 1px solid #D6D3B9;
	font-size: 11px;
	margin: 0;
	height: 110px;
	width: 960px; 
	clear: left;
	color: #666;
}
#foot p {
	padding-top: 15px;
}
#foot a {
	color: #555;
	text-decoration: none;
} 
#foot img {
	float: left;
	border: 1px solid #D6D3B9;
	margin: 7px;
} 
#foot a:hover {
	text-decoration: underline;
} 
#foot.small { 
	width: 780px; 
}
#foot .spanish a{
	color: #a73417;
	font-weight: bold;
} 
