/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
/*
body {
	background: #003d4c;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
*/
body {
  color:#4B4942;
  font-family:"Lucida Grande",Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size:62.5%;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:2.2em;
  background: #e3e3ed;
}

h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
a {
  text-decoration: none;
  color: #0088CC;
  font-size: 12px;
}
a:hover{
  text-decoration: underline;
}
a[icon ^="external"] {
   padding-right: 20px;
   background: transparent url(/img/external.gif) no-repeat center right;
}
#leftmenu ol, #leftmenu ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

/* Layout */
#container {
	text-align: left;
  margin: 0 auto;
  border: 1px solid #cccccc;
	width: 1024px;
  background: #ffffff;
}

#header{
	/*padding: 10px 20px;
  background-color: #5c5c7c;
  */
  height: 121px;
  padding: 0px;
  /*
  position: relative;
  z-index: 10;
  */
}

#header_banner{
/*  position: relative; */
  background: #ffffff url(../img/sss_header2.jpg) 0 0 no-repeat;
/*  float: left; */
  margin-left: 0px;
  width: 100%;
  height: 121px;
}

#headermenu{
 /* position: absolute; */
  top: 121px;
  left:0px;
  width: 100%;
  height: 40px;
 /* margin: 10px 0px 10px 0px;*/
  /*background-color: #efefef;*/ 
  border: 0px solid #666;
 /* padding: 5px; 
  z-index: 100;
  */   
}

#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}


#headermenu a{
  background-color: #efefef;
  font-weight: bold;
  text-decoration: none;
  color: #7c5c62;
  font-size: 13px;
}



#header_addie{
  float: right;
  margin-right: 2px;
  margin-top: 6px;
}

#header_logo{
  float: left;
  margin-left: 10px;
}
/* left menu styles */

#leftmenu{
  float: left;
  width: 200px;
  /*background-color: #7c5c62;*/

}

#rightcolumn{
  float: right;
  width: 300px;
}

/* main content */
#mainContent{
  float: left;
  width: 470px;
  padding: 0 20px;
}

.articleWrapper #ContactSendEmailForm{
  line-height:1.2em;
}

.articleWrapper ul{
  font-size:1.3em;
  padding-left: 15px;
  margin-bottom: 10px;
}
.articleWrapper p{
  font-size:1.3em;
  padding-bottom:10px;
}

.articleWrapper h2{
  color:#7c5c62;
  font-size:2em;
  margin:10px 0pt;
}

.articleWrapper .sub_h2{
  color:#7c5c62;
  font-size:1.6em;
  margin:0px 0pt;
  line-height: 1.3em;
}

.articleWrapper h3{
  /*color:#7c5c62;*/
  font-size:1.3em;
  font-weight: bold;
  margin:10px 0pt;
}
.articleWrapper a img{
  margin: 4px;
  border: 1px solid #DDDDDD;
}

.articleWrapper label, .articleWrapper input, .articleWrapper select, .articleWrapper textarea {
clear:both;
float:left;
}
.articleWrapper label {
margin-bottom:3px;
}
.articleWrapper .input label, .articleWrapper .input input, .articleWrapper .input select, .articleWrapper .input textarea {
width:300px;
}
.articleWrapper .input {
clear:both;
float:left;
margin: 0px;
}

/*
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
*/

#content{
 /* padding: 32px 0pt 20px; */
  background-color: #FFFFFF;
  /*overflow:hidden;*/
  width:1024px;
  margin-top: 30px;
  z-index: 1;
}

.container{
  margin:0pt auto;
  overflow:hidden;
  position:relative;
  width:1024px;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
  background: #f1eee7;
}

/* Imported lists */

ul.borderedlist li{
  border-bottom: 1px dashed #d1cfcd;
}

ul.borderedlist li a{
  display: block;
  padding:3px 0 0 2px;
  height: 26px;
  color: #42423b;
}

ul.borderedlist li a:hover{
  background: #E5E5E4;
  color: #42423b;
}

.leftbox{
  background: #f1f0ef;
  padding: 10px 23px 10px 23px;
  margin-bottom:3px;
  line-height:1.8em;
}
h3.leftbox{
  font-size:19px;
  color: #8c8685; 
  background: #f1f0ef url(../img/h3_bg_tall.jpg) 0 0 repeat-x;
  padding:5px 0 10px 23px;
}
h3.header_small{
  font-size:15px;
  font-weight: bold;
  background: #f1f0ef;
  padding:0 23px 5px 23px;
}
ul.leftbox{font-size: 1.2em;}

