/* {{{ Page Frame */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: verdana;
	min-width: 990px;
}

#openoffice {
position:absolute;border:1px solid #3f3f3f;background:#fff url(../images/OpenOffice-Org.png) no-repeat right 0.5em;width:40%;top:40px;right:0;padding:0.5em;
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#openoffice ul{list-style-position:inside}

#doc {
	width: 980px;
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 1;
}

[dir="rtl"] #doc {
	text-align: right;
}

#doc:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrapper {
	min-width: 980px;
}

.hide { display: none; }

/* }}} */
/* {{{ Header */

body {
	background: #fff url(../images/page-background.png) 50% 0 repeat-x;
	border-top: 2px solid #686868;
}

#header {
	text-align: center;
	height: 57px;
	margin: 0 10px;
}

#header h1 {
	margin: 0;
	float: left;
}



#nav-main {
	display: inline-block;
	*display: inline;
	_height: 47px;
	zoom: 1;
	text-align: left;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

#nav-main li {
	list-style: none;
}

#nav-main ul {
	float: left;
	z-index: 99;
	left: auto;
	margin: 0;
	padding: 0;
}

#nav-main li {
	float: left;
	background: none;
	margin: 0 0 0 -1px;
	padding: 0;
	position: relative;
	z-index: 100;
}

#nav-main ul li a,
#nav-main ul li a:link,
#nav-main ul li a:visited,
#nav-main ul li span {
	padding: 15px 30px 10px 10px;
	height: 18px;
	display: block;
	float: left;
	border-width: 0 1px;
	border-style: solid;
	border-color: #98b2c9;
	z-index: 100;
	position: relative;
	color: #484848;
	text-decoration: none;
}

#nav-main ul li.current.last a {
	border-color: #98b2c9;
}

#nav-main ul li a:hover,
#nav-main ul li:hover a,
#nav-main ul li.hover a,
#nav-main ul li.hover a:link,
#nav-main ul li.hover a:visited {
	box-shadow:
		rgba(152,178,201,0.2) 0 0px 0px,
		inset rgba(255,255,255,0.8) 0 -6px 20px 10px;
	-moz-transition: 0.2s linear;
	-moz-transition-property: background, box-shadow, border-right;
	background: rgb(251,253,255);
	background: rgba(255,255,255,0);
	outline: 0;
	padding-bottom: 15px;
}

#nav-main ul li.last a,
#nav-main ul li.last span {
	border-right-color: transparent;
}

#nav-main ul li.last a:hover,
#nav-main ul li.last a:focus,
#nav-main ul li.last a:active,
.js #nav-main ul li.last a:focus,
#nav-main ul li.hover a {
	border-right-color: #98b2c9;
}

/* Second-level Menu Items */

#nav-main li:hover ul,
.js #nav-main li.hover ul {
	margin-top: 47px;
	left: 0;
	opacity: 1;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}

#nav-main ul ul,
#nav-main ul ul li {
	height: auto;
	border: 0;
	float: none;
}

#nav-main ul ul {
	position: absolute;
	left: -999em;
	opacity: 0;
	z-index: 99;
	border: 1px solid #98b2c9;
	width: 190px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	text-shadow: 1px 1px 0 #fff, 0 0 5px #fff;
	background: #fbfdff;
	background: rgba(255,255,255,0.9);
	box-shadow: 
		rgba(152,178,201,0.2) 0 2px 0px,
		inset rgba(152,178,201,0.3) 0 -2px 0;
}

#nav-main ul ul li {
	box-shadow: 
		inset rgba(152,178,201,0.2) 0 -1px 0 0;
	margin-left: 0;
}

#nav-main ul ul li a,
#nav-main ul ul li a:link,
#nav-main ul ul li a:visited,
#nav-main ul ul li span {
	overflow: hidden;
	padding: 8px 10px;
	margin: 0;
	height: auto;
	float: none;
	display: block;
	font-size: 10px;
	border: 0;
	background: none;
	box-shadow: none;
	position: relative;
	-moz-transition: background 0.1s ease-in;
	-webkit-transition: background 0.1s ease-in;
}

