

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", Helvetica, Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background: #DDD url(../images/general/bg_body.jpg) top center repeat-x;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
	font-family: "Lucida Sans Unicode", Helvetica, Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
  font-weight: bold;
  letter-spacing: -.05em;
  line-height: 1em;
}

p {
  margin: 0;
  padding: 0 0 18px 0;
}

a { color: #9e0621; text-decoration: underline; }
a:hover { color: #86ac51; }



/***********/
/* FRAMING */
/***********/

#FrameOuter {
	width: 970px;
	margin: 20px auto 0 auto;
	padding: 0 0 20px 0;
	text-align:right;
}
#FrameInner {
	padding: 0 0 0 10px;
}

#Main {
	padding: 0 10px 0 0;
	margin: 0;
	text-align: left;
	color: #999;
	display: block;
	background: url(../images/general/shadow_side.png) top right repeat-y transparent;
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=’true’, sizingMethod=’scale’, src=’/images/general/shadow_side.png’);
}
#MainWrap { background-color: #FFF; }

.Announcement {
	padding: 20px 20px 2px 20px;
	color:#CCC;
	background:#4d4d4f;
}
.Announcement h5 {
	margin:0;
	padding: 0;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#86AC51;
}

#RCol {
	float: right;
	width: 670px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#LCol {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
	text-align: left;
}



/***********/
/* HEADER   */
/***********/
	
#Header {
	padding: 0 40px 10px 21px;
	margin: 0;
	text-align: left;
}
#Tagline {
	float: right;
	padding: 0;
	margin: 0;
}

#HeaderPrint {
	display: none;
}



/*******/
/* NAV  */
/*******/

#NavPrimaryWrap {
	display: block;
	background: url(../images/general/shadow_top.png) top right no-repeat transparent;
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=’scale’, src=’../images/general/shadow_top.png’);
}

#NavPrimary {
	height: 40px;
	overflow: hidden;
	padding: 0 30px;
	margin: 0 10px 0 0;
	text-align: left;
	background: url(../images/general/bg_nav_primary.jpg) top left repeat-x #4D4D4F;
}
#NavPrimary ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#NavPrimary li {
	display: inline;
	margin: 0 30px 0 0;
	padding: 0;
}
#NavPrimary ul#Supplementary {
	float:right;
	text-align:right;
}
#NavPrimary ul#Supplementary li {
	margin: 0 0 0 15px;
}



/*********************************/
/* INTERIOR PAGES - RIGHT COLUMN */
/*********************************/

#Content {
	padding: 30px 30px 30px 0;
	margin: 0;
	color: #444;
}
#Content h1 {
  padding: 4px 0 15px 0;
  text-align: left;
  font-size: 30px;
	color: #00aab5;
}
#Content h2 {
  padding: 0 0 15px 0;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	color: #000;
}
#Content h3 {
  padding: 0 0 15px 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #729641;
}
#Content h4 {
 	padding: 10px 0 10px 0;
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #666;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}

#Content p {
	font-size: 13px;
	line-height: 24px;
}
#Content .Tight p {
	line-height: 16px;
}

#Content ul,
.HomeCol ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 20px;
}
#Content ol,
.HomeCol ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 10px;
}
#Content li,
.HomeCol ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 13px;
}

#Content .RightInsetWrap {
	float: right;
	width: 280px;
}
#Content .WorkshopDetails {
	margin: 0 0 20px 20px;
	padding: 20px;
	background: #54bbbe;  /* 76c9cb  54bbbe */
}
#Content .WorkshopDetails h4 {
	padding: 0 0 6px 0;
	margin: 0 0 12px 0;
	font-size: 13px;
	font-weight: normal;
	color: #152f30;
	border-top: none;
	border-bottom: 1px solid #3f8c8e;
}
#Content .WorkshopDetails p {
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #152f30;
}

#Content span.Bright {
  color: #00aab5;
}


#Content strong {
	color: #000;
}
#Content blockquote {
	margin: 0;
	padding: 0 30px 20px 30px;
}
#Content .PagePhoto {
	float: right;
	margin: 0 0 20px 20px;
}



