@charset "utf-8";
/* CSS Document */
#header{
        
}
#main_menu{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 240px;
}
#main_menu a{
    font-family:Helvetica;
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#main_menu a:hover{
    padding-right:15px;
    background-image: url("arrow.png");
    background-position: right;
    background-repeat: no-repeat;
}
#div_menu{
    float: left;
    background: #999; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#939393'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#6b6b6b), to(#939393)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #6b6b6b,  #939393); /* for firefox 3.6+ */
    padding: 20px;
    width: 240px;
    height: 240px;
        clear: both;
}
#main_menu li{
       border-bottom: 1px solid #b1b1b1;
    /*padding-bottom: 1px;
    padding-top: 1px;*/
}
#banner{
    background-image: url("neworangebox.jpg");
    float: left;
    height: 280px;
    width: 200px;
    
}
#banner_text1{
    padding: 80px 0 6px 17px;
}
#banner_text1 a{
    color: white;
    font-family: arial;
    font-size: 20px;
    text-decoration: none;
}
#banner_text1 a:hover{
    color: black;
}
#banner_text2{
    color: white;
    font-size: 14px;
    padding: 0 0 0 17px;
}
#con_logo{
    background: url("coniston_logo.jpg") repeat scroll 0 0 transparent;
    height: 112px;
    margin-left: 20px;
    position: absolute;
    width: 112px;
    float: left;
    border: 0px;
}
#ads{
    width: 500px;
    color: #A6A6A6;
    float: left;
    padding-bottom: 10px;
    padding-left: 150px;
    padding-top: 25px;
}
#top_menu{
    float: right;
    padding-top: 25px;
    padding-bottom: 10px;
    color: orange;
}
#top_menu a{
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#banner_img{
    background: none repeat scroll 0 0 red;
    float: left;
    height: 280px;
    width: 360px;
}
div.rotator ul{
    margin: 0;
    padding: 0;
}
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}	
	div.rotator ul li img {
	background: #FFF;
    border:0;
}
        div.rotator ul li.show {
	z-index:500;
}
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#454545;
}
a {
	color:#ff7700;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
body {
	margin:0;
	padding:0;
	background-image:url(bg.gif);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
}
#logo {
	position:absolute;
	top:13px;
	left:-410px;
	margin-left:50%;
	z-index:2;
	height:132px;
	width:132px;
}
.image {
 	background-image:url(index.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:800px;
}
#site {
        margin: 20px auto auto;
	width:840px;
	text-align:left;
	z-index:1;
}
#top {
	text-align:right;
	padding-bottom:10px;
	vertical-align:baseline;
	line-height:14px;
	padding-top:36px;
	padding-right:10px;
	font-weight:bold;
	color:#ff7700;
	background-image:url(images/top-bg.gif);
	background-repeat:no-repeat;
	background-position:145px 34px;
	
}
#top a {
	color:#454545;
}
#flash {
	height:280px;
}
#flashleft {
	width:280px;
	float:left;
	background-image:url(images/flashleft-bg.gif);
	background-position:0 0px;
	height:280px;
}
#flashright {
	width:560px;
	float:right;
	background-image:url(images/flashright-bg.gif);
	background-position:0 0px;
	height:280px;
}
#left {
	width:280px;
	float:left;
}
#right {
	width:560px;
	float:left;
}
.clr {
	clear:both;
	line-height:0;
	height:10px;
}
.module {
	padding-bottom:15px;
}
.moduleheader {
	height:50px;
	border-bottom:2px solid #E4E4E4;
}
.article {
	padding:15px;
	padding-bottom:0px
}
.readmore {
	text-align:right;
	padding-top:7px;
}
.title {
	font-weight:bold;
}
.date {
	color:#ff7700;
	padding-top:4px;
}
.text {
	padding-top:4px;
}
#footer {
	text-align:right;
	color:#ff7700;
	font-weight:bold;
	border-top:2px solid #E4E4E4;
	padding-top:7px;
}
#footer a {
	color:#454545;
	font-weight:lighter;
}

p {
	margin-top: 0px;
	padding: 0px 0px;
}

.text p {
	padding: 0px 0px;
}

.kudos
{
	text-align: center;
}