#nav-main ul ul li a:hover,
#nav-main ul ul li a:focus,
#nav-main ul ul li a:active,
.js #nav-main ul ul li a:focus,
#nav-main ul li.current ul li a:hover,
#nav-main ul li.current ul li a:focus,
#nav-main ul li.current ul li a:active,
.js #nav-main ul li.current ul li a:focus {
	background: rgb(227,235,244);
 	background: rgba(152,178,201,0.2);
 	box-shadow: 
		inset rgba(152,178,201,0.3) 0 2px 0px,
		0 0 3px 2px rgba(152,178,201,.2) inset;
	-moz-transition: background 0.1s ease-out;
	-webkit-transition: background 0.1s ease-out;
}

#nav-main ul li:hover ul li a,
#nav-main ul li.hover ul li a:link,
#nav-main ul li.hover ul li a:visited {
	padding-bottom: 8px;
}

/* Currently active menu items */

#nav-main ul li.current span,
#nav-main ul li.current a,
#nav-main ul li.current a:link,
#nav-main ul li.current a:visited {
	border-bottom-width: 1px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: #fbfdff;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.8) 100%);
	box-shadow: 
		rgba(152,178,201,0.2) 0 0px 0px,
		inset rgba(152,178,201,0.3) 0 -2px 0,
		inset rgba(255,255,255,0.8) 0 -6px 6px 4px;
	padding-right: 30px;
	padding-bottom: 15px;
}

#nav-main ul li.current:hover a,
#nav-main ul li.current.hover a,
#nav-main ul li.current a:hover,
#nav-main ul li.current a:focus,
#nav-main ul li.current a:active,
.js #nav-main ul li.current a:focus {
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: 0;
}

#nav-main ul li.current ul span,
#nav-main ul li.current ul a,
#nav-main ul li.current ul a:link,
#nav-main ul li.current ul a:visited {
	background: none;
	height: auto;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 8px 10px;
}

#header a.mozilla {
	position: relative;
	float: right;
	display: block;
	height: 49px;
	width: 118px;
	background: url(../images/title.png) 100% 0 no-repeat;
	text-indent: -200px;
	overflow: hidden;
}

/* }}} */
/* {{{ Sub-Footer */

#sub-footer {
	background: #3d6db5 url(../images/footer-background.png) top center repeat-x;
	color: #476fbe;
	clear: both;
}

#sub-footer #sub-footer-contents {
	margin: auto;
	width: 980px;
	text-align: left;
}



#sub-footer h3 span {
	font-family: MetaBlack, "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	font-size: 22px;
	color: #fff;
}

#sub-footer ul {
	margin: 100px 0 0 0;
	left: auto;
	float: left;
}

#sub-footer ul li {
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	background: none;
}



#sub-footer a:hover,
#sub-footer a:active {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5), 0 0 5px rgba(51,85,155,1), 0 0 20px rgba(255,255,255,0.6);
	-moz-transition: text-shadow 0.1s ease-out;
	-webkit-transition: text-shadow 0.1s ease-out;
}

#sub-footer ul {
    background-position: 50% -115px;
    margin-bottom: 30px;
}

#sub-footer ul li#footer-twitter  a { background-position: 50% -115px; }
#sub-footer ul li#footer-facebook a { background-position: 50% -215px; }
#sub-footer ul li#footer-connect  a { background-position: 50% -315px; }

#sub-footer #sub-footer-newsletter {
	float: right;

	background: url(/img/template/footer-social.png) 30% -412px no-repeat;
	margin: 0 32px 0 0;
	padding: 135px 0 0 0;
	line-height: 1em;
	text-align: left;
}

#sub-footer #sub-footer-newsletter span.intro {
	display: block;
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	color: #fff;
}

/* }}} */
/* {{{ Footer */

#footer {
	background: #33559b url(../images/footer-background.png) -200px center repeat-x;
	text-align: center;
	color: #476fbe;
	clear: both;
	padding: 5px 0;
}

#footer a:link,
#footer a:visited {
	color: #669be1;
	text-decoration: none;
	-moz-transition: color 0.1s ease-in;
	-webkit-transition: color 0.1s ease-in;
}

#footer a:hover,
#footer a:active {
	color: #fff;
	text-decoration: underline;
	-moz-transition: color 0.1s ease-out;
	-webkit-transition: color 0.1s ease-out;
}

