@import url("css/reset.css");
@import url("css/960.css");

body {
  margin: 20px 0;
	color: #333;
	font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background: #DBE9FF;
}

a,a:link,a:visited {
  color: #2a2a2a;
  text-decoration: none;
}

#wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
#header {
  
}
#logo {
  margin-bottom: 20px;
}
#nav {
  height: 50px;
  background: url(images/nav.jpg) repeat-x;
  -moz-border-radius: 6px;
}
ul.nav {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
ul.nav  li  {
  float: left;
  margin: 0 20px;
}
ul.nav li  a {
  color: #fff;
  text-transform: uppercase;
}
.maincontent {
  border: 1px solid #ccc;
  -moz-border-radius: 6px;
  margin-bottom: 30px;
}
.heading {
  height: 30px;
  background: url(images/heading.jpg) repeat-x;
  -moz-border-radius: 6px 6px 0 0;
}
.heading h3{
  line-height: 30px;
  padding-left: 10px;
  color: #111;
}
.content,
.content2 {
  background: #fff;
  -moz-border-radius: 0 0 6px 6px ;
  padding: 10px;
}
.content2 {
  background:#C6C668 ;
}
.box h3{
  text-transform: capitalize;
  padding-bottom: 10px;
  background: url(../images/divider.jpg) bottom left repeat-x;
}
.box ul {
}
.box ul li {
  margin: 7px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #dadada;
}
.box ul li.divider {
  height: 2px;
}
.box ul li p{
  margin-bottom: .5em;
  line-height: 1.6em;
}
#sidebar .box ul li {
  color: #eaeaea;
  border-bottom: 1px solid #8AC7DE;
}
#sidebar .box ul li a{
  color: #fff;
}
#sidebar .box ul li a:hover{
  color: #CAE2EB;
}
.box h4 a {
}
ul.testiinfo {

}
ul.testiinfo li{
  margin: 3px;
  padding-bottom: 3px;
  border: none;
}
ul.testiinfo li.name{
  font-size: 1.4em;
  font-weight: bold;
  border: none;
}
ul#newslist {

}
ul#newslist li {
  margin: 5px 0;
  padding-bottom: 5px;
}
ul#newslist li img {
  margin-right: 10px;
}
ul#newslist li p{
  line-height: 18px;
}
.alignright {
  float: right;
  display: inline;
  margin: 0 0 0 8px;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}
#footer {
  margin: 20px 0;
}
#footer {
  padding-top: 10px;
  background: url(../images/divider.jpg) top left repeat-x;
}
ul.footermenu {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.footermenu li {
  display: inline;
  margin: 3px 8px;
}
ul.footermenu  li a{
  text-decoration: underline;
}
.copyright {
  padding-top: 15px;
  text-align: center;
}
p.copyright {
  color: #111;
}
.copyright a {
  color: #F06400;
}
h3 img {
  margin: 0 10px -5px 0;
}

#sidebar .box {
  margin-bottom: 30px;
}
#sidebar .content {
  background: #2BA9D6;
  margin: 0;
}
label {

}
input {
  margin: 5px 0;
}
img.banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  padding-top: 10px;
  background: url(../images/divider.jpg) top left repeat-x;
}
ul.footermenu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.footermenu li {
  display: inline;
  margin: 3px 8px;
}
ul.footermenu  li a{
  text-decoration: underline;
}
.copyright {
  margin-top: 5px;
  text-align: center;
  color: #fff;
}

#slider {
    width: 860px; /* important to be same as image width */
    height: 220px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 680px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 654px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
