/* ------- WEBSOURCE LLC Stylesheet ------- */
body
{
	background-color: #e2e2e2;
	color: #FFF;
	margin: 0px;
	font-size: 12pt;
	background-image: url(../images/bg.jpg); 
	background-attachment: fixed;
	background-repeat:repeat-y;
	background-position:top;
}
img { 
	border: 0; 
} 
.gridContainer {
	background-color: #4b2e10;
	border: 6px solid #cccccc;
	max-width:1200px;

}
#Header
{
	width:100%;
	background-image: url(../images/bg.jpg); 
	background-attachment: fixed;
	background-repeat:repeat-y;
	background-position:top;
	height:200px;
}
#Main_Content
{
	font-family: 'Open Sans', sans-serif; 
	font-size: 1.0em; 
	line-height: 1.5em;
	color: #fff;
	background-color: #4b2e10;
	margin-top:25px;
}
#slideshow {
	float:right;
	margin: 0px 0px 20px 20px;
}

@media only screen and (max-width: 1000px) {
#slideshow {
	float:none;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.content
{
	padding: 0 1.5em 1.0em 1.5em;
}
	
h1 {	
	font-family: 'Open Sans Condensed', sans-serif; 
	font-size: 1.75em;
	font-weight: 700;  
	color: #fff;
	background-color:#e6b80e; 
	margin: 0em 0 1.0em 0;
	padding: 1.0em 0 1.0em 0;
	text-align:center;
	}

h2 {	
	font-family: 'Open Sans Condensed', sans-serif;  
	text-transform:uppercase;
	font-size: 2.5em;
	font-weight: 700;  
	color: #e6b80e; 
	margin: 0; 
	padding: 0em 0 0.25em 0;
	}

@media only screen and (max-width: 1000px) {
h1 {	
	font-family: 'Open Sans Condensed', sans-serif; 
	font-size: 1.55em;
	font-weight: 700;  
	color: #fff;
	background-color:#e6b80e; 
	margin: 0em 0 1.0em 0;
	padding: 1.0em 0 1.0em 0;
	text-align:center;
	}

h2 {	
	font-family: 'Open Sans Condensed', sans-serif;  
	text-transform:uppercase;
	font-size: 2.0em;
	font-weight: 700;  
	color: #e6b80e; 
	margin: 0; 
	padding: 0em 0 0.25em 0;
	}
}
	
a:link
{
	color: #e6b80e;
	text-decoration:underline;
}
a:active
{
	color: #fff;
	text-decoration:none;
}
a:visited
{
	color: #e6b80e;
	text-decoration:underline;
}
a:hover
{
	color: #fff;
	text-decoration:none;
}

#Footer {
	color:#fff;
	background: #141414;
	display:block;
	margin: 0 auto;
	padding:1.5em 0em 1.5em 0em;
}
#Cred  {
	width:100%;
	font-size:0.9em;
	color:#fff;
	display:block;
	text-align:center;
}
#Cred a:link {
	color: #dbdbdb;text-decoration:none;}
#Cred a:active {
	color: #dbdbdb;text-decoration:none;}
#Cred a:visited {	
	color: #dbdbdb;	text-decoration:none;}
#Cred a:hover {
	color: #dbdbdb;	text-decoration:underline;}