@charset "UTF-8";
html, body {
	height: 100%;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.left {
	float: left;
}
strong {
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
img.clear {
	display: block;
	height: 0px;
}
#main img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
a {
	color: #344551;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding-bottom: 15px;
}
a.button {
	background-image: url(../images/section1-button.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 22px;
	width: 103px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 15px;
}
a.button:hover {
	background-position: top;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #344551;
	padding-bottom: 15px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 24px;
}
#main h3 {
	font-size: 14px;
	text-transform: uppercase;
}
#container {
	height:auto;
	min-height: 100%;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/page-bg.png);
	background-repeat: repeat-y;
	padding-right: 12px;
	padding-left: 12px;
}
#header {
	width: 860px;
}
#header-top {
	height: 79px;
	background-image: url(../images/header-grad-top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 14px;
}
#ssp {
	background-image: url(../images/header-grad-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 178px;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #344551;
	padding-top: 11px;
	padding-bottom: 10px;
}
#nav ul {
	margin-left: auto;
	margin-right: auto;
	width: 560px;
	display: block;
	height: 25px;
}
#nav li {
	display: block;
	float: left;
	margin-right: 68px;
}
#nav li.last {
	margin-right: 0px;
}
#nav li a.active, #nav li a:hover {
	color: #5B798F;
	text-decoration: none;
}
#section1 {
	height: 184px;
	background-image: url(../images/section1-bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
}
#page {
	padding-bottom: 109px;
}
.home-col {
	width: 225px;
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 20px;
	float: left;
}
.home-col li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 30px;
	margin-bottom: 8px;
}
#last {
	float: right;
	padding-right: 20px;
}
#sidebar {
	float: right;
	width: 267px;
	padding-top: 25px;
	padding-right: 20px;
}
#main {
	float: left;
	width: 520px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
#main ul {
	padding-left: 25px;
	list-style-type: disc;
	color: #666666;
	font-style: italic;
	padding-bottom: 15px;
}
#main li {
	padding-bottom: 5px;
}
.pic-shadow-r {
	background-image: url(../images/pic-shadow.gif);
	background-repeat: no-repeat;
	height: 186px;
	width: 249px;
	padding-top: 12px;
	padding-left: 12px;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
#subnav {
	width: 267px;
	margin-bottom: 20px;
}
#subnav ul {
	width: 227px;
	margin-right: auto;
	margin-left: auto;
}
#subnav li {
	display: block;
}
#subnav #btn1 a {
	background-image: url(../images/btn-web.jpg);
}
#subnav #btn2 a {
	background-image: url(../images/btn-blog.jpg);
}
#subnav #btn3 a {
	background-image: url(../images/btn-logo.jpg);
}
#subnav #btn4 a {
	background-image: url(../images/btn-biz.jpg);
}
#subnav li a {
	display: block;
	height: 48px;
	width: 227px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#subnav li a span {
	display: none;
}
#subnav li a:hover {
	background-position: top;
}
#subnav li a.active {
	background-position: top;
}
#sidebar  .box-tv {
	background-image: url(../images/content-box-tv.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 215px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-top: 80px;
}
#sidebar .box-blog {
	background-image: url(../images/content-box-blog.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 215px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
}
#sidebar .button {
	margin-left: 80px;
}
#footer {
	width: 860px;
	margin-top: -109px;
	margin-right: auto;
	margin-left: auto;
	height: 109px;
}
#footer .left {
	padding-left: 25px;
}
#footer .right {
	padding-right: 20px;
}