/********************************/
/* INTERIOR PAGES - LEFT COLUMN */
/********************************/

#Sidebar { padding: 30px 0 30px 30px; }

img.Aphorism { margin: 0 0 25px 0; }

#NavSecondary {
	clear: both;
	margin: 0;
	padding: 15px 0;
	color: #FFF;
	background: #808285;
}
#NavSecondary ul {
	margin: 4px 0 0 0;
	padding: 3px 0;
}
#NavSecondary li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 13px;
}
#NavSecondary li a {
	display: block;
	padding: 5px 25px;
	color: #FFF;
	text-decoration: none;
}
#NavSecondary li a:hover {
	color: #018992;
	text-decoration: none;
	background-color: #FFF;
}
#NavSecondary li a span.Arrow {
	font-size: 1.1em;
	font-weight: bold;
	color: #808285;
}
#NavSecondary li a:hover span.Arrow {
	color: #9e0621;
}
#NavSecondary li.CategoryTitle a {
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	text-decoration: underline;
}
#NavSecondary li.CategoryTitle {
	text-transform: uppercase;
}
#NavSecondary li.CategoryTitle a:hover {
	text-decoration: none;
}



/******************/
/* HOME PAGE ONLY */
/******************/

#HomeContent {
	width: 950px;
	padding: 15px 0;
	color: #666;
	background: #FFF;
}
.HomeColWrap {
	float: right;
	width: 230px;
}
.HomeCol {
	height: 220px;
	margin: 0 30px 0 0;
	padding: 0;
}
.HomeCol h2 {
  padding: 0 0 2px 0;
  text-align: left;
  font-size: 18px;
}
.HomeCol h2 a {
  text-decoration: none;
}
#Col1 h2 { color: #00aab5; }
#Col2 h2 { color: #86ac51; }
#Col3 h2 { color: #666; }
#Col4 h2 { color: #9e0621; }

.HomeColDesc {
	margin: 3px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 4px solid #bfc0c2;
}

.HomeCol p {
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 14px;
}
.HomeColWrap p.Button {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}
#Col1 p.Button { background: url(../images/home/bg_btn1.gif) top left no-repeat; }
#Col2 p.Button { background: url(../images/home/bg_btn2.gif) top left no-repeat; }
#Col3 p.Button { background: url(../images/home/bg_btn3.gif) top left no-repeat; }
.HomeColWrap p.Button a { 
	padding: 22px 30px 21px 12px;
	display: block;
	color: #FFF; 
}
.HomeColWrap p.Button a:hover { color: #000; }

.ECDform { margin:0; padding:0; border:0px solid #FFF; }
input.SendButton { 
	display:block;
	height:57px;
	width:200px;
	margin:0;
	padding: 20px 30px 21px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	text-decoration:underline;
	text-align:left;
	color: #FFF; 
	background: #FFF url(../images/home/bg_btn4.gif) top left no-repeat;
	border:0px solid #FFF;
}
input.SendButton:hover { cursor:pointer; color: #000; }

/**********/
/* FOOTER */
/**********/

#Footer {
	margin: 0;
	padding: 15px 30px;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	color: #999;
	background: url(../images/general/shadow_bottom.jpg) top left no-repeat;
}
#Credit {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 10px;
}
#Credit a  { font-weight: normal; text-decoration: none; color: #AAA; }
#Credit a:hover { font-weight: normal; text-decoration: underline; color: #666; }



/************/
/* FORMBOSS */
/************/

#FormBoss form {
	margin: 0;
	padding: 0;
}
#FormBoss th, #FormBoss td {
	padding-bottom: 16px;
}
#FormBoss th {
	width: 200px;
	padding-right: 4px;
	font-weight: normal;
	text-align: right;
}
#FormBoss input.Text {
	width: 200px;
}
#FormBoss textarea {
	width: 380px;
	height: 150px
}

#FormBoss #Submit {
	margin: 20px 0 0 204px;
}

#FormBoss label.Required {
	font-weight: bold;
}




