.editing {
	outline: 1px dotted #000;
}

/********** CSS RESET **********/
* {
	margin: 0px;
	padding: 0px;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-family: arial, sans;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
body {
	line-height:1;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/***** CSS START *****/
body {
	background: #fefefe;
	font-family: arial, sans;
	width: 100%;
	min-width: 980px;
}
#wrapper {
	width: 100%;
	overflow-x: hidden;
}
/* Logo */
#logo {
	height: 137px;
	width: 268px;
	background: url(../images/logo.png) no-repeat;
	left: 50%;
	margin-left: -457px;
	position: relative;
}
#logo a {
	padding: 120px;
}

/* Navigation */
#navigation {
	background: url(../images/navbg.png) repeat-x;
	height: 137px;
	position: relative;
	left: 50%;
	margin-top: -137px;
	margin-left: -189px;
}
#navimage {
	background: url(../images/navimage.png) no-repeat;
	height: 102px;
	width: 646px;
}
#navlinks ul {
	list-style-type: none;
	height: 35px;
	width: 351px;
	float: left;
}
#navlinks ul li {
	float: left;
}
#navlinks ul .home a {
	float: left;
	background-image: url(../images/navigation.png);
	height: 35px;
	width: 117px;
}
#navlinks ul .home a:hover {
	background-position: 0px -35px;
} 
#navlinks ul .about a {
	float: left;
	background-image: url(../images/navigation.png);
	height: 35px;
	width: 117px;
	background-position: -117px 0px;
}
#navlinks ul .about a:hover {
	background-position: -117px -35px;
} 
#navlinks ul .contact a {
	float: left;
	background-image: url(../images/navigation.png);
	height: 35px;
	width: 117px;
	background-position: -234px 0px;
}
#navlinks ul .contact a:hover {
	background-position: -234px -35px;
}
#search {
	background: url(../images/searchbg.png) no-repeat;
	height: 35px;
	width: 295px;
	float: left;
}
#search .search-input {
	border: 0;
	margin-left: 27px;
	font-family: arial, sans;
	font-size: 11px;
	color: #9e9e9e;
	background: #fff;
	padding: 2px 0px 1px 2px;
	margin-top: 10px;
	width: 243px;
	position: absolute;
} 
#search .search-submit {	
	position: absolute;
	border: 0;
	background: url(../images/searchsubmit.png) no-repeat;
	width: 14px;
	height: 15px;
	margin-left: 12px;
	margin-top: 10px;
	cursor: pointer;
}
/* Banner */
#banner {
	background: url('../images/bannerbg.png') repeat-x;
	height: 212px;
}
#banner div {
	height: 100%;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	color: #FFF;
	font-size: 17px;
	font-family: arial, sans;
}
#banner blockquote {
	position: absolute;
	left: 50%;
	width: 600px;
	top: 84px;
	line-height: 22px;
	margin-left: -455px;
}
#banner em {
	font-style: normal;
	position: absolute;
	left: 50%;
	font-size: 16px;
	width: 400px;
	margin-top: 158px;
	margin-left: -270px; 
}
#banner-image-about, #banner-image-search {
	background-image: url('../images/banner-about.jpg');
}
#banner-image-contact {
	background-image: url('../images/banner-contact.jpg');
}
#banner-image-home {
	background-image: url('../images/banner-home.jpg');
}
#banner-image-medical {
	background-image: url('../images/banner-medical.jpg');
}
#banner-image-physiotherapy {
	background-image: url('../images/banner-physiotherapy.jpg');
}
#banner-image-psychology {
	background-image: url('../images/banner-psychology.jpg');
}
#banner-image-rehabilitation {
	background-image: url('../images/banner-rehabilitation.jpg');
}
#banner-image-risk-and-safety {
	background-image: url('../images/banner-risk-and-safety.jpg');
}
#banner-image-training {
	background-image: url('../images/banner-training.jpg');
}
#banner-image-newsletter {
	background-image: url('../images/banner-newsletter.jpg');
}
#banner-image-news {
	background-image: url('../images/banner-latest-news.jpg');
}

