header{
	height:32px;
	overflow:hidden;
	background:#018EF8;
	background:-webkit-gradient(linear, left top, left bottom, from(#018EF8), to(#018EF8));
	background:-moz-linear-gradient(top,  #018EF8,  #018EF8);
	padding:0 5px;
	}
header h1{
	line-height:32px;
	font-size:14px;
	text-shadow:#fff 0 1px 0;
	text-align:center;
	}

nav{
	height:28px;
	overflow:hidden;
	}
nav ul{
	margin:0;
	padding:0 5px;
	width:100%;
	height:28px;
	-moz-box-shadow:inset 0 2px 2px #018EF8;
	-webkit-box-shadow:inset 0 2px 2px #018EF8;
	box-shadow:inset 0 2px 2px #018EF8;
	background:#FFF;
	}
nav li{
	list-style:none;
	float:left;
	height:24px;
	line-height:24px;
	-moz-box-shadow:0 0 3px #018EF8;
	-webkit-box-shadow:0 0 3px #018EF8;
	box-shadow:0 0 3px #018EF8;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	margin:0 2px;
	width:200px;
	overflow:hidden;
	position:relative;

	}
nav li a, nav li a:visited, nav li a:hover{
	list-style:none;
	display:block;
	position:absolute;
	top:0;
	left:-2px;
	height:24px;
	line-height:24px;
	width:204px;	
	text-align:center;
	color:#FFF;	
	font-size:11px;

	}	
nav li.selected{
	background:#038EF7;
	
	}
nav li.selected a{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;	
	}	
nav li a:focus{outline:none;}

/* style your sections here */
section{
	padding-top:20px;
	padding-bottom:20px;
	}
/* ------ general
-----------------------------------------------*/

.btn {
display:block;
float:left;
height:31px;
line-height:31px;
padding:0 10px;
background:url(/gfx/bgbtn.jpg) repeat-x;
color:#565e62;
font-weight:bold;
font-size:11px;
border:1px solid #e1e0df;
outline:none;
}

.text,
.textarea {
padding:5px 10px;
height:27px;
border:1px solid #ddd;
color:#333;
background:url(/gfx/bginput.jpg) repeat-x bottom #fff;
position:relative;
z-index:2;
}

.text {
width:220px;
}

.textarea {
height:150px;
width:250px;
}

.blocks label {
float:left;
width:120px;
line-height:37px;
text-align:right;
margin-right:15px;
color:#666;
}

.blocks label.error,
.blocks label.ok {
position:absolute;
z-index:1;
left:500px;
height: 30px;
padding:5px 15px 5px 230px;
/*reset label*/
width:auto;
text-align:left;
margin-top: -6px;
background-repeat:no-repeat;
background-position:257px 16px;
}

.blocks label.ok {
background-image:url(/gfx/icook.gif);
background-color:#deefca;
color:#577530;
}

.blocks label.error {
background-image:url(/gfx/icofail.gif);
background-color:#f5d6d7;
color:#c81925;
}

.area label.ok,
.area label.error {
height:163px;
padding-left:410px;
background-position:387px 16px;
}

/* CSS3 */
.btn,
.text,
.textarea,
.blocks label.error,
.blocks label.ok { 
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
}

a {
color:#fff;
}

a img {
border:none;
}

/*
 * Color, Border, and Button Rules
 */
.contentslider {
  padding:2px; /* This acts as a border for the content slider */
  background:#038ef7; /* This is the color of said border */
}
.cs_wrapper, .cs_article {
  background:#FFF; /* Background color for the entries */
}
.cs_leftBtn, .cs_rightBtn {
  width:30px; /* Should be as wide as the button graphic being used */
  /*background:#333;*/ /* This will probably match the contentslider bg color */
}

/*
 * Article styles (font, color, etc.)
 *
 * If textResize is set to TRUE, sizing shouldn't need to be touched. However,
 * depending on the sizes you have defined, additional tweaking may be
 * required in order to get the text to display properly.
 */
.cs_article h2 {
  color: #000000; font-size: medium;
}
  .cs_article h2 a {
 color: #000000; font-size: medium;
  }
.cs_article p {
  font-size:14px;
  color:#454D57;;
}
.cs_article .readmore {
 font-size:14px;
}

/*
 ******************************************************************************
 * These styles may be affected by the plugin, so avoid changing them if 
 * it's not absolutely necessary.
 ******************************************************************************
 */
.contentslider {
  position:relative;
  display:block;
  width:850px;
  height:250px;
  margin:0 auto;
  overflow:hidden;
}
.cs_wrapper {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}
.cs_slider {
  position:absolute;
  width:10000px;
  height:100%;
  margin:0;
  padding:0;
}
.cs_article {
  float:left;
  position:relative;
  top:0;
  left:0;
  display:block;
  width:850px;
  height:250px;
  margin:0 auto;
  padding:0;
}
.cs_article h2 {
  display:block;
  width:550px;
  margin:10px 26px 5px 260px;
  text-align:left;
}
.cs_article img {
  position:absolute;
  top:0;
  left:0;
  width:250px;
  height:250px;
  border:0;
  -ms-interpolation-mode:bicubic;
}
.cs_article p {
  display:block;
  width:550px;
  margin:0 26px 5px 260px;
  padding:0;
  border:0;
}
.cs_article .readmore {
  display:block;
  width:550px;
  margin:0 20px 5px 260px;
  text-align:right;
}
.cs_leftBtn, .cs_rightBtn {
  position:absolute;
  top:0;
  height:400px;
  z-index:10000;
}
.cs_leftBtn {
  left:0;
  outline:0;
}
.cs_rightBtn {
  right:0;
  outline:0;
}
.cs_rightBtn img {
  border:0;
  margin-left:6px;
  margin-top:2px;

}
.cs_leftBtn img{
  border:0;
  margin-left:0px;
  margin-top:2px;

}	