/*-------------- Clive Kelly    -----------------------*/
/*-- Author: Patrick Stack _____________________________*/
/*-- www.adeptassociates.net ___________________________*/

body {
	margin: 0;
	padding: 0;
	background-color: /*#8b182f*/#bc1a2f;
	color: #010;
	font-family: Helvetica, Garamond, sans-serif;
	text-align: center;
}
/*
	#8b182f		-> 	darkest vec bg
	#bc1a2f		->	lightest vec bg
	#f1dfb9		->	lightest vec cream
	#ecce86		->	darkest vec cream
	
 
 
*/
html, body, #container {	/* force page to go full length */
	min-height: 100%;
	width: 100%;
	height: 100%;
}
/*-- ID SELECTORS ______________________________________________*/

#container {
	position: relative;
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;
	background-color: #fff;
	text-align: center;
	border-left: solid 1px #ecce86;
	border-right: solid 1px #f1dfb9;
}
#header {
	width: 958px;
	margin: 0;
	margin-top: 1px;
	padding: 0;
	height: 250px;
	background-image: url(images/header_bg.png);
	text-align: left;
	clear: both;
	/*border-bottom: solid 1px #fc0;*/
}
#headertop {
	width: 958px;
	margin: 0;
	padding: 0;
	height: 2px;
	/*background: url(images/header_top.png) no-repeat left top;*/
	background-color: #bc1a2f;
}
#topleft {
	width: 700px;
	height: 100px;
	left: 10px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
	background-color: transparent;
	float: left;
	text-align: center;
	/*outline: solid 1px #f00;*/
}
#topright {
	position: absolute;
	width: 223px;
	height: 208px;
	left: 730px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
	background-color: transparent;
	text-align: center;
	background: url(images/clivekelly_logo.png) no-repeat left 20px;
	/*outline: solid 1px #00f;*/
}
#toprightcms {
	position: absolute;
	width: 223px;
	height: /*208px*/100px;
	left: 730px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
	background-color: transparent;
	text-align: center;
	background: url(images/clivekelly_logo_sm.png) no-repeat 50px 20px;
	/*outline: solid 1px #00f;*/
}
#tagline {
	position: absolute;
	top: 90px;
	margin-top: 0.5em ;
	margin-left: 0;
	margin: 0;
	padding-top: 1em;
	font-size: 1em;
	color: #900;
	font-weight: 600;
	z-index: 100;
	width: 770px;
	height: 40px;
	text-align: center;
}
#tagline span {
	font-family: Tahoma, sans-serif;
	padding: 5px;
	font-size: 1.1em;
	color: /*#52669b*/#bc1a2f;
	
}
#contactinfo {
	position: absolute;
	top: 125px;
	font-size: 1.3em;
	color: #437da6;
	margin-top: 0.75em ;
	margin-left: 0;
	margin: 0;
	padding-top: 0.5em;
	font-weight: 500;
	z-index: 100;
	width: 770px;
	height: 40px;
	text-align: center;
	/*outline: dashed 1px #333;*/
}
#contactinfo span a, 
#contactinfo span a:link, #contactinfo span a:visited {
	color: #437da6;
}
#contactinfo span a:hover {
	color: #ea1823;
}
#navigation {
	position: absolute;
	width: 957px;
	height: 60px;
	top: 210px;
	left: 1px;
	background-color: #437da6;
	z-index: 100;
	float: left;
	border-top: 1px solid #ea1823;
	border-bottom: 4px solid #666;
}
#navigationcms {
	position: absolute;
	width: 957px;
	height: 40px;
	top: 101px;
	left: 1px;
	background-color: #437da6;
	z-index: 100;
	float: left;
	border-top: 1px solid #ea1823;
	border-bottom: 4px solid #666;
}
#innernav {		/* for IE */
	border-top: 3px solid #ff0;
	border-bottom: 2px solid #fff;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 200;
	display: block;
	height: auto;
}
#headerright {
	position: absolute;
	width: 170px;
	left: 785px;
	margin: 0;
	padding: 0;
	height: 150px;
	background: url(images/veclogo.jpg) no-repeat left top;
	/*outline: solid 1px #0f0;*/
	top: 20px;
}
#headerbottom {
	position: relative;
	width: 958px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 4px;
	background-color: #efb21e;
}
/*___________________________ H O R I Z O N T A L  D R O P - D O W N ______________*/
ul.horizontal, ul.horizontal li {
  margin: 0;
  margin-top: 0;
  padding: 0;
  list-style-type: none;
  font-size: 19px;
  float: left;	/* ensures links line up beside each other*/
}

