/**
 * @package Joomla
 * @subpackage Accessible-Template-Capcana-3
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
#page {
	width:1000px;
	margin:0 auto;
}
#header {
	height:96px;
	overflow:hidden;
	position:relative;
	padding:25px 24px 0 20px;
}
.logo {
	float:left;
	text-indent:-9999em;
	background:url(../images/logo.gif) no-repeat;
	width:127px;
	height:91px;
}
.banner {
	float:left;
	margin:14px 0 0 152px;
}
.right-box {
	float:none;
	font-size:11px;
	font-weight:bold;
	overflow:hidden;
}
.right-box a, .right-box span {
	display:block;
	text-align:right;
	color:#004273;
}
.right-box a {
	text-transform:uppercase;
	text-decoration:underline;
}
.right-box a:hover {
	text-decoration:none;
}
#header .menu {
	padding:0;
	list-style:none;
	font-weight:bold;
	font-size:11px;
	float:right;
	border-right:1px solid #11568b;
	margin:26px -6px 0 6px;
}
#header .menu li {
	float:left;
	padding:0 6px;
	position:relative;
}
#header .menu li:first-child {
	border:none;
}
#header .menu a {
	color:#11568b;
	float:left;
	position:relative;
	text-decoration:none;
	top:0;
}
#header .menu a:hover {
	text-decoration:none;
}
#header .menu ul {
	margin:0;
	padding:3px 0 0;
	list-style:none;
	width:70px;
	background:#003b60;
	overflow:hidden;
	position:absolute;
	top:18px;
	font-weight:normal;
	clear:both;
	text-align:center;
}
#header .menu ul li {
	width:100%;
	padding:0 0 3px;
	margin:0;
	border:none;
}
#header .menu ul a {
	float:none;
	padding:0 0 5px;
	color:#fff;
	background:none;
	display:inline;
	text-transform:none;
}
#nav {
	height:1%;
	background:url(../images/nav-bg.gif) no-repeat;
	margin:4px 0 1px;
	position:relative;
	z-index:3;
}
#nav:after {
	content:" ";
	clear:both;
	height:0;
	display:block;
}
#nav a {
	color:#11568b;
}
#nav ul {
	margin:0;
	padding:12px 0 0 20px;
	list-style:none;
	float:left;
	text-transform: uppercase;
}
#nav li {
	float:left;
	margin-right:27px;
	position:relative;
	padding-bottom:10px;
}
#nav li ul {
	position:absolute;
	width:193px;
	top:25px;
	left:-10px;
	background:#f0f3f6;
	border-top:1px solid #fff;
	padding:9px 0;
	display:none;
	font-size:11px;
}
#nav li:hover ul, #nav li.hover ul {
	display:block;
}
#nav li li {
	margin:0;
	width:100%;
	padding:0 1px 0 0;
	margin-right:-1px;
}
#nav li li a, #page #nav li li ul a {
	display:block;
	padding:8px 31px 7px 23px;
	color:#11568b;
}
#nav li li a:hover, #nav li li:hover a, #nav li li.hover a, #page #nav li li ul a:hover, #page #nav li li ul li:hover a, #page #nav li li ul li.hover a {
	color:#f0f3f6;
	text-decoration:none;
	background-color:#5786ac;
}
#nav .add li a, #page #nav .add li ul a {
	background:url(../images/marker.gif) no-repeat 163px 12px;
}
#nav .add li a:hover, #nav .add li:hover a, #nav .add li.hover a, #page #nav .add li ul a:hover, #page #nav .add li ul li:hover a, #page #nav .add li ul li.hover a {
	background:#5786ac url(../images/marker-hover.gif) no-repeat 163px 12px;
}
#page #nav li li ul {
	left:100%;
	top:0;
	display:none;
}
#page #nav li li:hover ul, #page  #nav li li.hover ul {
	display:block;
}
#page #nav li li li a {
	background-image:none !important;
}
.search {
	float:right;
	margin:8px 17px 0 0;
	display:inline;
}
.search label, .search input {
	float:left;
}
.search label {
	font-size:10px;
	font-weight:bold;
	color:#11568b;
	text-transform:uppercase;
	margin:5px 6px 0 0;
}
.search input {
	height:17px;
	padding:3px 5px 0;
	width:123px;
	border:1px solid #d7e0eb;
}
#container {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.flash-holder img {
	display:block;
}
.relative {
	width:100%;
	position:relative;
}
.box-holder {
	width:100%;
	overflow:hidden;
	color:#11568b;
	padding:5px 0 6px;
}
*html .box {
	width:248px!important;
}
.box-holder .box {
	background:url(../images/box-bg.png) no-repeat;
	width:247px!important;
	height:211px;
	float:left;
	margin-left:1px;
	display:inline;
	padding-left:2px;
}
.box-holder h3 {
	font-weight:normal;
	text-transform:uppercase;
	padding:17px 0 11px 19px;
	margin:0;
	font-size:12px;
}
.box-holder p {
	margin:0;
	font-size:10px;
	padding:7px 20px 0;
}
.pager {
	position:absolute;
	top:23px;
	right:21px;
	color:#bfb28d;
	font-weight:bold;
}
.breadcrumbs {
	width:100%;
	text-align:right;
	color:#11568b;
	font-style:italic;
	margin:0;
	padding:5px 0;
}
.breadcrumbs a {
	color:#11568b;
}
.breadcrumbs li {
	display:inline;
	background:url(../images/marker3.gif) no-repeat 100% 7px;
	margin:0 -7px 0 7px;
	padding:0 7px 0 1px;
}
.content {
	width:100%;
	overflow:hidden;
	background:url(../images/line.gif) repeat-y 705px 0;
	margin-bottom:8px;
}
.main-column {
	float:left;
	width:665px;
	padding-right:20px;
	position:relative;
	overflow:hidden;
}
.main-column h1 {
	margin:0 0 20px;
	font-size:28px;
	color:#004273;
	font-weight:normal;
}
h2 {
	margin:0 0 20px;
	font-size:23px;
	color:#004273;
	font-weight:normal;
}
h2 em {
	color:#247b80;
	font-style:normal;
}
.main-column p {
	margin:0 0 15px;
}
.main-column p a {
	text-decoration:underline;
	font-style:italic;
}
.main-column p a:hover {
	text-decoration:none;
}
.pdf {
	position:absolute;
	top:0;
	right:0;
	width:20px;
	height:20px;
}
.releases-list {
	margin:0;
	padding:13px 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.releases-list .article {
	margin-bottom:15px;
}
.releases-list a {
	color:#004273;
}
.press-holder {
	padding:20px 0 0 35px;
}
.img-list {
	margin:0 0 25px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.img-list li {
	float:left;
	margin-right:13px;
}
.img-list img {
	float:left;
}
.margin {
	padding-left:5px;
}
.form-box {
	font-size:10px;
	padding-left:10px;
}
.form-box .wrap {
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
}
.form-box input {
	float:left;
	padding:4px 5px;
	border:1px solid #dee7f0;
}
.form-box input.show { border-color:#f00;}
.form-box label {
	float:left;
	text-transform:uppercase;
	color:#0169a0;
	font-size:10px;
	padding:4px 4px 0 0;
}
.form-box select {
	float:left;
	width:232px;
}
.form-holder {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #bccdd7;
	padding-bottom:22px;
	margin-bottom:22px;
}
.left-form-box {
	width:343px;
	float:left;
	margin-right:25px;
}
.left-form-box input {
	float:right;
}
.left-form-box input.name {
	width:224px;
}
.left-form-box input.last-name {
	width:267px;
}
.left-form-box input.mail {
	width:287px;
}
.left-form-box input.subjest {
	width:277px;
}
.form-box select.related {
	width:267px;
	float:right;
}
.form-box select.name {
	margin-right:10px;
	width:55px;
}
.message {
	float:left;
	width:286px;
}
.message label {
	float:none;
	display:block;
}
.message textarea {
	width:282px;
	height:130px;
	padding:0;
	border:1px solid #dee7f0;
}
#page .no-margin {
	margin:0;
}
.form-box input.phone {
	width:235px;
	margin-right:19px;
}
.form-box input.state {
	width:236px;
	margin-right:45px;
}
.form-box input.country {
	width:225px;
}
.form-box #specify {
	width:223px;
	background:#fbfaf6;
}
.form-box .specify {
	margin-left:108px;
}
.form-box .submit {
	float:none;
	display:block;
	margin:0 auto;
	border:none;
}
.form-box p {
	text-align:center;
	margin:0;
	padding:6px 0;
}
.form-box p a {
	font-style:normal;
	color:#00689d;
}
.sidebar {
	float:right;
	width:283px;
}
.sidebar .box {
	background:url(../images/sidebar-box-top.png) no-repeat;
	padding-top:9px;
	width:100%;
	margin-bottom:9px;
}
.sidebar .box .inner {
	background:url(../images/sidebar-box.png) repeat-y;
	width:100%;
}
.sidebar .box .bottom {
	background:url(../images/sidebar-box-bottom.png) no-repeat;
	height:9px;
	overflow:hidden;
	display:block;
}
.golf-list {
	margin:0;
	padding:10px 0;
	list-style:none;
	text-align:center;
}
.golf-list span {
	background:url(../images/bg.png);
	display:block;
	width:100%;
	color:#247b80;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0 8px;
}
.golf-list ul {
	margin:0;
	padding:2px 0;
	list-style:none;
	line-height:17px;
	font-style:italic;
}
h3 {
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#004273;
	margin:0 15px 0 10px;
	border-bottom:1px solid #6ca5a7;
	padding:3px 0 7px 8px;
}
.info-list {
	margin:0;
	padding:15px 0 15px 25px;
	list-style:none;
	line-height:20px;
}
.info-list a {
	color:#247b80;
}
.info-list ul {
	margin:0;
	padding:2px 0 2px 8px;
	list-style:none;
}
.info-list ul a {
	color:#004273;
}
.sidebar address {
	text-align:right;
	font-style:normal;
	margin:0;
	padding:17px 17px 0 0;
	color:#258d96;
}
.sidebar address span {
	display:block;
}
#footer {
	width:100%;
	overflow:hidden;
	font-size:10px;
	color:#004273;
	padding-bottom:15px;
}
#footer a {
	color:#004273;
}
#footer .holder {
	background:#f3ebd8 url(../images/footer-bg.gif) no-repeat 0 100%;
	font-size:11px;
	padding:27px 23px 29px 20px;
	height:1%;
	overflow:hidden;
}
#footer p {
	float:left;
	margin:0;
}
#footer ul {
	float:right;
	margin:0 7px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
	display:inline;
}
#footer li {
	float:left;
	padding:0 4px;
	margin:0 -4px 0 4px;
	border-right:1px solid #004273;
}
#footer .rss {
	float:right;
	background:url(../images/rss.gif) no-repeat;
	width:40px;
	height:13px;
	text-indent:-9999em;
}
#footer span {
	float:left;
	margin:10px 0 0 20px;
}
#footer ul span {
	float:left;
	margin: 0;
}
#footer .subscribe {
	float:right;
	margin:7px 20px 0 0;
	display:inline;
}
#footer .subscribe .subscribe {
	margin: 0;
	padding: 0;	
}
#footer form span {
	text-transform:uppercase;
	float:left;
	margin:3px 4px 0 0;
}
#footer input {
	float:left;
	padding:2px 5px;
	border:1px solid #d7e0eb;
}
#footer input.inputbox {
	width:182px;
}
#footer input.button {
	padding: 1px 5px;
}

#flash {
	display:table;
	height:100%;
	width:100%;
}
#flash #page {
	display: table-cell;
	height:100%;
	vertical-align:middle;
}
#page object {
	margin:0 auto;
	display:block;
}
.menu-holder {
	background:url(../images/lang-bg.gif) repeat-x;
	height:47px;
	margin-top:320px;
}
.menu-holder ul {
	width:895px;
	margin:0 auto;
	padding:0 0 0 105px;
	list-style:none;
	line-height:47px;
	text-transform:uppercase;
	font-size:13px;
}
.menu-holder li {
	float:left;
	margin-right:20px;
}
.menu-holder a {
	color:#11568b;
	padding-left:14px;
}
.menu-holder a:hover {
	text-decoration:none;
	background:url(../images/marker2.gif) no-repeat 0 4px;
}
#lang-footer {
	background:url(../images/line.gif) repeat-y 251px 0;
	height:191px;
	width:1000px;
	margin:130px auto 0;
}
.left-box {
	width:198px;
	float:left;
	margin-top:80px;
	color:#999;
}
.left-box span {
	display:block;
	text-align:right;
}
.lang-banner {
	margin:74px 0 0 137px;
	float:left;
}
.logo2 {
	background:url(../images/logo2.gif) no-repeat;
	width:145px;
	height:109px;
	float:left;
	text-indent:-9999em;
	margin:40px 0 0 75px;
}

.pagination li {
	list-style: none;
	display: inline;
	padding-right: 10px;
}
.error {
	color: red;
}
