/* GENERAL - Body and Container */
html {
  height: 100%;
}

body {
	margin:0;
	padding:0;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.4em;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	background-image: url(images/crg_bg_main.jpg);
	background-position:center top;
	background-repeat: no-repeat;	
}

#container_repeating_out {
	margin: 0 auto;
	padding:0;
	width: 820px;
	height: 100%;
	text-align: left;
	background-image: url(images/crg_bg_inside_repeating.jpg);
	background-position:center top;
	background-repeat: repeat-y;
}

#container_out {
	margin: 0;
	padding:0;
	width: 820px;
	height: 100%;
	text-align: left;
	background-image: url(images/crg_bg_inside.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}

#container_repeating {
	margin: 0;
	padding:0;
	width: 820px;
	text-align: left;
	background-image: url(images/crg_bg_inside_repeating.jpg);
	background-position:center top;
	background-repeat: repeat-y;
}

#container {
	margin: 0;
	padding:0;
	width: 820px;
	text-align: left;
	background-image: url(images/crg_bg_inside.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}

.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;
}

#left {
	padding: 30px 20px 30px 30px;
	margin: 0;
	width: 200px;
	float: left;
}
	
#right {
	padding: 30px 7px 30px 0;
	margin: 0;
	width: 563px;
	float: right;
	}
	
#logo {
	height: 106px;
}

#nav {
	margin: 34px 0 0 0;
}

#nav h1 {
	margin:0;
	padding:0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
}

#nav h2 {
	margin:0;
	padding:1px 0 0 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	font-weight: normal;
}

.nav_divider {
	margin:0;
	padding:0;
	height: 15px;
}

#promo {
	height: 106px;
	background-image: url(images/crg_bg_promo.jpg);
	background-position:left top;
	background-repeat: no-repeat;	
}

#divider_1 {
	margin: 14px 0 19px 0;
	height: 1px;
	width: 540px;
	background-color: #ffffff;
}

#divider_2 {
	margin: 11px 0 16px 0;
	height: 1px;
	width: 540px;
	background-color: #ffffff;
}

#divider_3 {
	margin: 17px 0 16px 0;
	height: 1px;
	width: 540px;
	background-color: #ffffff;
}

#home_slideshow {
	height: 427px;
	background-image: url(images/crg_bg_homeslideshow.jpg);
	background-position:left top;
	background-repeat: no-repeat;	
}

#home_slideshow_1 {
 	width: 173px;
	height: 205px;
	float: left;
}

#home_slideshow_2 {
	margin: 0 0 0 11px;
 	width: 173px;
	height: 205px;
	float: left;
}

#home_slideshow_3 {
	margin: 0 0 0 10px;
 	width: 173px;
	height: 205px;
	float: left;
}

#inside_photo {
	height: 215px;
	background-image: url(images/crg_bg_insidephoto.jpg);
	background-position:left top;
	background-repeat: no-repeat;	
}

#inside_subnav {
	margin: 10px 0 15px 0;
	padding: 0;
	width: 538px;
	height: 88px;
	border: solid 1px #ffffff;
	text-align: left;
}

#inside_subnav_left {
	width: 202px;
	height: 88px;
	padding: 0;
	text-align: left;
	float: left;
}

#inside_subnav_right {
	height: 30px;
	width: 334px;
	padding: 29px 2px 29px 0;
	text-align: left;
	float: left;
}

#inside_subnav_right_top {
	height: 15px;
	padding: 0 0 0 0;
	text-align: left;
	width: 330px;
}

#inside_subnav_right_bottom {
	height: 15px;
	padding: 4px 0 0 0;
	text-align: left;
	width: 330px;
}

#inside_text {
	width: 540px;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}

#inside_text a:hover, #inside_text a:active, #inside_text a:link, #inside_text a:visited {
	font-weight: bold;
}

.subnav_item
{
  margin: 0;
  padding: 0 9px 0 0;
  float: left;
  text-align: left;
  font-weight: bold;
}	


/* GENERAL - Links */

a:link, a:visited {
	text-decoration: none;
	color:#ffffff;
}

a:hover, a:active {
	color:#8ebae5;
	text-decoration: none;
}

a.active:hover, a.active:active, a.active:link, a.active:visited {
	color:#8ebae5;
	text-decoration: none;
	font-weight:bold;
}


.slideshowImage1{
	position: absolute;
	left: 0px;
	top: 0px;
}
.slideshowImage2{
	position: absolute;
	left: 0px;
	top: 0px;
}
.slideshowImage3{
	position: absolute;
	left: 0px;
	top: 0px;
}
.slideshowImage4{
	position: absolute;
	left: 0px;
	top: 0px;
}
