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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color: #8e94a8;
	background-image: url(../images/BG.png);
	background-repeat: repeat-x;
}
.h2 {
	margin: 0px;
	padding: 0px;
}

.oneColFixCtr #container {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #272936;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 5px 5px 5px #211f1f;
	position: relative;
}
.oneColFixCtr #mainContent {
	width: 600
	px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 24%; 
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px 0; /* top and bottom padding create visual space within this div  */
}
#Logo {
	background-repeat: no-repeat;
	height: 147px;
	width: 1100px;
	background-color: #1E222F;
	margin-bottom: 0px;
}
.logo {
	width: 612px;
	float: left;
	margin: 0px;
}
#Top {
	height: 20px;
}
#current {
	background-image: url(../images/bottomnav_bg.png);
	background-repeat: repeat-x;
}
.topbanner {
	width: 400px;
	float: right;
	left: 967px;
	top: 41px;
	padding-top: 40px;
	padding-right: 20px;
}
.topbanner #phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDCD36;
	color: #FDCD36;
	padding-bottom: 10px;
}
.topbanner #phone a {
	color: #FDCD36;
}
.topbanner #phone a:hover {
	color: #3d414b;
}
#container table tr td #mainContent {
	width: 750px;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#sidebar {
	float: right;
	width: 250px;
}
#container table tr td #sidebar h3 {
	background-color: #292E3D;
	color: #CCC;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 5px;
}
#container #callout_sidebar  {
	position: absolute;
	width: auto;
	text-align: left;
	margin: 0px;
	top: 665px;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	left: 30px;
}
#callout_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 14px;
}
.bottom_callout {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #mainContent #callout_sidebar a  {
	color: #FC3;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#container #mainContent #callout_sidebar a:hover  {
	color: #292E3D;
	text-decoration: none;
}

#container #Gallery_Box  {
	position: absolute;
	left: 85px;
	width: 190px;
	background-color: #FDCD36;
	text-align: center;
	padding: 5px;
	margin: 0px;
	top: 861px;
	height: 24px;
	border: 1px solid #292E3D;
}
#Gallery_Box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#container #mainContent #Gallery_Box a  {
	color: #292E3D;
	text-decoration: none;
}
#container #mainContent #Gallery_Box a:hover  {
	color: #666;
	text-decoration: none;
}

#container #right_box  {
	position: absolute;
	right: 85px;
	width: 190px;
	background-color: #FDCD36;
	text-align: center;
	padding: 5px;
	margin: 0px;
	top: 861px;
	height: 24px;
	border: 1px solid #292E3D;
}
#right_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#container #mainContent #right_box a  {
	color: #292E3D;
	text-decoration: none;
}
#container #mainContent #right_box a:hover  {
	color: #666;
	text-decoration: none;
}

#container table tr td #sidebar a {
	text-decoration: none;
	line-height: 12px;
	color: #666;
	padding-left: 5px;
}
#container table tr td #sidebar a:hover {
	color: #03C;
}

.bannerNav {
	margin-top: 10px;
	color: #806c51;
	font-size: 14px;
	font-weight: bold;
	float: right;
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	float:left;
	#margin-left: 20px; /* for IE */
}

.bannerNav a{
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FDCD36;
	text-decoration: none;
	padding-right: 0px;
}

.bannerNav a:hover{
	color: #CCC;
}
ul#navlist
{
	margin-left: 0px;
	padding-left: 0;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #4E535D;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	text-decoration: none;
	background-image: url(../images/bottomnav_bg.png);
	background-repeat: repeat-x;
	width: 248px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #CCC;
}
#bottomNav {
	padding-top: 5px;
	padding-bottom:5px;
	}

#bottomNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC;
}

#bottomNav a:hover  {
	color: #FDCD36;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
