@charset "UTF-8";/* Main layout------------------------------------------------------------------*/img {	margin:0;	padding: 0;	border: 0;}body {	background: #fff;	color: #333;	font-size: 14px;	line-height: 140%;	font-family: Arial, Helvetica, sans-serif;	margin: 0;	padding: 0;}/* text------------------------------------------------------------------*/strong {	color: #000;	font-weight: bold;}a, a:visited {	color: #8690B1;	text-decoration: none;}a:hover {	color: #000;	text-decoration: underline;}h1 {	color: #adadad;	font-size: 36px;	letter-spacing: -1px;	font-weight: bold;	padding-bottom: 10px;	border-bottom-width: 4px;	border-bottom-style: solid;	border-bottom-color: #687e9e;	margin-bottom: 20px;	margin-top: 0px;	margin-right: 0px;	margin-left: 0px;	padding-top: 30px;	padding-right: 0px;	padding-left: 0px;}h2 {	color: #333;	font-size: 21px;	font-weight: bold;	padding-bottom: 10px;}h4 {	color: #333;	font-size: 18px;	font-weight: bold;	padding-bottom: 10px;	margin: 0px;}/* header------------------------------------------------------------------*/#header-grad {	width: 100%;	background-image: url(images/header-grad.png);	background-repeat: no-repeat;	background-position: center top;}#header-shadow {	width: 820px;	margin: 0 auto;	padding: 0;	background-image: url(images/header-shadow.png);	background-repeat: no-repeat;	background-position: center top;}#header-container {	width: 800px;	margin: 0 auto;	padding: 0;	height: 80px;	position: relative;}.header-logo {	width: 300px;	height: 60px;	position: absolute;	left: 20px;	top: 10px;}.header-logo ul {	padding: 0;	margin: 0;}.header-logo ul li {	padding: 0;	margin: 0;	list-style-type: none;}.header-logo ul li a, .header-logo ul li a:visited {	display: block;	background-image: url(images/header-logo.png);	background-repeat: no-repeat;	background-position: left top;	height: 60px;	width: 300px;	text-indent: -9999px;}.header-logo ul li a:hover {	background-position: left bottom;	color: #333333;}/* Content------------------------------------------------------------------*/#content-grad {	width: 100%;}#content-shadow {	width: 820px;	margin: 0 auto;	padding: 0;	background-image: url(images/content-shadow.png);	background-repeat: no-repeat;	background-position: center top;}#content-container {	width: 800px;	margin: 0 auto;	padding: 0;	background-image: url(images/content-grad.png);	background-repeat: repeat-y;	background-position: left top;}#content-container-bot {	width: 800px;	background-image: url(images/content-bot.png);	background-repeat: no-repeat;	background-position: left bottom;}#content-container-top {	width: 800px;	background-image: url(images/content-top.png);	background-repeat: no-repeat;	background-position: left top;	height: 20px;}.content-left {	width: 200px;	float: left;	padding-bottom: 140px;	padding-top: 20px;}.nav-top {	width: 200px;	background-image: url(images/nav-top.png);	background-repeat: no-repeat;	background-position: left top;	height: 20px;}.nav {	width: 200px;	padding: 0;	background-image: url(images/nav-grad.png);	background-repeat: repeat-y;	background-position: left top;}.nav-bot {	width: 200px;	background-image: url(images/nav-bot.png);	background-repeat: no-repeat;	background-position: left top;	height: 20px;}.side-logo {	width: 200px;	background-image: url(images/side-logo.png);	background-repeat: no-repeat;	background-position: left top;	height: 220px;	margin-top: 40px;}.content-right {	width: 570px;	float: right;	padding: 0px 20px 20px 0px;}.content-container {	padding: 10px 0px 40px 10px;}.boxes-container {	padding: 0 0 10px;}ul.boxes {	padding: 0;	margin: 0;	display: block;	float: right;}ul.boxes li {	margin: 0 0 10px 10px;	list-style-type: none;	background-image: url(images/gray-box-grad.png);	background-repeat: repeat-y;	background-position: left top;	width: 180px;	display: block;	float: right;}ul.boxes li .boxes-top {	background-image: url(images/gray-box-top.png);	background-repeat: no-repeat;	background-position: left top;	height: 10px;	width: 180px;}ul.boxes li .boxes-content {	background-image: url(images/gray-box-bot.png);	background-repeat: no-repeat;	background-position: left bottom;	padding-top: 10px;	padding-right: 20px;	padding-bottom: 20px;	padding-left: 20px;	height: 120px;}blockquote {	overflow: auto;	padding: 10px 20px;	margin: 20px 30px;	background-color: #f5f5f5;	border: 1px solid #e0e0e0;	font-size: 16px;	font-style: italic;	font-weight: bold;}/* footer------------------------------------------------------------------*/#footer-grad {	width: 100%;}#footer-shadow {	width: 820px;	margin: 0 auto;	padding: 0;}#footer-container {	width: 800px;	margin: 0 auto;	padding: 0;	background-image: url(images/footer-bkg.png);	background-repeat: no-repeat;	background-position: left top;}.footer-bot  {	width: 580px;	padding: 10px 0px 40px 220px;	color: #FFFFFF;	height: 170px;	font-size: 10px;}.footer-bot a, .footer-bot a:visited {	padding-left: 10px;	text-decoration: underline;}.footer-bot a:hover {	text-decoration: underline;}/* Global resets------------------------------------------------------------------*/p {	margin: 0 0 10px;}.clearing {	clear: both;	height: 0;	line-height:0;	font-size: 0;}