*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family:	tahoma, arial, helvetica, serif;
	color: #00386c;
}
.clear{
	clear: both;
}
.book_title{
	font-family: tahoma, arial, helvetica, serif;
	font-size: 11px;
	font-style: italic;
}
.advertisement .image_ad a img{
	border: none;
}
/*-------Top Background-------*/
#top_bar{
	background: url(../images/clouds.jpg) top left no-repeat;
}
/*----------Banner--------------*/
#banner{
	width: 980px;
	margin:0 auto;
}
/*-----Navigation Stuff---------*/
#navigation_holder{
	width: 870px;
	margin: -2px auto;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	display: block;
	color: #01386e;
	text-decoration: none;
}
#nav a:hover {
	font-weight: bold;
	text-align: center;
	display: block;
	color: #01386e;
	text-decoration: none;
}
#nav li { /* all list items */
	z-index: 2;
	background-image: url(../images/button_alt.jpg);
	float: left;
	width: 90px; /* width needed or else Opera goes nuts */
	height: 35px;
}
#nav li.new { /* all list items */
	z-index: 2;
	background-image: url(../images/button_new.jpg);
	float: left;
	width: 90px; /* width needed or else Opera goes nuts */
	height: 35px;
}
#nav li a{
	padding-top: 4px;
}
#nav li ul li.new{
	z-index: 5;
	background: #ff8638;
	width: 140px;
	height: 25px;
	border-bottom: 1px solid #01386e;
	border-left: 1px solid #01386e;
	border-right: 1px solid #01386e;
	background-image: none;
}
#nav li ul li{
	z-index: 5;
	background: #ffffff;
	width: 140px;
	height: 25px;
	border-bottom: 1px solid #01386e;
	border-left: 1px solid #01386e;
	border-right: 1px solid #01386e;
	background-image: none;
}
#nav li ul li:hover{
	background: #01386e;
	width: 140px;
}
#nav li ul li ul li{
	width: 200px;
	height: 25px;
	border-bottom: 1px solid #01386e;
	border-left: 1px solid #01386e;
	border-right: 1px solid #01386e;
	background-image: none;
	background-color: #ffffff;
}
#nav li ul li ul li:hover{
	background: #01386e;
	width: 200px;
}
#nav li ul li a{
	padding-top: 5px;
}
#nav li ul li a:hover{
	text-decoration: underline;
	color: #ffffff;
}

#nav li ul { /* second-level lists */
	margin-top: 7px;
	position: absolute;
	background: #ffffff;
	width: 130px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 -1000em;
	z-index:9999
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	margin-left: -1000em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 0;
}
#nav li li:hover ul, #nav li li.sfhover ul {
	margin-left: 130px;
}

