@charset "UTF-8";
@import url("../webfonts/Apple_Chancery/stylesheet.css");
@import url("../webfonts/Noteworthy_Light/stylesheet.css");
@import url("../webfonts/Noteworthy_Bold/stylesheet.css");
/* CSS Document */

h1 {
	font-family: "Apple Chancery";
	font-size: 40px;
	margin-top: -40px;
	padding-top: 5px;
}


h2 {
	font-family: "Apple Chancery";
	font-size: 30px;
	margin-top: -5px;
	margin-bottom: 5px;
}

h3 {
	font-family: "Noteworthy Light";
	font-size: 30px;
	text-align: left;
}

h4 {
	font-family: "Apple Chancery";
	font-size: 30px;
	margin-top: -25px;
	margin-bottom: 5px;
}


body,html {
	width: 100%;
	height: 100%;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}

.home_page_container {
	width: 1200px;
	height: 960px;
	background-color: #000;
	border: medium solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-image: url(../../woodcock_website_2017_live/images/homepage_background.jpg);
}
.navigation {
	text-align: right;
	display: block;
	height: 40px;
	width: 1200px;
	margin-bottom: -5px;
	margin-top: 5px;
}

.nav_home {
	display: none;
	height: 50px;
	width: 50px;
	text-align: left;
	float: left;
}

.nav_home ul {
	color: #FFF;
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: 50px;
	width: 50px;
	background-image:;
	position: absolute;
	z-index: 100;
}

.nav_home ul li {
	color: #FFF;
	text-align: left;
	display: block;
	height: 100px;
	width: 125px;
	background-color: #FFF;
	height: 50px;
	width: 50px;
	background-image: url(../images/menu_button.gif);
	float: left;
}

.nav_home ul li a {
	text-align: center;
	font-size: 30px;
	background-image: ;
	height: 100px;
	width: 125px;
	display: none;
	background-image: ;
	font-weight: bold;
	text-decoration: underline;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #000;
}

.nav_home ul li a:hover {
	height: 100px;
	width: 125px;
	display: block;
}

.nav_home ul li ul {
	display: none;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #000;
	text-align: center;
}



.nav_home ul li:hover ul {
	display: block;
	color: #000;
}

.nav_home ul li ul li {
	width: 100px;
	height: 100px;
	display: block;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #000;
	text-align: left;
	margin-left: 25px;
}



.nav_home ul li ul li a {
	background-color: #FFF;
	width: 150px;
	display: block;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 30px;
	color: #000;
	text-align: center;
	height: 100px;
	font-style: normal;
	font-weight: bold;
}

.nav_home ul li ul li a:hover {
	color: #F00;
	background-color: #FFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 30px;
	font-style: italic;
	display: block;
	text-align: center;
	height: 100px;
	width: 150px;
}


.menu_button_section {
	float: left;
	display: block;
	background-color: #FFF;
	height: 40px;
	width: 40px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}



.home_page_banner {
	height: 300px;
	width: 100%;
	display: block;
	font-family: "Apple Chancery";
	font-size: 80px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 75px;
}

.home_page_bottom {
	background-color: #FFF;
	display: block;
	width: 1200px;
	height: 40px;
	margin-top: 475px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}



.about_page_container {
	width: 1200px;
	height: 960px;
	background-color: #0000;
	border: medium solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
 	background-image: url(../images/about_page_background.jpg);
}

.about_page_title_area {
	height: 100px;
	width: 80%;
	display: block;
	font-family: "Apple Chancery";
	font-size: 45px;
	text-align: center;
	color: #FFFFFF;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 25px;
	line-height: 55px;
	padding-bottom: 0px;
}

.about_page_bio_info {
	height: 175px;
	width: 75%;
	display: block;
	font-family: "Noteworthy Bold";
	font-size: 18px;
	text-align: left;
	color: #172433;
	margin-top: 5px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-image: none;
	background-color: #FFF;
	text-indent: 20px;
	line-height: 20px;
	padding: 10px;
}


