/* Fonts */

BODY {
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	color : #333333;
	font-size : 13px;
	background-color: #FFFFFF;
	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 : #333333;
	font-size : 19px;
	float: left;
	font-weight: bold;
}

.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: #c0e195;
   color: #666666;
}

select:hover {
   border: 1px solid #CCCCCC;
   background: #c0e195;
   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: 950px;
  margin:0 auto; /*center hack*/
  margin-top: 20px;
  border: 0px solid #CCCCCC;
}

div.padding {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 21px;
}

.topmenu {
  background-color: #d5d3e5;
  width: 950px;
  height: 26px;
}

.home {
background-color: #d5d3e5;
float: right;
display: block;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-weight: bold;
}

.home a:hover {
background-color: #bebdc9;
float: right;
display: block;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-weight: bold;
}


.top {
	padding-left: 50px;
	text-align: left;
	font-size: 18px;
	float: left;
	vertical-align: text-bottom;
	height: 25px;
}

.login {
	float: right;
	font-size: 15px;
	font-weight: bold;
	vertical-align: text-bottom;
	height: 25px;
}

div.header {
  width: 950px;
}

.services {
	background-color: #d5d3e5;
	line-height: 20px;
	padding: 10px;
	margin-bottom: 10px;
}

.servlink {
padding-top: 7px;
font-weight: bold;
}

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;
}

/*Menu*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.suckertreemenu ul a{
margin: 0;
padding: 0;
list-style-type: none;
color:#FFFFFF;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #d5d3e5; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 100px; /*Width of top level menu link items*/
padding: 5px 7px;
border-left-width: 1;
text-decoration: none;
color:#333333;
font-weight: bold;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
} 

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 100px; /*width of sub menu levels*/
color:#333333;
text-decoration: none;
padding: 5px 7px;
background-color: #e8e7f1;
}

.suckertreemenu ul li a:hover{
background-color: #bebdc9;
color: #333333;
}

.suckertreemenu ul li a:visited{
color: #333333;
text-decoration: none;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background-color: #d5d3e5;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background-color: #d5d3e5;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
* html .suckertreemenu ul li ul li a{ height: 1%; }
* html .suckertreemenu ul li ul li ul li { float: left;}
* html .suckertreemenu ul li ul li ul li a{ height: 1%; }
/* End */




/*Ticker*/

#v_container{
height:170px;
width:345px; }

.ticker{
height:175px;
width:345px;
font-family: trebuchet ms;}


/* Links */

a:link {
	color : #06357a;
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	text-decoration : none;
}

a:visited {
	color : #06357a;
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	text-decoration : none;
}

a:hover {
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	color: #214e8f;
	text-decoration : none;
}

#topmenu a:link {
	color : #9cc60c;
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	text-decoration : none;
}

#topmenu a:visited {
	color : #FFFFFF;
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	text-decoration : none;
}

#topmenu a:hover {
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	color: #FFFFFF;
	text-decoration : none;
}

.menu a:link {
	color: #36c2f7;
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	text-decoration : none;
	font-size: 14px;
}

.menu a:visited {
	color: #36c2f7;
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	text-decoration : none;
	font-size: 14px;
}

.menu a:hover {
	font-family : arial, trebuchet ms, verdana, helvetica, sans serif;
	color : #36c2f7;
	text-decoration : none;
	font-size: 14px;
}

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;
}