/* Content */
#contentwrap {
	position: relative;
	width: 914px;
	left: 50%;
	margin-left: -457px;
	margin-bottom: 28px;
	min-height: 369px;
	float: left;
	margin-top: 18px;
	color: #92a2ab;
}
#page_content, #page_secondary_content, #page_disclaimer {
	line-height: 23px;
	/* float: left; */
	padding-top: 6px;
	clear: both;
}
#home #page_secondary_content {
	padding-top: 0px;
}
#home #page_content h3, #preplacement #page_content h3 {
	font-family: arial, sans;
	font-size: 22px;
	font-weight: normal;
	color: #0685a5;
	padding-bottom: 5px;
	margin-top: 15px;
}
#home #page_content p, #preplacement #page_content p, #preplacement #page_secondary_content p, #preplacement #page_disclaimer p {
	font-size: 17px;
	font-family: arial, sans;
	font-weight: normal;
	color: #92a2ab;
	padding-bottom: 15px;
}
#home #page_content a, #preplacement #page_content a {
	font-size: 17px;
	font-family: arial, sans;
	font-weight: normal;
	color: #92a2ab;
	padding-bottom: 30px;
	text-decoration: none;
}
#home #page_content a:hover {
	color: #393f42;
}
/*
#preplacement #page_secondary_content img {
	position: absolute !important;
	right: 250px;
	margin-top: -295px;
	float: right;
	padding: 5px;
	border: 1px solid #becad0;
}
*/
#preplacement #page_secondary_content {
	/* height: 310px; */
	padding: 5px;
	float: left !important;
	border: 1px solid #becad0;
	padding: 5px;
	width: 426px;
	background: url(../images/preplacementcontent.png) no-repeat;
	background-position: 5px 5px;
	overflow: hidden;
}
#preplacement #page_secondary_content h3 {
	font-family: arial, sans;
	font-size: 20px;
	font-weight: normal;
	color: #0685a5;
	padding-bottom: 5px;
	margin-top: 13px;
	margin-left: 22px;
	line-height: 23px;
	width: 355px;
	text-transform: none;
}
#preplacement #page_secondary_content p {
	margin-left: 52px;
	margin-top: 8px;
	padding-bottom: 0;
}
h3 {
	font-family: arial, sans;
	font-size: 22px;
	font-weight: normal;
	color: #0685a5;
	padding-bottom: 5px;
	margin-top: 15px;
	display: block;
	clear: both;
	text-transform: uppercase;
}
hr {
	border: 0;
	height: 1px;
	background: #eee;
	clear: left;
}
#preplacement #page_disclaimer a, #home #page_content a, #search-results a, #page_content a, #page_disclaimer a, #page_secondary_content a {
	background-image: url(../images/bodyarrow.png);
	background-repeat: no-repeat;
	font-size: 17px;
	color: #0397ae !important;
	padding-left: 25px;
	text-decoration: none !important;
}
#home #page_secondary_content a {
	background-image: url(../images/riskarrow.png);
	background-repeat: no-repeat;
	font-size: 17px;
	color: #0397ae !important;
	padding-left: 25px;
	text-decoration: none !important;
}
#preplacement #page_disclaimer a:hover, #home #page_content a:hover, #home #page_secondary_content a:hover  {
	text-decoration: underline !important;
}

