/*** GLOBAL  ***/
html, body {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	color: #656253;
	line-height: 20px;
	background-color: #EBECEB;
}
* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
	/* removes ugly dotted border but may make template more unsuable, up to you if you want to keep it! */
}
.clr {
	clear: both;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	border: 0;
	color: #F2F2F2;
	background-color: #F2F2F2;
	height: 1px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
* + html hr {
	margin: 0px 0px 5px 0px;
}
hr.dotted {
	background-image: url(../images/dotted-horizontal.gif) !important;
	border: 0px;
	background-repeat: repeat-x;
}
/*** END OF GLOBAL  ***/
/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2 {
	margin-bottom: 12px;
	font-family: Arial, Verdana;
	font-weight: normal;
	color: #2D84B6;
}
h3, h4, h5, h6 {
	margin-bottom: 8px;
	font-family: Arial, Verdana;
	font-weight: normal;
	color: #2D84B6;
	letter-spacing: -1px;
}
h1 {
	font-size: 28px;
	line-height: 30px;
}
h2 {
	font-size: 22px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 15px;
}
h5, h6 {
	font-size: 13px;
	line-height: 15px;
}
/* links */
a, a:visited {
	color: #DF7034;
	text-decoration: none;
}
a:hover {
	color: #DF7034;
	text-decoration: underline;
}
a img {
	border: none;
}
.imgleft {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.imgborder {
	padding: 0px;
	margin: 5px 0px;
}
.imgright {
	float: right;
	margin-left: 15px;
}
.imgcenter {
	margin: 5px 0px 14px 0px;
	display: block;
	text-align: center;
}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	font-size: 12px;
	margin-bottom: 20px;
}
ul, ol {
	margin: 10px 0 20px 20px;
}
li ol, li ul {
	list-style: square;
	margin-bottom: 0;
	margin-top: 0;
}
li ol {
	list-style: decimal;
}
blockquote {
	font-size: 12px;
	margin: 20px 0 20px 0px;
	color: #6B6B6B;
	padding: 15px 20px 10px 35px;
	background-image: none;
	line-height: 18px;
	border-left: solid 5px #2D84B6;
	background-color: #F6F6F6;
}
blockquote_noborder {
	font-size: 12px;
	margin: 20px 0 20px 0px;
	color: #6B6B6B;
	padding: 15px 20px 10px 35px;
	background-image: none;
	line-height: 18px;
	background-color: #F6F6F6;
}
/* code */
code {
	font-family: Verdana, Arial;
	letter-spacing: 1px;
	margin: 25px 0 25px 0px;
	display: block;
	font-size: 0.9em;
	border-left: 4px solid #E0E0E0;
	padding: 15px 10px;
}
/*** END OF DEFAULT ELEMENT STYLES ***/
/*** CONTAINER ***/
#wrapper {
	width: 100%;
}
#container {
	width: 940px;
	margin: 0 auto;
	padding: 0px 30px;
	background-color: #FFF;
}
/* TOP */
#top {
	height: 80px;
	border-top: solid 2px #2D84B6;
	padding: 22px 0px 0px 0px;
}
#logo {
	float: left;
	width: 400px;
}
#logo h1, #logo h1 a, #logo h1 a:visited {
	font-size: 48px;
	color: #2D84B6;
	margin-bottom: 0px;
}
#logo h1 a:hover {
	text-decoration: none;
}
#logo .t1 {
	color: #656253;
}
#logo .desc {
	color: #7C7A6B;
	font-size: 14px;
}
#phone {
	float: right;
	width: 164px;
	padding-top: 12px;
}
#accreditations {
	width: 900px;
	height: 100px;
	padding-left: 10px;
}
#topnavigation {
	background-image: url(../images/dotted-horizontal.gif);
	background-repeat: repeat-x;
	background-position: 0px 1px;
	border-bottom: solid 1px #7C7A6B;
	height: 34px;
}
#topnav {
	float: left;
	width: 850px;
}
#topnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#topnav ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #B9B9B9;
	background-image: url(../images/menu-separator.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
#topnav ul li li {
	padding: 0px;
}
#topnav ul li.home {
	background-image: none;
}
#topnav ul li.active {
	border-top: solid 3px #2D84B6;
}
#topnav ul li a, #topnav ul li a:visited {
	color: #000;
}
#topnav ul li a:hover {
	color: #9FA1A2;
	text-decoration: none;
}
#topsearch {
	width: 250px;
	float: left;
	padding: 7px 0px 0px 0px;
}
#topsearch form p {
	margin: 0px;
}
* + html #topsearch {
	padding: 5px 0px 0px 0px;
}
/* ie 7 only */
* html #topsearch {
	padding: 5px 0px 0px 0px;
}
/* ie 6 only */
.inputbox {
	border: solid 1px #C4C3BA;
	padding: 2px 2px 2px 2px;
	margin-right: 3px;
	vertical-align: middle;
	width: 170px;
}
.but {
	border: solid 1px #363637;
	font-family: Arial;
	font-size: 11px;
	background-color: #000;
	color: #FFF;
	padding: 2px 10px;
	cursor: pointer;
	vertical-align: middle;
	text-transform: uppercase;
}
a.but, a.but:hover {
	text-decoration: none;
	color: #FFF;
	padding: 6px 10px !important;
}
* + html .but {
	padding: 2px 3px 1px 3px !important;
}
/* ie 7 only */
* html .but {
	padding: 2px 3px 1px 3px !important;
}
/* ie 6 only */
/* HEADER */
#header {
	height: 350px;
	clear: left;
	margin: 10px 0px 0px 0px;
	border-bottom: solid 1px #7C7A6B;
	position: relative;
}
#header-inner {
	background-image: url(../images/dotted-horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 35px 0px 20px 0px;
}
#header-inner h1.pagetitle {
	margin: 0px;
	color: #444133;
	font-size: 36px;
}
#slideshow ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#slideshow ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* CONTENT */
#content {
	margin: 20px 0px 10px 0px;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	width: 940px;
}
#content-full {
	margin: 20px 0px;
}
#content-left {
	width: 650px;
	float: left;
}
#content-right {
	width: 290px;
	float: left;
}
#maintext {
	padding: 0px 20px 20px 0px;
}
ul.inline {
	list-style-type: none;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}
