* {
	outline: none;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	background: url(ui/body_bg.png) repeat-x top #fff;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 0.5em 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h5,h6 {
	text-transform: uppercase;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #0088bb;
}

a img {
	border: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/***********************************
	clearfix
***********************************/
.clearfix:before {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/***********************************
	layout
***********************************/
div.wrapper-header {
	margin-top: 10px;
}

div.header {
	width: 980px;
	margin: 0 auto;
}

div.nav {
	float: right;
	margin-top: 50px;
	
	-moz-box-shadow: #888 0 1px 5px;
	-webkit-box-shadow: #888 0 1px 5px;
	box-shadow: #888 0 1px 5px;
}

div.wrapper-pane {
	margin-top: 10px;
}

div.pane {
	margin: 0 auto;
	border: 1px solid #999;
	padding: 10px;
	width: 958px;
	background: #fff;
	
	-moz-box-shadow: #888 0 1px 5px;
	-webkit-box-shadow: #888 0 1px 5px;
	box-shadow: #888 0 1px 5px;
}

div.content {
	
}

div.main {
	width: 628px;
}

div.main.wideview {
	width: 958px;
}

div.side {
	width: 320px;
	margin-left: 10px;
}

/***********************************
	logo
***********************************/
#logo {
	margin: 0;
}

#logo a {
	display: block;
	font-size: 60px;
	color: #303030;
}

#logo a span {
	font-size: 30px;
	text-transform: uppercase;
	display: block;
	margin: -15px 0 0 70px;
}

/***********************************
	menu
***********************************/
#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #999;
}

#menu li {
	float: left;
	border-right: 1px solid #999;
	position: relative;
}

#menu li:last-child {
	border-right: none;
}

#menu li a.entry {
	display: block;
	padding: 0 10px;
	margin: 0 24px 0 0;
	border-left: 1px solid #fff;
	color: #000;
	line-height: 40px;
}

#menu li a.entry:hover {
	
}

#menu li a.arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	height: 40px;
	background: url(ui/icons_arrow.png) no-repeat center center;
	background-position: 0 0;
}

#menu li a.arrow:hover {
	background-position: 0 -40px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 3px solid #0088bb;
	position: absolute;
	top: 40px;
	left: -1px;
	width: 180px;
	background: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	
	-moz-box-shadow: #888 0 1px 3px;
	-webkit-box-shadow: #888 0 1px 3px;
	box-shadow: #888 0 1px 3px;
}

#menu ul li {
	float: none;
	border-right: none;
	border-bottom: 1px dashed #eee;
}

#menu ul li:last-child {
	border-bottom: none;
}

#menu ul li a.entry {
	display: block;
	padding: 3px 6px;
	line-height: 1.5em;
	background: none;
}

/***********************************
	breadcrumbs
***********************************/