ul.horizontal {
  position: relative;
  left: 0;
  width: 100%;
  cursor: default;
  z-index: 2000;
  top: 0.5em;
}

ul.horizontal li {
  width: auto;
  float: left;
  position: relative;
  cursor: pointer;
  text-align: center;
  left: 0;
  border: 1px solid #f00;
	margin-left: 0;
	padding-top: 5px;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	font-weight: 600;
	border: 0;
	line-height: 1.2em;
	background-color: transparent;
}

* html ul.horizontal li {
  margin: 0 -1.1em 0 1em;
  left: 0;
}
ul[class^="horizontal"] li {
  margin: 0 -1.1em 0 1.25em;
  left: 0;
}

ul.horizontal a, ul.horizontal a:visited {
  display: block;
  width: 200px;
  cursor: pointer;
  height: 100%;
  background-color: transparent;
  border: 1px ridge transparent;
  padding: 0 3px 0 2px;
  font: 1.1em Arial, Helvetica, sans-serif;
  color: /*#8b182f*/#ff0;	/* link text colour */
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
  /*outline: 1px solid #fff;*/
}

ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a:active,
ul.horizontal a.rollover:link, ul.horizontal a.rollover:visited {
  background: transparent;
  color: /*#efb21e*/#fff;
  /*background-color: #ea1823;*/
}
/* browser hacks */
ul.horizontal a { float: left; }
@media Screen, Projection { ul.horizontal a { float: none; } }
ul.horizontal ul a { float: none !important; }
@media screen, projection {
  * html ul.horizontal li {
    display: inline;
    f\loat: left;
    background: #fff;
  }
}

* html ul.horizontal li { position: static; }
* html ul.horizontal a { position: relative; }

/* iframe layer */
ul iframe {
  position: absolute;
  z-index: 1010;
  border: none;
}

h1.name {
	position: absolute;
	/*margin-top: 0;*/
	top: 15px;
	display: block;
	width: 770px;
	height: 100px;
	background: url(images/clive-kelly-header.png) 35px 0 no-repeat;
	text-indent: -9999px;
	z-index: 100;
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 1.5em;
	padding: 5px 10px 10px 0;
	margin: 0;
	color: #666;
	text-align: left;
}
h2.pageheading {
	font: 1.2em Arial, Helvetica, sans-serif;
	margin-left: 0.2em;
	color: #003;
	font-weight: 600;
	margin-top: 0.75em;
	margin-bottom: 0;
	padding: 0;
	letter-spacing: 0.1em;
}
.approved {
	color: #bc1a2f;
}
h3 {
	font: 1.1em Tahoma, Verdana, serif;
	margin: 0;
	margin-top: 0.5em;
	margin-left: 0.4em;
	margin-bottom: 0;
	color: /*#bc1a2f*/#437da6;
	font-weight: 600;
	padding: 0;
	
}
#content {
	width: 958px;
	margin: 0;
	margin-top: 1px;
	padding: 0;
	text-align: justify;
	clear: both;
	
}
#contenttop {
	width: 958px;
	margin: 0;
	padding: 0;
	height: 14px;
}
#contenttopcms {
	width: 958px;
	margin: 0;
	padding: 0;
	height: 14px;
}
#contentleft {
	position: relative;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 0;
	width: 650px;
	background-color: transparent;
	float: left;
}
	#lastmod {			/* for last modified date */
		text-align: center;
		color: #111;
		font-size: 10px;
	
	}
	#homepagelink {			/* for homepage link on each page*/
		position: absolute;
		text-align: center;
		color: #111;
		font-size: 10px;
		margin-left: 400px;
		margin-top: 5px;
	}
	#form {					/* for forms only */
		width: 480px;
	}
#contentright {
	position: relative;
	margin-top: 0;
	padding-top: 0;
	margin-left: 670px;
	width: 275px;
	z-index: 5;
}
#contentwide {
	position: relative;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 0;
	width: 940px;
	background-color: transparent;
	float: left;
	clear: both;
}
/*__________________ L O G I N  T A B L E _______________________________*/


table.login {
	width: 400px;
	/*margin-top: 100px;*/
	margin-left: 175px;
	margin-bottom: 2em;
	border: 1px solid #a61125;
}
.login td {
	width: 50%;
	border: 1px dotted #ccc;
	padding-left: 5px;
	text-align: left;
	background-color: #eee;
}
.login caption {
	border: none;
	margin-top: 80px;
	margin-left: 0;
	padding: 0.5em;
	font-size: 1em;
	font-weight: 600;
	outline: 1px dashed #ccc;
}
/*______________________ S L I D E S H O W _______________________________*/
div.slideshow {
	width: 260px;
	height: 198px;
	margin-left: 8px;
	margin-bottom: 1px;
	}
