/* STYLE SHEET : EasternPeace.co.uk : Created by Anthony Fidler */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}
		
body {
	background-color: #ccccff;
	font-size: 62.5%;
	font-family: Arial,Helvetica,sans-serif;
}


h1, h2, h3, h4, p, li, ul, a {
	font-family: Arial,Helvetica,sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
	margin: 0 0 15px 0;
}
		
h4 {
	font-size: 1.5em;
	margin: 0 0 5px 0;
}

h5 {
	font-size: 1.5em;
	margin: 0 0 5px 0;
}
p {
	/*font-size: 1.3em;*/
   font-size: 1.5em;
   line-height: 1.2em;
	margin: 0 0 10px 0;
}


li {
   font-size: 1em;
}

a {
}
		
a:hover {
}


em {
	font-weight: bold;
	font-style: normal;
}

.emphasis {
	font-weight: bold;
}

.underline {
text-decoration: underline;	
}

.highlight {
	color: yellow;
}



.follow {
	margin: 0 0 0 0;
}
		
.separator {
		clear: both;
}

.separatorInvisible {
		clear: both;
		height: 1px;
}

.centred {
   width: 100%;
   text-align: center;
}

.floatleft{
float: left;
}

.floatright{
float: right;
}

.clearFloat:after {
	content: "."; 
	display: block; 
	height: 0px; 
	width: 400px;
	clear: both; 
	visibility: hidden;
	margin: 0 0 10px 0;
}
		
		
.emptySpace {
	height: 10px;
}	

.makeSpace {
	margin: 0 0 20px 0;
}		
		
/*  --------- Structure  --------- */


/* --------- Wrapper (w:900px + m: 10px => 920px) ------*/
#wrapper {
	border: 0px solid #777777;
	margin: 10px auto;
	padding: 0 0 0 0;
	width: 962px;
	background: transparent;
}

/* --------- Header (w:900px) ------*/	
#header {
	width: 960px;
	height: 115px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #0099ff;
	border-bottom: 1px solid #ccccff;
}	

#masthead {
   float: left;
   width: 709px;
   height: 60px;
	padding: 0 30px 5px 10px;
	text-align: center;
	margin: 0 0 0 0;
	background-color: #0099ff;
}

#bookmark {
   float: right;
	width: 80px;
	padding: 0 5px 0 0;
	margin: 0 40px 0 0;
}	

#bookmark button {
}
	
#logo {
	float: left;
	width: 60px;
	height: 60px;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	background-color: #0099ff;
}

/* ----------- 2. Upper Navigation Container ------------------- */	
#navContainer {
	clear: both;
	height: 10px;
	width: 960px;
	border-top: 1px solid #ccccff;
	border-bottom: 1px solid #ccccff;
	background-color:#ccccff;
	margin: 0px 0 0 0;
	padding: 7px 0px 7px 0px;
	background: #0099ff;
	line-height: 1em;
	text-align: center;
}
	
/* --------------3. Header Breadcrumb ------------------------*/
#breadcrumb {
	clear: both;
	height: 1em;
	margin: 5px 0 0px 5px;
	font-size: 1.2em;
	background-color: #0099ff;
}

#breadcrumb ul {
	clear: both; 
}		
	
#breadcrumb li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0px 0 px;
	color: navy;
}

#breadcrumb li.current {
	color: navy;
}

#breadcrumb li:first-child {
	color: navy;
}

#breadcrumb a {
	text-decoration: none;
	color: navy;
	margin: 0 10px 0 0px;
}

#breadcrumb a:hover {
	   color: yellow;
}

/* ----------- 2. Centre (w:900px) ------------------- */	
#centre {
  width: 100%;
  background-color: #0099ff;
}

/* ----------- 2. Content (w:520px + p:10px => 540px)   ----------------- */	
#content {
 float: left;
 min-height: 300px;
 /*width: 618px;*/
 width: 779px;
 padding: 10px 10px 10px 10px;
 margin: 0 0 0 0;
 background-color: #0099ff;
 /*border-right: 1px solid #ccccff;*/
}

#content p.small {
	font-size: 1em;
}

#content p {
	font-size: 1.5em;
}

#content ul {
	list-style-type: disc;
	margin: 10px 0 15px 20px;
}