#footer-contents {
	width: 980px;
	text-align: left;
	margin: auto;
}

#footer-contents[dir=rtl] {
	text-align: right;
}

#footer h3 a,
#footer h3 a:link,
#footer h3 a:visited {
	display: block;
	height: 40px;
	width: 100px;
	background: url(/img/covehead/template/footer-title.png) 0 0 no-repeat;
	text-indent: -200px;
	font-size: 1px;
	overflow: hidden;
}

#footer-logo {
	float: left;
	display: inline;
	margin: 15px 50px 0 10px;
}

#footer-logo a,
#footer-logo a:link,
#footer-logo a:visited {
	font-size: 28px;
	padding: 0;
}

#footer-menu,
#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: auto;
}

#footer-menu li {
	margin: 15px 10px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
	display: inline;
	font-weight: bold;
	background: none;
	position: relative;
	width: 115px;
}

#footer-menu li a,
#footer-menu li a:link,
#footer-menu li a:visited,
#footer #lang_form label {
	color: #fff;
	font-family: MetaBlack, Trechuchet MS, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

#footer li li a:link,
#footer li li a:visited {
	color: #669be1;
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
}

#footer li li a:hover,
#footer li li a:active {
	color: #fff;
}

#footer-menu ul li ul {
	margin: 4px 0 15px 0;
}

#footer-menu li.last {
	margin-right: 0;
}

#footer-menu ul ul li {
	float: none;
	padding: 0 0 0.3em 0;
	margin: 0;
	font-weight: normal;
	display: block;
	width: auto;
}

#footer #footer-right {
	float: right;
	width: 175px;
}

#footer #lang_form {
	margin: 0 0 15px 22px;
}

#footer #lang_form label {
	margin: 10px 0 4px 0;
	display: block;
}

#footer #lang_form select {
	width: 140px;
	font-family: sans-serif;
}

#footer #lang_form div { display: inline; }

#footer #copyright {
	clear: both;
}

#footer #copyright p {
	margin-bottom: 0.5em;
	font-size: 85%;
}

#footer #copyright a:hover,
#footer #copyright a:active {
	text-decoration: underline;
}

#footer #footer-links {
	font-size: 85%;
}

/* }}} */
/* {{{ Portal Page Footer */

.portal-page #footer {
	background: #fff url(/img/template/footer-background-minimal.png) 0 0  repeat-x;
	text-align: center;
	color: #999;
	clear: both;
	padding: 100px 0 20px 0;
}

.portal-page #footer a:hover,
.portal-page #footer a:active {
	color: #447BC4;
}

/* }}} */
/* {{{ Side Menu */

#side-menu {
	position: absolute;
	top: 75px;
	right: 35px;
	left: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 170px;
	font-family: verdana;
	font-size: 80%;
	line-height: 1;
}

#side-menu li {
	list-style-type: none;
	margin: 0;
	padding: 7px 3px 5px 5px;
	background: url(/img/tignish/template/side-menu-divider.png) top center no-repeat;
}

#side-menu li.first { background: none; }

#side-menu li ul {
	margin: 5px 0 0 0;
	left: auto;
}

#side-menu li ul li { padding-left: 8px }

#side-menu span {
	color: #fff;
	font-weight: bold;
}

#side-menu h3 span { font-weight: normal; }

#side-menu h3 {
	margin: 0;
	color: #fff;
}

#side-menu a:link,
#side-menu a:visited {
	color: #1e4262;
}

#side-menu a:hover,
#side-menu a:active {
	color: #1e4262;
}

/* }}} */
/* {{{ Breadcrumbs */

#breadcrumbs {
    margin: 15px 10px 20px 25px;
    color: #303030;
}

#breadcrumbs b {
    font-weight: bold;
    font-size: 120%;
}

#breadcrumbs a.home {
	background: url(/img/template/breadcrumb-home.png) 0 0 no-repeat;
	display: inline;
	float: left;
	margin: 5px 5px 0 0;
	height: 13px;
	width: 15px;
	overflow: hidden;
	line-height: 50px;
}

/* }}} */
/* {{{ Columns */

#main-content {
	margin: 0 20px;
	zoom: 1;
position:relative
}

#content {
	margin: 0 20px;
}

