@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 950px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
}
a:link, a:visited {
	color: #458ebe;
}

a:hover {
	text-decoration: none;
}

h2 {
	color: #458ebe;
}

#footer {
	width: 950px;
	margin-top: 20px;
	padding-right: 30px;
	font-size: 12px;
	color: #969599;
}
#footer a, #footer a:visited{
	color: #969599;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#footer a:hover{
	text-decoration: underline;
}

#main {
	width: 710px;
	float: right;
}
#logo {
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 360px;
	margin-left: 10px;
	float: left;
}
#topbox {
	height: 30px;
	float: right;
	width: 550px;
	text-align: right;
	color: #949597;
	margin-right: 20px;
}
#topbox a, #topnav a:link {
	color: #949597;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	
}
#topbox a:hover {
	text-decoration: underline;
	
}

#topright {
	height: 50px;
	float: right;
	width: 150px;
	text-align: right;
	color: #949597;
	margin-right: 5px;
	text-align: center;
}

#topleft {
	height: 50px;
	float: right;
	width: 105px;
	text-align: right;
	color: #949597;
	margin-right: 25px;
	text-align: center;
	
}
#buttonbox {
	height: 90px;
	float: right;
	width: 290px;
	background-color: #999999;
	text-align: right;
	color: #949597;
	margin-right: 20px;
	z-index: 0;
	
}
#navbar  {
	background-image: url(../images/bg_topnav.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 950px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}
#navbar .input {
	height: 10px;
	vertical-align: middle;
}

#left {
	width: 240px;
	float: left;
	margin-top: 12px;
}
#rightbox {
	float: right;
	height: 100px;
	width: 250px;
	position: relative;
	z-index: 1;
	top: 200px;
	right: 5px;
}



/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}
/* box */
.bl {background: url(../images/box-bl.png) 0 100% no-repeat}
.br {background: url(../images/box-br.png) 100% 100% no-repeat}
.tl {background: url(../images/box-tl.png) 0 0 no-repeat}
.tr {background: url(../images/box-tr.png) 100% 0 no-repeat; padding:10px} 

.t {background: url(../images/dot.png) 0 0 repeat-x}
.b {background: url(../images/dot.png) 0 100% repeat-x}
.l {background: url(../images/dot.png) 0 0 repeat-y}
.r {background: url(../images/dot.png) 100% 0 repeat-y} 

.leftbox {color: #458ebe; margin-left: 15px; background-color: #fff5d2; display: block; margin-bottom: 15px}
.leftbox a, .leftbox a:visited {color: #458ebe; text-decoration: none; display: block}
.leftbox a:hover {background-color: #ffd203; display: block}

.topleft {color: #458ebe; margin-left: 15px; background-color: #fff5d2; display: block; margin-bottom: 15px}
.topleft a, .topleft a:visited {color: #458ebe; text-decoration: none; display: block}
.topleft a:hover {background-color: #ffd203; display: block}

.rightbox {color: #458ebe; margin-left: 15px; background-color: #ffd203; display: block; margin-bottom: 15px; width: 105px; float: right }
.rightbox a, .rightbox a:visited {color: #458ebe; text-decoration: none; display: block}
.rightbox a:hover {background-color: #fff5d2; display: block}