.features{
  padding-top:5px;
  font:1.27em Arial, Helvetica, sans-serif;
}
.features a, .features a:hover, .features a:link, .features a:visited{
  color: #4B4942;
} 
  
#leftmenu .leftbox p{
  padding-bottom:1em;
  line-height:1.5em; 
  font-size:12px
}  

/* right column */
  
.rightbox_wrapper{
  background: #eeeded;
  padding:5px;
  margin-bottom: 20px;
  width:277px;
  overflow: hidden;
  font-size:11px;
  line-height: 18px;
  color: #58584D;
}
.rightbox{border: 1px dashed #d9e0e8;width:275px;overflow: hidden;padding-bottom:6px;}
.product_image{ float: left;margin: 6px 0 0 6px;border:solid 1px #DDDDDD;}
.product_wrapper{float: right;width:195px;}
.product_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
.product_wrapper p{font-size:1em;}

.bottom_image{ float: left;margin: 6px 4px 4px 0px;border:solid 1px #DDDDDD;}
  
/* bottom layout */
#bottominfo{
/*  border-top: 5px solid #42423b; */    
  border-top: 5px solid #5c5d7c;
  background: #f1eee7;
  /*padding-bottom:25px;*/
  width: 100%;
  overflow: hidden;
}
.bottomcolumn{
  float: left;
  width:288px;
  margin-right: 18px;
}
.bottomright{margin-right:0;}

/* =BOTTOM */
.bottomcolumn h3{
  border-bottom: 4px solid #9b968f;
  color: #7c5c62; 
  font-size:18px;
  padding:15px 0 5px 5px;
}
.bottomcolumn p{
  padding: 10px 35px 10px 5px;
  font-size: 1.2em;
}
.iconlist{
  border-top: 1px dashed #d1cfcd;
  font-size: 1.2em;
}
ul.iconlist li a{
  padding-left: 25px;
  background: url(../img/16-cube-blue.png) left center no-repeat;
}
ul.iconlist  li a:hover{background: #E9E4DE url(../img/16-cube-blue.png) left center no-repeat;color: #42423b;}
.enewsbox{
  float: left;
  width: 180px;
  height: 17px;
  padding:3px 5px;
  border: 4px solid #5599A7;
  font-size:13px;
}
.button{
  display: block;
  float: left;
  width: auto;
  line-height:1em;
  text-align: center;
  background: #659AA6;
  border: 4px solid #fff;
  color: #fff;
  cursor: pointer;
  margin:0;
  padding:3px 8px; /* IE6 */
}

/* Table overides */

table.Worker{
  width: 100%;
  border:0px solid #ccc;
  clear: none;
  color: #666666;
  font-family: Arial,Helvetica,Geneva,sans-serif; 
     
}
table.Worker tr td { 
  text-align: left;
  border-right: 0px solid #ccc; 
}

table.Worker .Employee{
 
}

table.Worker .Employee h1{
  font-size: 2.0em;
  font-weight: bold;
}

table.Worker .Employee h3{
  color:#9E2317;
  font-size:100%;
  font-weight:normal;
  padding-bottom:5px;
  line-height: 100%;
}

table.Worker p{
  font-size: 12px;
  line-height: 160%;
}
      
/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .2em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 120%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
  font-size: 13px;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

.articleWrapper .contact_block{
  float: left;
  clear: both;
  position: relative;
  width: 100%;
  background-color: #F1F0EF ;
  color: #42423B;
  border-top:1px dashed #D1CFCD;
  border-bottom:1px dashed #D1CFCD;
  margin-top: 10px;
  margin-bottom: 20px;
}

.articleWrapper .contact_info_group{
  float: left;
  width: 32%;
  padding: 3px;
}

.articleWrapper .contact_info_group .title{
  font-weight: bold;
}

.box {
  background:transparent url(/img/intro_box_bottom.gif) no-repeat scroll center bottom;
  width:292px;
  z-index:2;
}
.box h3 { 
  font-family:"Myriad Pro","Myriad Web";
  font-size:14px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
  margin:0pt;
}
.box p {
  width:auto;
  line-height: 18px;
}

.box .innerbox {
  background:transparent url(/img/intro_box_top.gif) no-repeat scroll center top;  
  padding:20px 15px 0px;
}

.intro .clearfix {
  padding-bottom:0px;
}

.clear{
  clear: both;
}

