/**
* Copyright © 2001-2013 UK Web.Solutions Direct Ltd. All Rights Reserved
*/

* {
	margin: 0;
	padding: 0;
}
html {
	overflow: scroll;
}
body {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #525252;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: 700;
	letter-spacing: -0.07em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #0b3469;
	background-color: transparent;
}
h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: -0.07em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #0b3469;
	background-color: transparent;
}
h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: -0.07em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #1b1b1b;
	background-color: transparent;
}
p {
	line-height: 18px;
	padding: 5px 0 5px 0;
}
.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}
a:active {
	background-color: transparent;
}
.clear {
	clear: both;
}
.smalltext {
	font-size: 10px;
	font-weight: normal;
}
.popover-title {
	font-size: 18px;
	text-align: left;
}
.popover-content {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #525252;
	text-align: left;
}
div.addthis_toolbox {
	width: 174px;
	height: 32px;
	margin: 0 auto;
}
.menu-dropdown, .dropdown-menu {
    min-width: 180px;
	text-align: left;
}

/**
* BEGIN FORM
*/
form {
	padding: 0px;
	margin: 0px;
}
input[type=text]:focus {
	outline: 0;
}
input[type=email]:focus {
	outline: 0;
}
input[type=password]:focus {
	outline: 0;
}
input[type=file]:focus {
	outline: 0;
}
input[type=checkbox]:focus {
	outline: 0;
}
input[type=radio]:focus {
	outline: 0;
}
select:focus {
	outline: 0;
}
textarea:focus {
	outline: 0;
}
input,
button,
select,
textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-size: 12px;
}
select {
	width: auto;
}
/**
* END FORM
*/

/**
* BEGIN LABEL
*/
label,
input,
button,
select,
textarea {
	font-size: 12px;
}
label {
	padding: 0;
	margin: 0;
}
/**
* END LABEL
*/

/**
* BEGIN SITE HEADER
*/
.site-header {
	height: 120px;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('../img/misc/header-gradient.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}
#header {
	width: 960px;
	height: 120px;
	color: #ffffff;
	background-color: transparent;
	background-image: url('../img/headers/header.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
	display: block;
}
#header .menu {
	width: 230px;
	height: 16px;
	line-height: 16px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fd7904;
	background-color: #0b3469;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	text-align: center;
	vertical-align: middle;
	padding: 4px 0 4px 0;
	margin: 0 10px 0 10px;
	display: block;
	position: relative;
	top: 0px;
	float: right;
}
#header .menu a:link, #header .menu a:active, #header .menu a:visited {
	color: #e9e9e9;
	background-color: transparent;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	outline: none;
}
#header .menu a:hover {
	color: #ffffff;
	background-color:  transparent;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	outline: none;
}
/**
* END SITE HEADER
*/

