/* CSS DOCUMENT CREATED FOR kairostherapy.com copyright 2005 Stephen Ireland -------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	}

#pagewrap {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: left;

	}

/* HEADER & MENU FORMATTING -------------------------------------------------*/

h1 {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -10000px;
	height: 200px;
	width: 760px;
}
  
#navigation {
	background-color: #1488B9;
	background-image: url(../images/nav_corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	text-align: left;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #A8D3E6;
	padding: 0px;
	margin: 0 0 20px 0;
	width: 220px;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 25px;
}

#navigation li a:link, #navigation li a:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: 0px;
	color: #ffffff;
}

#navigation li a:hover {
	color: #DAF3C1;
}

/* CONTENT FORMATTING ------------------------------------------*/

#content {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1E8DBB;
	font-weight: normal;
	border: 0px;
	padding: 0px;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 480px;
}

/* OTHER FORMATTING ---------------------------------------------------------*/

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #014967;
	font-weight: normal;
	margin: 15px 10px 10px 0px;
}

h2 a:link, h2 a:visited {
	color: #014967;
	text-decoration: underline;
}

h2 a:hover {
	text-decoration: none;
}

p {
 margin: 10px 10px 10px 0px;
 padding: 0px;
 }
 
p a:link, p a:visited {
	color: #1E8DBB;
	text-decoration: underline;
}

p a:hover {
	color: #26AEE6;
	text-decoration: none;
}

.col_one, .col_two {
	width: 220px;
	margin: 0px;
	padding: 0 10px 20px 0;
	float: left;
	position: relative;
	color: #568EA6;
}

.clear {
	clear: both;
}

ul.how {
	padding: 0px;
	margin: 0 0 0 20px;
	font-size: 90%;
}

ul.name, ul.location {
	padding: 0px;
	font-size: 90%;
	list-style-type: none;
}

ul.location { margin: 0; }
ul.name { margin: 0; }

.col_one a:link, .col_one a:visited, .col_two a:link, .col_two a:visited {
	color: #568EA6;
	text-decoration: underline;
}  

.col_one a:hover, .col_two a:hover {
	color: #000066;
	text-decoration: none;
}

ul.countries_large {
	display: inline;
	position: relative;
	width: 440px;
	height: 200px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #E1F0F8;
}

ul.countries_small {
	display: inline;
	position: relative;
	width: 440px;
	height: 50px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #E1F0F8;
}

ul.countries_small a, ul.countries_small a:link, ul.countries_small a:visited, ul.countries_large a, ul.countries_large a:link, ul.countries_large a:visited {
	text-decoration: none;
	border: 1px solid #E1F0F8;
}

ul.countries_small a:hover, ul.countries_large a:hover {
	text-decoration: underline;
	border: 1px solid #000;
}

ul.countries_large li, ul.countries_small li { display: inline; }

.uk, .ir, .us, .ca {
	display: block;
	float: left;
	width: 100px;
	height: 200px;
	padding: 0px;
	margin: 5px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	line-height: 17.8em;
	text-align: center;
}

.uk-s, .ir-s, .us-s, .ca-s {
	display: block;
	float: left;
	width: 100px;
	height: 50px;
	padding: 0px;
	margin: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	line-height: 4.8em;
	text-align: center;
	color: #000;
}

.uk-s, .ir-s, .ca-s {
	background-position: 0px -47px;
}

.uk { background-image: url(../images/uk_flag.gif); color: #fff; }
.ir { background-image: url(../images/ir_flag.gif); color: #000; }
.us { background-image: url(../images/us_flag.gif); color: #fff; }
.ca { background-image: url(../images/ca_flag.gif); color: #000; }

.uk-s { background-image: url(../images/uk_flag.gif); color: #000; }
.ir-s { background-image: url(../images/ir_flag.gif); color: #000; }
.us-s { background-image: url(../images/us_flag.gif); color: #000;  background-position: 0px -87px }
.ca-s { background-image: url(../images/ca_flag.gif); color: #000; }

/* FOOTER AND ADMIN LINK FORMATTING -----------------------------------------*/

#footer {
	width: 750px;
	height: 40px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0 0 20px 0px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.1em;
}

#footer_left {
	width: 150px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
}

#footer_right {
	width: 450px;
	float: right;
	position: relative;
	margin: 0;
	padding: 0 15px 0 0;
	text-align: right;
}
  
#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}  

#footer a:hover {
	color: #DAF3C1;
}

.edit ul {
list-style: none;
position: absolute;
padding: 0;
margin: 0;
}

.edit li {
display: inline;
float: left;
padding: 0;
margin: 0 5px 0 0;
font-size: 100%;
}

.edit a, .edit a:link, .edit a:visited {
border: 1px solid #000;
padding: 5px;
margin: 0;
background-color: #C00;
color: #fff;
text-decoration: none;
}

.edit a:hover {
background-color:#fff;
text-decoration: none;
color: #C00;
}

.form {
padding: 0;
margin: 0;
border: 1px solid #000;
}

.edit_bg {
	background-color: #ffffff;
	border: 1px dotted #000;
	padding: 20px;
	text-align: left;
}

.edit_buttons {
position: relative;
text-align: right;
font-size: 80%;
}

.edit_buttons a, .edit_buttons a:link, .edit_buttons a:visited {
border: 1px solid #000;
padding: 3px 5px 3px 5px;
margin: 0 0 0 3px;
background-color: #fff;
color: #C00;
text-decoration: none;
}

.edit_buttons a:hover {
background-color:#C00;
text-decoration: none;
color: #fff;
}

/* CSS DOCUMENT CREATED FOR kairostherapy.com copyright 2005 Stephen Ireland -------------------------------------------------*/
