body {
	margin: 0;
	padding: 0;
	font: 80%/120% Arial, Helvetica, sans-serif;
	color: #000;
}

#outerHeader {
	margin: 0 auto;
	background: url(../images/outerHeaderBG.jpg) repeat-x;
	
}

#header {
	min-height: 142px;
	width: 765px;
	margin: 0 auto;
	background: url(../images/headerBG.jpg) no-repeat;
}


#outerContent {
	background: #fff url(../images/outerContentBG.jpg) repeat-x;
   min-height: 500px;
}

#contentWrapper {
	width: 770px;
	padding-top: 8px;
	margin: 0 auto;
	font-size: 80%;
}

#content {
width: 750px;
margin: 0 auto;
padding-top: 1px;
position: relative;
}

#content ul {
	padding: 10px;
	list-style-position: inside;
	border: 1px solid #fff;
}

#content li {
	margin-bottom: 8px;
}

#content ul:hover {
	background-color: #e2e2e2;
	border: 1px solid #ccc;
	color: #053098;
}

#clients {
	width: 230px;
	position: absolute;
	top: 80px;
	left: 0;
	border: 1px solid #999;
}

#clients h4 {
	margin: 5px 0 0 5px;
	font-size: 130%;
}

#clients ul {
	list-style-type: none;
	padding:0;
	margin: 0;
}

#clients li {
	margin: 20px 0 20px 5px;
	color: #053098;
	font-weight: bold;
}

#content img {
	border: 1px solid #000;
}

#leftcol {
	width: 150px;
	float: left;
	padding-top: 14px;
}

#rightcol {
	width: 150px;
	float: right;
	color: #4e4845;
}

#forest {
	margin: 20px 0;
}

#outerFooter {
	clear: both;
	font-size: 85%;
	margin-top: 25px;
	background: #8c9c81 url(../images/outerFooterBG.jpg) bottom repeat-x;
	min-height: 40px;
	border-top: 1px solid #251212;
}

#footer {
	width: 770px;
	margin: 0 auto;
	font-size: 85%;
}


#footer p {
   float: right;
	font-size: 100%;
}

/********** text elements ******************/

h1, h2, h3 {
	font-size: 140%;
	color: #053098;
}

h1 {
	padding-top: 20px;
	padding-bottom: 20px;
}

h2 {
	font-size: 130%;
	color: #053098;
	margin-top: 20px;
}

h3 {
	font-size: 120%;
	margin-bottom: 0;
}
/********** Generic classes **********************/

.right {
	float: right;
	margin: 30px 0 2px 5px;
}

.left {
	float: left;
	margin: 0 8px 0 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/********** header navigation *********************/
#header {
	padding-top: 1px;
}

#header ul {
  margin: 111px 0 0 0;
  padding: 2px 0 0 0;
  list-style-type: none;
  float: left;
  font-size: 100%;
 }
  
#header li {
  float: left;		
  background: url("../images/right.gif") no-repeat top right;
  padding: 0 2px 0 3px;
  margin: 0 1px;
}
  
#header a {
  float: right;
  display: block;
  background: url("../images/left.gif") no-repeat top left;
  padding: 6px 5px 7px 11px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  margin-right: 4px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #ccc;
}
  
#header #current {
  background-image: url("../images/right_on.gif");
}
  
#header #current a {
  background-image: url("../images/left_on.gif");
  color: #000;
  padding-top: 6px;
  padding-bottom: 8px;
}

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0 0 100px 0;
	margin: 0;
	background: url(../images/falcon.jpg) bottom no-repeat;
}

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #5F6B56;
	padding: 2px 3px;
	border: 1px solid #666;
}

#leftcol li a:hover, #leftcol li .here {
	color: #000;
	background-color: #B7BFB0;
}

#reg {
	background-color: transparent;
	border: 1px solid #999;
}

#reg input, #reg textarea, #log input {
	background-color: #fff;
	color: #053098;
	border: 1px solid #666;
}

#reg .button, #log .button {
	background-color: #0c349a;
	color: #fff;
	border: 1px solid #000;
}

address {
	font-style: normal;
	padding-left: 25px;
	background: url(../images/home.jpg) no-repeat;
	margin-top: 12px;
}

.tel {
	float: right;
	background: url(../images/telephone.jpg)no-repeat 0 -3px;
	padding-left:30px;
}

.mail {
	float: right;
	background: url(../images/envelope.jpg) no-repeat 0 2px;
	padding-left: 30px;
	margin-left: 100px;
	margin-right: 30px;
}
	
#wrapped {
	background-color: #fff;
	border: 1px solid #999;
	margin-bottom: 30px;
	padding:12px;
}

.infobox {
	float: right;
	width: 220px;
	border: 1px solid #053098;
	margin: 30px 9px;
	min-height: 150px;
	padding: 5px;
	background-color: #e6e6e6;
}

.infobox h3 {
	color: #0c349a;
	margin-top: 5px;
}



.cenList {
	font-size: 120%;
	border: 2px solid #003366;
	width: 350px;
	margin: 40px auto;
	padding: 30px 20px 20px 30px;
}

ul.cenList  {
	background-color: #e4eae1;
	padding: 15px;
	width: 450px;
}

.cenList li {
	margin-bottom:15px;
}

blockquote {
	padding: 6px;
	width: 490px;
	margin: 0 auto 30px 250px;
	border: 1px dotted #4A4A4A;
	background-image: url(../images/quotes_end.gif);
	background-repeat: no-repeat;
	background-position: 96% 94%;
	background-color: #efefef;
}

table.list {
	border: 1px solid #666;
	border-collapse: collapse;
}

table.list td {
	border: 1px solid #666;
	border-collapse: collapse;
}

table.list th {
	background-color: #0c349a;
	color: #fff;
}

table.auth {
	border: 1px solid #999;
	border-collapse: collapse;
}

table.auth th {
	background-color: #053098;
	color: #fff;
	border:1px solid #999;
	border-collapse: collapse;
}

table.auth td {
	border:1px solid #999;
	border-collapse: collapse;
}
/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 170px;
	width: auto;
}

a {
	color: #0c349a;
}

table#LogIn .done {
	color: red;
	background-color: yellow;
}

/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 143px;
}

 #outerContent {
	height: 300px;
}
/**/