/***********************************************************************
** ssofb.co.uk_crownvets.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */
body {
  margin:0px; 
  background-color:#eeeeee; 
  font-family:Trebuchnet,Trebuchet,Trebuchet MS,serif; 
  font-size: 10pt;
  width: 100%; 
  height: 100%;
  color: #000000;  
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:13px; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.3em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { 
  color: #65a07d;
  font-family:Georgia,'Times New Roman',serif;    
  line-height:100%; 
  margin: 0px 0px 0px 0px;  
  font-weight:normal; 
}
/* header links */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
  color: #65a07d;
  text-decoration:none;
}
/* header links mouse over */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { 
  color: #65a07d;
  text-decoration:underline;
}

h1 code, h2 code, h3 code, h4 code { 
  font-size:1em; 
}
h1 { 
  font-size:18px; 
  padding: 6px 0px 11px 0px;  
}
h2 { 
  font-size:16px; 
  padding: 5px 0px 10px 0px;  
}
h3 { 
  font-size:15px; 
  padding: 4px 0px 9px 0px;  
}
h4 { 
  font-size:14px; 
  padding: 3px 0px 8px 0px;  
}
h5 { 
  font-size:13px;
  padding: 2px 0px 7px 0px;  
}
h6 { 
  font-size:12px;
  padding: 1px 0px 6px 0px;  
}

#wikitext h1 a { 
  text-decoration:none;
}

#wikitext h1 a:hover { 
  text-decoration:underline;
}


/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin-top:4px; padding:7px; border-bottom:1px #cccccc solid; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; 
  right:11px; 
  top:11px; 
  font-family:Verdana,sans-serif; 
  font-size:85%; 
}
#wikihead input { font-size:85%; } 

/* These are for the left-sidebar. */
#wikileft { 
  width:172px; 
  padding:7px; border-right:1px #cccccc solid; 
  line-height:1.33em;
  font-size:10.4pt; font-family:Verdana,sans-serif;
}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color:blue; }
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; }
.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:12pt; font-weight:bold; font-style:normal; 
}
.sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

/* These affects the main content area. */
#wikibody { 
  padding:0px 11px 11px 11px; background-color:white; 
  font-size:12pt; 
}
#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 6px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:9px; margin-bottom:2px; }

/* Title field from title tag to head of wiki page */
.pagetitle { 
  line-height:120%; 
  margin: 0px 0px 0px 0px;  
  padding: 22px 11px 11px 17px;    
  color: #00652e;
  font-family:Georgia,'Times New Roman',serif;    
  font-size: 18px;   
  width: 189px;
  border: 0px red solid;  
  float: left;  
}
.wikiaction { margin-top:4px; margin-bottom:4px; }

/* Body text field from tag to body of wiki page */
#wikitext { 
  font-size: 8pt;
  color: #000000;  
  line-height:170%;   
  padding: 0px 33px 0px 0px;     
}
/* links in body text field from tag to body of wiki page */
#wikitext a { 
  color: #000000;  
}

#wikitext table { 
  font-size:100%; 
  line-height:1.47em; 
  color: #000000;
} /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-left:198px; padding-bottom:4px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:80%; 
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.6em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}

/* lfloat tweak so theat images can be put in the left margin */
.lfloat { 
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px -211px; 
}


/* Code by SSOFB */

/* main body center */
.page_center {
  text-align: center;
  border: 0px #00aaaa solid;
  margin: 0px;
}

/* page container */
.page_container {
  border: 0px red solid;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; 
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 1000px; 
  z-index: 1;
  background: #ffffff;
}

/* header container */
.header_container {
  position: relative;
  border: 0px blue solid;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; 
  height: 492px; 
  z-index: 1;    
}

.header_logo_container {
  position: relative;
  border: 0px blue solid;
  padding: 32px 0px 0px 32px;
  margin: 0px 0px 0px 0px;
  width: 124px;   
  height: 73px;    
  text-align: left;
  float: left;
  color: #65a07d;
  font-family:Georgia,'Times New Roman',serif;    
}

.header_title_container {
  position: relative;
  border: 0px blue solid;
  padding: 67px 0px 0px 32px;
  margin: 0px 0px 0px 0px;
  width: 333px;   
  height: 39px;    
  text-align: left;
  float: left;
  color: #65a07d;
  font-family:Georgia,'Times New Roman',serif;    
  font-size: 19px; 
}

.header_title_container a {
  color: #65a07d;
  text-decoration: none;   
}

.header_top_right_links_container {
  position: relative;
  border: 0px yellow solid;
  padding: 72px 22px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 389px;   
  height: 33px;    
  text-align: right;
  float: right;
  color: #267c4d;
  font-size: 11px;   
}
.header_top_right_links_container a {
  color: #267c4d;
  text-decoration: none;  
}
 