/* Larger text for handheld devices */
@media handheld {
  #main-content, #main-feature { font-size: 130%; }
}


/* }}} */

/* {{{ Newsletter */


#sub-footer-newsletter .email-form .email-open,
.email-form .email-open {
	display: inline-block;
	width: 26px;
	height: 24px;
	text-align: center;
	color: #4878bf;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.1;
	background: -moz-linear-gradient(
		left,
		#bad3f1,
		#bad3f1 30%,
		#7eaae7
	);
	text-shadow:
		1px 0 2px rgba(255,255,255, 0.5),
		1px 0 1px rgba(255,255,255,0.4);
	-moz-border-radius: 7px;
	-moz-box-shadow: -2px 0 1px #6a95cc inset, 2px 0 0 rgba(0,0,0,0.1);
	-moz-transform: rotate(90deg);
	box-shadow: -2px 0 1px #6a95cc inset, 2px 0 0 rgba(0,0,0,0.1);
	border-radius: 7px;
}

.email-form .email-open.opened {
	-moz-box-shadow: -2px 0 1px #6a95cc inset, 2px 0 0 rgba(0,0,0,0.2);
	box-shadow: -2px 0 1px #6a95cc inset, 2px 0 0 rgba(0,0,0,0.2);
	opacity: 0.5;
	cursor: default;
}
.email-form ul.error .email-open:active,
.email-form ul.error .email-open:focus,
.email-form .email-open.opened:active,
.email-form .email-open.opened:focus {
	outline: none;
}

.email-form ul.error .form-pane {
    display: block;
}

.form-pane .form-details,
.success-pane p {
	color: #555;
	font-size: 14px;
	line-height: 1.2;
}
#firstrun .form-pane .form-details {
	margin-left: 240px;
}
.success-pane p {
	padding: 10px 0;
}

.form-pane,
.success-pane {
	clear: left;
	position: relative;
}

.success-pane h3 {
	font-weight: normal;
	font-style: italic;
	margin: 0;
}

.success-pane h3 img {
	position: absolute;
	top: -12px;
	right: 0;
}

.form-pane p.intro {
	width: 170px;
	float: left;
	margin: 5px 0 0 50px;
	font-size: 13px;
}

#firstrun .form-pane p.footnote,
#whatsnew #sidebar .form-pane p.footnote {
	color: #999
}
#whatsnew #sidebar .form-pane p.footnote {
	margin: 0;
	font-size: 10px;
}

.footnote {
  padding: 5px 0;
  font-size: 12px;
}

.email-form select.country,
.email-form input.email {
	color: #555;
    background: #fff;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	-moz-border-radius: 3px;
}

.email-form input.email {
	width: 218px;
	border-color: #aaa #cdcdcd #cdcdcd #aaa;
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}
#whatsnew .email-form input.email {
	width: 200px;
}

.email-form input.email:-moz-placeholder {
	color: #999;
}
.email-form input.email.placeholder {
	color: #999;
}

.email-form input.email:focus {
}

.form-pane .country-field {
	padding: 12px 2px 2px 2px;
}

.email-form select.country {
	width: 225px;
	color: #555;
	border-color: #cdcdcd #aaa #aaa #cdcdcd;
	font-size: 14px;
	-moz-box-shadow: inset -1px -1px 2px rgba(0,0,0,0.1);
}
#whatsnew .email-form select.country {
	width: 208px;
}

.email-form .form-pane input.subscribe {
        background: #666666;
	background: -moz-linear-gradient(
		center top,
		#669be1 0%,
		#5784bf 100%);
	border: none;
	padding: 6px 32px 8px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	margin: 10px 0 0 2px;
	-moz-border-radius: 5px;
	-moz-box-shadow:
		0 3px 0 rgba(0, 0, 0, 0.1),
		0 -3px 0 rgba(0,0,0,0.1) inset;
}

.email-form .form-pane input.subscribe:hover {
	-moz-box-shadow:
		0 3px 0 rgba(0, 0, 0, 0.1),
		0 -3px 0 rgba(0,0,0,0.1) inset,
		0 -1px 80px rgba(0,0,0,0.1) inset;
}
.email-form .form-pane input.subscribe:active {
	position: relative;
	top: 1px;
	-moz-box-shadow:
		0 2px 0 rgba(0, 0, 0, 0.1),
		0 -3px 0 rgba(0,0,0,0.1) inset,
		0 -1px 80px rgba(0,0,0,0.1) inset;
}

.email-form .form-pane label {
	display: block;
	padding: 10px 0 0 0;
}

#meil-form .form-pane label input {
	vertical-align: middle;
}

