h1
{
 color:#d71d23;
 font-size:17px;
 font-weight:bold;
 margin-bottom:10px;
}

h3
{
color: #d1d0d0;
display: inline;
font-family: Arial;
}

a 
{
	color: #d71d23;
	font-family: Arial;

}

a:hover 
{ 
	font-family: Arial, sans-serif;  
	color: #d71d23;
}

body
{
	background: #c2b69f;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

input
{
width:260px;
background-color:#c2b69f;
border:0px;
height:20px;
}


textarea
{
width:256px;
background-color:#c2b69f;
}

fieldset
{
vertical-align:middle; 
padding:5px 5px 5px 10px;
}

.button
{
width: 65px;
height:30px;
background-color:#d71d23;
font-weight:bold;
color:#ffffff;
border:#ffffff solid 1px
}

img
{
border:0px;
}

.alert
{
color:#d71d23;
font-size:10px;
}


.welcome
{
 color:#d71d23;
 font-size:12px;
 font-weight:bold;

}

.small
{
padding-top:7px;
color:#ffffff;
font-size:12px;
}

.header
{
	margin-top: 10px;
	width: auto;
	height: auto;
	margin-left: 0px;
}

	.resultMessage{
	 color:#4F842A;
	font-size:14px;
	font-weight:bold;
	}
	
	.inputText{
	width:100px;
	margin:10px;
	}

.nav 
{
	margin-top: 10px;
	margin-bottom: 0px;
float:left;
}

.container
{
	margin-top: -20px;
	background-image: url(../img/content-main.jpg);
	background-repeat: no-repeat;
float:left;
	width: 940px;
	height: 352px;	
}

.info_row
{
	margin-top: 10px;
	background-image: url(../img/info-bg.jpg);
	width: 947px;
	height: 212px;
	float: left;
	margin-left: -5px;	
}


#left_blurb
{
	float: left;
	margin-left: 75px;
	margin-right: 20px;
	padding-top: 30px;
}

#middle_blurb
{
	float: left;
	margin-left: 60px;
	margin-right: 0px;
	padding-top: 30px;
	width: 200px;
}

#right_blurb
{
	float: left;
	padding-left: 40px;
	margin-right: 0px;
	padding-top: 35px;
	width: 300px;
}




/********** popup bubble **********/

.bubbleInfo {
    position: relative;
    
}

.popup {
    position: absolute;
    z-index: 999;
    display: none; /* keeps the popup hidden if no JS available */
    background: #c2b69f;
    border: solid 2px #3E3128;
    width: 415px;
    height: 387px;
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 10px;
	padding-bottom: 10px;
    color:#000000;
}



/****** slide show  ******/

.slideshow_container
{
	float: left;
	margin-left: 40px;
	margin-top: 60px;	
}

.slideshow .pics {  
    height:  528px;  
    width:   284px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 7px;  
    width:  500px; 
    background-color: #444545;
    height: 236px; 
    top:  0; 
    left: 0 
} 


/****** slider  ******/



* 									
{ 
	margin: 0; 
	padding: 0; 
}



a 									
{ 
	/* remove the dotted outlines when clicking tabs */ 
	outline: none; 
	text-decoration: none; 
}

ul 
{ 
	list-style: none; 
}


/*
	WIDGET STRUCTURE
*/

#blogSliderWrap 
{ 
	width: 900px; 
	
	margin-top: -56px;
	padding-bottom: 0px; 
	float: left; 
	
}

#blogSlider 
{ 
	margin-left: 2px; 
	padding: 5px 5px 0px 5px; 
	width: 900px; 
}

.stripViewer 
{ 
	position: relative; 
	overflow: hidden; 
	clear: both; 
}

.stripViewer .panelContainer 
{ 
	position: relative; 
	left: 0px; 
	top: 0px; 
}

.stripViewer .panelContainer .panel 
{ 
	float: left; 
	position: relative; 
	width: 900px; 
}

.stripNav 							
{ 
	margin-left: 1px; 
	position: relative; 
	top: 18px; 
	z-index: 99;
	width: 900px; 
	
}

.wrapper 
{ 
	margin-top: 50px;
	padding: 10px; 
	color:#ffffff;
	font-size:12px;
}

.innerWrap 
{ 
	width: 900px; 
	overflow: hidden; 
}

#push 
{ 
	height: 0px; 
}


/* 
MAIN TABBED NAVIGATION
*/
.stripNav ul li 
{ 
float: left; 
}

.stripNav li a 
{ 

/* Generic "CSS image replacement" */
	
	display: block; 
	height: 38px; 
	text-indent: -9999px; 
}

/* The below class names are auto-generated by the JavaScript */

.stripNav li.tab1 a 
{ 
	background: transparent url(../img/tab1.png) top center no-repeat; 
	width: 191px;
	position: absolute;
	z-index: 4; 	 
}

.stripNav li.tab2 a 
{ 
	background: transparent url(../img/tab2.png) top center no-repeat; 
	width: 191px;
	position: absolute;
	margin-left: 140px;
	z-index: 3; 
}

.stripNav li.tab3 a 
{ 
	background: transparent url(../img/tab3.png) top center no-repeat; 
	width: 191px; 
	position: absolute;
	margin-left: 280px;
	z-index: 2; 
}

.stripNav li.tab4 a 
{ 
	background: transparent url(../img/tab4.png) top center no-repeat; 
	width: 191px;
	position: absolute;
	margin-left: 420px;
	z-index: 1;  
}

.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus 
{ /* Restore focus styling that we removed when we removed outlines */
	background-position: top center;
	 
}

/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current 
{ 
	background: url(../img/tab1.png) bottom center no-repeat;
		position: absolute; 
 
}

.stripNav li.tab2 a.current 
	{ background: url(../img/tab2.png) bottom center no-repeat; 
		position: absolute;
		margin-left: 140px;
		z-index: 100; 

}

.stripNav li.tab3 a.current 
{ 
	background: transparent url(../img/tab3.png) bottom center no-repeat; 
		position: absolute; 
		margin-left: 280px;
		z-index: 100; 
}

.stripNav li.tab4 a.current 
{ 
	background: url(../img/tab4.png) bottom center no-repeat;
	position: absolute; 
 	margin-left: 420px;
 	z-index: 100; 
}


/* 
SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			
{ 
	display: block; 
	position: absolute; 
	width: 0px; 
	height: 0px; 
	text-indent: -9999px; 
}



/* 
HEADLINES STYLING 
*/
.panel ul 							
{ 
	width: 500px; 
}
.panel ul li a 						
{ 
	border-bottom: 1px solid #C1B599; 
	color: #303030;
	display: block; 
	padding: 7px 10px;
}
.panel ul li: last-child a 			
{ 
	border: none; 
}
		
.table {
  border-collapse: collapse;
  border: 1px solid #efefef;
  font-size:11px;
  color: #363636;
  }

 th {
  border: 1px dotted #efefef;
  padding: .4em;
  color: #363636;
  }

thead th, tfoot th {
  border: 1px solid #efefef;
  color: #FFFFFF;
background-color:#c2b699;
  }


tbody th, tbody td {
  vertical-align:middle; 
  text-align: left;
  color: #c2b69f;
font-weight:normal;
  }
  
  .footer
{

	width: 800px;
	height: 46px;
	margin-top: 0px;
	float: left;
}

