/*
CSS for CV One website
*/
body {
  font-family: Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif;
  background-color: #1d224e; //#b0965e; //#b9ad79; //#17358d; //#bdae8f; //#b8ac78; //#ad9966; whitesmoke;
  /*background: #b9ad79 url(backgrounds/body-bg.jpg) repeat-y top;*/ 
  line-height: 125%;
  padding: 3px;
  margin: 0;
}

#wrapper {
width: 800px;
border: 5px solid #1d224e; //#b0965e; //#b9ad79;
border-left: 2px; solid #7da5d8;
border-right: 2px; solid #7da5d8;
border-bottom: 2px; solid #7da5d8;
margin: 0 auto;
overflow: hidden;
background-color: #e2edff;
}

#header {
  border-top: //3px solid #7da5d8;
  width: 800px;
}

#navigation {
  width: 182px;
  height: 700px;
  float: left;
  top: 190px;
  background: #7da5d8 url(backgrounds/nav-bg.jpg) no-repeat;
}

.menu { margin: 2px; height: 100px; font-size: 8pt; font-family: trebuchet ms; }
.menu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 500; list-style-type: none; width: 12em; }
.menu li { background-color: #6894f7; float: left; }
.menu li.sub { background: #6894f7; url (Includes/tri.gif) no-repeat right center; }
.menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }
.menu a, .menu a:visited { border: 1px solid #e2edff; display: block; text-decoration: none; height: 2em; line-height: 2em; width: 12em; padding-left: 1em; font-weight: bold; font-style: normal; font-variant: normal; text-transform: none; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 12em; w\idth: 12em; }
* html .menu a:hover { border-color: #ffffff; color: #ffffff; background-color: #305fd6; position: relative; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { border-color: #ffffff; color: #ffffff; background-color: #3366ff; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover > a { border-color: #ffffff; color: #ffffff; background-color: #1d224e; //#233481; //#19378f; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 9em; background-color: transparent; }
.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }

#bodycontent {
  left: 188px;
  width: 598px;
  top: 190px;
  margin-left: 10px;
  margin-right: 10px;
  background: #e2edff;
  float: left;
}

h1, h2, h3, h4 {
  font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
  color: #84632e;
  font-weight: bold;
}

h5, h6 {
  font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
  color: navy;
  font-weight: bold;
}

h7 {
font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
  color: navy;
  font-weight: normal;
  font-style: itallic;
}

h1 {
  font-size: x-large;
  font-weight: bold;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: #19378f url(backgrounds/header_bg4.jpg); //repeat-y right bottom;
  height: 200px; //70px;
}

h2 {
  font-size: 130%;
  padding-top: 15px;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 90%;
}

h6, h7 {font-size: 80%;
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: 80%;
  color: navy;
}

#tagline p {
  font-style: italic;
  color: white;
  font-family: Helvetica, "Trebuchet MS", Arial, sans-serif, Georgia, Times, serif;
  border-top: 3px solid #84632e; //#7da5d8;
  border-bottom: 3px solid #84632e; //#7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #1d224e; //#233481; //#84632e; //#bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: navy;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: #84632e; //white;
  background-colour: //navy;
}

a:active {
  color: #84632e; //aqua;
  background-color: //navy;
}


img.feature {
  float: right;
  padding: 6px;
  margin: 5px;
  border: 1px solid #b9ad79; /* #84632e; */
}

img.feature2 {
  padding: 6px;
  margin: 5px;
  border: 1px solid #b9ad79; 
}


.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;
  color: gray;
}

.hideextra { white-space: nowrap; overflow: hidden; text-overflow:ellipsis; 
}

table.plain {
  border-collapse: collapse;
  border: 0;
}

table.plain th {
  font-size: small;
  text-align: left;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3px;
  padding-right: 3px;
  white-space: nowrap;  overflow: hidden;
}

table.plain td {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3px;
  padding-right: 3px;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  line-height: 10px;
}

table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: small;
  text-align: left;
  background: #241374 url(coventry-at-night-sm.jpg) top;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  /*font-size: small;*/
  text-align: left;
  color: #000066;
  background: #e2edff url(backgrounds/td.jpg) repeat-x top;
  /*padding-top: 0;*/
  /*padding-bottom: 0;*/
}

table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

.footer {
	left: 188px;
	width: 100%;
	height: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7da5d8; //#90B0EB;
	padding: 5px;
	margin: 10px 0px;
	overflow: hidden;
}