@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
	color:#8CB4B9;
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	line-height: 16px;
}

.wrapper {
	margin: 0 auto;
	width: 968px;
	background-image: url(../images/public/wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.wrapper.nobg {
	background: none;	
}

.header {
	background-image: url(../images/public/header-bg.gif);
	background-repeat: no-repeat;
	height: 239px;
	position: relative;
}

.header .logo {
	float: left;
	background-image: url(../images/public/logo.gif);
	background-repeat: no-repeat;
	width: 350px;
	height: 222px;
}

.header form {
	float: right;
	color: #8db5ba;
	font-size: 13px;
	background-image: url(../images/public/form-bg.gif);
	background-repeat: no-repeat;
	width: 525px;
	height: 81px;
	padding-top: 22px;
}

.header form label {
	float: left;
	width: 90px;
	line-height: 15px;
	padding-left: 9px;
	padding-top: 2px;
}

* html .header form label {
	width: 87px;
	line-height: 20px;
}

*+html .header form label {
	width: 87px;
	line-height: 20px;
}

.header form input {
	border: none;
	color: #8db5ba;
	font-size: 12px;
	width: 175px;
	height: 14px;
	line-height: 16px;
	float: left;
	margin-left: 13px;
	padding: 1px 5px;
	background: none;
}

* html .header form input {
	margin-left: 13px; 
}

*+html .header form input {
	margin-left: 13px;
}

.header form a {
	color: #8db5ba;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	float: right;
	clear: both;
	padding: 15px 48px 0 0;
}

.header form input.submit {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(../images/public/arrow-right.gif) no-repeat scroll 0 0;
  border:medium none;
  cursor:pointer;
  float:left;
  height:15px;
  margin:2px 0 0 5px;
  width:20px;
}

style.css (line 141)
.

*+html .header form a { 
	padding: 0 24px 0 0;
}

.header .navigation {
	float: left;
	background-image: url(../images/public/navigation-ul-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 68px;
	position: absolute;
	right: 15px;
	bottom: 15px;;
}

.header .navigation ul {
	float: left;
}

.header .navigation ul li {
	float: left;
	text-align: center;
	position: relative;
	height: 23px;
}

.header .navigation ul li img {
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -21px;
}

* html .header .navigation ul li img {
	margin-bottom: 45px;	
}

.header .navigation ul li.first a {
	background: none;	
}

.header .navigation ul li a {
	color: #8db5ba;
	font-size: 13px;
	float: left;
	padding: 45px 10px 0 10px;
	height: 23px;
	line-height: 23px;
	background-image: url(../images/public/nav-separator.gif);
	background-repeat: no-repeat;
	background-position: 0 47px;
}

.header .navigation ul li a.image {
	padding: 0;
}

.main {
	clear: both;
	overflow: hidden;
}

.homepage .banner {
	background-image: url(../images/public/banner.jpg);
	background-repeat: no-repeat;
	height: 345px;
	padding: 0;
	margin: 0;
	position: relative;
}

.homepage .content{
	background-image: url(../images/public/main-bg.jpg);
	background-repeat: no-repeat;
	width: 924px;
	padding: 15px 22px;
	min-height: 388px;
}

* html .homepage .content{ 
	height: 400px;
	color: #252525;
}

.homepage .content .more {
	color: #1b75bc;	
}

.homepage .content img {
	padding-bottom: 15px;	
}

.homepage .content .left {
	float: left;
	width: 430px; 
}

.homepage .content .left .left {
	float: left;
	width: 200px;
}

.homepage .content .left .right {
	float: right;
	width: 200px;
}

.homepage .content .middle {
	float: left;
	width: 208px;
	margin-left: 30px;
}

.homepage .content .right {
	float: right;
	width: 208px;
}

.homepage .content .right ul li {
	padding-bottom: 15px;
	background-image: url(../images/public/list-separator.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-indent: 25px;
        list-style-type: none;
}

.homepage .content .right ul li a {
	color: #252525;
}

.footer {
	height: 60px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #252525;
	margin: 0 -10px;
	position: relative;
}

.footer a {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252525;
	line-height: 16px; 	
}

.footer span {
	padding: 0 3px;	
}

.sidebar {
	float: left;
	width: 136px;
	padding-left: 74px;
}

.sidebar ul li {
	padding: 3px 0;	
}

.sidebar ul li a {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8db5ba;	
}

.content {
	float: right;
	width: 499px;
	padding-right: 238px;
	min-height: 650px;
	font-size: 11px;
	font-weight: bold;
	color: #252525;
}

* html .content {
	height: 650px;	
}

.content .banner {
	background-image: url(../images/public/banner-shadow.gif);
	background-repeat: no-repeat;
	width: 712px;
	height: 291px;
	margin-right: -213px;
	position: relative;
	float: right;
	clear: both;
}

* html .content .banner {
	margin-right: -119px;	
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #8cb4b9;
	text-transform: uppercase;
	padding: 0 0 8px 0;
	letter-spacing: 0.01em;
	clear: both;
}

.content p {
	padding-bottom: 15px;	
}

.content ul li {
  list-style-type: disc;
  list-style-position: inside;
}