/* Left */
#left {
	width: 660px;
	float: left;
}
#services {
	height: 265px;
	float: left;
}
#services ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0px;
	border: 1px solid #becad0;
	float: left;
	margin-bottom: 14px;	
}
#services ul li.padded, #crumbs ul li.padded {
	margin-right: 14px;
}
#crumbs ul li {
	list-style-type: none;
	display: inline-block;
	float: left;
	/* background: url('../images/crumbsother.png') no-repeat;
	padding: 20px 12px 33px 12px; */
}
#crumbs ul li a {
	/*
	width: 196px;
	height: 20px;
	float: left;
	line-height: 20px;
	font-family: 'Arial', sans;
	font-size: 19px;
	text-decoration: none;
	color: #9fb0ba;
	*/
}
/* Right */
#right {
	float: right;
	width: 233px;
	margin-right: 0;
}
.sidebar {
	width: 233px;
	float: left;
	margin-bottom: 10px;
	background: #a0b2ba url('../images/sidebar-bg.gif') no-repeat 0 100%;
	color: #FFF;
}
.sidebar strong {
	background: url('../images/sidebar-strong.gif') repeat-x 100% 100%;
	display: block;
	padding: 10px 8px 10px 20px;
	border-bottom: 2px solid #FFF;
	overflow: hidden;
	text-indent: -999px;
	height: 22px;
}
.sidebar .thumb {
	border: 1px solid #a0b2ba;
	padding: 2px 4px;
	background: #FFF;
	margin: 0px;
}
.sidebar ul {
	border-bottom: 2px solid #FFF;
	padding: 8px 0 14px 0;
}
.sidebar ul li {
	list-style: none;
	display: block;
	padding: 5px 17px;
}
.sidebar ul li a {
	color: #FFF;
	padding-left: 18px;
	background: url('../images/sidebar-list.gif') no-repeat 0px 2px;
	text-decoration: none;
}
.sidebar ul li a:hover {
	background-position: 0px -185px;
	color: #6E7A80;
}
.sidebar p {
	padding: 8px 17px;
	line-height: 1.45em;
	border-top: 2px solid #FFF;
	margin-top: -3px;
	margin-bottom: 10px;
}
.sidebar #office-locations {
	background: url('../images/office-locations.png') -5px -2px;
}
.sidebar #further-information {
	height: 35px;
	background: url('../images/further-information.png') -5px -4px;
}
.sidebar #risk-management {
	background: url('../images/risk-management.png') -5px 0px;
}
.sidebar #other-services {
	background: url('../images/other-services.png') -5px -2px;
}
.sidebar #medical {
	background: url('../images/medical-services.png') -5px -1px;
}
.sidebar #about {
	background: url('../images/about-ioh.gif') -5px 0px;
}
.sidebar #training {
	background: url('../images/training-services.gif') -5px 0px;
}
.sidebar #physiotherapy {
	background: url('../images/physiotherapy.png') -5px 0px;
}
.sidebar #psychology {
	background: url('../images/psychology.png') -5px 0px;
}
.sidebar #rehabilitation {
	background: url('../images/rehabilitation.png') -5px 0px;
}
.sidebar #risk-and-safety {
	background: url('../images/risk-and-safety.png') -5px 0px;
}
#page_secondary_content {
	position: relative;
	overflow: visible !important;
}
#page_secondary_content ul {
	padding: 10px 0px;
}
#page_secondary_content li {
	padding: 1px 5px 1px 25px;
	margin-left: 25px;
	display: block;
	list-style-type: none;
	background: url('../images/list-arrow.gif') no-repeat 0px 7px;
	color: #898989;
}
#page_secondary_content img {
	position: absolute;
	top: -1px;
	right: -226px;
	background: #FFF;
	padding: 5px;
	border: 1px solid #becad0;
}
/*
#crumbs li:nth-child(3n+1) {
	background: url('../images/crumbsfirst.png') no-repeat;
}
*/
.office-info .services {
	background: url('../images/list-arrow.gif') no-repeat 95% 5px;
}
.office-info span {
	display: block;
	width: 150px;
	float: left;
}
.office-info .editable {
	display: block;
	width: 500px;
	margin-left: 152px;
	padding-bottom: 10px;
}
#google-map {
	width: 100%;
	height: 310px;
	margin-top: 20px;
	border: 1px solid #8F8F8F;
	padding: 2px;
	background: #FFF;
}

