#logo {
	width: 364px;
	height: 71px;
	background: url(../images/logo.gif) no-repeat 0 0 #ffffff;
	display: block;
	float: left;
	margin-left: 32px;
}
form#search {
	float: right;
	margin-top: 18px;
	padding-right: 17px;
	width: 50%;
	text-align: right;
}
form#search input[type=submit] {
	width: 95px;
	height: 35px;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #c76611;
	background: url(../images/orangeShade.gif) repeat-x 0 0 #c76611;
	margin-left: 4px;
	margin-right: 0px !important;
}	
form#search input[type=text] {
	padding: 0px 14px 0px;
	height: 34px;
	width: 68%;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	border: 1px solid #e9e9e9;
	background: url(../images/greyShade.gif) repeat-x 0 0 #fdfdfd;
}
.ie7 form#search input[type=text], .ie8 form#search input[type=text] {
	line-height: 35px;
}
form#search input {
    -webkit-border-radius: 4px;
    border-radius: 4px;
	line-height: 0px;
	float: right;
	z-index: 1;
}
#header {
	background-color: #ffffff;
	background-image: none;
	padding-top: 17px;
	height: 90px;
	min-width: 828px;
}
.colmask.threecol, .threecol .colleft {
	background: url(../images/gradient01.gif) repeat-x 0 0 #f4f4f4;
}
.colmask.threecol .colmid {
	background: url(../images/gradient02.gif) repeat-x 0 0 #ffffff;
}
.colmask h1, .colmask  h2, .colmask  h2 a, .colmask  h3, .colmask  h3 a { color: #17456b; font-weight: normal; }
.colmask h1 { font-size: 30px; font-weight: bold; font-family: Arial, sans-serif !important; }
.colmask .col1 h1 { margin-top: 45px; }
.colmask h3, .colmask .col2 h2, .colmask .col3 h2 { font-size: 18px; }
.colmask h3, .colmask h4 { margin-bottom: 15px; }
.colmask h4, .colmask h4 a { font-size: 14px; font-weight: normal; color: #000000; }
.colmask h2 { font-size: 24px; }
.colmask .col2 h2, .colmask .col3 h2 {
	margin-bottom: 10px;
}
.breadcrumb {
	text-align: left;
	margin-top: -10px;
}
.breadcrumb em {
	color: #00446a;
	font-style: normal;
}
.col1 ul {
	margin-bottom: 10px;
}
.col1 ul li {
	list-style: none;
	padding-left: 35px;
	background: url(../images/newPoints.gif) no-repeat 20px 4px transparent;
}
.col2 ul, .col3 ul {
	border: 1px solid #ebebeb;
	border-bottom: none;
	background: #ffffff;
	-webkit-border-radius: 8px;
    border-radius: 8px;
	z-index: 1;
}
.ie7 .col2 ul, .ie7 .col3 ul, .ie7 form#search input,
.ie8 .col2 ul, .ie8 .col3 ul, .ie8 form#search input {
	position: relative;
}
.col2 ul li, .col3 ul li {
	padding: 10px 20px 8px;
	border-bottom: 1px solid #ebebeb;
}
.col2 li a, .col3 li a  {
	color: #555555;
	text-decoration: none;
}
.threecol .col3 {
	left: 84%;
}
.indent01 { margin-left: 2em; }
.footer_copyright img { margin: 0px 0px 5px; vertical-align: middle; }
.footer_container .footer_container_inner { padding: 0px 20px 0px 33px; }
.footer_container .footer_copyright ul, .footer_container .footer_links ul { height: 30px !important; }
.footer_container .footer_copyright ul li, .footer_container .footer_links ul li  { line-height: 30px !important; }
.footer_container .footer_links ul li a, .footer_container .footer_copyright ul li, .footer_container .footer_copyright ul li a { color: #ffffff !important; }
.footer_container .footer_links ul li a:hover, .footer_container .footer_copyright ul li a:hover { background-color: #E1E1E1; }

.blue-box {
	background: #dce3e9;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 15px
}
.blue-box h2:first-child{
	margin-top: 0
}
.right-column{
	float: left;
	width: 49.5%;
	margin-left: 1%;
}
.left-column{
	float: left;
	width: 49.5%;
}
.blue-box ul {
	padding: 0; 
	margin: 0;

}
.blue-box ul li {
  padding: 0;
  font-style: italic;
  margin-bottom: 5px;
  background:none;
}
.yellow-box{
	background-color: #f89628;
	padding: 15px;
	overflow: hidden;
}
.yellow-box p {
	color: white;
	font-size: 18px;
	font-weight: bold; 
	font-size: italic;
}

.yellow-box a {
	color: white;
	background-color: #003758;
	display: inline-block; 
	padding: 5px 10px;
	text-decoration: none;
	float: right;
	margin-top: 10px
}

.sidebar-box{
	background-color: #003758;
	color: white;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
.sidebar-box a{
   background-color: #f89628;
   display: inline-block; 
   font-size: 18px;
   text-decoration: none;

   color: #ffffff;
   padding: 10px 15px;
   clear: both;
   float: left;

}
.sidebar-box img{
	float: right;
	margin-top: 0px;
}