/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {
	font-size:75%;
	color:#636363;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {
	font-size:2em;
	line-height:1.25;
	margin-bottom:0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a1a1a1;
	font-style: italic;
}
h2 {
	font-size:1em;
	color: #1a88a3;
	text-transform: uppercase;
	margin-bottom:0.75em;
	margin-top: -1em;
}
h3 {
	font-size:1.25em;
	line-height:1.2;
	margin-bottom:1em;
}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img. {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color: #1a88a3;;text-decoration:none;}
a.press {color: #FFFFFF;}
a:hover, a:focus.press   {text-decoration: underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {
	list-style-image: url(../images/bullet.gif);
}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #707070;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #707070;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #707070;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {
	width:992px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.column, div.one, div.two, div.three, div.contact {float:left;margin-right:20px;}
.last, div.last {margin-right:0;}
.one {width:740px;}
.two {width:360px;}
.three {width:233px;}
.contact {
	padding:10px;
	width:336px;
	background-color: #e8f3f6;
	border: 2px solid #b6d9e2;
	margin-bottom: 1.5em;
}
.side, div.bluebox, div.greenbox, div.peachbox {float:left;width:192px;margin-right:0;padding-right:10px;padding-left: 10px;padding-top:0.2em;margin-bottom: 1.5em;}
.home, div.bluesquare, div.greensquare, div.peachsquare {
	float:left;
	width:297px;
	height:141px;
	margin-right:10px;
	padding-right:10px;
	padding-left: 10px;
	padding-top:0.2em;
	margin-bottom: 1.5em;
}
.tipsbox {
	float:left;
	margin-right:10px;
	padding-right:10px;
	padding-left: 10px;
	padding-top:0.2em;
	margin-bottom: 1.5em;
	background-color: #fcf0ed;
	background-image: url(../images/peach_bg.gif);
	background-repeat: repeat-x;	
	padding-bottom:1em;
}
.bluesquare{	
	background-color: #e8f3f6;
	background-image: url(../images/side_bg.gif);
	background-repeat: repeat-x;	
	padding-bottom:1em;
}
.greensquare{	
	background-color: #f1f8ec;
	background-image: url(../images/green_bg.gif);
	background-repeat: repeat-x;	
	padding-bottom:1em;
}
.peachsquare{	
	background-color: #fcf0ed;
	background-image: url(../images/peach_bg.gif);
	background-repeat: repeat-x;	
	padding-bottom:1em;
}

.bluebox {	
	background-color: #e8f3f6;
	background-image: url(../images/side_bg.gif);
	background-repeat: repeat-x;	
	padding-bottom:1em;
}
.greenbox {
	background-color: #f1f8ec;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #599800;
	border-bottom-color: #599800;
}
.peachbox {
	background-color: #fcf0ed;	
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e36e4e;
	border-bottom-color: #e36e4e;
}
.footer {
	margin-bottom:1.5em;
	padding-top: 1.4em;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #ebebeb;
	margin-top: 1.5em;
	clear: both;
}
hr {
	clear:both;
	float:none;
	height:0.1em;
	border:none;
	background-color: #1a88a3;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.45em;
	margin-left: 0;
	width: 100%;
}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";
	display:block;
	height:0;
	visibility:hidden;
	overflow:hidden;
	border: 1px solid #707070;
}

.clearfix, .container {display:block;}
.clear {clear:both;}

/*Additional/Edited CSS*/
.logo {height: 126px;}
.nav{margin-bottom:1em;}
.white{
	color:#fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
.sidehead{padding-top:0.8em;text-transform: uppercase;margin-bottom: 0em;}
.blue {color: #1a88a3;}
.green {color: #599800;}
.peach {color: #e36e4e;}
.space{margin-top: 1em;}
.right{text-align: right;}
/*Force Scrollbar*/

html {
	overflow-y: scroll;
}
.seminar {
	font-weight: bold;
	color: #1a88a3;
	font-size: 1.5em;
}
.comments {
	width: 325px;
}
.flash {
	margin-bottom: 1em;
}
.tip {
	font-size: 1.25em;
}
.r {font-size: 75%; vertical-align:.5ex} 
