/************************************************************************
COLOR SCHEMES
   FULL-TIME COLORS
      Light Grey Fill:   FAFAFA
	  Light Grey Border: CCCCCC
	  Page Fill:         FFFFFF
	  Body Text:         444444
	  Menu Background:   272727
	  Sidebar Font:      272727
** GREY
      Dark Grey:         333333
	  Light Grey:        F2F2F2
	  Background:        images/bg1.jpg
	  Bullet:            images/bullet1.gif
   ORANGE	  
	  Dark Orange:       FF9900
	  Light Orange:      255,223,174
	  Background:        images/bg2.jpg
	  Bullet:            images/bullet2.gif
   BLUE
	  Dark Blue:         336699
	  Light Blue:        163,193,224
	  Background:        images/bg3.jpg
	  Bullet:            images/bullet3.gif
   GREEN
	  Dark Green:        666600
	  Light Green:       217,217,179
	  Background:        images/bg4.jpg
	  Bullet:            images/bullet4.gif
************************************************************************/

/********************
   HTML ELEMENTS
*********************/ 

/* top elements */
* { padding: 0px; margin: 0px; }

body {
	margin: 0px;
	padding: 0px;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #444444;
	background: #FFFFFF url(../images/bg1.jpg) repeat-x;
	text-align: center;		
}

/* links */
a { background: inherit; color: #333333; text-decoration: underline; }
a:hover { background: inherit; color: #333333; text-decoration: none; }

li.awarelink a { background: inherit; color: #333333; text-decoration: underline; }
li.awarelink a:hover { background: inherit; color: #FF9900; text-decoration: none; }

li.inspirelink a { background: inherit; color: #333333; text-decoration: underline; }
li.inspirelink a:hover { background: inherit; color: #336699; text-decoration: none; }

li.heallink a { background: inherit; color: #333333; text-decoration: underline; }
li.heallink a:hover { background: inherit; color: #666600; text-decoration: none; }

li.netlink a { background: inherit; color: #333333; text-decoration: underline; }
li.netlink a:hover { background: inherit; color: #FF9900; text-decoration: none; }

a.whitelink { background: inherit; color: #FFFFFF; text-decoration: underline; }
a.whitelink:hover { background: inherit; color: #FFFFFF; text-decoration: none; }

/* headers */
h1, h2, h3, h4, em { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.5em; color: #333333; text-transform: uppercase; }
h2 { font-size: 1.4em; text-transform: uppercase; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.5em; text-transform: uppercase; }

p, h1, h2, h3, h4 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0px 15px;		
}
em {
	font-style: italic;
}

/* images */
#main img {
	border: 1px solid #333333;
	padding: 5px;
	background: #F2F2F2;
}
img.logo {
	border: 0px;
	padding: 0px;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
#main img.rightside {
  float: right;
  margin: 5px 0px 5px 15px;  
  border: 0px;
  padding: 5px;
  background: #FFFFFF;
}  
#main img.leftside {
  float: left;
  margin: 0px 15px 5px 0px;  
  border: 0px;
  padding: 5px;
  background: #FFFFFF;
}  

/* special stuff */
code {
  margin: 5px 0px;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #FAFAFA;
  border-top: none;  
  border-right: none;  
  border-bottom: none;  
  border-left: 5px solid #333333;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #555555;
}
blockquote {
	margin: 15px;
	padding: 10px;  	
	border: 1px solid #333333; 
}
span.adate {
	background: url('../images/clock.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0px 10px 0px 5px;
}

/* tables */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #FFFFFF;
}
th {
	background: #333333;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #FFFFFF;
	text-align: left;
	border-bottom: 2px solid #FFFFFF;
}
tr {
	height: 30px;
}
td {
	padding: 11px;
	border-bottom: 1px dashed #CCCCCC;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #FAFAFA;
}
tr.row-b {
	background: #FFFFFF;
}

/* forms */
form {
	margin: 10px 15px;
	padding: 0px;
	display: block;
}
label {
	font-weight: bold;
	margin: 5px 0px;
	display: block;
}
input {
	padding: 2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color: #444444;
}
textarea {
	width: 400px;
	padding: 2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border: 1px solid #CCCCCC;
	height: 100px;
	display: block;
	color: #444444;
}
input.button { 
	margin: 0px; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFFFFF url(../images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333333;	
	border: 1px solid #CCCCCC;	
}

/* search form */
.searchbox {
	background: #F2F2F2;
	border: 1px solid #333333;
	margin-bottom: 10px;
}
.searchbox h4 {
    color: #333333;
}
.searchbox a {
    color: #333333;
	text-decoration: underline;
}
.searchbox a:hover {
    color: #333333;
	text-decoration: none;
}
.searchform {
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px;	
}
.searchform p {
    margin: 10px;
	padding: 0px;
}
.searchform input.textbox { 
	width: 130px;
	color: #444444; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333333;	
	width: 60px;
	height: 26px;
	border: 1px solid #CCCCCC;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  HEADER LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 125px;
	text-align: left;	
}
#header-content {	
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;		
	top: 0px;
	left: 0px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
#header-content #slogan {
	position: absolute;	
	font: bold 13px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFFFFF;	
	margin: 0px;
	padding: 0px;
	font-style: italic;
	top: 50px;
	left: 330px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px;
	top: 15px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFFFFF;
	background-color: #272727;
	text-decoration: none;
	border-right: 2px solid #272727;
	border-bottom: 1px solid #FFFFFF;
}
#header-content li a:hover {
	background: #F2F2F2;
	color: #272727;
	border-bottom: 1px solid #FFFFFF;
}
#header-content li a#current  {
	background: #666666;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#header-content li a:hover#current {
	background: #F2F2F2;
	color: #272727;
	border-bottom: 1px solid #FFFFFF;
}

/* header photo */
#headerphoto {
	margin: 0px auto;
	width: 770px;
	height: 200px;
	padding: 0px 0px 15px 0px; 
}
#headerphoto img {
    border: 0px;
	background: #FFFFFF;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0px;
	margin: 0px auto;	
}

/***********************
    RIGHT SIDE LAYOUT
************************/

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0px 0px 10px 0px;
	padding: 0px;	
}	
#sidebar h1, #sidebar h4 {
	padding: 10px 0px 5px 10px;
	margin: 0px;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}
#sidebar img {
	border: 1px solid #333333;
	padding: 3px;
	background: #FFFFFF;
}
#sidebar img.float-right {
  margin: 3px 0px 3px 5px;  
}
#sidebar img.float-left {
  margin: 3px 5px 3px 0px;
}

/* side boxes */
.sidebox {
	background: #F2F2F2;
	border: 1px solid #333333;
	margin-bottom: 10px;
}
.sidebox h4 {
    color: #333333;
}
.sidebox a {
    color: #333333;
	text-decoration: underline;
}
.sidebox a:hover {
    color: #333333;
	text-decoration: none;
}
.feeds a {
    background: url(../images/feed-small.gif) no-repeat top left;
	padding-left: 15px;
}

/***********************
	  MENU LAYOUT
************************/

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style: none;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: normal;
	color: #272727;
	height: 1.5em;	
	padding: .3em 0px .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #333333;
	text-decoration: none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #333333;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #333333;
	color: #333333;
	background: #FFFFFF;
}

