/* Fonts */

BODY {
	font-family : "trebuchet ms", sans serif;
	color : #002134;
	font-size : 13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
	line-height: 18px;
	background-color: #002134;
}

.white{
	font-family : "trebuchet ms", sans serif;
	color : #FFFFFF;
	line-height: 14px;
	font-size : 10px;
}

.footer{
	font-family : "trebuchet ms", sans serif;
	color : #FFFFFF;
	font-size : 12px;
}

.title{
	font-family : "trebuchet ms", sans serif;
	color : #1E87BC;
	font-size : 18px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 19px;
}

.small{
	font-family : "trebuchet ms", sans serif;
	color : #666666;
	font-size : 11px;
	line-height: 17px;
}

.list {
	font-family : "trebuchet ms", sans serif;
	color : #666666;
	font-size : 12px;
	line-height: 17px;
}

.testimonial {
	font-family : "trebuchet ms", sans serif;
	color : #666666;
	font-size : 11px;
	line-height: 17px;
	font-style:italic;
}

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

/* forms */

input, select, textarea {
   font-family: "trebuchet ms", 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: #B5CADB;
   color: #666666;
}

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

textarea:hover {
   border: 1px solid #CCCCCC;
   background: #B5CADB;
   color: #666666;
}

.tablehead{
  background-color: #025AA4;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  font-size: 12px;
  border: solid 1px #002134;
}

.gold{
  background-color: #EFB10B;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  font-size: 12px;
  border: solid 1px #002134;
}

.silver{
  background-color: #AEAA9E;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  font-size: 12px;
  border: solid 1px #002134;
}

.bronze{
  background-color: #775225;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  font-size: 12px;
  border: solid 1px #002134;
}

.table {
  border: solid 1px #002134;
  padding: 3px;
 }
 
td .table{
  border: solid 1px #002134;
 }

.button {
  background-color: #025AA4;
  width: 100px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button:hover {
  background-color: #B5CADB;
  width: 100px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* CSS Document */

/*menu*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* CSS Document */

/*menu*/

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 175px; /* Width of Menu Items */
border-bottom: 1px solid #6E9FC9;
font-size: 14px;
font-weight: bold;
}
	
.suckerdiv ul li{
position: relative;

}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 175px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background: #025AA4;
padding: 3px 3px;
border: 1px solid #6E9FC9;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: white;
text-decoration : none;
}

.suckerdiv ul li a:hover{
color: white;
background-color: #AC1111;
text-decoration : none;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


/* DIVs */

div.spacer {
  clear: both;
  }

div.container {
  background-color: #FFFFFF;
  width: 975px;
  margin:0 auto; /*center hack*/
  margin-top: 40px;
}

div.padding {
  padding: 5px;
}

/*Tables*/

.side {
  background-color: #6E9FC9;
  width: 220px;
  padding: 5px;
  vertical-align: top;
  text-align: center;
  padding-top: 18px;
}

.promo {
  background-color: #FFFFFF;
  width: 100%;
  padding: 5px;
  vertical-align: top;
  border: solid 2px #025AA4;
 }
 
.promotitle {
 font-weight: bold;
 color: #025AA4;
 font-size: 15px;
}

/* Links */

a:link {
	color : #1990AC;
	font-family : "trebuchet ms", sans serif;
	text-decoration : underline;
}

a:visited {
	color : #666666;
	font-family : "trebuchet ms", sans serif;
	text-decoration : underline;
}

a:hover {
	font-family : "trebuchet ms", sans serif;
	color: #666666;
	text-decoration : underline;
}

a.footer:link {
	color : #FFFFFF;
	font-family : "trebuchet ms", sans serif;
	text-decoration : none;
}

a.footer:visited {
	color : #FFFFFF;
	font-family : "trebuchet ms", sans serif;
	text-decoration : none;
}

a.footer:hover {
	font-family : "trebuchet ms", sans serif;
	color: #FFFFFFs;
	background-color: none;
	text-decoration : underline;
}

a.menu:link {
	color : #FFFFFF;
	font-family : "trebuchet ms", sans serif;
	text-decoration : none;
	font-size: 11px;
}

a.menu:visited {
	color : #FFFFFF;
	font-family : "trebuchet ms", sans serif;
	text-decoration : none;
	font-size: 11px;
}

a.menu:hover {
	font-family : "trebuchet ms", sans serif;
	color: #FFFFFF;
	text-decoration : none;
	font-size: 11px;
}


