@charset "utf-8";
/* CSS Document */
/* Logo/Website Colors
#80ABC1 - Logo Blue
#D0D0D0 - Logo greyish
*/
* {margin: 0; padding: 0; border: 0;}

body {
	background: #ffffff;
}
A,A:hover {
	color: #000000;
	text-decoration: none;
}
H1 {
	font-family: Verdana, Arial, sans-serif;
	color: #FCFCFC;
	font-size: 1em;
	padding: 7px 0px 0px 20px;
	font-weight: 500;
}
H2 {
	font-family: Arial, sans-serif;
	color: #005292;
	/*color: #005FA9;*/
	font-size: .8em;
	padding: 10px 0px 5px 25px;
	font-weight: 900;
	letter-spacing: 0px;
}
P {
	margin: 0 0 0 25px;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	}
P.nomargin {
	margin: 0px;
	line-height: 150%;
}
#container {
	overflow: hide;
	width: 875px;
	margin: 0 auto;
	border: thin solid #F3F3F3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header {
	height: 262px;
	background: url(../../images/top_bg.gif) no-repeat;
}
#menu {
	height: 44px;
	width: 745px;
	background: url(../../images/menu_bg.gif) repeat-x;
	margin-top: -197px;
	padding-left: 130px;
	}

#content {
	width: 840px;
	margin: 0 auto 25px auto;
}
#greenbar {
	/*width: 780px;*/
	background: url(../../images/headerbar_green.gif) repeat-x;
	height: 32px;
	margin: 0 auto;
}
#greybar {
	/*width: 780px;*/
	background: url(../../images/headerbar_gray.gif) repeat-x;
	height: 32px;
	margin: 0 auto;
}
#navigation {
	width: 200px;
	padding: 10px 5px 10px 5px;
	float: left;
	margin-top: 5px;
	border: 1px solid #F3F3F3;
}
#nav_menuitems {
	background: #FCFCFC;
	white-space: nowrap;
}
#nav_blue {
	color: white;
	background: #518bb3 url(../../images/testimonial_top.gif) no-repeat top;
	/*margin-top: 5px;*/
}
#nav_content {
	padding-left: 215px;
}
p.nav {
	margin: 0px;
	font-size: .8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 0px 2px 0px;
}
A.nav {
	padding: 1px;
	color: #000000;
	border: 1px solid transparent;
}
A.nav:hover {
	padding: 1px;
	color: #005FA9;
	border: 1px solid #005FA9;
}
#footer {
	background: #FCFCFC;
	height: 50px;
	width: 875px;
	clear: both;
	text-align: center;
	border-top: 1px solid #F3F3F3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .6em;
	padding: 10px 0px 10px 0px;
}
UL {
	margin-left: 50px;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
.smaller {
	font-size: .7em;
}
.whatsnext {}
  .whatsnext a {
    color: #005292;}
    .whatsnext a:hover {
      text-decoration: underline;}
  .whatsnext ol {
    margin: 0 0 0 25px;
  	font-size: .8em;
  	font-family: Arial, Helvetica, sans-serif;
  	line-height: 150%;}
  	.whatsnext ol li {
  	  margin: 15px 0;
  	  margin-top: 0;
  	}
  .whatsnext p {
    margin: 0 0 25px 25px;}
    .whatsnext p.date {
      margin: 25px 0 0 25px;}
.white {
	color: white;
}
input,textarea,select {
	border: 1px solid #808080;
}