#content {
	clear: left;
	color: #ccc;
}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul { margin-left: 0; }
#nav li li a:focus + ul { margin-left: 1010em; }
#nav li li a:focus { margin-left:1000em; width:10em; background: #ffffff; }
#nav li li li a:focus {margin-left: 2010em; width: 10em; background: #ffffff; }
#nav li:hover a:focus, #nav li.sfhover a.sffocus { margin-left: 0; }
#nav li li:hover a:focus + ul, #nav li li.sfhover a.sffocus + ul { margin-left: 10em; }
/*-------------wrapper--------------*/
#wrapper{
	width: 980px;
	margin: 0 auto;
}
/*-----Book Preview Page---------*/
.book_preview{
	margin-left: 60px;
	border: 1px solid #01386e;
	width: 800px;
	height: 700px;
}
/*--------------Home Page------------*/
#home{
	line-height: 1.5;
}
#home #wrapper .left{
	width: 260px;
	float: left;
	margin-left: 60px;
}
#home #wrapper .right{
	float: right;
}
#home #wrapper .right_side{
	margin-top: 20px;
	text-align: center;
	margin-left: 25px;
	float: left;
	width: 500px;
} 
#home #wrapper .right_side p{
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#home #wrapper .right_side #badges{
	margin: 0 auto;
	width: 250px;
}
#home #wrapper .right .status{
	margin-bottom: -20px;
	margin-left: 30px;
	font-size: 13px;
	font-weight: bold;
	z-index: 5;
}
#home #wrapper .center{
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	width: 260px;
}
#home #wrapper .left .button{
	float: right;
	margin-right: 5px;
	margin-top: 0px;
}
#home #wrapper .left #badges{
	margin-top: 20px;
}
#home #wrapper .left .home_book_cover{
	float: left;
	padding-top: 160px;
	width: 255px;
	height: 220px;
	max-height: 370px;
	margin-bottom: 0px;
	background: url(../images/home/bookCover_alt.jpg) top center no-repeat;
}
.home_book_cover .awards{
	margin-left:10px;
	
}
.book_of_year{
	margin-top: 0px;
	float: left;
	margin-bottom: 16px;
	text-align: center;
	font-size: 10px;
}
.book_of_year a{
	margin-bottom: 5px;
	text-decoration: none;
}
.book_of_year a img{
	border: none;
}
#home #wrapper .left .home_book_cover a img{
	border: none;
}
#badges ul{
	width: 280px;
	margin-left: -10px;
	margin-top: 20px;
}
#badges ul li{
	margin: 0px;
	display: inline;
}
#badges ul li a img{
	border: none;	
}
#home #wrapper .center h4{
	margin: 0px 10px;
	width: 225px;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	color: #00386c;
}
#home #wrapper .center .decoration{
	margin-left: 30px;
}
#home #wrapper .center .description{
	font-size: 11px;
	width: 250px;
	text-align: left;
	color: #00386c;
}
#home #wrapper .center .description:first-letter{
	font-size: 20px;
	
}
#home #wrapper .center .atlas{
	margin-top: 30px;
}
#home_blog{
	padding-top: 40px;
	margin-right: 120px;
	margin-top: 10px;
	width: 255px;
	background: url(../images/home/small_blog_bg.jpg) top left no-repeat;
}
#home_blog .blog_entry{
	margin-left: 27px;
	margin-bottom: 5px;
	width: 203px;
	height: 71px;
	background: url(../images/home/blog_entry.jpg) top left no-repeat;
}
#home_blog .blog_entry .image{
	margin-top: 5px;
	margin-left: 10px;
	width: 52px;
	height: 52px;
	float: left;
}
#home_blog .blog_entry .image a img{
	border: 1px solid #ff8638;
}
#home_blog .blog_entry .image a:hover img{
	border: 1px solid #00386c;
}
#home_blog .blog_entry .summary{
	margin-top: 5px;
	width: 120px;
	float: left;
	margin-left: 5px;
}
#home_blog .blog_entry .summary h3{
	font-size: 12px;
}
#home_blog .blog_entry .home_date{
	margin-left: 12px;
	margin-top: 0px;
	float: left;
}
#home_blog .blog_entry .home_date p{
	font-size: 10px;
}
#home_blog .blog_entry .buttons{
	float: right;
	margin-right: 3px;
	margin-top: -4px;
}
#home_calendar{
	width: 255px;
	margin-right: 120px;
	margin-top: 0px;
}
#home_calendar h3 a{
	text-decoration: none;
	margin: 10px 0px 3px 0px;
	float: right;
	color: #00386c;
}
#home_calendar h3 a:hover{
	text-decoration: underline;
	margin: 10px 0px 3px 0px;
	float: right;
	color: #00386c;
}

#map_links{
	width: 255px;
	margin: 0;
}
#map_links ul li{
	display: inline;
	margin-left: 40px;
}
#map_links a{
	font-size: 10px;
	color: #006493;
	font-family: tahoma, arial, helvetica, serif;	
}
	/*---email input form---*/
.email_input{
	margin-right: 120px;
	width: 252px;
	height: 70px;
	background: url(../images/home/inputBox.jpg) top left no-repeat;
}
.email_input .status a{
	color: #00386c;
	font-size: 14px;
	text-decoration:none;
}
.email_input .status a:hover{
	color: #ff8638;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
}
.email_input .form{
	padding-top: 24px;
	padding-left: 30px;
}