#content li {
   font-size: 1.5em;
	margin: 0 0 10px 0;
}

#content ul p {
   margin: 10px 0 0 0;
   font-size: 15px;
}

#content a:link, #content a:visited {
	color: navy;
	text-decoration: none;
}

#content a:hover {
	color: yellow;
	text-decoration: none;
}

.BoxArea {
   margin: 10px 0 10px 0;
   padding: 0 0 0 0; 
   border: 0px dotted red;
}

.leftBoxArea {
   float: left;
   margin: 10px 0 10px 0;
   padding: 0 0 0 0; 
   border: 0px dotted red;
}
   
.rightBoxArea {
   float: right; 
   margin: 10px 0 10px 0px;
   padding: 0 0 0 0; 
   border: 0px dotted red;
}

#content p.caption {
   text-align: center;
	font-size: 10px;
}

.halfPage {
	width: 302px;
}

.wrapLeft {
	margin: 0 0 0 10px;	
}

.wrapRight {
	margin: 0 10px 0 0;	
}

.noMargin {
	margin: 0 0 0 0;
}

.BoxArea img, .leftBoxArea img, .rightBoxArea img {
	border: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
}

.textArea {
	text-align: left;
}


/* ----------- 2. leftpanel (w:180px) ------------------- */	
#leftpanel {
 float: left;
 min-height: 300px;
 width: 140px;
 padding: 10px 9px 10px 10px;
 margin: 0 0 0 0;
 background-color: #0099ff;
 border-right: 1px solid #ccccff;
}

#leftpanel p {
  font-size: 1.3em;
  line-height: 1.3em;
}	

/* ----------- 2. Left Navigation Container ------------------- */	
#leftnavContainer {
  width: 140px;
  padding: 0px 9px 0px 10px;
  margin: 0 -10px 10px -10px;
  border-top: 0px solid #ccccff;
  border-bottom: 1px solid #ccccff;
  background: #0099ff none repeat scroll 0% 50%;
}

/* ----------- 2. rightpanel (w:180px) ------------------- */	
#rightpanel {
 float: right;
 min-height: 300px;
 width: 140px;
 padding: 10px 10px 10px 10px;
 margin: 0 0 0 0;
 background-color: #0099ff;
}

#rightpanel img{
	border: 1px solid #000000;
	margin: 0 0 0px 0;
}

/* -----------  footer (w:880px + p:20px=> 900px) ------------------- */
#footer {
	clear: both;
	height: 20px;
	width: 940px;
	padding: 5px 10px 0px 10px;
	background-color: #0099ff;
	text-align: center;
	border-top: 1px solid #ccccff;
   border-bottom: 1px solid #ccccff;
}

#footerNavContainer {
	float: right;
	width: 150px;
}


/* ----------- 2. Lower Navigation Container -------------------------- */
#lowerNavContainer {
  clear: both;
  margin: 20px 0 0 0;
  padding: 7px 0px;
  border-top: 0px solid #ccccff;
  border-bottom: 0px solid #ccccff;
  text-align: center;
}

#lowerNavContainer p, #lowerNavContainer a {  
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1em;
  line-height: 1em;
}		

#lowerNavContainer b{
font-weight: normal;
}

/* ----------------- subfooter ---------------------- */
.subfooter{
	width: 900px;
	margin: 0px auto;
	padding-top:5px;
	padding-bottom: 5px;
	text-align: left;}

.subfooter p {
	font-size: 0.9em;
	color: #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 1px;
}	
		
.subfooter a:link {
text-decoration: none;
color: #666666;
}

.subfooter a:visited {
text-decoration: none;
color: #666666;
}
		
/* ---------- 4. Top Navigation ---------- */		
		
#navigation ul {
  list-style-type: none;
  margin: 0 0 0 0;
}
#navigation li {
  font-size: 1.3em;
  border-right: 1px solid #ccccff;
  padding: 0px 10px;
  display: inline;
}

#navigation #contactPageLink {
  border-right: medium none;
}

#navigation a:link, #navigation a:visited {
  text-decoration: none;
  color: navy;
}

#navigation #current a {
font-weight: normal;
}

#navigation a:hover, #navigation #current a:hover {
  color: yellow;
}

#navigation a:active {
}

/* ---------- 4. Left Navigation ---------- */		
		
