/*Copy and Paste this into design.css for a generic starting place, or delete the dev8 design.css and save this as design.css*/


/* -- General Settings --------------------------------------------------- */
html, body, form, fieldset, td {
	font-family: "Tahoma", verdana, arial, helvetica, sans-serif;
	color: #5C5B57;
}

html {
	font-size: 100%;
}

body { 
	font-size: 83%;
	margin: 20px 0;
	background: #EDECE0;
}

ul{
  
}

a, a:link, a:visited {
	color: #918E80;
	text-decoration: underline;
	font-weight: bolder;
}

a:focus, a:hover, a:active {
    color: #585856;
	text-decoration: none;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

/* -- Main Layout ------------------------------------------------------------ */
/* Main <table> creating the basic page layout. */
#layoutTable {
	width: 748px;
	/*border-collapse: collapse;*/
	margin: 0 auto;
}

/* Page header*/
#headerCell {
  padding:0px;
  margin:0px;
}

	#headerCell h1 {
	/*margin: 0 35px;
	font-size: 3em;
	line-height: 2em;
	*/	
	}

/* Sidebar*/
#sidebarCellLeft {
	background-color:#FBFBF9;
	border-left: 1px solid #D7D3C1;
	border-right: 1px solid #D7D3C1;
	min-height: 300px;
}

#home #sidebarCellLeft {
    background-color: #6F889B;
    border: 0px;
	height: 240px;
	width: 233px;
	background: #6F889B url(/img/UK-Nameplate.gif) no-repeat 0;
}

#companyText {
    background: #6F889B url(/img/UK-Nameplate.gif) no-repeat 0;
	/*color: white;
	font-family: Helvetica;
	font-size: 30px;
	height: 220px;
	width: 194px;
	padding-top: 20px;
	padding-left: 40px;
	vertical-align: middle; */
	width: 233px;
	height: 240px;
}

#clientsImgMap {
    margin-top: 1em;
}

/* #ctbold{
	padding-top: 30px;
    height: 80px;
	width: 180px;
}

#ctlight{
	height: 40px;
	width: 180px;
} */

#sidebar {
	border-top: 10px solid #D7D3C1;
	background-color:#FBFBF9;
	width: 100%;
}

/*#sidebar-title {
	height: 20px;
	margin-top: 35px;
	margin-bottom: 20px;
	margin-left: 30px;
	width: 174px;
}*/

.cell-content {
  padding: 0px 30px 0px 30px;
  color: #918E80;
  font-size: 85%;
}

.cell-title {
	height: 20px;
	margin-top: 35px;
	margin-bottom: 20px;
	margin-left: 30px;
}

#sidebar .cell-title {
	height: 20px;
	margin-top: 35px;
	margin-bottom: 20px;
	margin-left: 30px;
}

#news .cell-title {
    height: 42px;
}

/*#about #sidebar .cell-title {
    height: 45px;
}*/

.read-more {
  text-align: right;
  border-top: 1px dotted #918E80;
  margin: 15px 30px 0px 30px;
  padding: 5px 0px 25px 0px;
  font-weight: bolder;
  font-size: 85%;
}

#sidebar-content .read-more {
  margin: 15px 0px 0px 0px;
}

.read-more a, .read-more a:link, .read-more a:visited {
  color: #CE7E00;
}

.read-more a:focus, .read-more a:hover, .read-more a:active {
  color: #CE5500;
  text-decoration: none;
}

/*main content cell*/
#contentCell {
	width:514px;
	background-color:#EDECE0;
	padding-left: 12px;
	padding-top: 2px;
}

/*homepage layout*/
#leftCellBottom {
  border-top: 10px solid #D7D3C1;
  border-right: 1px solid #D7D3C1;
  border-left: 1px solid #D7D3C1;
  background-color:#FBFBF9;
  min-height: 300px;
  width: 233px;
}

#bottom-left-cell-content ul,
#bottom-right-cell-content ul,
#sidebar-content ul {
   margin-left: -10px;
}