/**
* BEGIN SITE NAVIGATION
*/
.site-navigation {
	height: 40px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top, #222222, #111111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background-image: -webkit-linear-gradient(top, #222222, #111111);
	background-image: -o-linear-gradient(top, #222222, #111111);
	background-image: linear-gradient(to bottom, #222222, #111111);
	background-repeat: repeat-x;
	display: block;
	clear: both;
}
.navbar {
	width: 960px;
	height: 40px;
	color: #ffffff;
	background-color: #1b1b1b;
	margin: 0 auto;
	position: relative;
}
.navbar-inverse .navbar-inner {
	color: #ffffff;
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top, #222222, #111111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background-image: -webkit-linear-gradient(top, #222222, #111111);
	background-image: -o-linear-gradient(top, #222222, #111111);
	background-image: linear-gradient(to bottom, #222222, #111111);
	background-repeat: repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
}
/**
* END SITE NAVIGATION
*/

/**
* BEGIN SITE CONTENT
*/
.site-content {
	width: 960px;
	color: #525252;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;
}
.site-content .contentpadded {
	padding: 15px 0;
}
.site-content .subpage {
	width: 740px;
	text-align: left;
	vertical-align: top;
	display: block;
	float: left;
}
.site-content .sideblock {
	width: 200px;
	text-align: center;
	vertical-align: top;
	display: block;
	float: right;
}
.site-content .divider {
	height: 1px;
	border-bottom: 1px dotted #cfcfcf;
	margin: 10px 15px 10px 15px;
}
.site-content .bullet-list {
	list-style-type: square;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 0 0 0 15px;
}
.site-content .bullet-list li {
	line-height: 18px;
	padding: 5px 0 5px 0;
}
.site-content .numbered-list {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0 10px;
	margin: 0 0 0 15px;
}
.site-content .numbered-list li {
	line-height: 18px;
	padding: 5px 0 5px 0;
}
/**
* END SITE CONTENT
*/

/**
* BEGIN SITE FOOTER
*/
.site-footer {
	height: 144px;
	color: #ffffff;
	background-color: #1b1b1b;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}
#footer {
	width: 948px;
	height: 132px;
	color: #ffffff;
	background-color: #1b1b1b;
	padding: 6px;
	margin: 0 auto;
	display: block;
}
#footer .menu {
	width: 176px;
	height:124px;
	border-right: 1px solid #999999;
	padding: 4px 0 4px 0;
	margin: 0 9px 0 0;
	display: block;
	float: left;
}
#footer .block {
	width: 390px;
	height:124px;
	padding: 4px 0 4px 0;
	margin: 0;
	display: block;
	float: left;
}
#footer .title {
	line-height: 16px;
	color: #fd7904;
	background-color: transparent;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
    font-weight: 700;
    letter-spacing:-1px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#footer .bullet {
	color: #fd7904;
	background-color: transparent;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#footer ul {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
}
#footer li {
	line-height: 18px;
}
#footer dl {
	font-size: 11px;
	list-style-type: none;
}
#footer dt {
	line-height: 18px;
}
#footer dd {
	color: #c9c9c9;
	background-color:  transparent;
	font-size: 9px;
	padding: 0 0 8px 0;
	margin: 0 0 0 14px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #999999;
	background-color: transparent;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	outline: none;
}
#footer a:hover {
	color: #ffffff;
	background-color:  transparent;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	outline: none;
}
.site-footnote {
	height: 50px;
	color: #ffffff;
	background-color: #1a3069;
	border-top: 1px solid #ffffff;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}
#footnote {
	width: 948px;
	height: 42px;
	color: #ffffff;
	background-color: #1a3069;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 4px 6px 4px 6px;
	margin: 0 auto;
	display: block;
}
#footnote .copyright {
	line-height: 14px;
	text-align: left;
	vertical-align: middle;
}
#footnote .language {
	line-height: 14px;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0;
	display: block;
	float: right;
}
#footnote .language {
	text-align: left;
	vertical-align: middle;
	display: block;
	float: left;
}
#footnote .language select {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 3px;
}
#footnote .language select:focus {
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
/**
* END SITE FOOTER
*/

/**
* BEGIN SUBPAGE HEADER
*/
.subpage-header {
	width:930px;
	height:100px;
	color: #ffffff;
	background-color: #0b3469;
	background-image: url('../img/headers/subpage-header.png');
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 30px 0 0 30px;
	margin: 0 0 15px 0;
	display: block;
}
.subpage-header .title {
	color: #ffffff;
	background-color: transparent;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.07em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 0;
	margin: 0;
}
.subpage-header .subtext {
	color: #b0b0b0;
	background-color: transparent;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.07em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 0;
	margin: 0;
}
.subpage-header h1 {
	color: #ffffff;
	background-color: transparent;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 40px;
	padding: 0;
	margin: 0;
}
.subpage-header p {
	color: #b0b0b0;
	background-color: transparent;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.07em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 0;
	margin: 0;
}

.subpage-header h3 {
	color: #b0b0b0;
	background-color: transparent;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
/**
* END SUBPAGE HEADER
*/

/**
* BEGIN SIDE ELEMENTS
*/
.sidebox {
	width: 200px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.sidebox .header {
	width: 182px;
	height: 30px;
	line-height: 30px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: -0.07em;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #ffffff;
	background-color: #0b3469;
	text-align: left;
	vertical-align: middle;
	padding: 0 9px 0 9px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.sidebox .content {
	width: 198px;
	font-size: 12px;
	color: #525252;
	background-color: #f5f5f5;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	padding: 0 0 7px 0;
}
.sidebox a:link, .sidebox a:active, .sidebox a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
	outline: none;
}
.sidebox a:hover {
	text-decoration: none;
	color: #fd7904;
	background-color: transparent;
	outline: none;
}
.sidebox .menuitem {
	width: 184px;
	text-align: left;
	vertical-align: middle;
	padding: 8px 7px 8px 7px;
	display: block;
}
.sidebox ul {
	width: 198px;
	list-style-type: none;
	text-align: left;
}
.sidebox li {
	width: 184px;
	text-align: left;
	padding: 8px 7px 8px 7px;
}
.sidebox .count {
	color: #989898;
	background-color: transparent;
}
.sidebox .divider {
	height: 0px;
	border: dotted #cfcfcf;
	border-width: 1px 0 0 0;
	margin: 0 15px 0 15px;
}
/**
* END SIDE ELEMENTS
*/