/* Carrel Club website stylesheet
(c) 2004-2009 John Asher. All rights reserved. */

* {
    margin: 0;
    padding: 0;
}


BODY {
	background-color: #333;
	border: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 15px;
    font-family: verdana, arial, helvetica, sans-serif;
}

.noCSS {
	display: none;
}


#container {
	position: absolute;
	left: 50%;
	border: solid black 2px;
	background-color: #ffffff;
	margin-top: 20px;
	margin-left: -407px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 5px 5px 10px 5px;
}

#banner {
	width: 800px;
	height: 125px;
}

#home_main {
	top: 155px;
	left: 0px;
	width: 800px;
	background-color: #FFFFFF;
}

#main {
	top: 155px;
	left: 0px;
	width: 800px;
	background-color: #FFFFFF;
}

/* navigation menu styles */

#mainMenu {
  background-color: #004;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000;
  margin: 0px;
  padding: 0px 0px 2px 0px;
  top: 100px;
  left: 5px;
  width: 800px;
  height: 20px;
  z-index: 100;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}

#nav a {
	display: block;
	width: 130px;
	border-left: solid 1px #888;
	color: #fff;
	font-size: 12px;
    text-align: center;
}

#nav a:hover, #nav a:active {
	color: #ff0;
}

#nav li {
	float: left;
	width: 130px;
}

#nav li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	background-color: #004;
	text-align: left;
}

#nav li ul a {
	width: 160px;
	padding: 2px 5px 2px 5px;
    text-align: left;
}


#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* general styles */

H1, H2, H3 {
	font-family: georgia, garamond, "times new roman", serif;
	font-weight: bold;
	margin: 20px 20px 20px 20px;
}

H1 { 
	font-size: 2.0em;
	color: #006;
	text-align: center;
}

H2 { 
	font-size: 1.4em;
	font-style: italic;
	color: #006;
	text-align: left;
}

H3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #002;
	text-align: left;
}

.subtitle {
  font-size: 0.6em;
}

/* paragraphs */

P {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em;
	line-height: 1.35em;
	color: #002;
	text-align: justify;
	text-indent: 20px;
	margin: 10px 20px 10px 20px;
}

P.small {
	font-size: 0.9em;
	text-align: left;
	text-indent: 0px;
	margin: 20px 10px 20px 10px;
}


P.caption {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	text-indent: 0px;
	margin: 5px 0px 10px 0px;
}

P.noindent {
	text-indent: 0px;
	text-align: left;
	clear: both;
}

P.linksbar, P.sectionlinks {
	font-size: 0.8em;
	text-align: center;
    margin: 20px;
    clear: both;
}

P.footer {
	font-size: 0.7em;
	text-align: left;
	text-indent: 0px;
	margin: 10px 10px 20px 10px;
    padding: 0px 0px 5px 0px;
}

EM, I { 
	font-style: italic; 
}       

STRONG, B { 
	font-weight: bold; 
}       

UL,OL,DL {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 0.9em;
	line-height: 1.5em;
	color: #002;
	text-align: left;
	text-indent: 0px;
	margin: 20px 20px 20px 45px;
    margin-left: 45px;
    padding: 0;
}

UL.onecol {
    margin-left: 75px;
}


BLOCKQUOTE {
    display: block;
    margin: 30px 20px 30px 20px;
}

BLOCKQUOTE.box {
    margin: 20px 50px 20px 50px;
	background-color: #ffd;
	padding: 0px 5px 0px 5px;
	border: 1px black solid;
}

BLOCKQUOTE P {
    margin-bottom: 5px;
}

BLOCKQUOTE.box * {
    font-size: 0.8em;
}


CITE	{
    display: block;
    text-align: right;
    font-family: georgia, serif;
    font-style: italic;
    margin: 0px 10px 10px 0px;
}

/* links */