#bottom-left-cell-content li,
#bottom-right-cell-content li,
#sidebar-content li {
	margin-bottom: 10px;
	background: url(/img/bullet-white-bg.gif) no-repeat left 5px;
	padding-left: 10px;
	font-weight: bolder;
}

/*#services #sidebar-content li {
    background: none;
}*/

#centerCell {
  height: 240px;
  width: 280px;
  background-color: #89ABC2;
}

#centerCell ul {
  margin: 0px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 33px;
}

#centerCell li {
	margin-bottom: 10px;
	background: url(/img/bullet-white.gif) no-repeat left 5px;
	padding-left: 10px;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

#centerCell a, #centerCell a:link, #centerCell a:visited {
	color: white;
	text-decoration: none;
}

#centerCell a:focus, #centerCell a:hover, #centerCell a:active {
    color: #CCCCCC;
	text-decoration: underline;
}

#centerCellBottom {
  border-top: 10px solid #D7D3C1;
  min-height: 300px;
  width: 280px;
}

#bottom-center-cell-content {
  color: #5C5B57;
  padding-bottom: 25px;
}

#sidebarCellRight {
  height: 240px;
  width: 233px;
  background: url(/img/Homepage-Pic.gif) no-repeat 0;
}

#rightCellBottom {
  border-right: 1px solid #D7D3C1;
  border-left: 1px solid #D7D3C1;
  min-height: 300px;
  width: 233px;
  background-color: #FBFBF9;
  border-top: 10px solid #D7D3C1;
}

/*page footer*/
#sideFooterCell {
  background-color: #333333;
  color: #6B6B67;
  text-align:center;
  font-size: 115%;
}
#footerCell {
	background-color: #333333;
	color: #6B6B67;
	text-align:center;
	padding: 10px;
}
	
#footerCell a {
	color: #6B6B67;
}

#logoCell {
  background-color: #EDECE0;
}

/* -- Common Page Items ------------------------------------------------- */
#page-breadcrumbs {
	margin-top: 15px;
}

#page-title-container {
}

#page-title {
	font-size: 1.8em;
	color: #CE5700;
	text-transform: uppercase;
	height: 20px;
}

	

#page-subtitle {
	color: #A6A393;
	margin-top: -8px;
	margin-bottom: 10px;
	margin-left: 2px;
	font-size: 85%;
	text-transform: uppercase;
	line-height: 115%;
	font-weight: bolder;
}

#page-intro {
   margin: 1.5em 3px 0;	
}

#page-content {
   margin: 10px 3px;
   padding-bottom: .8em;
}

#team #page-content img {
  margin: 5px 10px;
}

.teamImg {
  border: 1px solid black;
}

#page-content ul {


}

#page-intro li,
#page-content li {
		margin-bottom: 5px;
		background: url(/img/bullet-brown-bg.gif) no-repeat left 5px;
		padding-left: 10px;
}

#page-outro {
	
}

#page-pager-container {
	float: right;
	margin: 10px 0;
	/* Fix IE Doubled Float-Margin Bug
	   http://positioniseverything.net/explorer/doubled-margin.html */
	display: inline;
	background: #EDECE0;
	text-align: right;
	width: 14em;
}

.page-pager {
	width: 14em;
	margin: 0.33em 0.66em;
}

.page-pager img {
   padding: 0 5px;
}

#page-pager-back {
	float: right;
}

#page-pager-next {
	float: right;
	text-align: right;
}

#page-bottomLinks {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
	font-size: 85%;
}

#copyright {
	font-size: 85%;
}

#copyright img {
	margin-bottom: -2px;
}

/* -- Misc. Look And Feel --------------------------------------------------------- */


#sitemap ul {
	list-style-type: disc;
	margin-left: 1em;
}

#sitemap ul ul {
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	list-style-type: circle;
}

#sitemap ul ul ul {
	list-style-type: square;
}

/* -- Mailing List Form ----------------------------------------------- */

#ml-form {
	margin: 25px 0.5em 15px;
}

#ml-email {
	/*width: 96%;*/	
	
}

#ml-submit {

}

.ml-text {
	font-size: 0.9em;
}
/*for smarty templates*/
.php-smarty {
display:none;
}

body#smarty .php-smarty {
display: block;
} 
