@charset "utf-8";

#footer-format {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-right: 15px;
	padding-left: 15px;
}

#header-image {
	height: 177px;
	width: 100%;
	text-align: center;
	background-image: url(../page-files/home_page/images/header-background-slice.jpg);
	background-repeat: repeat-x;
}


#footer-background-image {
	background-image: url(../page-files/home_page/images/sidebar_header_footer_background.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: auto;
}
#header-background-image {
	background-repeat: repeat-x;
	height: auto;
	width: auto;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: right;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}



/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 166px;
	background-position: center top;
}


#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C7B29A;
}

#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#phone-small {
	clear: none;
	float: right;
	margin-left: 2.2222%;
	width: 31.8518%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
}

#header-content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}

#bottom-navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../page-files/home_page/images/bottom-navigation-background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#main-navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#top-banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	margin: auto;
}



#header {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 166px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C7B29A;
}
#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#phone-small {
	clear: none;
	float: left;
	margin-left: 1.3215%;
	width: 100%;
	display: none;
}
#header-content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 97%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
	padding-top: 5px;
	padding-right: 3%;
	line-height: 200%;
}
#bottom-navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../page-files/home_page/images/bottom-navigation-background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #FFF;
}
#main-navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header-text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#top-banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	margin: auto;
	height: auto;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-color: #FFF;
	height: 177px;
	background-position: left top;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #C7B29A;
	height: auto;
	text-align: center;
}
#phone-small {
	clear: none;
	float: left;
	margin-left: 1.3215%;
	width: 100%;
	display: none;
}
#banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header-content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 97%;
	display: block;
	padding-top: 5px;
	text-align: right;
	padding-right: 3%;
	line-height: 200%;
}
#bottom-navigation {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	font-size: medium;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 26px;
	background-image: url(../page-files/home_page/images/bottom-navigation-background.jpg);
	background-repeat: repeat-x;
}
#main-navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	height: 75px;
	background-image: url(../page-files/home_page/images/navigation-background-slice.jpg);
}
#top-banner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 30px;
	text-align: center;
	background-color: #000;
}
}

.Yellow {
	color: #FF0;
}
