/** Default Blueberry layout (for development purposes) **/
@import url(../../library-1.0.0b/css/form.css);
@import url(../../library-1.0.0b/css/icons.css);
@import url(../../library-1.0.0b/css/navigation.css);
@import url(../../library-1.0.0b/css/messages.css);

/** Custom Layout **/
@import url(messages.css);
@import url(template.css);
@import url(icons.css);
@import url(form.css);

html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}
a {
	color: #244e66;
}
a:hover {
	color: #000;
}
a:focus {
	outline: none;
}

a img {
	border: 0;
}
h2 {
	color: #006987;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin-top: 15px;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
}
p {
	margin: 1em 0;
}

big {
	font-size: 1.2em;
}

.valign-top {
	vertical-align: top;
}
.page {
	width: 860px;
	margin: 0 auto;
}
.header .links .logout {
	float: right;
}
.header .links ul, .header .links li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header .links li {
	float: right;
}
.header .links {
	float: right;
	width: 475px;
}
.header .links a {
	margin: 0 10px 0 0;
}
.navigation {
	float: right;
	clear: right;
	padding: 15px 0 0;
	background: url(../../images/default/menu/tab_shadow_left.gif) no-repeat right 45px;
}
.navigation a img {
	border: 0;
}
.navigation .tabs {
	width: 100%;
	clear: right;
	text-align: right;
	float: right;
	clear: both;
	/*background: url(../../images/default/menu/tab_shadow_right.gif) no-repeat right bottom;*/
}
.header .submenu ul, .header .submenu li, .header .submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.header .submenu {
	clear: both;
	margin: 0;
	line-height: 12px;
	background: url(../../images/default/menu/submenu_shadow_left.gif) no-repeat right bottom;
	width: 500px;
}
.header .submenu ul {
	/*background: url(../../images/default/menu/submenu_shadow_right.gif) no-repeat right bottom;*/
}
.header .submenu li {
	padding: 9px 9px 11px;
	float: right;
}
.header .submenu a {
	text-decoration: none;
	color: #244e66;
}
.header .submenu a:hover {
	text-decoration: underline;
	color: #244e66;
}
.header .submenu .active {
	font-weight: bold;
}

.header .subsubmenu {
	clear: both;
	float: right;
	width: 400px;
	background: url(../../images/default/menu/tab_shadow_left.gif) no-repeat right top;
}
.header .subsubmenu li {
	padding: 5px 9px 10px 9px;
	font-size: 11px;
	float: left;
}
.header .subsubmenu a {
	text-decoration: none;
	color: #244e66;
}
.header .subsubmenu .active {
	font-weight: bold;
}

.subsubmenu2 {
	height: 100px;
	margin-top: 15px;
	float: right;
	width: 860px;
}
.subsubmenu2 ul, .subsubmenu2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.subsubmenu2 li {
	display: inline; /* Fix for IE6 double-margin problem */
	width: 135px;
	padding: 0 5px 0 0;
	list-style: none;
	margin: 0 0 0 20px;
}
.subsubmenu2 li a {
	text-decoration: none;
}
.subsubmenu2 li.active a {
	font-weight: bold;
}
.subsubmenu2 h3 {
	font-size: 13px;
	background: #acdeed;
	color: #005693;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
}
.subsub-inner {
	background: #cfedf6;
	width: 330px;
	height: 100px;
	float: right;
	margin-right: 10px;
	margin-top: 1px;
	padding: 0;
	border-left: 1px solid #005693;
	border-right: 1px solid #005693;
}


