@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
h1 {
	font-size: 16px;
	color: #33AEE9;
	margin-top: 0px;
	margin-bottom: 20px;
}
p {
	margin-top: 20px;
	margin-bottom: 0px;
}
.blue {
	color: #1FA6E7;
}
#background {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 66px;
}
#logo {
	width: 165px;
	margin-top: 14px;
	margin-left: 20px;
	_margin-left: 10px;
	float: left;
}
#top_links {
	width: 795px;
	height: 40px;
	float: right;
	background-image: url(images/stitch.gif);
	background-repeat: repeat-x;
	background-position: 0px 45px;
	text-align: right;
	margin-right: 20px;
	_margin-right: 10px;
	padding-top: 26px;
}
#top_links a {
	color: #666666;
	text-decoration: none;
}
#top_links a:hover {
	color: #1796D2;
}
#top_links a.curr {
	color: #1796D2;
}

#navigation {
	height: 32px;
	width: 882px;
	margin-right: 0px;
	margin-left: 59px;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#navigation a {
	color: #666666;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 16px;
	width: 220px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
#navigation a:hover {
	color: #1796D2;
}
#navigation a.curr {
	color: #1796D2;
}
#flash {
	height: 262px;
	width: 882px;
	margin-right: 0px;
	margin-left: 59px;
	margin-top: 20px;
	background-image: url(images/flash.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 882px;
	margin-right: 0px;
	margin-left: 59px;
	margin-top: 20px;
	background-image: url(images/content_middle.gif);
	background-repeat: repeat-y;
}
#content_top {
	background-image: url(images/content_top.gif);
	height: 7px;
	background-repeat: no-repeat;
}
#content_bottom {
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 20px;
	padding-left: 19px;
	padding-top: 13px;
	_padding-top: 5px;
	padding-bottom: 20px;
}
#sub_navigation {
	float: left;
	width: 183px;
}
#sub_navigation p {
	margin-top: 10px;
}
#sub_navigation img {
	border: 1px solid #999999;
}

#sub_navigation a {
	display: block;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 183px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 7px;
}
#sub_navigation a:hover {
	color: #1796D2;
}
#sub_navigation a.curr {
	color: #1796D2;
}
#info {
	width: 600px;
	min-height: 380px;
	float: right;
	margin-left: 40px;
	margin-right: 20px;
	margin-top: 8px;
	margin-bottom: 20px;
}
#info a {
	color: #1583B7;
	text-decoration: none;
}

#content_home {
	width: 882px;
	margin-right: 59px;
	margin-left: 59px;
	margin-top: 20px;
}
#info_home {
	width: 535px;
	float: left;
	background-image: url(images/stitch_down.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 65px;
	padding-bottom: 10px;
}
#box_home {
	float: right;
	width: 262px;
}
#box_home_top {
	background-image: url(images/box_home_top.jpg);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
}
#box_home_info {
	background-image: url(images/box_home_info.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#box_home_bottom {
	background-image: url(images/box_home_bottom.gif);
	height: 7px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#footer {
	background-color: #9F9A95;
	height: 22px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-top: 20px;
	color: #FFFFFF;
	padding-top: 4px;
}
#bottom_links {
	height: 26px;
	_height: 13px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	float: left;
}
#design {
	text-align: right;
	float: right;
}
#design a {
	color: #FFFFFF;
	text-decoration: none;
}