div.slideshow img {
	padding: /*15px*/4px;
	border: 1px solid #333;
	background-color: #ff0;
	}

div.image {
	/*outline: 1px dotted #eee;*/
	margin-left: 10px;
	/*margin-bottom: 15px;*/
}
.framed {
	padding: 2px;
	background-color: #ff0;
	border: 1px solid #333;
}
.alignright {
	float: right;
}
div.otherimg {
	width: 260px;
	height: 198px;
	margin-top: 20px;
	margin-left: 8px;
	margin-bottom: 1px;
	}
div.otherimg img {
	padding: /*15px*/4px;
	border: 1px solid #f00;
	background-color: #f90;
	}
.indent {
	margin-left: 90px;
}
#output {
	width: 250px;
	text-align: center;
	margin-top: 0;
	padding-top: 20px;
	margin: auto;
}
span.emphaticimg {
	width: 250px;
	text-align: center;
	margin-top: 0;
	margin: auto;
	letter-spacing: normal;
	word-spacing: -0.2em;
}
#output h3 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: 600;
	color: #006;
}
.searchdatabase {
	margin-left: 61px;
}

/*________________________ F O O T E R __________________________________*/
#footer {
	position: relative;
	margin-bottom: 0;
	top: 0;
	margin-top: 0;
	margin-left: 1px;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	width: 958px;
	background-color: #437da6;
	color: #8b182f;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	z-index: 100;
	border-top: 1px solid #ea1823;
	border-bottom: 4px solid #666;
}
#footertop {
	width: 958px;
	margin-left: 1px;
	padding: 0;
	height: 2px;
	background-color: #ff0;
}

	#footerleft {
		width: 550px;
		margin-top: 10px;
		margin-left: 10px;
		background-color: transparent;
		text-align: left;
		font-size: 1em;
		float: left;
		outline: 1px solid #00f;/**/
	}
	#footerright {
		position: absolute;
		margin-top: 10px;
		left: 560px;
		right: 10px;
		background-color: transparent;
		text-align: right;
		outline: 1px solid #00f;
	}
	#footerright p {
		margin-right: 0.2em;
	}

/*_________________________ T E X T  F O R M A T T I N G ____________________*/

.clear {
	clear: both;
}
#content p {
	font-size: 1em;
	line-height: 1.4em; 
	padding-left: 1.2em;
	text-align: justify;
	color: /*#1f005c*/#003;
}
#content p.minpadding {
	padding-top: 0;
	margin-top: 0;
}
ul.minpadding, ol.minpadding {
	padding-top: 0;
	margin-top: 0;
}
.centred {
	text-align: center;
}
#contentright p.centred {
	text-align: center;
}
ul, ol {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4em; 
	padding-left: 1.2em;
	margin-left: 2em;
	color: #003;
}

#footer p.normal {
	color: #eee;
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}
#footer p.smaller {
	font-size: 0.8em;
	color: #eee;
	margin-top: 0.25em;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0.1em;
}
/*-------------------------- L I N K S _-------------------------------------*/

#footer p a:hover {
	color: #fff;
}
#footer p a:link, #footer p a:visited {
	color: #ff0;
}

/***** highlighted nav buttons for specific pages ************/

body#home li.home, body#training li.training, body#about li.about,
body#contact li.contact {
 	color: /*#bc1a2f*/#fff;
	font-weight: 600;
	background-color: transparent;
	text-decoration: none;
}

body#home li.home a:link, body#home li.home a:visited,
body#training li.training a:link, body#training li.training a:visited,
body#about li.about a:link, body#about li.about a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited {
 	color: /*#bc1a2f*/#fff;
	font-weight: 600;
	background-color: transparent;
}

/***** highlighted subnav buttons for specific pages ************/

