﻿/* yellow - fffbcc */

body 
{
	background-color: #231f20;
	margin-top: 0px;
	margin-bottom: 0px
}

table.main
{
	width: 893px;	
}

/* Side bar colors */


#side_righttop
{	
	background-color: #f58c1f;
	width: 12px
}

#side_rightbottom
{
	background-color: #fffbcc;
	width: 12px
}

td.side_white
{
	background-color: #ffffff;
	width: 12px
}

td.side_orange
{
	background-color: #f58c1f;
	width: 12px;
	height: 15px;
	
}

/* Editable Regions */

td.headerleft{
	border-left: 12px solid #8973b3	
	}

td.lefttopcopy
{
	background-color: #fffbcc;
	padding: 18px;
	width: 238px;
	height: 299px;
	max-height: 299px;
	line-height: 20px;
	border-left: 12px solid #ffffff;
	}

td.leftbottomcopy
{
	background-color: #fffbcc;
	padding: 18px;
	width: 238px;
	min-height: 241px;
	height: 241px;
	line-height: 20px;
	border-left: 12px solid #ffffff;
	}
	
td.orange
{
	border-left: 12px solid #f58c1f;
	border-right: 12px solid #f58c1f;
	
	}

#newscopy
{
	background-color: #ffffff;
	height: 200px;
	padding-left: 50px;
	padding-right: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#maincontent
{
	background-color: #ffffff;
	/* border-right: #8874af solid 13px; */
	background-image: url(/images/frontend/sidebar_purple.gif);
	background-position: right top;
	background-repeat: repeat-y;
	
}

#profilecontent
{
	margin-top: 10px;	
	margin-left: 45px;
	width: 85%
}

#profilecontent a:link, #profilecontent a:active, #profilecontent a:visited 
{
	color: #000000; 
	text-decoration: underline; 
	}

#profilecontent a:hover; #profilecontent a:visited:hover
{
	color: #f58c1f; 
	text-decoration: none; 
	} 

a:link, a:visited, a:active 
{
	color: #000000; 
	text-decoration: underline; 
	}

a:hover; a:visited:hover
{
	color: #f58c1f; 
	text-decoration: none; 
	} 

#profileaddl
{
	margin-top: 25px;	
	margin-left: 45px;
	margin-bottom: 25px;
	width: 85%
}

#servicescontent
{
	margin-top: 10px;	
	margin-left: 45px;
	padding-bottom: 25px;
	width: 85%;
}

#orangebar
{
	background-image: url('/images/spacer-white.gif');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #fffbcc;
	height: 36px
	}
	
/* Quotes for Left Copy  */

.quoteleft {
  background: transparent url('/images/quotes-left.gif') -8px -2px no-repeat;
  width: 100%;
  text-indent: 25px;
  
}

.quoteright {
  background: transparent url('/images/quotes-right.gif') right bottom no-repeat;
  padding-right: 8px;
  padding-top: 8px
}

/* Home page parenthesis */

td.homeparen_middle
{
	background-image: url('/images/paren_middle.gif');
	background-repeat: repeat-y;
	background-position:left top;
	width: 33px;
}
	
/* Footer */

#footer
{
	background-color: #8973b3;
	text-align: center;
	width: 100%;
	height: 65px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #ffffff;
	border-left: 12px solid #ffffff;
	border-right: 12px solid #ffffff
	}
	
a.footer:link 
{
	color: #ffffff; 
	text-decoration: underline; 
	}

a.footer:active 
{
	color: #ffffff; 
	text-decoration: underline; 
	} 

a.footer:visited 
{
	color: #ffffff; 
	text-decoration: underline; 
	}	
