* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: .7em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	color: #484848;
	background: #e8e8e8;
	line-height: 1.3em;
}

p {
	margin: 0 0 12px 0;
}

a {
	color: #00adef;
	text-decoration: none;
}

a:hover	{
	color: #00adef;
	text-decoration: underline;
}

.clear {
	clear: both;
}

hr {
	display: none;
}

img {
	border: 0px;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

h1,h2,h3,h4,h5,h6 {
	display: block;
	font-weight: bold;
}

ul, ol {
	list-style: none;
}

.small {
	font-size: smaller;
}

/* header */

#container {
	position: relative;
	width: 928px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: 0;
	background: #fff url(../images/bg.gif) repeat-y;
}

.spacer {
	width: 100%;
	height: 53px;
	background-color: #e8e8e8;
}

#logo {
	position: absolute;
	top: -33px;
	left: 40px;
	background: url(../images/logo.gif) no-repeat;
}

#logo a {
	display: block;
	width: 89px;
	height: 147px;
}

#logo_text {
	float: left;
	z-index: 3;
	margin-left: 137px;
	_margin-left: 70px;
	background: url(../images/logo_text.png) 0 1px no-repeat;
}

#logo_text a {
	display: block;
	width: 282px;
	height: 65px;
}

#slogan {
	padding: 33px 0 0 10px;
	float: left;
	color: #d0effe;
	font-size: 1em;
	font-style: italic;
}

/* header */
#header {
	position: relative;
	margin: 0 auto;
	margin-bottom: .8em;
}

#header .top {
	height: 66px;
	background: #fff url(../images/top.png) no-repeat;
}

#header .menu {
	height: 15px;
	width: 769px;
	margin: 0 auto;
	background: #ffffff;
	color: #000;
	padding: 5px 0 7px 147px;
}

#header .menu li.active a {
	color: #00adef;
}

#header .menu li a {
	color: #000;
}

#header .menu ol li {
	font-size: 14px;
	display: inline;
}

#header .bottom {
	width: 916px;
	height: 32px;
	background: #E71B1B;
	margin: 0 auto;
}

#left {

    float: left;

    width: 131px;

    padding: 0 0 0 24px;

}
#left h3 {
	color: #E71B1B;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: underline;
	margin: 0 0 .7em 0;
}
#left ol {
	width: 120px;
}

#left ol li {
	font-size: 1.1em;
	padding: .4em 0 .5em 0;
}

#left ol li a {
	display: block;
	color: #484848;
}

#left ol li a:hover {
	background: #E71B1B;
	color: #fff;
text-decoration:none;
}

#content {
	float: left;
	width: 460px;
	margin: 0 15px 0 15px;
	line-height: 1.7em;
}

#content .crumb {
	display: block;
	color: #919191;
	font-size: 1.1em;
	margin: 0 0 1.4em 0;
}

#content hr {
	color: #c5d6df;
	background-color: #c5d6df;
	height: 1px;
	border: 0;
	display: block;
	margin: .9em 0 .9em 0;
}

#content h1, h3 {
	color: #00adef;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 1.6em 0;
}

#content .item h3 {
	margin: 0 0 .3em 0;
}

#content .item img {
	float: left;
	width: 93px;
	margin-right: 17px;
}

#content .item a.more {
	float: right;
}

#content .right {
	float: right;
}

#right {
	float: left;
	width: 253px;
	margin: 0 0 0 12px;
}

#right .ad {
	margin: 1em 0 0 0;
}

#right .item {
	margin: 0 0 1em 0;
	padding: 1em 1.1em 1em 1.2em;
	background: #E0E9F8 url(../images/right_item_bg.png) no-repeat;
}

#right .item h4 {
	color: #E71B1B;
	font-size: 1.1em;
	margin: 0 0 .5em 0;
}

#right .item .button {
	float: right;
	display: block;
	width: 106px;
	text-align: center;
	background: #6890CD url(../images/right_item_button.png) repeat-x;
	color: #fff;
	font-size: 1.4em;
	margin: 1em 0 0 0;
	padding: .3em 0 .3em 0;
}