#officelocations #officebody {
	margin-top: 2px;
	background: url(../images/officelocsbodybg.png) repeat-y;
	float: left;
}
#officelocations #officebody ul {
	margin-top: 7px;
	padding-bottom: 7px;
	float: left;
}
#officelocations #officebody ul li {
	list-style-type: none;
	line-height: 27px;
	margin-left: 24px;
	padding-left: 19px;
	background-image: url(../images/officelocslistitem.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	float: left;
	padding-right: 80px;
}
#officelocations #officebody ul li:hover {
	background-image: url(../images/officelocslistitemhover.png);
}
#officelocations #officebody ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-family: arial, sans;
	font-size: 17px;
}
#officelocations #officebody ul li a:hover {
	color: #6e7a80;
}
#furthurinfo {
	width: 233px;
	float: left;
	margin-top: 2px;
}
#furthurinfo #furthurinfoheader {
	height: 61px;
	background: url(../images/furthurinfobg.png) repeat;
	font-family: 'Helvetica';
	color: #fff;
	font-size: 17px;
	padding: 0px 0 0 30px;
	text-indent: -9999px;
}
#furthurinfo #furthurinfoheader h2 {
	font-weight: normal;
	padding-top: 13px;
	line-height: 20px;
}
#furthurinfo #furthurinfobody {
	margin-top: 2px;
	background: url(../images/officelocsbodybg.png) repeat-y;
	float: left;
}
#furthurinfo #furthurinfobody ul {
	margin-top: 7px;
	float: left;
}
#furthurinfo #furthurinfobody ul li {
	list-style-type: none;
	line-height: 27px;
	margin-left: 24px;
	padding-left: 19px;
	background-image: url(../images/officelocslistitem.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	float: left;
}
#furthurinfo #furthurinfobody ul li:hover {
	background-image: url(../images/officelocslistitemhover.png);
}
#furthurinfo #furthurinfobody ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-family: arial, sans;
	font-size: 17px;
}
#furthurinfo #furthurinfobody ul li a:hover {
	color: #6e7a80;
}
#furthurinfo #furthurinfotail {
	background: url(../images/furthurinfotailbg.png) no-repeat;
	float: left;
	height: 26px;
	width: 233px;
}
#risk {
	width: 233px;
	float: left;
	margin-top: 25px;
}
#risk #riskheader {
	height: 43px;
	background: url(../images/riskbg.png) repeat;
	font-family: 'Helvetica';
	color: #fff;
	font-size: 17px;
	padding: 0px 0 0 30px;
	text-indent: -9999px;
}
#risk #riskheader h2 {
	font-weight: normal;
	padding-top: 13px;
	line-height: 20px;
}
#risk #riskbody {
	margin-top: 2px;
	background: url(../images/officelocsbodybg.png) repeat-y;
	float: left;
}
#risk #riskbody p {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-family: arial, sans;
	font-size: 15px;
	line-height: 20px;
	padding: 7px 15px 7px 15px;
}
#furthurinfotail {
	background: url(../images/furthurinfotailbg.png) no-repeat;
	float: left;
	height: 26px;
	width: 233px;
}
#risk #riskimage img {
	border: 1px solid #becad0;
	padding: 4px;
	float: left;
	margin:2px 0px 0px 0px;
	
}
#risk #riskbody img {
	float: right;
	margin-right: 10px;
}
#otherservices {
	width: 233px;
	margin-bottom: 2px;
	float: left;
}
#otherservices #medicalservicesheader {
	height: 43px;
	background: url(../images/medicalservices.png) repeat-x;
	font-family: 'Helvetica';
	color: #fff;
	font-size: 17px;
	padding: 0 0 0 34px;
	text-indent: -9999px;
}
#otherservices #otherservicesheader {
	height: 43px;
	background: url(../images/otherservices.png) repeat-x;
	font-family: 'Helvetica';
	color: #fff;
	font-size: 17px;
	padding: 0 0 0 34px;
	text-indent: -9999px;
}
#otherservices #otherservicesheader h2 {
	font-weight: normal;
	padding-top: 13px;
}
#otherservices #otherservicesbody {
	margin-top: 2px;
	background: url(../images/officelocsbodybg.png) repeat-y;
	float: left;
}
#otherservices #otherservicesbody ul {
	margin-top: 7px;
	padding-bottom: 7px;
	float: left;
}
#otherservices #otherservicesbody ul li {
	list-style-type: none;
	line-height: 27px;
	margin-left: 24px;
	padding-left: 20px;
	background-image: url(../images/officelocslistitem.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	float: left;
}
#otherservices #otherservicesbody ul li:hover {
	background-image: url(../images/officelocslistitemhover.png);
}
#otherservices #otherservicesbody ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-family: arial, sans;
	font-size: 17px;
}
#otherservices #otherservicesbody ul li a:hover {
	color: #6e7a80;
}	

