/* basic styles */

* {
	padding: 0;
	margin: 0;
}

html {
	background: #c95d1a url('../images/bg-html.gif') repeat-x left top;
	height: 100%;
}

body {
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	background: url('../images/bg-body.png') no-repeat 50% 21px;
	height: 100%;
}

h2, h3 {
	font-weight: normal;
	color: #c95d1a;
	margin: 0.5em 0;
}

h2 {
	font-size: 20px;
	color: #c95d1a;
}

h3 {
	font-size: 18px;
	color: #c95d1a;
}

ul {
	margin: 0.8em 0;
}

ul li {
	list-style: none;
	line-height: 1.5em;
}

a {
	color: #135b98;
	text-decoration: none;
}

p {
	line-height: 1.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	padding-right: 40px;
}

/* layout */

#wrapper {
	position: relative;
	width: 860px;
	background: #FFF url('../images/bg-wrapper.gif') repeat-x left bottom;
	margin: 0 auto;
	min-height: 100%;
	z-index: 1000;
}

* html #wrapper {
	height: 100%; /* hack to #wrapper height 100% */
}

#main {
	background: url('../images/bg-header.gif') no-repeat left top;
	padding: 0px 12px 0px 8px;
}

#left-col {
	position: relative;
	width: 218px;
	float: left;
}

#right-col {
	position: relative;
	width: 616px;
	float: right;
	padding: 54px 0 210px 0;
}

#footer {
	position: absolute;
	right: 32px !important;
	right: 30px;
	bottom: 0px;
	font-size: 10px;
	color: #FFF;
	clear: both;
	padding: 30px 0 20px 0;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	#footer {
		right: 58px !important;
	}
}

/* top */

#top {
	position: absolute;
	top: 0;
	right: 42px;
	background: url('../images/bg-top-banner.png') no-repeat left top;
	width: 241px;
	height: 67px;
	z-index: 1000;
}

#top p {
	width: 184px;
	padding: 8px 10px 10px 70px;
	font-size: 14px;
	color: #FFF;
	line-height: 1.1em;
}

#logo {
	padding: 0 0 28px 28px;
}

#logo a {
	background: url('../images/bg-logo.gif') no-repeat left top;
	display: block;
	float: left;
	width: 146px;
	height: 148px;
	text-indent: -9999em;
}

/* left-col */

#navigation {
	font-family: "Arial", Helvetica, sans-serif;
	width: 218px;
	clear: both;
	margin: 0;
}

#navigation li {
	text-align: center;
}

#navigation li a {
	display: block;
	float: left;
	width: 218px;
	height: 24px;
	font-size: 13px;
	color: #bd5416;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#navigation li a:hover {
	background: url('../images/bg-navigation-item.gif') no-repeat left bottom;
}
#navigation li.selected A, #navigation li a:hover {
	color: #065696;
	text-decoration: none;
	background-image: url(../images/bg-navigation-item.gif);
	background-repeat: no-repeat;
}
/* right-col */

#right-col ul {
	padding-left: 14px;
}

#right-col ul li {
	background: url('../images/bullet-arrow.gif') no-repeat left 50%;
	padding-left: 14px;
}

/* footer */

#footer ul, #footer p {
	margin: 0;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #FFF;
}
#footer ul li a:hover {
	color: #99CCFF;
}

/* clearfix */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
.image {
	padding: 3px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #999999;
}