ul.breadcrumbs {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul.breadcrumbs li {
	float: left;
	position: relative;
}

ul.breadcrumbs li a {
	display: block;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

ul.breadcrumbs li a:hover {
	color: #0088bb;
}

ul.breadcrumbs li.home a {
	width: 16px;
	height: 24px;
	margin: 0 10px 0 0;
	background: url(ui/home_black.png) no-repeat center center;
	overflow: hidden;
	text-indent: -999px;
}

ul.breadcrumbs li.bc a {
	display: block;
	padding: 0 21px 0 5px;
	background: url(ui/forward_black.png) no-repeat right center;
}

ul.breadcrumbs li.bc:last-child a {
	background: none;
	padding: 0 5px 0 5px;
}

ul.breadcrumbs li.bc ul.bcmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 3px solid #0088bb;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	position: absolute;
	top: 24px;
	left: 0;
	width: 130px;
	background: #fff;
	
	-moz-box-shadow: #888 0 1px 3px;
	-webkit-box-shadow: #888 0 1px 3px;
	box-shadow: #888 0 1px 3px;
}

ul.breadcrumbs li.bc ul.bcmenu:after {
	background: url(ui/bc_arrow_cyan.png) no-repeat;
	top: -3px;
	content: "";
	display: block;
	height: 3px;
	left: 8px;
	position: absolute;
	width: 7px;
}

ul.breadcrumbs li.bc ul.bcmenu li {
	float: none;
	border-bottom: 1px dashed #eee;
}

ul.breadcrumbs li.bc ul.bcmenu li:last-child {
	border-bottom: none;
}

ul.breadcrumbs li.bc ul.bcmenu li a {
	display: block;
	padding: 3px 6px;
	line-height: 1em;
	background: none;
}

/***********************************
	footer
***********************************/
div.wrapper-footer {
	
}

div.footer {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

div.footer a {
	color: #000;
}

div.footer a:hover {
	color: #0088bb;
}

ul.footer-info {
	list-style-type: none;
	margin: 12px 0 0 20px;
	padding: 0;
}

div.footer-logo {
	font-size: 30px;
}

div.footer-logo span {
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	margin: -8px 0 0 35px;
}

/***********************************
	nivo slider
***********************************/
.nivoSlider {
    position: relative;
    width: 628px;
    height: 300px;
    background: url(nivo/themes/default/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.nivoSlider a {
    border: 0;
    display: block;
}

/***********************************
	social
***********************************/
ul.social {
	list-style-type: none;
	margin: 50px 0 0 0;
	padding: 0;
}

ul.social li {
	float: left;
}

ul.social li a {
	background-image: url("ui/icons_social_32x32.png");
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -999px;
	width: 32px;
}

ul.social li.linkedin a {
	background-position: 0 0;
}

ul.social li.facebook a {
	background-position: 0 -64px;
}

ul.social li.twitter a {
	background-position: 0 -128px;
}

ul.social li.youtube a {
	background-position: 0 -192px;
}

/***********************************
	default form
***********************************/
.default_form {
	margin-bottom: 1em;
}

.default_form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.default_form legend {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.default_form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.default_form label {
	width: 80px;
	float: left;
	padding: 4px;
	margin: 0 3px 3px 0;
	text-align: right;
}

.default_form textarea,
.default_form input,
.default_form select {
	font-family: inherit;
	font-size: inherit;
}

.default_form textarea,
.default_form input[type="text"],
.default_form select {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 3px 3px 0;
	width: 200px;
}

.default_form input[type="submit"],
.default_form input[type="button"] {
	padding: 3px 5px;
	margin: 0 3px 3px 0;
	cursor: pointer;
}

.default_form textarea:focus,
.default_form input[type="text"]:focus,
.default_form select:focus {
	border: 1px solid #999;
	
	-moz-box-shadow: #888 0 1px 3px;
	-webkit-box-shadow: #888 0 1px 3px;
	box-shadow: #888 0 1px 3px;
}

.default_form li.buttons {
	margin-left: 91px;
}

ul.fieldMessages {
	color: #f33;
	margin: 0 3px 3px 96px;
	padding: 0 0 0 21px;
	background: url(ui/form_error.png) no-repeat left center;
}

div.form_messages span {
	margin: 0 0 10px 0;
	padding: 20px 20px 20px 41px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-color: #eee;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.form_messages span.error {
	border: 1px solid #f99;
	background-image: url(ui/exclamation.png);
}

div.form_messages span.success {
	border: 1px solid #9f9;
	background-image: url(ui/accept.png);
}

/***********************************
	news
***********************************/
ul.news {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.news li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
}

ul.news h3 {
	margin: 0;
}

ul.news h3 a {
	color: #303030;
}

ul.news h3 a:hover {
	color: #0088bb;
}

ul.news a.more {
	
}

.news div.date {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.news div.date:before {
	content: "â€”";
}

div.news {
	
}

div.news div.ingress {
	font-weight: bold;
	margin-bottom: 1.5em;
}

div.news div.cont {
	margin-bottom: 1.5em;
}

.news .ingress p:last-child,
.news .cont p:last-child {
	margin-bottom: 0;
}

/***********************************
	tooltip
***********************************/
#tooltip {
	background: #303030;
	border: 1px solid #fff;
	color: #e5e5e5;
	display: none;
	font-size: 11px;
	line-height: 26px;
	padding: 0 11px;
	position: absolute;
	z-index: 99;
	
	-moz-box-shadow: #000 1px 1px 3px;
	-webkit-box-shadow: #000 1px 1px 3px;
	box-shadow: #000 1px 1px 3px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#tooltip div:after {
	background: url("ui/tooltip_arrow.png") no-repeat;
	bottom: -5px;
	content: "";
	display: block;
	height: 5px;
	left: 8px;
	position: absolute;
	width: 9px;
	z-index: 99;
}

/***********************************
	btn
***********************************/

.btn {
	margin: 3px 10px 3px 3px;
	border: 1px solid #999;
	display: inline-block;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btn span {
	padding: 10px 20px;
	border: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #fff;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*** sizes ***/

.btn.small span {
	padding: 3px 5px;
}

.btn.medium span {
	
}

.btn.large span {
	padding: 15px 30px;
}

/*** silver ***/

.btn span {
	color: #000;
	text-shadow: #fff 0 1px 0;
	
	background: #ddd; /* Old browsers */
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eee 0%, #ccc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #eee 0%, #ccc 100%); /* IE10+ */
	background: linear-gradient(top, #eee 0%, #ccc 100%); /* W3C */
}

.btn:hover span {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #ddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%, #ddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%, #ddd 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%, #ddd 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%, #ddd 100%); /* W3C */
}

.btn:active span {
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top, #ccc 0%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ccc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ccc 0%, #eee 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ccc 0%, #eee 100%); /* IE10+ */
	background: linear-gradient(top, #ccc 0%, #eee 100%); /* W3C */
}

/*** blue ***/

.btn.blue span {
	color: #fff;
	text-shadow: #000 0 1px 0;
	
	background: #0657FF; /* Old browsers */
	background: -moz-linear-gradient(top, #0657FF 0%, #00339D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0657FF), color-stop(100%, #00339D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0657FF 0%, #00339D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0657FF 0%, #00339D 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0657FF 0%, #00339D 100%); /* IE10+ */
	background: linear-gradient(top, #0657FF 0%, #00339D 100%); /* W3C */
}

.btn.blue:hover span {
	background: #1667FF; /* Old browsers */
	background: -moz-linear-gradient(top, #1667FF 0%, #1043aD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1667FF), color-stop(100%, #1043aD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1667FF 0%, #1043aD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1667FF 0%, #1043aD 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1667FF 0%, #1043aD 100%); /* IE10+ */
	background: linear-gradient(top, #1667FF 0%, #1043aD 100%); /* W3C */
}

.btn.blue:active span {
	background: #00339D; /* Old browsers */
	background: -moz-linear-gradient(top, #00339D 0%, #0657FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00339D), color-stop(100%, #0657FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00339D 0%, #0657FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00339D 0%, #0657FF 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #00339D 0%, #0657FF 100%); /* IE10+ */
	background: linear-gradient(top, #00339D 0%, #0657FF 100%); /* W3C */
}