.body {
	background: #fbfeff url(../../images/default/index/body_bg_left.gif) no-repeat left bottom;
	float: left;
	clear: both;
	width: 860px;
	margin: 0 0 50px 0;
}
.body .container {
	background: url(../../images/default/index/body_bg_right.gif) no-repeat right bottom;
	padding: 10px 25px 25px;
}
.body .inner {
	background: #fff;
	border: 1px solid #cfdaab;
	padding: 15px 15px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.body a.previous-page {
	display: block;
	background: #fff url(../../images/default/link-arrow-left.gif) center left no-repeat;
    border-top: 1px solid #cfdaab;
    float: left;
    padding: 8px  8px 10px 23px;
    margin-bottom: -10px;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.body a.previous-page:hover {
	background: #fff url(../../images/default/link-arrow-left-hover.gif) center left no-repeat;
    border-top: 1px solid #002e62;
    color: #002e62;
}
.body a.next-page {
	display: block;
	background: #fff url(../../images/default/link-arrow-right.gif) center right no-repeat;
    border-top: 1px solid #cfdaab;
    float: right;
    padding: 8px 23px 10px 8px;
    margin-bottom: 10px;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.body a.next-page:hover {
	background: #fff url(../../images/default/link-arrow-right-hover.gif) center right no-repeat;
    border-top: 1px solid #002e62;
    color: #002e62;
}

.column a {
	text-decoration: none;
	display: block;
}
.column span {
	display: block;
}
.content {
	background: #fff;
	border: 1px solid #cfdaab;
	padding: 15px 15px;
}
.content h2 {
	margin-top: 0;
}
.content-footer {
	background: #fff;
	border-bottom: 1px solid #cfdaab;
	border-left: 1px solid #cfdaab;
	border-right: 1px solid #cfdaab;
	height: 29px;
}
.content-footer a {
	display: block;
	text-decoration: none;
	line-height: 13px;
}
.content-footer a.right {
	text-align: right;
	padding: 7px 25px 8px 15px;
	background: #fff url(../../images/default/link-arrow-right.gif) center right no-repeat;
}
.content-footer a.right:hover {
	background: #fff url(../../images/default/link-arrow-right-hover.gif) center right no-repeat;
}
.content-footer a.left {
	text-align: left;
	padding: 7px 15px 8px 25px;
	background: #fff url(../../images/default/link-arrow-left.gif) center left no-repeat;
}
.content-footer a.left:hover {
	background: #fff url(../../images/default/link-arrow-left-hover.gif) center left no-repeat;
}

.column .news-items a {
	margin-top: 14px;
	display: block;
	text-decoration: none;
}
.column a .news-item {
	background: #fff url(../../images/default/link-arrow-right.gif) center right no-repeat;
	border: 1px solid #cfdaab;
	padding: 14px 25px 14px 15px;
}
.column a:hover .news-item {
	background: #fff url('../../images/default/link-arrow-right-hover.gif') center right no-repeat;
}
.column a .news-item .news-item-date {
	color: #9abb19;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.column a .news-item .news-item-title {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.call-to-action {
	position: relative;
	margin-left: 144px;
	margin-top: -97px;
	border-collapse: collapse !important;
}
.call-to-action td {
	width: 230px;
	height: 97px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #749100;
	font-weight: bold;
	vertical-align: middle;
}
.call-to-action td.has-link {
	height: 65px;
}
.call-to-action td.link {
	height: 30px;
	background-image: url('../../images/default/background-call-to-action-link.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	text-indent: 15px;
}
.call-to-action .call-to-action-title, .call-to-action .call-to-action-link {
	color: #333;
	width: 230px;
	display: block;
}

.call-to-action-big {
	position: relative;
	margin-left: 144px;
	margin-top: -140px;
	height: 140px;
}
.call-to-action-big .call-to-action-title-wrapper {
	width: 230px;
	height: 90px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #749100;
	font-weight: bold;
	vertical-align: middle;
}
.call-to-action-big .call-to-action-link-wrapper {
	height: 25px;
}
.call-to-action-big .call-to-action-link {
	display: block;
	width: 200px;
	height: 25px;
	font-size: 12px;
	padding-left: 15px;
	vertical-align: top;

}
.call-to-action-big .call-to-action-title {
	color: #999;
	width: 230px;
	display: block;
}
.call-to-action-big .spacer {
	height: 10px;
}

.call-to-action a, .call-to-action-big a {
	color: #333;
	text-decoration: none;
	display: block;
}
.call-to-action a:hover, .call-to-action-big a:hover {
	color: #749100;
}

.form .form-validation-error-row {
	width: 95%;
}