A:link {
	color: #002299;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

A:visited {
	color: #457cb2;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

A:hover, A:focus {
	color: #cc0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}

.linksbar A:link, .linksbar A:visited, .sectionlinks A:link, .sectionlinks A:visited, .footer A:link, .footer A:visited {
    color: #002299;
	text-decoration: none;
	border-bottom-width: 0px;
}

.linksbar A:hover, .linksbar A:focus, .sectionlinks A:hover, .sectionlinks A:focus, .footer A:hover, .footer A:focus {
    color: #cc0000;
	text-decoration: underline;
}

#banner A, #mainMenu A, #gallery A {
	border-bottom-width: 0px;
}

/* image styles */

IMG {
    margin: 20px;
}

#banner IMG {
    margin: 0px;
}

DIV.gallery {
    text-align: center;
}

IMG.thumbnail {
	display: inline;
	margin: 20px;
	border: 0;
	text-align: center;
}

IMG.newtag {
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
}

SPAN.newtag {
  font-size: 0.5em;
  color: #003;
  background-color: #ff6;
  padding: 1px;
  border: 1px dotted #888;
}


DIV.gallery A {
  border-bottom: 0;
}


.imgleft {
	display: block;
	margin: 10px 20px 10px 20px;
	float: left;
	clear: left;
}

.imgright {
	display: block;
	margin: 10px 20px 10px 20px;
	float: right;
	clear: right;
}

DIV.imgcenter {
	text-align: center;
	display: block;
	clear: both;
    margin: 20px;
}

DIV.imgcenter IMG {
	display: inline;
    margin: 0px 0px 5px 0px;
}

DIV.imgcenter SPAN {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.8em;
    text-indent: 0px;
}

DIV.video {
    text-align: center;
    margin: 30px;
}

.galleryheader, .thumbset {
  font-size: 0.6em;
}


/* miscellaneous */

SMALL {
	font-size: 0.7em;
}

#page_footer {
	float: left;
}

#w3c {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	padding-top: 0px;
	vertical-align: middle;
}

#w3c a, #w3c a img {
	border: 0px;
    margin: 20px 0px 20px 0px;
}

#url_script {
	display: none;
}

.linkdata {
	font-size: 0.7em;
	font-style: italic;
}

#right_sidebar {
    float: right;
    width: 235px;
    margin: 0px 10px 0px 20px;
}

#right_sidebar IMG {
    display: block;
    margin: 10px 10px 20px 5px;
    border: none;
}

#right_sidebar A {
  border: none;
}

#news_panel {
    border-style: solid;
    border-width: 2px;
    margin: 0px;
}

#news_panel H2 {
   color: #ffffff;
   background-color: #006;
   font-weight: bold;
   font-style: normal;
   font-size: 1.0em;
   text-align: center;
   border-top-style: solid;
   border-top-color: #000000;
   border-top-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #000000;
   border-bottom-width: 1px;
   padding: 5px;
   margin: 5px;
}

#news_panel H3 {
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  padding: 0px;
  margin: 10px;
}

#news_panel P {
  font-size: 0.8em;
  text-indent: 0px;
  margin: 5px 10px 10px 10px;
}

TABLE.standard {
    border: 2px #000 solid;
    margin: 20px;
    padding: 2px;
    font-size: 0.9em;
}

TABLE.standard TH {
	color: #ffffff;
	background-color: #006;
	font-weight: bold;
	text-align: left;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	padding: 5px 10px 5px 10px;
}

TABLE.standard TD {
	padding: 5px 10px 5px 10px;
    text-align: left;
}

TABLE.committee {
    font-size: 0.9em;
}

TABLE.committee TD {
    padding: 5px 10px 5px 10px;
    text-align: left;
}

TABLE.contact {
	border: 2px #000 solid;
	margin-left: 60px;
	padding: 2px 2px 10px 2px;
}

TABLE.contact TH {
	color: #ffffff;
	background-color: #63acdf;
	font-weight: bold;
	text-align: left;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	padding: 0px 10px 0px 10px;
}

TABLE.contact TD {
	padding: 0px 10px 0px 10px;
}

#columnLeft {
	float: left;
	width: 50%;
	margin-right: 1.5em;
	padding-right: 1em;
	padding-top: 0.5em;
}

#columnRight {
	padding-left: 2em;
	padding-top: 0.5em;
}