.about_page_photo_gallery {
	display: block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/about_page_bio_background.png);
	width: 510px;
	height: 510px;
	text-align: center;
	margin-bottom: 5px;
}

.about_page_bottom {
	height: 50px;
	width: 1200px;
	background-color: #FFF;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -70px;
	margin-bottom: 0px;
}

.image-row {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}


.image-set {
	height: 500px;
	display: block;
	border: thick solid #FFF;
	color: #333;
	width: 500px;
	padding-top: 10px;
}

.about_page_chase_logo {
	background-color: #FFF;
	height: 35px;
	width: 1200px;
	display: block;
	text-align: center;
	padding-left: 5px;
	margin-top: -35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.contact_page_container {
	width: 1200px;
	height: 960px;
	background-color: #FFF;
	border: medium solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;	
	background-image: url(../images/contact_page_background.jpg);
}


.contact_page_title_banner {
	height: 75px;
	width: 550px;
	display: block;
	font-family: "Apple Chancery";
	font-size: 75px;
	text-align: center;
	color: #FFF;
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	padding-top: 5px;
}


.contact_page_center_info {
	height: 175px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Noteworthy Bold";
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 10px;
	background-image: url(../images/contact_page_info_background.png);
	display: block;
	letter-spacing: 2px;
	padding: 5px;
	margin-top: 0px;
}



.contact_form_container {
	height: 250px;
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	text-align: center;
	color: #FFF;
	margin-top: 25px;
}

#message_here {
	background-color: #FFF;
	width: 400px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 18px;
	color: #000;
	text-align: left;
	display: block;
	border: thin solid #000;
	height: 150px;
	overflow: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

label {
	display: block;
	width: 160px;
	color: #FFF;
	background-image: url(../images/contact_page_info_background.png);
	font-family: "Noteworthy Bold";
	margin-left: 200px;
	margin-right: -125px;
	height: 40px;
	border: thin solid #FFF;
	font-size: 25px;
	float: left;
}



#button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Noteworthy Bold";
	font-size: 22px;
	border: medium solid #FF0;
	text-align: center;
	display: block;
	background-color: #FFF;
}
a:hover {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
	background-color: #FFF;
}
a:link {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 24px;
	color: #CCCCCC;
	font-weight: bold;
}
a:active {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 24px;
	color: #00F;
	background-color: #000;
}

.contact_page_email_link_bottom {
	display: block;
	height: 35px;
	width: 1200px;
	text-align: center;
	font-family: "Noteworthy Bold";
	font-size: 24px;
	color: #FFF;
	text-decoration: underline;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 5px;
}


.contact_page_bottom {
	display: block;
	height: 45px;
	width: 1200px;
	background-color: #FFF;
	margin-top: -125px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Noteworthy Bold";
	font-size: 24px;
	padding: 1px;
}

.links_page_container {
	width: 1200px;
	height: 960px;
	background-color: #FFF;
	border: medium solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;	
	
}


.links_top_section {
	width: 1200px;
	height: 270px;
	display: block;
}

.links_bottom_section {
	width: 1200px;
	height: 605px;
	display: block;	
	
}


.links_page_navigation {
	height: 40px;
	width: 773px;
	text-align: right;
	background-color: #0055BF;
	margin-top: 0px;
	display: block;
}

.links_page_navigation_button {
	text-align: left;
	display: none;
	height: 40px;
	width: 40px;
	margin-bottom: -25px;
}