ul.inline li {
	list-style-type: none;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	display: inline;
	float: left;
	width: 196px;
}
ul.inline li.nomargin {
	margin: 0px;
}
ul.inline h2 {
	margin: 10px 0px 5px 0px;
}
ul.checklist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.checklist li {
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	background-image: url(../images/checklist.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
* html ul.checklist li {
	padding: 0px 0px 0px 30px !important;
}
/* ie 6 only */
#sideright {
	padding: 0px 0px 0px 30px;
}
#sideright h2 {
	margin-bottom: 8px;
}
#sideright ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#sideright ul li {
	background-image: url(../images/arrowlist.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding: 5px 0px 5px 20px;
}
#sideright ul.newslist li {
	list-style-type: none;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
	background-image: url(../images/dotted-horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 20px;
}
#sideright ul.newslist li.noline {
	background-image: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#sideright ul li a, #sideright ul li a:visited {
	color: #656253;
}
.box {
	background-image: url(../images/dotted-horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 18px 0px;
	margin: 0px 0px 18px 0px;
}
.boxnoline {
	background-image: none;
	padding: 0px 0px 18px 0px;
	margin: 0px 0px 18px 0px;
}
.news-container .box {
	background-image: none;
	padding: 0px;
	margin: 0px;
}
#sideright blockquote {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	background: none;
	border: 0px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
}
.small {
	color: #999;
	font-size: 11px;
}
span.tblue, span.tblue a, span.tblue a:visited {
	color: #2D84B6 !important;
	font-weight: bold;
}
span.tblue2 {
	color: #2D84B6 !important;
}
#sections {
	padding: 0px 20px 20px 0px;
	height: 200px;
}
#sections p {
	margin-bottom: +6px;
}
p.last {
	margin-bottom: 0px;
}
p.blockquote {
	padding-top: 2px;
}
p.blockquote_noborder {
	padding-top: 2px;
}
#sideright .news-container h2 {
	margin-bottom: 0px;
	margin-top: 2px;
}
.input_data {
	margin-top: 4px;
	padding-top: 2px;
}
#contact_form li {
	list-style-type: none;
	margin-bottom: 16px;
}
#contact_form label {
}
.box p {
}
.box h2 {
	padding-bottom: 4px;
}
#content_fitness {
}
#content_fitness .ft_left {
	float: left;
	padding-right: 20px;
}
.img_left {
	float: left;
	padding-right: 20px;
}
.img_right {
	float: right;
	padding-right: 20px;
}
strong {
	font-size: 12px;
	color: #2D84B6;
}
.solon {
	padding-left: 26px;
	padding-top: 6px;
}
#content-right .news-container a {
	color: #DF7034 !important;
}
.news-list {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
	color: #5F5F5F;
}
.news-list li {
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 2px 0 2px 0;
}
.news-date {
	float: left;
	width: 100px;
}
a.news-item {
	display: block;
	float: left;
	width: 530px;
	color: #5100BB;
}
/* PAGINATION */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #337AB7;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #23527C;
	background-color: #EEEEEE;
	border-color: #DDDDDD;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #FFFFFF;
	background-color: #337AB7;
	border-color: #337AB7;
	cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #777777;
	background-color: #FFFFFF;
	border-color: #DDDDDD;
	cursor: not-allowed;
}
/* FOOTER */
#footer {
	padding: 10px 0px 40px 0px;
	width: 940px;
	background-image: url(../images/double-line.gif);
	background-repeat: repeat-x;
}
.footer-text {
	font-size: 11px;
	color: #999689;
	float: left;
}
.allegro {
	font-size: 11px;
	color: #999689;
	float: right;
}