.header_tagline_container {
  position: relative;
  border: 0px red solid;
  padding: 0px 0px 0px 0px;
  margin: 6px 0px 0px 189px;
  width: 778px;   
  height: 67px;    
  text-align: left;
  float: left;
  text-transform: uppercase;   
  font-size: 18pt;     
  color: #ffffff;    
  letter-spacing: 9px;
  filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;  
 
}

.header_blurb_container {
  position: relative;
  border: 0px red solid;
  padding: 6px 11px 6px 22px;
  margin: 144px 0px 0px 444px;
  width: 344px;   
  height: 67px;    
  text-align: left;
  float: right;
  background: url(blurb_background.png) repeat;   
  color: #d8c06e;    
  font-size: 9pt;   
  font-weight: bold;  
}
.header_blurb_container  a{
  color: #d8c06e;    
}
.header_blurb_container  h1{
  color: #ffffff;   
  font-size: 11pt;     
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 11px 0px;  
  font-weight: bold;    
}

#menu_container {
  position: relative;
  text-align: left;
  border: 0px blue solid;
  padding: 38px 0px 0px 6px;
  margin: 0px 0px 0px 29px; 
  width: 965px;    
  height: 31px;
  float: left;
  z-index: 1;  
  font-size: 7pt;  
  font-family: Georgia,'Times New Roman',serif;      
  color: #ffffff;  
  background: url(menu_background.png) 0px 0px no-repeat;   

}

#menu_container a {
    text-decoration: none;
    color: #ffffff;  
    margin: 0px 0px 0px 0px;   
    padding: 0px 9px 0px 9px;
    border-left: 1px #ffffff solid;  
    text-transform: uppercase;   
} 
/* top menu items */
#menu_container ul  {
    margin: -11px 0px 0px 0px;   
    padding: 0px 0px 0px 0px;   
  
}
#menu_container li {
	list-style: none;
	float: left; 
    margin: 0px 0px 0px 0px;   
    padding: 0px 0px 0px 0px; 
     
}
#menu_container li a {
	display: block;
    margin: 0px 0px 0px 0px;    
    padding: 0px 9px 0px 9px;
	color: #ffffff;
	text-decoration: none;    
    text-transform: uppercase;    
}
#menu_container li a:hover {
	color: #ffffff;
}
#menu_container li ul  {
	display: none; 
	width: 18em; /* Width to help Opera out */
    font-size: 8pt;   
    margin: 0px 0px 0px 0px;   
    padding: 0px 6px 3px 6px;    
    background-color:#ffffff;    
    position: relative;
    z-index: 1; 
}
#menu_container li ul li  {
    margin: 0px 0px 0px 0px;   
    padding: 0px 0px 0px 0px;    
    position: relative;
    z-index: 1;     
    height: 17px;     
}
#menu_container li ul li a  {
    margin: 0px 0px 0px 0px;   
    padding: 0px 0px 0px 0px;   
    text-transform: none;     
    position: relative;
    z-index: 1;      
    height: 17px;       
}


#menu_container li:hover ul{
	display: block;
	position: absolute;
}
#menu_container li:hover li {
	float: none; 
}
#menu_container li:hover li a  {
	border-bottom: 1px solid #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #00652e;   
    font-family:Trebuchnet,Trebuchet,Trebuchet MS,serif;     
}
#menu_container li li a:hover  {
	color: #00652e;   
    background-image: none;    
}




/*
Body styles
*/
.body_container {
  position: relative;
  border: 0px blue solid;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; 
  background: #ffffff;  
  min-height: 333px;
  height: auto;  
  width: 1000px;
  overflow: hidden;   
}

/* body text container */
.body_text_container {
  padding: 0px 0px 0px 0px;
  margin: 18px 0px 0px 0px; 
  width: 778px;
  text-align: left;
  border: 0px yellow solid;
  float: right;
  letter-spacing: 0.3px;  
}
/* body text links */
.body_text_container a {
  text-decoration: underline;
  color: #000001;    
}
/* body text links mouse over */
.body_text_container a:hover {
  text-decoration: underline;
  color: #000001;    
}

/*
Footer styles
*/
/* footer_container */
.footer_container {
  position: relative;
  border: 0px green solid;
  padding: 11px 11px 11px 22px;
  margin: 0px 0px 0px 0px; 
  width: 966px;  
  text-align: left;
  font-size: 9pt;
  color: #b4b5b7;  
  text-decoration: none;  
  background-color:#ffffff;   
}

div.footer_container  div{
  position: relative;
  border: 0px blue solid;
  padding: 0px 6px 0px 6px;
  margin: 0px 0px 0px 0px; 
  text-align: left;
  float: left;
}
  


/* credit bar container links, this contains the footer bar at the bottom of the page */
.footer_container a {
  text-decoration: none;
  color: #b4b5b7;  
}

/* credit bar container links mounse over, this contains the footer bar at the bottom of the page */
.footer_container a:hover {
  text-decoration: underline;
  color: #b4b5b7;  
}



