/* CSS Document created by Dieter Schneider 2006 for www.csstemplateheaven.com */

* {margin: 0;
   padding: 0;}
   
body {
	font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #e6ebf3;
}

#container {
	width: 57em;
	margin: 1em auto;
	background-color: #FFFFFF;
	font-size: .8em;
	border: 1px solid #75778E;
	text-align:left;
	padding: 1em;
}

#header {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border: 1px solid #EFEFEF;
	height: 16em;
	background-color: #FEFDFD;
	background-image: url(images/header_logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}


#content {
	float: right;
	width: 39.8em;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	background-image: url(images/content_logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #FCFCFC;
}

#content1 {
	float: right;
	width: 39.8em;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	background-image: url(images/content_logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #FCFCFC;
}

#content li
{
margin: 0px;
padding: 5px;
padding-right: 3px;
padding-left: 3px;
display: list-item;
list-style: none;
list-style-position: inside;
font-size: 1em;
}

#content ul
{
font-size: 1.2em;
margin: 0px;
padding: 0px;
list-style-type:none; 
}

*#aboutlist
{
font-size: 1.2em;
margin-left: 2px;
padding: 2px;
background-color: #FDFDFD;
list-style-type:none; 
}


#leftbox{
	padding: 0.5em;
	margin-right: 42em;
	background-color: #fcfcfc;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 1em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
}  

#footer {
	clear: both;
	padding: 0.5em;
	background-color: #646675;
	color: #FFFFFF;
	text-align: center;
	font-size: .9em;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: .5em;
}


h9 {
	font-size: 1.0em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #7F0FFF;
}
h8 {
	font-size: 0.8em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #aaa;
}
h7 {
	font-size: 1.3em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #00000;
}

h6 {
	font-style: italic;
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #7E0000;
}

h5 {
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #7E0000;
}

h4 {
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #7E0000;
}

h3 {
	font-size: 1em;
	padding: .5em;
	color: #7E0000;
	border: 1px dotted #CCCCCC;
	background-color: #F3F3F3;
}

h2 {
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #798196;
	border: 1px solid #EEEEEE;
}

