/* IMAGE Drop Shadows */

<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 10px; /*Number should match -left shadow depth below*/
top: 10px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 180px; /* container width*/
background: transparent url(../images/drop-shadow.gif) no-repeat bottom right;
}

.shadowcontainer-240{
width: 260px; /* container width*/
background: transparent url(../images/drop-shadow.gif) no-repeat bottom right;
}

.shadowcontainer .dropshadow {
/* Add container height here if desired */
background-color: white;
border: 1px solid #999;
padding: 6px;
position: relative;
left: -10px; /*shadow depth*/
top: -10px; /*shadow depth*/
}

.shadowcontainer-240 .dropshadow {
/* Add container height here if desired */
background-color: white;
border: 1px solid #999;
padding: 6px;
position: relative;
left: -10px; /*shadow depth*/
top: -10px; /*shadow depth*/
}

<![endif]>


/* FEEDburner News */

#feed a, #feed a:visited { color: #996600; text-decoration: underline; }
#feed a:active, #feed a:hover { color: #FFF; background: #ffcc00; text-decoration: none; }

#feed {
	padding: 0 10px;
	}

#feed li {
	margin-top: 10px;
	}

#feed img {
	float: right;
	}


/* CONTACT FORM */

#captcha {
	background-color:#EEEEEE;
	border:1px dashed #666666;
	font-size:x-small;
	text-align:center;
	margin:0 auto;
	width:300px;
	}

.center { text-align:center; }

.descript { font-size:x-small; }

.error_in {
	color:#FF0000;
	font-size:small;
	font-weight:bold;
	}

.error_out {
	background-color:#EEEEEE;
	border:1px solid #666666;
	margin:10px;
	width:400px;
	}

#gotcha-captcha { float:right; }

#main_in { margin:10px auto; }
#main_out {
	background-color:#FCEFBA;
	border:1px solid #FFCC00;
	margin:0 auto;
	width:540px;
	}

.message {
	font-family:Lucida Console,Lucida Sans Unicode,Verdana;
	font-size:small;
	}

.message_right {
	font-family:Lucida Console,Lucida Sans Unicode,Verdana;
	font-size:small;
	text-align:right;
	}

.powered {
	color:#999999;
	font-size:10px;
	text-align:center;
	}

input { margin-bottom:5px; }

.required {
	color:#FF0000;
	}

select { margin-bottom:5px; }

#sent_main_out {
	background-color:#FCEFBA;
	border:1px solid #FFCC00;
	margin:0 auto;
	width:502px;
	}

textarea { margin-bottom:5px; }

input, textarea, select {
	background-color:#E4E4E4;
	border:1px solid #999999;
	}


/* SITEMAP */

.sitemap a, .sitemap a:visited { color: #996600; text-decoration: underline; }
.sitemap a:active, .sitemap a:hover { color: #FFF; background: #ffcc00; text-decoration: none; }


/* added for hosting plans */

.plan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FCEFBA;
	border: thin solid #FFCC00;
	margin-left: auto;
	margin-right: auto;
	}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #FFCC00;
	text-indent: 6px;
	}

.boxtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
        background-image: url(http://scoopy.kernow-webhosting.com/images/menuback2.jpg);
        text-indent: 6px;
	}

.row1 {
        background-color : #FCEFBA;
	text-indent: 4px;
	}

.row2 {
	background-color : #FFEB99;
	text-indent: 4px;
	}

.forumtop {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	background-image: url(http://scoopy.kernow-webhosting.com/images/forumtop.gif);
	}