ul#first li.first a:link, ul#first li.first a:visited,
ul#second li.second a:link, ul#second li.second a:visited,
ul#third li.third a:link, ul#third li.third a:visited,
ul#fourth li.fourth a:link, ul#fourth li.fourth a:visited,
ul#fifth li.fifth a:link, ul#fifth li.fifth a:visited,
ul#sixth li.sixth a:link, ul#sixth li.sixth a:visited,
ul#seventh li.seventh a:link, ul#seventh li.seventh a:visited,
ul#eighth li.eighth a:link, ul#eighth li.eighth a:visited,
ul#ninth li.ninth a:link, ul#ninth li.ninth a:visited,
ul#tenth li.tenth a:link, ul#tenth li.tenth a:visited,
ul#eleventh li.eleventh a:link, ul#eleventh li.eleventh a:visited
 {
	color: #333;
	font-weight: 600;
	background-color: transparent;
}
/***** highlighted rightnav buttons for specific pages ************/
ul#contents li.contents, ul#first li.first, ul#second li.second,
ul#third li.third, ul#fourth li.fourth, ul#fifth li.fifth,
ul#sixth li.sixth, ul#seventh li.seventh, ul#eighth li.eighth,
ul#ninth li.ninth, ul#tenth li.tenth, ul#eleventh li.eleventh  {
 	color: #00f;
	font-weight: 600;
	background-color: transparent;
}
/*----------------------------- T R A I N I N G    P A G E -------------------------*/
#gallery {				/* for gallery only */
	width: 950px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#gallerylist {
	list-style-type: none;
	/*outline: 2px solid #0f0;*/
	margin: 0;
	padding: 0;
	margin-left: 30px;
	/*padding-left: 5px;*/
}
#gallerylist li {
	list-style: none;
	float: left;
	margin-left: 0;
	margin-right: 25px;
	margin-bottom: 25px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333;
	outline: 1px solid #eee;/**/
	width: 200px;
	text-align: center;
	font-size: 0.9em;
}
#gallerylist li span.heading {
	font-size: 1em;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
}
#gallerylist img {
	display: block;
	border: 1px solid #c66;
	padding: 2px;
	background-color: #ff0;
	margin-left: 35px;
	/*border: 1px solid #333;*/
}



.textlinks {
	top: 10px;
}
p.lastmod {			/* __________ for Date last modified ________________*/
	margin: 0;
	font-size: 10px;
	color: #111;
	text-align: center;
}
p.emphasis {
	border: 1px solid #ff6e00;
	padding: 5px;
	text-align: justify;
	background-color: #fff;
	margin: 1em 2em 1em 2em;
	font-size: 0.9em;
 }
blockquote {
	font-size: 0.8em;
	color: #1f005c;
}


/*___________________________________ Old stuff after this until next marker __________*/

  
h4 {
  color: #000066;
  font-family: "Century Schoolbook", Times, Serif;
  font-size: 1em;
  font-weight: 600;
  }
  
form h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	bottom: 0;
	}
#subnav h2 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: 600;
	background-color: transparent;
	text-align: left;
	margin-left: 1em;
}
#subnavhome h2 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: 600;
	background-color: transparent;
	text-align: left;
	margin-left: 1em;
}

.textnav {
  font-family: "Times New Roman", Times, Georgia, Serif;
  font-size: .8em;
  }
.topnav {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: .8em;
  } 
.contact {
  font-family: "Times New Roman", Times, Georgia, Serif;
  color: #000066;
  font-size: .9em;
  }
  

p.subheadcentre {
  color: #336;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  }

 
a:link {
  color: #00f;
  text-decoration: none;
  }
  
a:active {
  color: #ffff00;
  }
  
a:hover {
  color: #ea1823;
  }
 
a:visited {
  color: /*purple*/#00f;
  text-decoration: none;
  }
.booktitle {
	text-decoration: underline;
}

.smalltext {
	font-size:10px;
}
.clear {
	clear: both;
}
.emphasis {
	font-style: italic;
	font-weight: 600;
}
.thinframe {
	border: 1px solid #f90;
}


/*----------- e-newsletter signup form on homepage ------------------*/
form.signup {			
	font-size: 0.8em;
	color: #1f005c;
	line-height: 1em;
}
form.signup fieldset li input[type="text"] {
	float: none;
	line-height: 0.8em;
	width: 103px;
	background-color: #eadfff;
	color: #003;
}
select {
	width: 110px;
	background-color: #eadfff;
	color: #003;
	border: 1px ridge #999;
}
form.signup input.btn {
	background-color: #1f005c;
	color: #f60;
	border: 1px ridge #999;
	padding: 1px 2px 1px 2px;
	font-size: 10px;
	margin-left: 10px;
}
form.signup legend {
	font: 0.9em Arial, Helvetica, sans-serif;
	margin-left: 0.2em;
	color: #003;
	font-weight: 600;
}
form.signup label {
	float: left;
	width: 6em;
	margin-right: 0.5em;
	text-align: right;
	color: #003;
}
form.signup fieldset {
	margin-bottom: 1em;
}