/* Footer */
#footer {
	width: 100%;
	background: url(../images/footerbg.png) repeat-x;
	height: 217px;
	position: relative;
	float: left;
}
#footercontent {
	background: url(../images/footer.png) no-repeat;
	height: 217px;
	position: absolute;
	width: 914px;
	left: 50%;
	margin-left: -457px;
}
#footercontent #footerleft {
	width: 475px;
	float: left;
	margin-top: 18px;
}
#footercontent ul li {
	list-style-type: none;
}
#footercontent #footerlinksone a, #footercontent #footerlinkstwo a, #footercontent #footerlinksthree a {
	font-family: arial, sans;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #a1b3bb;
	line-height: 20px;
	text-transform: uppercase;
}
#footercontent #footerlinksone a:hover, #footercontent #footerlinkstwo a:hover, #footercontent #footerlinksthree a:hover {
	color: #6e7a80;
}
#footercontent #footerlinksone {
	float: left;
	padding-right: 35px;
}
#footercontent #footerlinkstwo {
	float: left;
	padding-right: 35px;
}
#footercontent #footerlinksthree {
	float: left;
	padding-right: 35px;
}
#footercontent #footerright {
	float: right;
	margin-top: 18px;
}
#footercontent #wisdom a {
	font-family: arial, sans;
	font-size: 14px;
	text-decoration: none;
	color: #a1b3bb;
	line-height: 33px;
	padding-right: 40px;
	background: url(../images/littlewisdom.png) no-repeat 153px 0px;
	height: 33px;
	float: right;
	/*
	margin-right: -246px;
	margin-top: -27px;
	text-indent: -9999px;
	*/
}
#footercontent #wisdom a:hover {
	color: #6e7a80;
}
#footercontent #copyprivacy, #copyprivacy a {
	font-family: arial, sans;
	font-size: 14px;
	text-decoration: none;
	color: #a1b3bb;
	line-height: 20px;
	float: right;
	text-align: right;
	clear: both;
}
#footercontent #copyprivacy {
	margin-top: 20px;
}
#copyprivacy a:hover {
	color: #6e7a80;
}

h4 {
	color: #0685a5;
	font-weight: normal;
	margin-bottom: 5px;
}
#page_content p {
	margin-bottom: 15px;
}
.info-list, .course-list {
	border-top: 1px solid #c8d2d7;
	border-bottom: none;
	margin: 15px 0 25px 0;
}
.info-list li, .course-list li {
	border: 1px solid #c8d2d7;
	border-top: 0px;
	display: block;
	list-style: none;
	line-height: 35px;
	color: #8f9ea7;
}
.info-list li a {
	color: #8f9ea7;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background: #eaedef url('../images/link-arrow.gif') no-repeat 10px 8px;
	text-indent: 44px;
	text-transform: uppercase;
}
.info-list li a:hover, .info-list li a.all {
	color: #FFF;
	background-color: #9caab3;
	background-position: 10px -29px;
	text-align: left;
}
.info-list li a.all {
	background-color: #0590ae;
}
.info-list li a.all:hover {
	background-color: #27b2cf;
}
.info-list li strong {
	width: 235px;
	height: 100%;
	float: left;
	cursor: hand;
}
.info-list li em {
	width: 235px;
	height: 100%;
	float: left;
	cursor: hand;
	text-indent: 0;
	text-transform: none;
}
.courses table {
	width: 100%;
	border: 1px solid #8f9ea7;
	background-color: #9caab3;
}
.courses th, .courses td {
	padding: 8px 4px;
	border-bottom: 1px solid #8f9ea7;
	color: #8f9ea7;
	text-align: left;
}
.courses th {
	color: #FFF;
	background-color: #9caab3;
}
.courses table tbody tr:nth-child(2n) td {
	background-color: #ebeef0;
}
.courses a {
	text-decoration: none;
	color: #0590ae;
	background: none;
}

#crumbs ul li {
	background: #FFF url('../images/button-bg.gif') no-repeat 100% 0;
	border: 0;
	width: 210px;
	height: 65px;
	overflow: hidden;
	border-color: #BEBEBE;
	border-bottom: 1px solid;
	border-left: 1px solid;
	padding: 0;
	margin-right: 8px;
	margin-bottom: 8px;
}
#crumbs ul li a {
	display: block;
	width: 80%;
	height: 100%;
	padding: 18px 20% 0 12px;
	color: #9CAAB3;
	text-decoration: none;
	text-transform: uppercase;
}
#crumbs ul li:hover {
	background-color: #DBEFF0;
}
#crumbs ul li a:hover {
	color: #006F8F;
}
#page_content ul {
	margin-left: 20px;
}
/* table styles */