#leftnavigation ul {
  list-style-type: none;
  margin: 0 0 10px 0;
}
#leftnavigation li {
  font-size: 1.3em;
  padding: 0px 0 3px 0;
  border-bottom: 0px solid #aaaaaa; 
}

#leftnavigation #lastLink {
  border-bottom: medium none;
}

#leftnavigation a:link, #leftnavigation a:visited {
  text-decoration: none;
  color: navy;
}

#leftnavigation #current a {
font-weight: normal;
}

#leftnavigation a:hover, #leftnavigation #current a:hover {
  color: yellow;
  /*text-decoration: underline;*/
}

#leftnavigation a:active {
  color: #ff0000;
}

#leftnavigation p {
	margin: 0 0 0 0;
}

/* ----------- Footer Navigation  -------------------------- */

#footerNavContainer ul {
  list-style-type: none;
  margin: 0 0 0 0;
}

#footerNavContainer li {
  font-size: 1.3em;
  border-right: 1px solid #898989;
  padding: 0px 10px;
  display: inline;
}

#footerNavContainer .lastPageLink {
  border-right: medium none;
}

#footerNavContainer a:link, #footerNavContainer a:visited {
  text-decoration: none;
  color: navy;
}

#footerNavContainer #current a {
font-weight: normal;
}

#footerNavContainer a:hover, #footerNavContainer #current a:hover {
  color: yellow;
  /*text-decoration: underline;*/
}

/* ----------- Lower Navigation  -------------------------- */

#lowerNavigation ul {
  list-style-type: none;
}
#lowerNavigation li {
  border-right: 1px solid #aaaaaa;
  padding: 0px 15px;
  display: inline;
}
#lowerNavigation #contactPageLink {
  border-right: medium none;
}
#lowerNavigation a:link, #lowerNavigation a:visited {
  text-decoration: none;
}
#lowerNavigation a:link {
   color: #666666;
}
#lowerNavigation a:visited {
  color: #666666;
}
#lowerNavigation a:hover {
  text-decoration: underline;
}
#lowerNavigation a:active {
  color: #ff0000;
}
#lowerNavigation .current {
  color: #ff0000;
}

/* ----------- Contact Form CSS ------------------- */

.contactBox {
	margin: 0 0 30px 0;
	width: 630px;
}

.contactBox form {
   border: 1px solid #000000;
	margin: 0 50px 0 50px;
	padding: 0 0 10px 0;
	background: #eeeeee;
}

.contactHeader {
	height: 70px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #000000;
	background-color:#f0e68c;
}

.contactHeader h3 {
	font: bold 1.7em/1.44em Arial, Helvetica sans-serif;
	/*text-transform: uppercase;*/
	color: #000000;
	padding: 10px 0 10px 0px;
	text-align: center;
}

.contactHeader img {
    float: right;
	border-left: 1px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.contactBox fieldset { 
	border: 1px solid #000000; 
	padding: 0px 0px 10px 20px; 
	margin: 0px 10px 10px 10px;
	text-align: center;
}

.contactBox legend { 
	padding: 0 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	background: #eeeeee;
	text-transform: uppercase; 
}
		
.contactBox .formField { 
	border: 1px solid #333333; 
	background-color: #dddddd;
	padding: 2px;
	width: 250px;
} 

.contactBox .dropdown { 
	border: 1px solid #333333; 
	background-color: #dddddd; 
	padding: 2px;
	width: 160px;
} 

.submitButton {
	border: 2px solid #333333; 
	background-color: #dddddd; 
	padding: 2px 5px;
} 
		
.contactBox form p {
	margin-bottom: 10px;
}

p#submitButton {
	text-align: center;
}		
		
.warning {
	font-weight:bold;
	color:#ff0000;
}
		
.contactBox label {
	border: 0px solid #000000;
	font-weight: bold;
	display: block;
}
		
.row {
	border: 0px solid #000000;
	padding: 0 0px 0 45px;
	margin: 10px 10px 10px 0px;
}

.row p {
	float: left;
	margin: 0px 10px 0 0;
}

.row #title {
	width: 50px;
}

.row #firstname {
	width: 120px;
}

.row #surname {
	width: 150px;
}

.row #email {
	width: 352px;
}

.row #message {
	width: 353px;
}

.message p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
		

		

