/* CSS Document */

html, body{
	height:100%;
	background-color:#FF6600;
}

body, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a:active, a:focus {
	outline: 0;
}

/* Shadow */
.s_tl{width:25px; height:25px; background-image:url(../images/shell/tl.jpg); background-repeat:no-repeat;}
.s_t{height:25px; background-image:url(../images/shell/t.jpg); background-repeat:repeat-x;}
.s_tr{width:25px; height:25px; background-image:url(../images/shell/tr.jpg); background-repeat:no-repeat;}
.s_l{width:25px; background-image:url(../images/shell/l.jpg); background-repeat:repeat-y;}
.s_r{width:25px; background-image:url(../images/shell/r.jpg); background-repeat:repeat-y;}
.s_bl{width:25px; height:25px; background-image:url(../images/shell/bl.jpg); background-repeat:no-repeat;}
.s_b{height:25px; background-image:url(../images/shell/b.jpg); background-repeat:repeat-x;}
.s_br{width:25px; height:25px; background-image:url(../images/shell/br.jpg); background-repeat:no-repeat;}
.s_content{ background-color:#FFFFFF; padding:25px;}


/* Links */
a:link, a:active, a:visited{
	color: #FF6600;
	text-decoration: none;
}
a:hover, a:focus{
	color: #666666;
	text-decoration: none;
}

#footer a:link, #footer a:active, #footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:focus{
	color: #FFFFFF;
	text-decoration: underline;
}

/* CSS Rollover */
a:hover .rollover{
	filter:alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity:0.70;
}


/* Page Sections */
#banner{
	clear:both;
}

#menu{
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	height:30px;
	width:100%;
}

#media{
	clear:both;
}

#titleimg{
	padding-bottom:10px;
}

#content{
	clear:both;
	padding-top:25px;
	padding-bottom:5px;
}
/* Sub Class - content */
	#content #left{
		float:left;
	}
	#content #right{
		float:right;
		background-image:url(../images/dot_vert.jpg);
		background-repeat:repeat-y;
		padding-left:10px;
		margin-left:10px;
		vertical-align:top;
	}



#footer{
	clear:both;
	padding-top:15px;
	padding-bottom:15px;
	color:#FFFFFF;	
	text-align:center;
	font-size:11px;

}


/* Dropdown Menu */
.menuParent{
	height:30px;
	overflow:hidden;
}

.drop{
	width:100%;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

.drop li{
	display:block;
	list-style: none;
	text-decoration: none;
	background-color:#FFFFFF;

	filter:alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity:0.0;
}

/* General Styles */
.heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

.homefooter td.border{
	color:#666666;
	font-size:10px;
	background-image:url(../images/dot_vert.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
}
.homefooter td{
	color:#666666;
	font-size:10px;
}
.homefooter td strong{
	font-weight:bold;
	font-size:12px
}

.clientlink{
	line-height:20px;
}

.karma_descript{
	margin-top:5px;
	margin-bottom:5px;
	padding-top:10px;
	background-image:url(../images/dot_vert.jpg);
	background-repeat:repeat-x;
	background-position:top;
	/*clear:both;*/
	vertical-align:top;
}

.quote{
	margin-top:5px;
	margin-bottom:5px;
	padding-top:20px;
	background-image:url(../images/dot_vert.jpg);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:top;
}

/* SideBar Styles */
.sidebar{
	padding-left:20px;
}
.sidebar a{
	font-size:14px;
	color:#666666;
	font-weight:bold;
}
.sidebar a img{
	padding-top:5px;
}

/* News Section Specific */
.news{
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:10px;
	background-image:url(../images/dot_vert.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	clear:both;
	vertical-align:top;
}
.news .news_img{
/*	float:left;
	width:50%;*/
	vertical-align:middle;
	padding-left:10px;
}
.news .news_content{
/*	float:right;
	text-align:left;
	width:50%;*/
	width:300px;
	padding-right:50px;
	vertical-align:top;
	/*padding-left:10px;*/
}
.edit{
	clear:both;
	float:right;
}
.news_years{
	clear:both;
	padding:5px 0px 5px 0px;
	font-size:14px;
}

/* Orange Slice Section Specific */
.orange_slice{
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:10px;
	background-image:url(../images/dot_vert.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	clear:both;
	vertical-align:top;
}
.orange_slice .orange_slice_content{
/*	float:right;
	text-align:left;
	width:50%;*/
	vertical-align:top;
}
.edit{
	clear:both;
	float:right;
}

/* Form Validation Stlyes */
label.error{
	display:block;
	color:#FF6600;
	clear:both;
}
input.error{
	border:1px dotted #FF6600;
	background-color: #ffd6bb;
}

/* General Admin Stlyes */
.deleteFile{
	margin-right:30px;
}