.email_input .form .btns{
	float: right;
	padding-top: 3px;
	padding-right: 15px;
}
/*--------------about page-------------*/
#about_content{
	font-size: 11px;
	width: 900px;
	margin: 0 auto;
	line-height: 1.5;
}
#about_content .left .left{
	margin-top: 20px;
	float: left;
	width: 275px;
	font-size: 10px;
}
#about_content .left .left p{
	font-size: 11px;
}
#about_content .left .left h3{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#about_content .left .left .mileage{
	width: 233px;
	margin: 0 auto;
}
#about_content .left .right{
	margin-top: 30px;
	margin-left: 15px;
	float: left;
	width: 250px;
	font-size: 10px;
}
#about_content .left .right .decoration{
	width: 150px;
	margin: 10px auto;
	
}
#about_content .left .right h3{
	margin-top: 11px;
	margin-bottom: 10px;
	text-align: right;
}
#about_content .left .right .quotes p{
	font-size: 10px;
	color: #495b6c;
	font-style: italic;
}
#about_content .left .right .about_yeller p{
	font-size: 11px;
	text-align: left;
	color: #00386c;
	font-style: none;
}
#about_content .left .right .about_yeller a{
	color: #ff8638;
}
#about_content .left .right .about_yeller a:hover{
	color: #000000;
}
#about_content .left .right h5{
	margin: 10px 0px;
	text-align: right;
	color: #495b6c;
	font-style: italic;
	font-size: 10px;
}
#about_content .left .right ul li{
	margin-right: 2px;
	display: inline;
}
#about_content .left .right ul li a:hover img{
	border: 1px solid ;
	color: #00386c;
}
#about_content .left .right ul li a img{
	border: none;
}
#about_content .left{
	float: left;
	width: 569px;
	font-size: 10px;
}
#about_content .right{
	margin-top: 20px;
	font-size: 10px;
	text-align: left;
}
#about_content .right h4{
	text-align: right;
}
#about_content .right h4 a{
	color: #ff8638;
	text-decoration: none;
}
#about_content .right h4 a:hover{
	color: #000000;
	text-decoration: none;
}
#about_content .right .jim_info{
	margin-top: 10px;
}
#about_content .right .jim_info p{
	font-size: 11px;
}
#about_content .right .susan_info{
	margin-top: 30px;
}
#about_content .right .susan_info p{
	font-size: 11px;
}
#about_content .right .jim_info .image1{
	float: left;
}
#about_content .right .susan_info .image2{
	margin-left: 5px;
	float: right;
}
#about_content .right #large_order_btn{
	margin-top: 20px;
}
#about_content .right #large_order_btn a img{
	border: none;
}
#about_content .left .image{
	margin: 0 auto;
}
#about_content .right{
	float: left;
	width: 275px;
}
/*---------------Jim Bio Page---------*/
#bio_holder{
	width:550px;
	margin-left: 70px;
	float: left;
}
#bio_holder .text{
	width: 530px;
}
#bio_holder .text p{
	font-size: 11px;
	margin-bottom: 8px;
}
#bio_holder .text .JimPic{
	border: 2px solid #00386c;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 300px;
	float: left;
}
#bio_holder .text .JimName{
	float: left;
	width: 205px;
}
#bio_holder .signature{
	float: right;
	width: 80px;
	margin-right: 20px;
}
#bio_right_side{
	float: left;
	width: 250px;
}
#bio_right_side .gallery{
	width: 220px;
	margin: 10px auto;
}
#bio_right_side .gallery ul li{
	display: inline;	
}
#bio_right_side .gallery ul li a img{
	border: 1px solid #00386c;
}
#bio_right_side .gallery ul li a:hover img{
	border: 1px solid #ff8638;
}
#bio_right_side .publications h2{
	width: 100px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 2px;
}

#bio_right_side .publications #book1{
	margin-top: 5px;
	width: 100px;
	float: left;
	margin-left: 20px;
}
#bio_right_side .publications #book1 a img{
	border: 1px solid #00386c;
}
#bio_right_side .publications #book1 a:hover img{
	border: 1px solid #ff8638;
}
#bio_right_side .publications #book2 a img{
	border: 1px solid #00386c;
}
#bio_right_side .publications #book2 a:hover img{
	border: 1px solid #ff8638;
}
#bio_right_side .publications #book2{
	margin-top: 5px;
	width: 100px;
	float: left;
	margin-left: 10px;
}
#artist_statement{
	font-style: italic;
	border-top: 1px solid #00386c;
	border-bottom: 1px solid #00386c;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	text-align: justify;
	width: 220px;
	margin: 0 auto;
}
/*-------------Gallery Page----------*/
#gallery_holder{
	background: url(../images/gallery/gallery_bg.jpg) top right no-repeat;
	width: 890px;
	}