/*
table thead tr {
    color: white;
	background-color: #0389a7 !important;
}
table tr.even {
    background-color: #ffffff;
}
table tr.odd {
    background-color: #ffffff;
}
table {
	border: 1px solid #0389a7;
	width: 100%;
	margin-bottom: 10px;
	background-color: #0389a7;
}
table th {
	border-left: 1px solid #ffffff;
	font-size: 14px;
	padding: 6px 6px 6px 10px;
	height: 40px;
	text-align: left;
}
table th:first-child {
	border-left: 1px solid #0389a7 !important;
}
table td {
	border: 1px solid #92a2ab;
	padding: 6px;
	background-color: #FFFFFF;
}
*/


table {
	width: 100%;
	border: 1px solid #8f9ea7;
	background-color: #9caab3;
}
th, td {
	padding: 8px 4px;
	color: #8f9ea7;
	text-align: left;
	background-color: #ffffff;
}
td {
	border-bottom: 1px solid #8f9ea7;
}
th {
	color: #FFF;
	background-color: #9caab3;
}
table tbody tr:nth-child(2n) td {
	background-color: #ebeef0;
}
td a, th a {
	text-decoration: none !important;
	color: #0590ae !important;
	background: none !important;
	padding-left: 0px !important;
}


#page_content img, #page_secondary_content img, #disclaimer img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;	
}

#sign-up {
	padding-top: 1em;
}

#sign-up label {
	width: 20%;
	margin-right: 5%;
	float: left;
	display: block;
	text-align: right;
}

#sign-up div {
	width: 100%;
	clear: both;
	display: block;
	padding: 0 0 0.75em 0;
}

#response * {
	font-size: 80%;
}

#sign-up input, #sign-up select {
	width: 70%;
	display: block;
}

#sign-up #page_content, #sign-up  #page_secondary_content {
	padding-top: 0;
	clear: none;
	line-height: auto;
}

#sign-up .submit {
	width: auto;
	display: auto;
	margin-top: 2em;
	margin-left: 25%;
}

#sign-up table {
	margin: 2em 0;
}

#sign-up table input.dob {
	width: 5em;
}

#sign-up table input {
	margin: 0;
	width: 95%;
}

#t-and-c {
	margin-left: 165px;
}

#t-and-c #terms-and-conditions-text {
	display: block;
	width: 466px;
	height: 150px;
	margin: 10px 0;
}

#t-and-c label {
	width: auto;
}

#t-and-c label input {
	width: auto;
	display: inline;
}

#news-article-list {
	min-height: 450px;
}

#news-article-list a {
	text-decoration: none !important;
	border: 0 !important;
}

.news-article-box {
	background: #fff url(../images/news-article-bg.gif);
	margin: 20px;
	padding: 20px;
	width: 567px;
	height: 52px;
	color: #92A2AB;
}
.news-article-head {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.news-title {
	color: #0685a5;
	font-size: 19px;
}	
#news-nav {
	width: 350px;
	text-align: center;
	color: #92A2AB;
	margin-left: 140px;
}
#news-nav .prev, #news-nav .prev p {
	float: left;
	color: #92A2AB;
}
#news-nav .prev p, #news-nav .next p {
	padding: 6px 4px 0 4px;
}
#news-nav .next img, #news-nav .next {
	float: right;
}
#news-nav .next p, #news-nav .prev img {
 float: left;
 color: #92A2AB;
}
#news-nav .disabled {
	color: #d9dfe2 !important;
}
.news-article-big {
	background: #fff url(../images/news-article-big-bg.png) no-repeat;
	margin: 10px;
	padding: 20px;
	width: 567px;
	/*
	height: 581px;
	*/
	color: #92A2AB;
	border-bottom: 1px solid #d9dfe2;
}
.news-article-big #page_content {
	/*
	height: 280px;
	max-height: 280px;
	*/
}

#article_thumb {
	margin-top: 10px;
	margin-left: -9px;	
}

.hidden_article_thumb {
	/*
	display: none;
	*/
}