/***********************
	  BODY LAYOUT
************************/

#main {
	float: left;
	width: 68%;	
	margin: 0px 0px 10px 0px;
	padding: 0;	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0px 0px 0px 10px;
	border-bottom: 1px dashed #333333; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url(../images/bullet1.gif);
}
#main ul li.awarelink {
	list-style-image: url(../images/bullet2.gif);
}
#main ul li.inspirelink {
	list-style-image: url(../images/bullet3.gif);
}
#main ul li.heallink {
	list-style-image: url(../images/bullet4.gif);
}
#main ul li.netlink {
	list-style-image: url(../images/netlink.gif);
}

.breadcrumb, .post {
    padding: 0px;
	background: #FFFFFF url(../images/gradientbg.jpg) repeat-x;
}
.post {
	margin: 0px;
	border: 1px solid #CCCCCC;
}
.breadcrumb {
    margin: 0px 0px 10px 0px;
	border: 1px solid #333333;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('../images/clock.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0px 10px 0px 5px;
}
.post .post-footer .comments {
	background: url('../images/comment.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0px 10px 0px 5px;
}
.post .post-footer .readmore {
	background: url('../images/page.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0px 10px 0px 5px;
}

.standout {
  margin: 5px 0px;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  background: #FAFAFA;
  border-top: none;  
  border-right: none;  
  border-bottom: none;  
  border-left: 5px solid #333333;
}

.pdffileformat {
	background: url(../images/acrobat.gif) no-repeat;
	padding-left: 20px;
	margin-top: 10px;
}

.quoteblock {
	margin: 30px 15px;
	padding: 5px 5px 5px 40px;  	
  	background: #333333 url(../images/quote.gif) no-repeat; 
	background-position: 8px 10px;
	font: italic 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #FFFFFF;	
}

#quicklinks {
  margin: 10px 0px;
}

#quicklinks img {
  float: left;
  padding: 3px;
  margin: 0 15px 0 0;
}
#quicklinks img.st1 {
  border: 1px solid #FF9900;
  background: rgb(255,223,174);
}
#quicklinks img.st2 {
  border: 1px solid #336699;
  background: rgb(163,193,224);
}
#quicklinks img.st3 {
  border: 1px solid #666600;
  background: rgb(217,217,179);
}

#quicklinks h5 {
  font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
}
#quicklinks h5.st1 {
  color: #FF9900;
}
#quicklinks h5.st2 {
  color: #336699;
}
#quicklinks h5.st3 {
  color: #666600;
}

#quicklinks h6 {
  font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
  text-transform: uppercase;
  margin: 10px 15px;
}
#quicklinks h6.st1 {
  color: #FF9900;
}
#quicklinks h6.st2 {
  color: #336699;
}
#quicklinks h6.st3 {
  color: #666600;
}

#quicklinks p {
  clear: both;
  text-align: left;
  display: block;
  padding-left: 15px;
}

#quicklinks a {
  background: inherit;
  text-decoration: underline;
}
#quicklinks a.st1 {
  color: #FF9900;
}
#quicklinks a.st2 {
  color: #336699;
}
#quicklinks a.st3 {
  color: #666600;
}

#quicklinks a:hover {
  background: inherit;
  text-decoration: none;
}
#quicklinks a.st1:hover {
  color: #FF9900;
}
#quicklinks a.st2:hover {
  color: #336699;
}
#quicklinks a.st3:hover {
  color: #666600;
}

/***********************
	 FOOTER LAYOUT
************************/

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
	background: #F2F2F2;
	border-top: 1px solid #333333;
}
#footer h1, #footer p {
    margin-left: 0px;
}
#footer-content {	
	margin: 0px auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	font-weight: bold;
	color: #272727;	
}
#footer-content a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
#footer-content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer-content .col {
	width: 32%;
	padding: 0px 5px 30px 0px;	
}
#footer-content .col2 {
	width: 33%;
	padding: 0px 0px 30px 10px;	
	border-left: 1px dashed #333333;
}

/* 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; }