#gallery_holder ul li{
	display: inline;
	margin-right: 10px;
}
#gallery_holder ul{
	width: 700px;
	padding-top: 95px;
	padding-left: 115px;
}
#gallery_holder ul li a img{
	border: 1px solid #ffffff;
}
#gallery_holder ul li a:hover img{
	border: 1px solid #00386c;
}
/*-------------Blog Page--------------*/
#blog_container{
	padding-top: 115px;
	background: url(../images/blog/blog_bg.jpg) top center no-repeat;
	width: 648px;
	float:left;
}
#blog_container .blog_post{
	margin-left: 65px;
	margin-bottom: 10px;
	background: url(../images/blog/blog_entry_bg.jpg) top center no-repeat;
	width: 549px;
	height: 119px;
}

#blog_container .blog_post .image{
	margin-top: 10px;
	margin-left: 15px;
	float: left;
	width: 102px;
	
}
#blog_container .blog_post .image a img{
	border: 1px solid #ff8638;
}
#blog_container .blog_post .image a:hover img{
	border: 1px solid #00386c;
}
#blog_container .blog_post .summary{
	margin-left: 5px;
	width: 415px;
	float: left;
}
#blog_container .blog_post .summary h3{
	margin-bottom: 5px;
	margin-top: 3px;
	text-align: right;
}
#blog_container .blog_post .summary p{
	font-size: 12px;
}
#blog_container .blog_post .date{
	margin-left: 30px;
	font-size: 11px;
	float: left;
}
#blog_container .blog_post .buttons{
	margin-right: 5px;
	float: right;
}
#indiv_blog_container{
	margin-left: 70px;
	float: left;
	width: 550px;
}
#indiv_blog_container .blog_post .summary{
	width: 540px;
}
#indiv_blog_container .blog_post .summary p{
	margin-left: 2px;
	text-align: justify;
	font-size: 12px;
}
#indiv_blog_container .blog_post .summary h3{
	margin-bottom: 15px;
	text-align: left;
}
#indiv_blog_container .blog_post .gallery .header{
	background: url(../images/blog/gallery_header.jpg) top center no-repeat;
	width: 300px;
	height: 20px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
}
#indiv_blog_container .blog_post .gallery{
	width: 300px;
	margin-top: 10px;
	float: left;
}
#indiv_blog_container .blog_post .gallery ul{
	border: 1px inset #00386c;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;

}

#indiv_blog_container .blog_post .gallery ul li{
	display: inline;
	margin-right: 8px;
	list-style: none;
	}
#indiv_blog_container .blog_post .gallery ul li a img{
	border: 1px solid #ff8638;
}
#indiv_blog_container .blog_post .gallery ul li a:hover img{
	border: 1px solid #000000;
}
#indiv_blog_container .blog_post .date{
	font-size: 14px;
	color: #ff8638;
	margin-top: 10px;
	float: left;
}
#indiv_blog_container .blog_post .buttons{
	margin-top: 10px;
	float: right;
}
#blog_calendar{
	width: 255px;
	margin-right: 70px;
	width: 255px;
	float:right;
}
#blog_calendar p{
	text-align: center;
}
#blog_calendar p a{
	font-size: 12px;
	color: #00386c;
	text-decoration: none;
}
#blog_calendar p a:hover{
	font-size: 12px;
	color: #ff8638;
	text-decoration: none;
	font-weight: bold;
}
#blog_calendar h2{
	text-align: right;
	font-weight: normal;
	font-size: 24px;
}
#blog_press_releases{
	border-right: 1px inset #00386c;
	border-left: 1px inset #00386c;
	border-bottom: 1px inset #00386c;
	padding-bottom: 5px;
	margin-top: 10px;
	float: right;
	width: 223px;
	margin-right: 15px;
}
#blog_press_releases ul{
	margin-left: 30px;
	margin-top: 5px;
}
#blog_press_releases ul li a{
	text-decoration: none;
	color: #00386c;
}
#blog_press_releases ul li a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #ff8638;
}
#blog_press_releases .header{
	background: url(../images/blog/press_release_header.jpg) top center no-repeat;
	width: 223px;
	height: 20px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
}
#blog_press_releases .header h3 a{
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
#blog_press_releases .header h3 a:hover{
	color: #ff8638;
	font-size: 14px;
}
#blog_press_releases .press_release{
	text-align: center;
	background: url(../images/blog/press_release.jpg) top center no-repeat;
	width: 223px;
	height: 44px;
}
.blog_ad{
	margin-right: 70px;
	margin-top: 10px;
	float: right;
}
#blog_press_releases .press_release a{
	text-decoration: none;
	color: #00386c;
}
#blog_press_releases .press_release a:hover{
	text-decoration: none;
	color: #ff8638;
	font-weight: bold;
}
/*--------- On Blog Page --------*/
.blog_press_releases{
	padding-bottom: 5px;
	margin-top: 10px;
	float: right;
	width: 223px;
	margin-right: 85px;
}
.blog_press_releases ul{
	margin-left: 30px;
	margin-top: 5px;
}
.blog_press_releases ul li a{
	text-decoration: none;
	color: #00386c;
}
.blog_press_releases ul li a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #ff8638;
}
.blog_press_releases .header{
	background: url(../images/blog/press_release_header.jpg) top center no-repeat;
	width: 223px;
	height: 20px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
}
.blog_press_releases .header h3 a{
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
.blog_press_releases .header h3 a:hover{
	color: #ff8638;
	font-size: 14px;
}
.blog_press_releases .press_release{
	text-align: center;
	background: url(../images/blog/press_release.jpg) top center no-repeat;
	width: 223px;
	height: 44px;
}
.blog_press_releases .press_release a{
	text-decoration: none;
	color: #00386c;
}
.blog_press_releases .press_release a:hover{
	text-decoration: none;
	color: #ff8638;
	font-weight: bold;
}
/*-------------Byway Page--------------*/
#colorado_workshops_list{
	float: left;
	width: 250px;

}
#colorado_workshops_list .header{
	padding: 3px;
	text-align: center;
	font-size: 16px;
	background-color: #00386c;
	color: #ffffff;
	border-bottom: 1px solid #00386c;
}
#colorado_workshops_list ul{
	margin-left: 10px;
}
#colorado_workshops_list ul li{
	margin-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	text-align: center;
	border-bottom: 1px dotted #00386c;
}
.workshops_container{

	float: left;
	width: 500px;
	margin-left: 75px;
}
.workshops_container .title{
	font-size: 15px;
	float: left;
	text-align: left;
	margin-bottom: 5px;
}
.workshops_container .date{
	font-size: 12px;
	float: right;
	margin-bottom: 7px;
	text-align: right;
}
.workshops_container .workshop{
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #00386c;
}
.workshops_container .workshop h3{
	font-size: 16px;
	font-weight: bold;
}
.workshops_container .workshop .map{
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
	height: 320px;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #00386c;
}
.workshops_container .workshop .links{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 150px;
	text-align: center;
}
.workshops_container .workshop .links ul{
	margin-left: 5px;
}
.workshops_container .workshop .links .header{
	border-bottom: 1px solid #00386c;
}
.workshops_container .workshop .links ul li{
	margin-top: 5px;
	border-bottom: 1px dotted #00386c;
	padding-bottom: 5px;
	list-style: none;
}
.workshops_container .workshop .links ul li a{
	color: #00386c;
	text-decoration: none;
}
.workshops_container .workshop .links ul li a:hover{
	color: #ff8638;
	font-weight: bold;
	text-decoration: none;
}
.workshops_container .workshop .description{
	width: 470px;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
}
.workshops_container .workshop .description_short{
	width: 225px;
	text-align: justify;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
}
.workshops_container .workshop .quick_look{
	width: 223px;
	float: right;
	font-size: 12px;
	margin-top: 6px;
	border: 1px solid #00386c;
}
.workshops_container .workshop .more_info{
	float: right;
	width: 75px;
	text-align: center;
	padding: 10px;
	margin: -15px;
	background-color: #00386c;
}
.workshops_container .workshop .more_info a{
	color: #ffffff;
	text-decoration: none;
}
.workshops_container .workshop .more_info a:hover{
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
}
.quick_look .email_btn{
	float: right;
	text-align: right; 
	background-color:#00386c;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.quick_look .email_btn a{
	text-decoration: none;
	color: #ffffff;
}
.quick_look .email_btn a:hover{
	text-decoration: none;
	font-style: italic;
	color: #ffffff;
}
.workshops_container .workshop .quick_look h5{
	width: 223px;
	text-align: center;
	background: url(../images/blog/press_release_header.jpg) top center no-repeat;
	font-size: 14px;
	color: #fff;
}
.workshops_container .workshop .info_box{
	height: 150px;
	margin-top: 10px;
	background-image: none;
	float: left;
	width: 465px;
}
.workshops_container .workshop .info_box .left_info{
	float: left;
	width: 223px;
	background: #ffffff;
	border: 1px solid #00386c;
}
.workshops_container .workshop .info_box .right_info{
	float: right;
	width: 223px;
	border: 1px solid #00386c;
	background: #ffffff;
}
.workshops_container .workshop .info_box p{
	text-align: center;
	margin: 5px;
	font-style: italic;
}
.workshops_container .workshop .info_box h5{
	width: 223px;
	text-align: center;
	background: url(../images/blog/press_release_header.jpg) top center no-repeat;
	margin: 0px;
	font-weight: bold;
	color: #ffffff;
}
.workshops_container .workshop .image_holder{
	float: left;
	margin-top: 10px;
	width: 470px;
}
.workshops_container .workshop .image_holder .image{
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.workshops_container .workshop .image_holder .image a img{
	border: 1px solid #00386c;
}
.workshops_container .workshop .image_holder .image a:hover img{
	border: 1px solid #cccccc;
}
.workshops_container .workshop .image_holder .header{
	text-align: center;
	margin-top: 5px;
	border-bottom: 1px solid #00386c;
}
/*-------------Byway Page--------------*/
#map_background{
	background: url(../images/byways/clouds.jpg) top center no-repeat;
	margin: 0;
}
#map_background #map{
	width: 750px;
	margin-left: 85px;
	height: 615px;
}
#byways_lower_nav{
	width: 800px;
	margin: 20px auto;
}
#byways_lower_nav .list{
	width: 150px;
	float: left;
	margin-right: 10px;
}
#byways_lower_nav .list h5{
	width: 150px;
	border-bottom: 1px solid #ff8638;
	font-size: 14px;
}
#byways_lower_nav .list ul{
	margin-left: 15px;

}
#byways_lower_nav .list ul li{
	list-style-type: circle;
}
#byways_lower_nav .list ul li a{
	color: #00386c;
	text-decoration: none;
	font-size: 12px;
}
#byways_lower_nav .list ul li a:hover{
	text-decoration: none;
	color: #ff8638;
	font-weight: bold;
	font-size: 12px;
}
/*-------------Individual Byway Page--------------*/
#indiv_byway_container{
	width: 850px;
	margin-left: 40px;
}
#indiv_byway_container .byway{
	
}
#indiv_byway_container .byway .map{
	float: left;
}
#indiv_byway_container .byway .map a img{
	border: 2px solid #00386c;
	
}
#indiv_byway_container .byway .map a:hover img{
	border: 2px solid #ff8638;
	
}
#indiv_byway_container .byway .right_content{
	width: 330px;
	float:right;
}
#indiv_byway_container .byway .images{
	margin-top: 25px;
	float:left;
	margin-left: 15px;
}
#indiv_byway_container .byway .images ul li{
	margin-bottom: 15px;
	list-style:none;
}
#indiv_byway_container .byway .right_content .text{

}
#indiv_byway_container .byway .right_content .text h3{
	text-align: center;
	margin-bottom: 15px;
}
#indiv_byway_container .byway .right_content .text p{
	text-align: justify;
}
#indiv_byway_container .byway .right_content .decoration{
	width: 150px;
	margin: 20px auto;
}
#indiv_byway_container .byway .right_content .google_it{
	width: 150px;
	margin: 0 auto;
}
#indiv_byway_container .byway .right_content .google_it a img{
	border: none;
}
/*-------------Press page-------------*/
#press{
	background: url(../images/press/press_header.jpg) top center no-repeat;
	width: 630px;
	float: left;
	padding-top: 70px;
}
#press .press_post{
	clear: both;
	margin-bottom: 15px;
	margin-left: 100px;
	padding: 10x;
	width: 500px;
	background-color: #ffffff;
	border: 1px solid #00386c;
}
#press .press_post .summary h3{
	width: 480px;
	text-align: left;
	margin-top: 6px;
	margin-left: 10px;
}
#press .press_post .summary p{
	width: 480px;
	margin: 10px auto;
	text-align: justify;
	font-size: 10px;
}
#press .press_post .embed{
	width: 425px;
	margin: 10px auto;
}
#press .press_post .buttons{
	padding-right: 30px;
	width: 70px;
	background-color: #00386c;
	float: right;
	text-align: right;
	}
#press .press_post .buttons a{
	color: #ffffff;
	text-decoration: none;
}
#press .press_post .buttons a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#press_right{
	width: 260px;
	float: left;
	margin-left: 20px;
	
}
#press_right #press_calendar p{ 
	text-align: center;
	font-size: 12px;
	}
#press_right #press_calendar p a{ 
	text-decoration: none;
	color: #00386c;
}
#press_right press_calendar p a:hover{ 
	text-decoration: none;
	font-weight: bold;
	color: #ff8638;
}
#press_right #press_calendar{
	height: 250px;
	width: 255px;
	float:left;
}
#press_right #press_ad_holder{
	margin-top: 30px;
	width: 255px;
}
#press_right #press_ad_holder .advertisement .image_ad a img{
	border: none;
}
/*-------------Links page-------------*/
#links_containter {
	width: 834px;
	float: right;
	margin-right: 80px;
}
#links_containter .header{
	width: 834px;
	height: 86px;
}
#links_containter .header p{
	margin-left: 10px;
	font-size: 10px;
}
#links_containter .left{
	margin-top: 15px;
	width: 450px;
	float: left;
}
#links_containter .left .link .image{
	float: left;
}
#links_containter .left .link .image a img{
	padding: 3px;
	border: none;
}
#links_containter .left .link .image a:hover img{
	border-left: 2px solid #00386c;
	border-bottom: 2px solid #00386c;
}
#links_containter .left .link .text{
	width: 330px;
	margin-top: 6px;
	margin-left: 10px ;
	float: left;
	font-size: 11px;
}
#links_containter .right{
	border-left: 2px solid #00386c;
	padding-top: 20px;
	padding-left: 20px;
	width: 300px;
	float: left;
}
#links_containter .right .link .image a img{
	padding: 3px;
	border: none;
}
#links_containter .right .link .image a:hover img{
	border-left: 2px solid #00386c;
	border-bottom: 2px solid #00386c;
}
#links_containter .right .link .text{
	text-align: center;
	width: 280px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px ;
	float: left;
	font-size: 11px;
}
/*------------Comment Page-----------*/
#comment_learn{
	font-size: 13px;
	margin: 10px;
}
#close_window{
	float: right;
}
.comment_form{
	margin-left:75px;
	width: 435px;
	float: left;
}
.comment_ad{
	margin: 70px 0px 0px 70px;
	float: left;
}
.comment_form .title{
	
}

.comment_form .title h2{
	font-size: 16px;
}
.comment_form .status{
	font-size: 10px;
	margin: 5px 140px 5px 5px;
}
.comment_form dl{
	border: 3px ridge #00386c;
	padding: 10px;
	width: 410px;
}
.comment_form dl dt{
	font-size: 12px;
	margin-top: 5px;
}
.comment_form .comment_btns{
	margin-top: 5px;
	float: right;
}
/*------------Comment Section on Individual Byway Page-----------*/
#comment_container{
	background: url(../images/byways/comments.jpg) top center no-repeat;
	width: 832px;
	margin-top: 20px;
	margin-left: 10px;
}
#comment_container .learn_more{
	margin-top: 20px;
	float: right;
	width: 79px;
}
#comment_container .learn_more a img{
	border: none;
}
#comment_container .submit_comment{
	margin-left: 375px;
	width: 221px;
}
#comment_container .submit_comment a img{
	border: none;
}
#comment_container .comment_individual{
	background: url(../images/byways/comment_bg.jpg) top center no-repeat;
	width: 624px;
	height: 121px;
	margin-left: 180px;
	padding: 5px;
}
#comment_container .comment_individual .comment_title{
	margin: 10px 0px 10px 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
#comment_container .comment_individual .comment{
	width: 600px;
	margin: 0 auto;
	font-size: 11px;
	text-align: justify;
}
#comment_container .comment_individual .name{
	margin-right: 30px;
	font-size: 10px;
	text-align: right;
	font-style: italic;
}
/*------------Contact Page-----------*/
#contact{
	margin-left: 75px;
	float: left;
	width: 360px;
}
dd{
	font: 10px tahoma, arial, helvetica, serif;
	margin-right: 5px;
	padding: 5px;
	
}
input{ 
	margin-right: 20px;
}

