@import url("/common/css/pagebase.css");
@import url("/common/css/leftmenu.css");
@import url("/common/css/textmenu.css");
@import url("/common/css/eventbase.css");

body#page {
  background-color: #dbdbdb;
font-family:  Verdana, Arial, Helvetica, sans-serif;
}
#testimonial {
	text-align: left;
		}
a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: #0739af;
}

a:link, a:visited {
	color:#0739af;
  border-bottom-color: #ccc;
}

a:hover, a:active {
  border-bottom-color: #333;
}

a.imagelink:link, a.imagelink:visited, a.imagelink:hover, a.imagelink:active {
  border-bottom-width: 0;
}
img {border: none;}
img[align=right]{padding-left: 8px;}
img[align=left]{padding-right: 8px;}
* html img {padding: 0 8px;}

h1, h4 {
  color: #092f9c;
  font-weight: normal;
}
h2, h3 {
	color: #0c8bdb;
	font-weight: normal;
}

h1 { font-size: 130% }
h2 { font-size: 115% }
h3 { font-size: 110% }
h4 { font-size: 100% }


* html .castpro { height: 1% } /* IE/Win < 7.0 - force layout */

table h2, table h3 {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.highlight { color: black }

.wrap {
  margin: 0 0 0 0;
  border: 1px solid green;
  padding: 0 0 0 0;
}

#pagetop a:link, #pagetop a:active, #pagetop a:visited, #pagetop a:hover {
  text-decoration: none;
  border: none;
}

/*
 *   news article page styles
 */

.newsfilter { float: right }

.headlinelist {
  float: right;
  width: 20em;
  margin: 10px;
  border: 1px solid black;
  padding: 10px;
}

#creditlink {
  bottom: 8px;
  right: 0;
  background-color: #fffcf9;
  border: 1px solid #15A67F;
  line-height: 1.5em;
}

/*
 *   contentspot link style overrides
 */

/*
 *   page structure styles
 */

#pagetop {
  position: relative;
  z-index: 1;
  height: 110px;
  margin: 20px 8% 0 8%;
  text-align: center;
   background-color: #FFF;
}

* html #pagetop { top: 1px }

#cfilogo {
	position: absolute;
	z-index: 10000;
	left: 110px;
	top: 20px
}
#wavywords {
	position: absolute;
	z-index: 10001;
	left: 180px;
	top: 25px;
}
#shaving {
	margin-left:120px:
	border: thin solid #99CC33;
		}
.topleft {
	margin: 15px 0 0 10px;
	float: left;
	}
.topright {
	margin: 25px 10px 0 0;
	float: right;
		}
#body, #pagetail {
  margin: 0 8% 0 8%;
  border-style: dotted;
  border-width: 0 1px 1px 1px;
  background-color: #fff;
}

#body {
  position: relative;
  border-color: #aaa;
}

#pagetail {
  border-color: white;
}

#content, #textmenu {
  padding-left: 185px;
  padding-right: 10px;
  text-align: left;
  color: #000;
}

#content {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 140%;
}

#textmenu {
  line-height: 140%;
}


/*
 *   left menu style overrides
 */

#navigate { position: absolute; top: 65px; left: -20px }

#menu { position: relative }
#menubar { position: relative }
#menuoffset { left: 20px; top: -5px; }
#menupad { top: -50px; left: -50px; width: 500px; height: 500px }

#menubar a:link, #menubar a:visited, #menubar a:active, #menubar a:hover {
/*	border: 1px solid #93BCAC; */
	background-color: #054e85;
	width: 130px;
	border: 1px solid #bfc0c3;
}

#menubar a:link, #menubar a:visited, #menubar a:active,
#menu .menubag a:link, #menu .menubag a:visited, #menu .menubag a:active {
  background-color: #092f9c;;
  color: #FFF
}

#menubar a:hover, #menu .menubag a:hover,
#menubar a.hover:link, #menubar a.hover:visited,
#menubar a.active:link, #menubar a.active:visited {
  background-color: #ccc;
  color: #092f9c;
}

#menu .menubag div {
  margin-top: 0.6em;
  margin-left: 110px;
  border: 1px solid #bfc0c3;
  width: 130px;
}
#menubar ul, #menubar li, #menubaroffset ul, #menubaroffset li  {}
#menubar, #menu .menubag { opacity: 0.85;
	list-style-image: none;
	list-style-type: none;
}
/* non-standard alpha settings - will not validate */
#menubar, #menu .menubag { filter: alpha(opacity=85) } /* IE/Win */
#menubar, #menu .menubag { -moz-opacity: 0.85 }        /* early Gecko */
#menubar, #menu .menubag { -khtml-opacity: 0.85 }      /* early Konqueror/Safari */

#menubar .menuspacer {
	margin-top:  20px;
}

#navigate input {
  background-color: #F6F6F6;
  color: #333333;
  border: 1px solid #CECFCE;
}

#navigate input.text { width: 120px }
#znavigate input.button { width: 150px }

/*
 *   thumbnail and gallery styles
 */

.thumb {
  position: absolute;
  width: 125px;
  height: 125px;
  text-align: center;
}

.thumb img {
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.piximage img { border-style: none }

.thumblist, .thumbnail { position: relative }
.thumblist .thumbback, .thumblist .selected, .thumblist .thumbforward { display: inline }
.thumblist img { border: 1px solid white; margin: 4px 1px }
.thumblist img.missing { border-color: #ddd }
.thumblist .selected img {
  border-color: white;
  opacity: 0.30;
  /* non-standard alpha settings - will not validate :) */
  -moz-opacity: 0.30;
  -khtml-opacity: 0.30;
  filter: alpha(opacity=30);
}
.thumblist a { border-bottom-width: 0 }
.thumblist a:hover img { border-color: #357910 }


