/* Fonts */

BODY {
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	color : #5f6062;
	font-size : 13px;
	background-color: #b3c1ca;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
}

.title{
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	color : #5e88a2;
	font-size : 19px;
	float: left;
	font-weight: bold;
}

.small{
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	color : #333333;
	font-size : 11px;
	float: left;
}

.content {
line-height: 20px;
}


.pic { background-color: #FFFFFF; padding: 5px; border: 1px solid #CCCCCC; margin: 5px; }
.border {  border: 1px solid #000000; }

.menu { font-size: 14px; font-weight: bold; line-height: 20px;}

/* forms */

input, select, textarea {
   font-family: arial, trebuchet ms, verdana, helvetica, sans serif;
   font-weight: none;
   vertical-align: middle;
   background: #FFFFFF;
   border: 1px solid #CCCCCC;
   font-size: 13px;
   color: #666666;
}

input:hover {
   border: 1px solid #CCCCCC;
   background: #cbd3d8;
   color: #666666;
}

select:hover {
   border: 1px solid #CCCCCC;
   background: #cbd3d8;
   color: #666666;
}

.button {
  background-color: #bebdc9;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
}

.button:hover {
  background-color: #d5d3e5;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
}



/* DIVs */

div.spacer {
  clear: both;
  }

#container {
  background-color: #FFFFFF;
  width: 745px;
  margin:0 auto; /*center hack*/
  margin-top: 20px;
  border: 0px solid #cccccc;
}

#footer {
  background-color: #b3c1ca;
  width: 735px;
  margin:0 auto; /*center hack*/
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 10px;
  text-align: center;
  padding-right: 8px;
  padding-left: 8px;
}

div.padding {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 21px;
  width: 700px;
}

#topmenu {
  color: #FFFFFF;
  width: 715px;
  height: 20px;
  padding-right: 5px;
  font-size: 12px;
}

.header {
  width: 750px;
  border-bottom: 6px solid #e8d831;
}

div.customers {
background: url(../images/customers.gif);
width: 220px;
height: 126px;
margin-top: 10px;
}

div.normal {
padding: 10px;
}

#side {
	float: right; 
	width: 220px; 
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div.newconsult {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 150px;
  border: 1px solid #CCCCCC;
  padding-left: 7px;
  padding-right: 3px;
  padding-top: 55px;
  padding-bottom: 3px;
  background-image: url(../images/newconsult.gif)
}

#column1 {
	width: 680px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	padding: 5px;
}

.footer { font-size: 10px; text-align: center; padding-bottom: 20px; width: 950px; margin:0 auto; padding-top: 7px; border-top: 1px solid #06357a; /*center hack*/ }


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.white {
color : #FFFFFF;
}


/* Links */

a:link {
	color : #396682;
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	text-decoration : none;
}

a:visited {
	color : #396682;
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	text-decoration : none;
}

a:hover {
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	color: #5e88a2;
	text-decoration : none;
}

#topmenu a:link {
	color : #FFFFFF;
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	text-decoration : none;
	font-size: 12px;
}

#topmenu a:visited {
	color : #FFFFFF;
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	text-decoration : none;
	font-size: 12px;
}

#topmenu a:hover {
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	color: #b3c1ca;
	text-decoration : none;
	font-size: 12px;
}

a.barretttext:link {
	color: #4c5f00;
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	text-decoration : none;
}

a.barretttext:visited {
	color: #4c5f00;
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	text-decoration : none;
}

a.barretttext:hover {
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	color : #7e9426;
	text-decoration : none;
}