.links_page_top_left_photo {
	background-image: url(../images/links_page/top_left_background_photo.gif);
	height: 272px;
	width: 410px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.links_page_top_right_photo {
	height: 272px;
	width: 773px;
	float: right;
	background-image: url(../images/links_page/top_right_background_photo.gif);
	margin-top: -275px;
}

.links_page_bottom_left_photo {
	display: block;
	height: 565px;
	width: 405px;
	background-image: url(../images/links_page/bottom_left_background_photo.gif);
	margin-left: 10px;
	float: left;
	margin-top: -5px;
}


.links_page_bottom_right_photo {
	display: block;
	height: 565px;
	width: 768px;
	background-image: url(../images/links_page/bottom_right_background_photo.gif);
	float: right;
	margin-top: -5px;
}


.links_center_info_section {
	display: block;
	height: 75px;
	width: 1200px;
	color: #063;
	margin-top: 10px;
}

.links_center_info {
	background-color: #01207A;
	display: block;
	height: 50px;
	width: 100%;
	color: #FFF;
	font-family: "Noteworthy Bold";
	font-size: 20px;
	text-align: center;
	margin-top: 5px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 5px;
}



.links_page_bottom {
	text-align: center;
	height: 45px;
	width: 1200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	float: right;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: -5px;
}


.gallery_page_container {
	width: 1200px;
	height: 960px;
	background-color: #000;
	border: medium solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}


@media screen and (max-width:768px) {

h1 {
	font-family: "Apple Chancery";
	font-size: 28px;
	padding-top: 20px;
}

}


@media screen and (max-width:768px) {

h2 {
	font-family: "Apple Chancery";
	font-size: 30px;
	text-align: center;
}

}

@media screen and (max-width:768px) {

h3 {
	font-family: "Noteworthy Light";
	font-size: 25px;
	text-align: left;
	line-height: normal;
}
}

@media screen and (max-width:768px) {
	
	.home_page_container {
	width: 768px;
	height: 1024px;
	background-image: url(../images/tablet_homepage_background.jpg);
}

}

@media screen and (max-width:768px) {

.navigation {
	float: right;
	display: none;
}
}

@media screen and (max-width:768px) {
.nav_home {
	display: block;
	height: 50px;
	width: 50px;
	text-align: left;
	float: left;
}
}

@media screen and (max-width:768px) {
.nav_home ul {
	color: #FFF;
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: 50px;
	width: 50px;
	background-image:;
	position: absolute;
	z-index: 100;
}
}

@media screen and (max-width:768px) {
.nav_home ul li {
	color: #FFF;
	text-align: left;
	display: block;
	height: 100px;
	width: 125px;
	background-color: #FFF;
	height: 50px;
	width: 50px;
	background-image: url(../images/menu_button.gif);
	float: left;
}
}

@media screen and (max-width:768px) {
.nav_home ul li a {
	text-align: center;
	font-size: 30px;
	background-image: ;
	height: 100px;
	width: 125px;
	display: none;
	background-image: ;
	font-weight: bold;
	text-decoration: underline;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #000;
}
}

@media screen and (max-width:768px) {
.nav_home ul li a:hover {
	height: 100px;
	width: 125px;
	display: block;
}
}

@media screen and (max-width:768px) {
.nav_home ul li ul {
	display: none;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #000;
	text-align: center;
}
}

@media screen and (max-width:768px) {
.nav_home ul li:hover ul {
	display: block;
	color: #000;
}
}

@media screen and (max-width:768px) {
.nav_home ul li ul li {
	width: 100px;
	height: 100px;
	display: block;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #000;
	text-align: left;
	margin-left: 25px;
}
}

@media screen and (max-width:768px) {
.nav_home ul li ul li a {
	background-color: #FFF;
	width: 150px;
	display: block;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 30px;
	color: #000;
	text-align: center;
	height: 100px;
	font-style: normal;
	font-weight: bold;
}
}

@media screen and (max-width:768px) {
.nav_home ul li ul li a:hover {
	color: #F00;
	background-color: #FFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 30px;
	font-style: italic;
	display: block;
	text-align: center;
	height: 100px;
	width: 150px;
}
}


@media screen and (max-width:768px) {

.home_page_banner {
	height: 150px;
	width: 100%;
	display: block;
	font-family: "Apple Chancery";
	font-size: 50px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 125px;
}
}




@media screen and (max-width:768px) {

.home_page_bottom {
	background-color: #FFF;
	display: block;
	width: 768px;
	height: 40px;
	float: left;
	margin-top: 675px;
}

}

@media screen and (max-width:768px) {

.homepage_chase_logo {
	background-color: #FFF;
	height: 35px;
	width: 768px;
	display: block;
	text-align: center;
	float: right;
	margin-top: 720px;
}
}

@media screen and (max-width:768px) {
	.about_page_container {
	width: 768px;
	height: 1024px;
	background-color: #0000;
	border: medium solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-image: url(../images/about_page_background_tablet.jpg);
}


@media screen and (max-width:768px) {

.navigation {
	float: none;
	display: none;
}
}


@media screen and (max-width:768px) {

.menu_button_section {
	float: left;
	display: none;
	background-color: #FFF;
	height: 40px;
	width: 40px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

}




@media screen and (max-width:768px) {
	
.about_page_title_area {
	height: 100px;
	width: 650px;
	display: block;
	font-family: "Apple Chancery";
	font-size: 35px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-right: -10px;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 0px;
}

}


@media screen and (max-width:768px) {
.about_page_bio_info {
	height: 200px;
	width: 80%;
	display: block;
	font-family: "Noteworthy Bold";
	font-size: 18px;
	text-align: left;
	color: #000000;
	margin-top: 5px;
	overflow: scroll;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
}


@media screen and (max-width:768px) {
	
.image-row {
	display: block;
	width: 480px;
	height: 480px;
}
}

@media screen and (max-width:768px) {
.image-set {
	display: block;
	color: #333;
	width: 480px;
	height: 480px;
	margin-top: 10px;
	margin-bottom: 0px;
}
}

@media screen and (max-width:768px) {
	
.about_page_bottom {
	height: 50px;
	width: 768px;
	background-color: #FFF;
	text-align: center;
	display: block;
	margin-top: -60px;
	margin-left: 5px;
}

}

@media screen and (max-width:768px) {	
.contact_page_container {
	width: 768px;
	height: 1024px;
	background-color: #FFF;
	border: medium solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-image: url(../images/contact_page_background_tablet.jpg);	
}
}


@media screen and (max-width:768px) {	

.contact_page_title_banner {
	height: 75px;
	width: 600px;
	display: block;
	font-family: "Apple Chancery";
	font-size: 75px;
	text-align: center;
	color: #FFF;
	margin-top: -10px;
	margin-bottom: 20px;
	padding: 5px;
}
}




@media screen and (max-width:768px) {	
.contact_form_container {
	height: 250px;
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	text-align: center;
	color: #FFF;
}
}

@media screen and (max-width:768px) {
label {
	display: block;
	width: 160px;
	color: #FFF;
	background-image: url(../images/contact_page_info_background.png);
	font-family: "Noteworthy Bold";
	margin-left: 10px;
	height: 40px;
	border: thin solid #FFF;
	font-size: 25px;
	float: left;
	margin-right: -30px;
	padding: 0px;
	margin-top: 1px;
}
}

@media screen and (max-width:768px) {	
#message_here {
	background-color: #FFF;
	width: 400px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 22px;
	color: #000;
	text-align: left;
	display: block;
	border: thin solid #000;
	height: 100px;
	overflow: auto;
}
}

@media screen and (max-width:768px) {	

.contact_page_bottom {
	display: block;
	height: 45px;
	width: 768px;
	background-color: #FFF;
	margin-top: -150px;
	text-align: center;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

}

@media screen and (max-width:768px) {
.contact_page_email_link_bottom {
	display: block;
	height: 35px;
	width: 768px;
	text-align: center;
	font-family: "Noteworthy Bold";
	font-size: 24px;
	color: #FFF;
	text-decoration: underline;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
}

@media screen and (max-width:768px) {

.links_page_container {
	width: 768px;
	height: 1024px;
	background-color: #FFF;
	border: medium solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;	
	
}
}

@media screen and (max-width:768px) {
.links_top_section {
	width: 768px;
	height: 265px;
	display: block;	
}
}

@media screen and (max-width:768px) {
.links_bottom_section {
	width: 768px;
	height: 526px;
	display: block;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}
}

@media screen and (max-width:768px) {

.links_page_navigation {
	height: 40px;
	width: 413px;
	text-align: right;
	background-color: #0055BF;
	margin-top: 10px;
	display: none;
}
}

@media screen and (max-width:768px) {
.links_page_top_left_photo {
	background-image: url(../images/links_page/tablet_top_left_background.gif);
	margin: 5px;
	height: 265px;
	width: 335px;
	display: block;
}
}

@media screen and (max-width:768px) {

.links_page_top_right_photo {
	height: 264px;
	width: 410px;
	background-image: url(../images/links_page/tablet_top_right_background.gif);
	margin-top: -271px;
	margin-right: 0px;
	display: block;
	margin-bottom: 0px;
	margin-left: 0px;
}

}

@media screen and (max-width:768px) {
	
.links_page_bottom_left_photo {
	display: block;
	height: 520px;
	width: 335px;
	margin-top: 5px;
	background-image: url(../images/links_page/tablet_bottom_left_background.gif);
	margin-right: 7px;
	margin-bottom: 5px;
	text-align: left;
	float: left;
	padding-top: 5px;
	margin-left: 0px;
}
}


@media screen and (max-width:768px) {

.links_page_bottom_right_photo {
	display: block;
	height: 520px;
	width: 413px;
	background-image: url(../images/links_page/tablet_bottom_right_background.gif);
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	float: right;
}
}

@media screen and (max-width:768px) {
.links_center_info_section {
	display: block;
	height: 75px;
	width: 768px;
	color: #063;
	padding-top: 0px;
}
}

@media screen and (max-width:768px) {

.links_center_info {
	background-color: #01207A;
	display: block;
	height: 75px;
	width: 100%;
	text-align: center;
	font-family: "Noteworthy Bold";
	color: #FFF;
	font-size: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-indent: 15px;
	padding-top: 15px;
	margin-top: 5px;
}
}



@media screen and (max-width:768px) {
.links_page_bottom {
	text-align: center;
	height: 45px;
	width: 768px;
	margin-top: -10px;
	display: block;
}
}












@media screen and (max-width:480px) {

h1 {
	font-family: "Apple Chancery";
	font-size: 22px;
	padding-top: 30px;
}

}





@media screen and (max-width:480px) {

h2 {
	font-family: "Apple Chancery";
	font-size: 20px;
	padding-top: 0px;
}
}


@media screen and (max-width:480px) {

h3 {
	font-family: "Noteworthy Light";
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	text-indent: 25px;
}
}

@media screen and (max-width:480px) {

h4 {
	font-family: "Apple Chancery";
	font-size: 23px;
	margin-top: -25px;
	margin-bottom: 5px;
	padding-top: 10px;
}
}

@media screen and (max-width:480px) {

.menu_button_section {
	float: left;
	display: none;
	background-color: #FFF;
	height: 40px;
	width: 40px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

}


@media screen and (max-width:480px) {

.navigation {
	float: none;
	display: none;
}
}

@media screen and (max-width:480px) {
.nav_home {
	display: block;
	height: 40px;
	width: 40px;
	text-align: left;
	float: left;
}
}

@media screen and (max-width:480px) {
.nav_home ul {
	color: #FFF;
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: 40px;
	width: 40px;
	background-image:;
	position: absolute;
	z-index: 100;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
}

@media screen and (max-width:480px) {
.nav_home ul li {
	color: #FFF;
	text-align: left;
	display: block;
	height: 100px;
	width: 125px;
	background-color: #FFF;
	height: 35px;
	width: 35px;
	background-image: url(../images/menu_button.gif);
	float: left;
	margin-top: 0px;
}
}

@media screen and (max-width:480px) {
.nav_home ul li a {
	text-align: center;
	font-size: 30px;
	background-image: ;
	height: 100px;
	width: 125px;
	display: none;
	background-image: ;
	font-weight: bold;
	text-decoration: underline;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #000;
}
}

@media screen and (max-width:480px) {
.nav_home ul li a:hover {
	height: 100px;
	width: 125px;
	display: block;
}
}

@media screen and (max-width:480px) {
.nav_home ul li ul {
	display: none;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #000;
	text-align: center;
}
}

@media screen and (max-width:480px) {
.nav_home ul li:hover ul {
	display: block;
	color: #000;
}
}


@media screen and (max-width:480px) {
.nav_home ul li ul li {
	width: 100px;
	height: 100px;
	display: block;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	color: #000;
	text-align: left;
	margin-left: 25px;
}
}

@media screen and (max-width:480px) {
.nav_home ul li ul li a {
	background-color: #FFF;
	width: 150px;
	display: block;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 30px;
	color: #000;
	text-align: center;
	height: 100px;
	font-style: normal;
	font-weight: bold;
}
}


@media screen and (max-width:480px) {
.nav_home ul li ul li a:hover {
	color: #F00;
	background-color: #FFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 30px;
	font-style: italic;
	display: block;
	text-align: center;
	height: 100px;
	width: 150px;
}
}


@media screen and (max-width:480px) {

.menu_button_section {
	float: left;
	display: none;
	background-color: #FFF;
	height: 40px;
	width: 40px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

}


@media screen and (max-width:480px) {
	
	.home_page_container {
	width: 480px;
	height: 800px;
	background-image: url(../images/phone_homepage_background.jpg);
}

}


@media screen and (max-width:480px) {

.home_page_banner {
	height: 150px;
	width: 100%;
	display: block;
	font-family: "Apple Chancery";
	font-size: 40px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 125px;
}
}

@media screen and (max-width:480px) {
.home_page_bottom {
	background-color: #FFF;
	height: 40px;
	width: 480px;
	display: block;
	text-align: center;
	margin-top: 470px;
	padding-top: 1px;
}
}



@media screen and (max-width:480px) {
	
	.about_page_container {
	width: 480px;
	height: 800px;
	background-color: #0000;
	border: thick solid #FFF;
	display: block;
	background-image: url(../images/about_page_background_phone.jpg);
}	
	
}




@media screen and (max-width:480px) {

.about_page_title_area {
	height: 50px;
	width: 400px;
	display: block;
	font-family: "Apple Chancery";
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
	margin-top: 5px;
	margin-left: 0px;
}


}

@media screen and (max-width:480px) {
	
.about_page_bio_info {
	height: 170px;
	width: 85%;
	display: block;
	font-family: "Noteworthy Bold";
	font-size: 16px;
	color: #000000;
	margin-top: 0px;
	overflow: scroll;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 20px;
}

}

@media screen and (max-width:480px) {

.about_page_photo_gallery {
	display: block;
	text-align: center;
	width: 480px;
	height: 480px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}
}


@media screen and (max-width:480px) {
	
.image-row {
	display: block;
	width: 480px;
}
}

@media screen and (max-width:480px) {
.image-set {
	display: block;
	color: #333;
	width: 480px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 480px;
}
}

@media screen and (max-width:480px) {
.about_page_bottom {
	background-color: #FFF;
	height: 45px;
	width: 480px;
	display: block;
	text-align: center;
	margin-left: 5px;
	margin-top: -45px;
	padding-top: 0px;
}
}

@media screen and (max-width:480px) {
label {
	display: block;
	width: 125px;
	color: #FFF;
	background-image: url(../images/contact_page_info_background.png);
	font-family: "Noteworthy Bold";
	height: 30px;
	border: thin solid #FFF;
	font-size: 20px;
	float: left;
}
}

@media screen and (max-width:480px) {
#message_here {
	background-color: #FFF;
	width: 250px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 22px;
	color: #000;
	text-align: left;
	display: block;
	border: thin solid #000;
	height: 75px;
	overflow: auto;
}
}


@media screen and (max-width:480px) {	
.contact_page_container {
	width: 480px;
	height: 800px;
	background-color: #FFF;
	border: medium solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-image: url(../images/contact_page_background_phone.jpg);
}
}



@media screen and (max-width:480px) {	

.contact_page_title_banner {
	height: 40px;
	width: 400px;
	display: block;
	font-family: "Apple Chancery";
	font-size: 35px;
	text-align: center;
	color: #FFF;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	padding: 1px;
}

}

@media screen and (max-width:480px) {

.contact_page_center_info {
	height: 150px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-family: "Noteworthy Bold";
	font-size: 18px;
	color: #FFF;
	text-align: center;
	background-image: url(../images/contact_page_info_background.png);
	display: block;
	letter-spacing: 2px;
	margin-top: 5px;
}
}

@media screen and (max-width:480px) {
.contact_form_container {
	height: 250px;
	width: 95%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	text-align: center;
	color: #FFF;
}
}



@media screen and (max-width:480px) {	

.contact_page_bottom {
	display: block;
	height: 45px;
	width: 480px;
	background-color: #FFF;
	margin-top: -125px;
	text-align: center;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

}

@media screen and (max-width:480px) {
.contact_page_email_link_bottom {
	display: block;
	height: 30px;
	width: 480px;
	text-align: center;
	font-family: "Noteworthy Bold";
	font-size: 20px;
	color: #FFF;
	text-decoration: underline;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 5px;
	margin-top: 1px;
}
}

@media screen and (max-width:480px) {

.links_page_container {
	width: 480px;
	height: 800px;
	background-color: #FFF;
	border: medium solid #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;	
	
}
}


@media screen and (max-width:480px) {
.links_top_section {
	width: 480px;
	height: 271px;
	display: block;	
}
}

@media screen and (max-width:480px) {
.links_bottom_section {
	width: 480px;
	height: 353px;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
}
}

@media screen and (max-width:480px) {
.links_center_info_section {
	display: block;
	height: 75px;
	width: 480px;
	color: #063;
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
}
}

@media screen and (max-width:480px) {

.links_center_info {
	background-color: #01207A;
	display: block;
	height: 90px;
	width: 99%;
	text-align: center;
	font-family: "Noteworthy Bold";
	color: #FFF;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}



@media screen and (max-width:480px) {
	
.links_menu_button_section {
	margin-bottom: 0px;
	color: #FFF;
	background-color: #FFF;
	display: block;
	padding: 0px;
	height: 40px;
	width: 40px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
}
}

@media screen and (max-width:480px) {

.links_page_navigation {
	height: 35px;
	width: 270px;
	text-align: center;
	background-color: #0055BF;
	margin-top: 10px;
	display: none;
}
}

@media screen and (max-width:480px) {

.links_page_top_left_photo {
	background-image: url(../images/links_page/phone_top_left_background.gif);
	height: 271px;
	width: 212px;
	margin: 0px;
}
}

@media screen and (max-width:480px) {

.links_page_top_right_photo {
	height: 271px;
	width: 264px;
	background-image: url(../images/links_page/phone_top_right_background.gif);
	display: block;
	margin-top: -271px;
	margin-bottom: 0px;
}

}

@media screen and (max-width:480px) {

.links_page_bottom_left_photo {
	display: block;
	height: 353px;
	width: 212px;
	background-image: url(../images/links_page/phone_bottom_left_background.gif);
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top:0px;
}
}

@media screen and (max-width:480px) {

.links_page_bottom_right_photo {
	display: block;
	height: 353px;
	width: 264px;
	background-image: url(../images/links_page/phone_bottom_right_background.gif);
	margin-top: -360px;
	float: right;
}

}




@media screen and (max-width:480px) {
.links_page_bottom {
	text-align: center;
	height: 45px;
	width: 480px;
	margin-top: 0px;
	display: block;
}
}
