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

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #FFF;
}
.clear {
    clear: both;
}
.bkgd_color {
/*	background-color: #CCC;*/
}
.page_width {
	width: 1280px;
	/* overflow: auto; */
	background-color: #FFF;
}
.top_menu {
	width: 1280px;
	height: 60px;
	top: 0;
	position: fixed;
	background-color: #FFF;
}
.gold_line {
	background-color: #d0b32a;
	height: 4px;
	width: 1280px;
	float: left;
}
.gold_menu {
	background-color: #d0b32a;
	background-image: url(images/gold_bar_1280x50.jpg);
/*	position: fixed;*/
	height: 50px;
	width: 1280px;
	overflow: auto;
}
.menu_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	position: relative;
	top: 15px;
	bottom: 5px;
	right: 0px;
	left: 0px;
	color: #000;
	font-weight: bold;
}
.menu_at {
	color: #FFF;
}
.menu_icons {
	position: relative;
	top: 15px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
.width_full_banner {
	float:left;
	width: 1280px;
	height: 400px;
	background-image: url(images/CM_banner_1280x400.jpg)	
}
.width_full_red {
	float:left;
	width: 1280px;
	height: 350px;
	background-image: url(images/bar_red_1280x2.jpg);
}
.width_full {
	float:left;
	width: 1280px;
}
.width_half {
	float:none;
	width: 640px;
}
.box_360px {
	float: left;
	width: 360px;
	margin-top: 25px;
	text-align: left;
}
.box_left {
	float:left;
	margin-top: 25px;
/*	border: solid #000 1px;*/
}
.box_w320px {
	width: 320px;
}
.box_w400px {
	width: 400px;
}
.box_w600px {
	width: 600px;
}
.box_w800px {
	width: 800px;
}
.box_right {
	float: left;
	width: 450px;
/*	height: 350px;*/
/*	position: relative;*/
	text-align: left;
	padding-top: 1em;
}
.box_right_float {
	float: left;
}
.box_right_600px {
	float: left;
	width: 600px;
	margin-top: 25px;
	text-align: left;
}
.img_wrap {
  float: right;
  margin-left: 15px;
/*  width: 500px;
  height: 312px;  */
}
.img_wrapL {
  float: left;
  margin-right: 15px;
}
.text_left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000;
	text-align: left;
	padding-left: 1em;
}
.text_white {
	color: #FFF;
}
.text_sans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.text_sans_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}
.text_sans_link:hover {
	color: #900;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.text_indent {
	padding-left: 15px;
}
.text_xlg {
	font-size: x-large;
	font-weight: bold;
}
.text_underline {
	text-decoration: underline;	
}
.text_med {
	font-size: medium;
	font-weight: bold;
}
.text_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.text_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
.spacer_w5em {
	float: left;
	width: 5em;
}
.spacer_w80px {
	float: left;
	width: 80px;
}
.spacer_w40px {
	float: left;
	width: 40px;
	margin-top: 25px;
}
.fb {
	width: 20px;
	height: 20px;
	background-image: url(images/FB_logo_blk.png);
}
.fb:hover {
	background-image: url(images/FB_logo.png);
}