#contact p{
	text-align: center;
	font-size: 10px;
	padding-right: 20px;
}
#contact dl dt{
	margin-top: 15px;
	margin-bottom: 4px;
}
#contact dl dt{
	font: 14px tahoma, arial, helvetica, serif;
	
}
#contact .buttons{
	float: right;
}
#contact .security_image{
	width: 175px;
	height: 45px;
	float: left;
	margin-left: 5px;
}
#contact .enter_code{
	font-size: 10px;
	width: 175px;
	height: 45px;
	float: left;
	margin-left: 5px;
}
#contact_right{
	float: right;
	width: 400px;
	margin-right: 123px;
}
#contact_right #google_logo{
	float: right;
}
#contact_right #google_logo a img{
	border: none;
}
#contact_right #map{
	float: right;
	border: 1px solid #00386c;
}
.info_box{
	float:left;
	background: url(../images/contact/info_bg.jpg) top center no-repeat;
	width: 200px;
	height: 105px;
}
.info_box h4{
	margin-top: 2px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.info_box p{
	margin-left: 15px;
	margin-top: 25px;
	text-align: left;
	font-size: 12px;
}
#fitz_info{
	margin:0 auto;
	width: 256px;
}
#fitz_info .top{
	background: url(../images/contact/fitz_info_box_top.jpg) top center no-repeat;
	width: 256px;
	height: 72px;
	text-align: center;

}
#fitz_info .top h4{
	color: #ffffff;
	font-size: 14px;
}
#fitz_info .top h3{
	margin-top: 7px;
	font-size: 16px;
	font-weight: bold;
	
}
.info_area{
	background: url(../images/contact/fitz_info_box.jpg) top center no-repeat;
	width: 256px;
	height: 58px;
}
.info_area h5{
	margin-right: 4px;
	text-align: right;
	
}
.info_area h5 a{
	
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}
.info_area h5 a:hover{
	
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
}
.info_area p{
	margin-top: -9px;
	margin-left: 10px;
	font-size: 12px;
}
/*------------Footer---------------*/
#footer{
	text-align: center;
}
#lower_nav{
	margin-left: -60px;
}
#lower_nav ul li{
	display: inline;
}
#lower_nav ul li a{
	padding-left: 10px;
	padding-right: 15px;
	border-right: 1px solid #006493;
	font-family:"Times New Roman", Times, serif;	
	font-size: 10px;
	text-decoration: none;
	color: #00386c;
}
#lower_nav ul li a:hover{
	text-decoration: underline;
	color: #006493;
}
#copyright{
	margin-top: 2px;
}
#copyright p a{
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;	
	font-size: 10px;
	font-style: italic;
	color: #00386c;
}
#madeBy p{
	font-size: 10px;
	margin-top: 2px;
}
#madeBy p a{
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;	
	font-size: 10px;
	font-style: none;
	color: #00386c;
}
#madeBy p a:hover{
	text-decoration: underline;
	font-family:"Times New Roman", Times, serif;	
	font-size: 10px;
	font-style: bold;
	color: #00386c;
}

#long_copyright{
	text-align: center;
	font-family:"Times New Roman", Times, serif;	
	font-size: 12px;
	font-style: italic;
	color: #00386c;
	
}
/*------------Site Map---------------*/
#site_map{
	margin-left: 140px;
}
#site_map a{
	color:#00386c;
	text-decoration: none;
}
#site_map a:hover{
	font-weight: bold;
	color: #ff8638;
}
#site_map .left{
	float: left;
	width: 200px;
}
#site_map .left ul li{
	list-style: none;
}
#site_map .left ul li ul{
	padding: 5px;
	margin-left: 15px;
}
#site_map .left ul li ul li{
	list-style: circle;
}
#site_map .left ul li ul li ul{
	border: none;
	margin-left: 15px;
}
#site_map .left ul li ul li ul li{
	list-style: disc;
}
#site_map .right ul li ul{
	margin-left: 15px;
}
#site_map .right ul li ul li{
	list-style: circle;
}
#site_map .right ul li ul li ul{
	margin-left: 15px;
}
#site_map .right ul li ul li ul li{
	list-style: disc;
}
#site_map .right{
	float: right;
	width: 300px;
	float: left;
}
#site_map .right ul li{
	list-style: none;
	
}