h1 {
	font-size: 4.3em!important;
	/* font-size: 3.3em; */
	/* padding: 0.5em;*/
	/* margin-top: 1em; */
	color: #798196;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}




a:link {color: #676D79;}
a:visited {color: #676D79}
a:hover {color: #820606}
a:active {color: #890000}

a.gallery:link {color: #676D79;}
a.gallery:visited {color: #676D79}
a.gallery:hover {color: #820606}
a.gallery:active {color: #890000}

/********** Top navigation *************/
#navlist
{
	height: 2.6em!important;
	height: 2.7em;
	padding: 1.7em 0em 0.3em 0.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-color: #646675;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #CCCCCC;
padding: 1.2em;
padding-left: 0.5em;
padding-right: 0.5em;
color: #CCCCCC;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #FFFFFF;
	padding: 1.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a {
	background-color: #CDCDB3;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}
   
dl{
	margin-bottom: 1.5em;
	margin-left: 2em;
}

dt{
	color: #7E0000;
	font-weight: bold;
}


dd{
	margin-bottom: .3em;
	text-indent: .5em;
}

/*************************  Pseudo classes *************************/
a:link {
        color: #00CC00;
        text-decoration: underline;
        font-weight: bold;
	}

a:visited {
	color: #00CC00;
	padding-bottom: 0px;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover {
	color: rgb(0, 96, 255);
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: underline;

	}
a:active {
	color: rgb(255, 0, 102);
	font-weight: bold;
	}


 .floatright
 {
 float: right;
 width: 103px;
 margin: 0 0 10px 10px;
 background-color: #fff;
 padding: 10px;
 border-top: 1px solid #999;
 border-right: 2px solid #555;
 border-bottom: 2px solid #555;
 border-left: 1px solid #999;
 }

 div.floatright img
 {
 border-top: 2px solid #555;
 border-right: 1px solid #999;
 border-bottom: 1px solid #999;
 border-left: 2px solid #555;
 }

 p { margin-top: 0; }







/* slides styling */

.photo {padding:20px; background:#222; width:645px; height:380px; text-align:left;}
.photo h1 {font-size:14px; font-weight:normal; color:#fc0; margin:0 0 0 5px; padding:0;}
.photo ul {list-style:none; padding:0; margin:0; width:216px; background:#777; border:1px solid #666; position:relative; height:144px;}
.photo ul li {display:inline; width:24px; height:24px; float:left; margin:6px;}
.photo ul li a {display:block; width:24px; height:24px; cursor:default; background:url(./images/clickon.jpg) no-repeat; text-decoration:none;}
.photo ul li a b {display:none;}
.photo ul li a img {display:block; width:22px; height:22px; border:1px solid #666; border-top-color:#ccc;}

.photo ul li a:hover {white-space:normal;position:relative;}

.photo ul li a.vert:hover img {position:absolute; left:-12px; top:-20px; width:48px; height:64px; border-color:#fc0;}
.photo ul li a.hor:hover img {position:absolute; left:-20px; top:-12px; width:64px; height:48px; border-color:#fc0;}

.photo ul li a:active, .photo ul li a:focus {position:static; outline:0}

.photo ul li a:focus.vert img, .photo ul li a:active.vert img {background-color:#000; position:absolute; left:260px; top:0; width:248px; height:372px; border:1px solid #fc0; padding:5px 45px;}
.photo ul li a:focus.hor img, .photo ul li a:active.hor img {background-color:#000; position:absolute; left:260px; top:0; width:372px; height:248px; border:1px solid #fc0; padding:45px 5px;}
.photo ul li a:focus b, .photo ul li a:active b {display:block; position:absolute; width:204px; height:150px; border:1px solid #666; top:180px; left:0; color:#ddd; font-weight:normal; padding:6px;}



/* The box containing the gallery */

#scroller {
	width:660px; 
	height:400px; 
	position:relative;
	padding:5px 0; 
	background:#aaa; 
	border: 2px solid #ccc;}

#scroller em {
	display:block; 
	width:229px; 
	height:175px; 
	position:absolute; 
	top:0; 
	right:0; 
	border:1px solid #ddd;}

#scroller span {
	display:block; 
	width:400px; 
	height:410px; 
	position:absolute; 
	top:0; 
	left:0; 
	border:1px solid #ddd;}

#scroller span b#copyright {
	font-size:10px; 
	color:#eee; 
	position:absolute; 
	bottom:5px; 
	right:20px; 
	font-family:georgia, verdana, arial, sans-serif; font-weight:normal;}

#scroller b#thumbs {
	display:block; 
	width:220px; 
	height:175px; 
	overflow:auto; 
	float:right; 
	margin-top:175px; 
	border:1px solid #ccc; 
	border-width:1px 0 1px 1px; 
	padding:5px;}

#scroller b#thumbs a {
	display:block; 
	float:left; 
	margin:0 10px 10px 0; 
	background:#f8f8ff; 
	width:50px; height:50px; 
	border:1px solid #000;}

#scroller b#thumbs a img {width:50px; height:50px; border:0;}
#scroller b#thumbs a:hover {
	border:1px dotted #ccc; 
	background:#fff url(./images/click_on.jpg); 
	background-repeat:no-repeat;}
#scroller b#thumbs a:active, #scroller b#thumbs a:focus {
	border:1px solid #fff; 
	background:#fff; 
	outline:0;}

#scroller b#thumbs a:hover img {
	display:block; 
	position:absolute; 
	background:#aaa; 
	z-index:500;}
#scroller b#thumbs a:active img, #scroller b#thumbs a:focus img {
	display:block; position:absolute; background:#aaa; z-index:100;}

#scroller b#thumbs a:hover img.hr {width:160px; height:120px; right:35px; top:7px; border:1px solid #333;}
#scroller b#thumbs a:hover img.vt {width:120px; height:160px; right:55px; top:7px; border:1px solid #333;}

#scroller b#thumbs a:active img.hr, #scroller b#thumbs a:focus img.hr {
	width:372px; height:248px; left:20px; top:7px; border:1px solid #333;}
#scroller b#thumbs a:active img.vt, #scroller b#thumbs a:focus img.vt {
	width:248px; height:372px; left:10px; top:7px; border:1px solid #333;}


/* 
  Secure and Accessible PHP Contact Form v.2.0 Basic Styles by Mike Cherim 
  THESE ARE THE VARIOUS ELEMENTS, CLASSES, IDS, AND SELECTORS YOU MAY NEED FOR STYING THIS FORM
  Anchors or link elements have not been included, but everythig else is :-)
*/

/* for main form wrapping div */
div#gb_form_div { 
  /* not styled on demo page */
}

/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */
}

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 1.4em; 
  color : #cc9900; 
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
  background-color : #fefefe; 
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
  background-color : #fafafa; 
}

/* form legends and dt "heading" */
legend, dt { 
  font-weight : bold; 
  color : #666;
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
//  color : #669900; 
	color: #7E0000; /* changed color EAC */
}

/* form label text */
label { 
//  color : #669900;
	color: #7E00FF; /* changed color EAC */
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox { 
  font : 80% 'Trebuchet MS', sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #cc9000;
  background-color : #fffffa;
}

/* to make focus stable in IE 6 */
* html input.button { 
  color : #000;  
  border : 1px solid #669900;
  background-color : #cc9900;
}
* html input.button.hover { 
  color : #000;  
  border : 1px solid #000;
  background-color : #cc9900;
}
* html input.button.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #cc9900;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #cd0000; 
  font-weight : bold; 
}

/* success heading color */
span.success { 
  color : #669900; 
  font-weight : bold; 
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #fafafa; 
  background-color : #fafafa; 
  padding : 0 4px 0 4px; 
  color : #fafafa;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px solid #000; 
  background-color : #eecc11; 
  color : #000;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}

/* the link back to me for form credit */
p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #669900;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #cc9900;
}


/* End CSS */
