﻿* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #333;
	text-align: center;
	height: 100%;
	background-color: #FFFFCC;
}
#wrap {
	background-color: #fff;
	width: 780px;
	text-align: left; /* Redefines the text alignment defined by the body element. */;
	margin: 5px auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}

/* links */
a {
	background: inherit;
	color: #FFB002;
}
a:hover { background: inherit; color: #006699; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FFB002;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
	text-align: left;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #FFC848;
}
ul span, ol span {
	color: #333;
}

/* images */
img {
	border: 2px solid #CCC;
	float: left;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
	}
a img {
	border: 2px solid #FFB002; /* #32CD32; */
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background-color: #FAFAFA;
	background-position: 8px 10px;
	border-left: 3px solid #72A545;
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;
	border-style: solid;
	border-width: 1px;
	border-color: #f2f2f2 #f2f2f2 #f2f2f2 #FFB002;
}

/***********************
	  LAYOUT
************************/

#content, #footer-content {
	width: 780px;
}

/* header photo */
.headerphoto {
	background-position: center;
	margin: 0 auto;
	width: 780px;
	height: 220px;
	padding: 5px 2px 5px 2px;
	background: #FFF url('../siteimages/hdr.jpg') no-repeat center;
}

/*- Menu Tabs 11--------------------------- */
.menudiv {
	height: 25px;
	margin: 0 auto;
	width: 780px;
	padding: 5px 2px 5px 2px;
}
#tabs11 {
	background-position: #F9F7F3;
	float: left;
	width: 100%;
	background: #F9F7F3;
	font-size: 93%;
	line-height: normal;
	border-bottom: 1px solid #C2BDAE;
}
#tabs11 ul {
	margin: 0;
	padding: 5px 0px 0 5px;
	list-style: none;
}
    #tabs11 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs11 a {
      float:left;
      background:url('../siteimages/tableft11.gif') no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs11 a span {
	float: left;
	display: block;
	background: url('../siteimages/tabright11.gif') no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #837865;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs11 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs11 a:hover span {
	color: #FEB200;
}
    #tabs11 a:hover {
      background-position:0% -42px;
      }
    #tabs11 a:hover span {
      background-position:100% -42px;
      }

      #tabs11 #current a {
              background-position:0% -42px;
      }
      #tabs11 #current a span {
              background-position:100% -42px;
      }

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	border-width: thin;
	border-color: #FF9933;
	text-align: left;
	margin: 0 auto;
	border-top-style: solid;
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
}
.sidebox {
	background: #F2F2F2;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
	margin-top: 5px;
}

/* main */
#main {
	float: left;
	margin: 2 0 10px 0;
	width: 780px;
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
}
#main #ct {
	text-align: center;
}
#main #ct #email1 {
	text-align: center;
	font-size: medium;
	top: -50px;
	z-index: 100;
	position: relative;
	color: #ACAAA9;
	font-weight: bold;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}

#footer-content {
	padding: 2px;
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content p {
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }










