/* CSS Document */

body {
	background-color:#ffffff;
	background-image:url(images/bkrd.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:30px 0 0 0;
}
#top_shim {
	background-color:#ffffff;
	width:100%;
	height:122px;
	margin-top:-30px;
}
#main_container {
	position:relative;
	z-index:1001;
	margin-top:-113px;
}
.missing {
	color:#333333;
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	letter-spacing:1px;
	padding:80px 10px 20px 10px;  
}

.missing h1 {
	letter-spacing:6px;
	margin-bottom:3px;
}

.missing h2 {
	margin:0 0 30px 0;
	letter-spacing:2px;
}

#rotating-item-wrapper {
	position: relative;
	width: 652px;
	height: 359px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
/**********************
	         ABOUT US
**********************/
#about_content {
	background-image:url(images/about_bkgrd.jpg);  
	background-repeat:no-repeat;
	padding:0 20px 0 230px; 
}
#about_container {
	position:relative;
	top:0;
	left:0; 
}
#about {
	background-image:url(images/about_transparent.png) !important;  /* Mozilla only */
    background-color:transparent !important;           /* Mozilla only */
    background-image:none;                             /* IE only */
    background-color:#97211D;                          /* IE only */
    filter:alpha(opacity=85);            /* IE only */
}
#about_text {
	position:relative;
	color:#ffffff;
	font-family:Times New Roman, Times, serif;
	font-size:13px;
	letter-spacing:1px;
	line-height:14px;
	text-align:left;
	padding:8px 10px 8px 10px;  
}

/**********************
	        SERVICES
**********************/
#services_content {
	background-image:url(images/services_bkgrd.jpg); 
	background-repeat:no-repeat;
	padding:0 20px 0 275px; 
}
#services_container {
	position:relative;
	top:0;
	left:0; 
}
#services {
	background-image:url(images/services_transparent.png) !important;  /* Mozilla only */
    background-color:transparent !important;           /* Mozilla only */
    background-image:none;                             /* IE only */
    background-color:#1B362F;                          /* IE only */
    filter:alpha(opacity=85);            /* IE only */
}
#services_text {
	position:relative;
	color:#ffffff;
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:12px;
	text-align:left;
	padding:10px; 
}

/**********************
	        LINKS
**********************/
#links_content {
	background-image:url(images/links_bkgrd.jpg); 
	background-repeat:no-repeat;
	padding:0 20px 0 320px; 
}
#links_container {
	position:relative;
	top:0;
	left:0; 
}
#links {
	background-image:url(images/links_transparent.png) !important;  /* Mozilla only */
    background-color:transparent !important;           /* Mozilla only */
    background-image:none;                             /* IE only */
    background-color:#8E5B24;                          /* IE only */
    filter:alpha(opacity=85);            /* IE only */
}
#links_text {
	position:relative;
	color:#ffffff;
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	letter-spacing:1px;
	text-align:left;
	line-height:24px;
	padding:15px; 
}

#links_text a {
	color:#ffffff;
	font-family:Times New Roman, Times, serif;
	font-size:12px;
	text-decoration:none;
	letter-spacing:1px;
	text-align:left;
}

#links_text a:hover {
	text-decoration:underline;
}


/**********************
	        CONTACT US
**********************/
#contact_content {
	background-image:url(images/contact_bkgrd.jpg); 
	background-repeat:no-repeat;
	padding:20px 20px 0 370px; 
}
#contact_container {
	position:relative;
	top:0;
	left:0; 
}
#contact {
	background-image:url(images/contact_transparent.png) !important;  /* Mozilla only */ 
    background-color:transparent !important;           /* Mozilla only */
    background-image:none;                             /* IE only */
    background-color:#152642;                            /* IE only */
    filter:alpha(opacity=85);            /* IE only */
}
#contact_text {
	position:relative;
	color:#ffffff;
	font-family:Times New Roman, Times, serif;
	font-size:13px;
	letter-spacing:1px;
	line-height:14px;
	text-align:left;
	padding:15px;  
}
#contact_text a {
	color:#ffffff;
	font-family:Times New Roman, Times, serif;
	font-size:13px;
	text-decoration:none;
	letter-spacing:1px;
	text-align:left;
}

#contact_text a:hover {
	text-decoration:underline;
}