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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

html, body, #bgcontainer {
	height: 100%;	
}

body > #bgcontainer {
	height: auto;
	min-height: 100%;
}

#bgcontainer {
	background-image: url(images/bgtop.png);
	background-repeat: repeat-x;
}

#container {
	overflow: auto;
	padding-bottom: 146px;
	margin: auto;
	width: 900px;
}

#header {
	height: 150px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;s
}

#header img {
	padding: 20px;
}

#topNav {
	height: 30px;
	clear: both;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 15px;
}

#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#topNav li {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}

#topNav li a {
	line-height: 30px;
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
}

#topNav a {
	color: #ffffff;	
}

#topNav .highlight {
	background-image: url(images/navGradient.png);
	background-repeat: repeat-x;
}

#content {
	padding: 30px;
}

#featured {
	width: 840px;
	color: #999;
}

#featured .feature {
	width: 270px;
	float: left;
	text-align: center;
}

#featured img {
	margin: 5px;
	border: thin solid #ccc;
	padding: 5px;
}

#featured p {
	margin: 5px;
	padding: 0px;
}

#footerbg {
	position: relative;
	margin-top: -146px;
	height: 146px;
	clear: both;
	background-image: url(images/bottombg.gif);
	background-repeat: repeat-x;
}

#footerContainer {
	margin: auto;
	width: 900px;
}

#footer {
	color: #515d6f;
	font-size: 12px;
	text-align: center;
	padding: 20px;
}

#footer a {
	color: #515d6f;
}

h1, h2, h3 {
	color: #333333;	
}

h1 {
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 0;
	padding-top: 0;
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

h1 em {
	color: #ff7400;
	font-style: normal;
	font-weight: bold;
}

img {
	border: 0;	
}

a {
	text-decoration: none;	
	color: #ff7400;
}

a:hover {
	text-decoration: underline;
	color: #ff8d2e;
}

.thirdList {
	width: 33%;
	margin: auto;
	float: left;
}

.halfList {
	width: 50%;
	margin: auto;
	float: left;
}

.picLeft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

.picRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.other li {
	width: 50%;
	float: left;
	margin: auto;
}

.commentText {
	font-size: 12px;
	color: #666666;
}

.quote {
	float: right;
	width: 300px;
	font-size: 18px;
	font-style: italic;
	color: #515d6f;
	padding-left: 20px;
	padding-bottom: 20px;
}

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:840px;
	height:500px;
	background-color: #ffffff;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:760px;
  height:500px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:760px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:500px;
  background-image: url(images/slideshow_bg.jpg);
  background-repeat: no-repeat;
}

.slideContents {
	padding: 20px;	
	color: #ffffff;
}

.slideContents h2 {
	color: #ffffff;	
}

.slideContents img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:40px;
  height:500px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index: 100;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/control_right.png) no-repeat 0 0;
}
/**
*	End of Slideshow rules
*/