.email-form .form-pane .form-error input.email {
	border-width: 2px;
	padding: 2px;
	border-color: #cc4927;
}

.email-form .error-wrapper,
#email-form .error-wrapper {
	display: inline-block;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.email-form .form-pane label.privacy-check-label a {
	text-decoration: underline;
}

#whatsnew #sidebar .email-form p.form-error,
.email-form p.form-error,
#email-form p.form-error {
	z-index: 1000;
	display: none;
	border: none;
	color: #fff;
	background: #b11a04;
	font-family: MetaWebPro-Book,sans-serif;
	font-size: 13px;
	padding: 7px 13px;
	width: 150px;
	position: absolute;
	left: 475px;
	top: -30px;
	text-shadow: none;
	-moz-border-radius: 5px;
	-moz-box-shadow:
		0 3px 0 rgba(0,0,0,0.1),
		0 1px 10px rgba(0,0,0,0.2);
}
#whatsnew #sidebar .email-form p.form-error {
	left: 217px;
}

.email-form p.form-error-visible {
	display: block;
}

.email-form .format-field {
	padding-top: 10px;
}

.email-form .form-pane .privacy-field {
    font-size: 12px;
    clear: left;
}

.email-form .radio-wrapper {
	padding: 1px 4px;
	float: left;
	margin: 0;
	line-height: 0.8;
	display: inline-block;
}

.email-form .form-pane .format-field label {
	padding: 0;
	margin: 0 12px 0 0;
	width: auto;
	float: left;
}

.email-form .form-pane .format-field input {
	width: auto;
	float: none;
	margin: 0 4px;
}

.error-email .email-error,
.error-email #email-error { 
    display: block !important; 
}

.error-privacy .privacy-error,
.error-privacy #privacy-error {
    display: block !important;
}

.error-email .email-field .error-wrapper,
.error-email #email-field .error-wrapper {
	background: #b11a04;
}
.error-privacy .privacy-field .error-wrapper,
.error-privacy #privacy-field .error-wrapper {
	border-color: #b11a04;
	background: #eb7a6b;
}

.success .open-pane,
.success #open-pane {
    display: none !important; 
}

.success .form-pane,
.success #form-pane {
    display: none !important; 
}

.success .success-pane,
.success #success-pane {
    display: block !important;
}

.success-pane,
#success-pane,
.form-pane {
    display: none;
}

#sub-footer #newsletter {
    position: relative;
    overflow: visible;
}

#sub-footer #newsletter .success-pane p {
    color: white;
}

#sub-footer .form-pane {
    position: absolute;
    top: 55px;
    background-color: white;
    border-radius: 15px;
    padding: 15px;
    z-index: 20;
}

#sub-footer #newsletter p {
    max-width: 300px;
    color: white;
}

#sub-footer .email-form p.form-error {
    position: static;
    color: white !important;
}

#sub-footer #newsletter,
#sub-footer #newsletter p,
#sub-footer .form-pane p,
#sub-footer .form-pane,
#sub-footer .form-pane .form-details {
    color: black;
}

#sub-footer #newsletter ul,
#sub-footer #newsletter ul li {
    margin: 0;
    list-style: none;
    color: white;
    float: none;
}

#sub-footer #newsletter h3 {
    float: none;
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: white;
}

#sub-footer #newsletter .privacy-field a {
    background: none;
    display: inline;
    font-size: 12px;
}

#sub-footer #newsletter a,
#sub-footer #newsletter a:link,
#sub-footer #newsletter a:visited {
    padding: 2px 1px;
    font-family: Georgia, serif;
    margin: 0;
    font-style: normal;
    color: black;
}

#sub-footer #newsletter a:hover {
    text-decoration: none;
    text-shadow: none;
}

#sub-footer #newsletter a.email-open {
    color: #4878BF;
    text-align: center;
}

/* }}} */

.clear {
    clear: both;
}