/* GENERAL
_____________________________________________________________*/

.edit {
	float:right;
}

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, img {
	margin:0;
	padding:0;
	border:0;
}

table {
	font-size:inherit;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

cite, code, em, strong, th {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}

th {
	text-align:left;
}

h1, h2, h3, h4 {
	font-size:100%;
}

q:before, q:after {
	content:'';
}

select, input, textarea {
	font:99%;
}

* {
	outline: none;
}

/* end hack */
/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}

body {
	font: 13px Arial, Helvetica, sans-serif;	
	line-height: 1.45em;
	color: #6d6e71;	
	background: #FFFFFF url(/images/site/bg-body.jpg) repeat-x;
}

h1 {
	font-size: 19px;
	color: #343434;
	font-weight: normal;
}

h2 {
	font-size: 17px;
	color: #343434;
}

h3 {
	font-size: 15px;
	color: #343434;
}

/* LINKS
_________________________________________________________*/

a {
	text-decoration: none;
	color: #0F75BC;
}

a:hover {
	text-decoration: underline;
}

a#logo {
	float: left;
}

#top-nav a {
	display: block;
	float: right;
	width: 87px;
	height: 25px;
}

a#nav-home {background: url(/images/site/button-home.jpg);}
a#nav-faq {background: url(/images/site/button-faq.jpg);}
a#nav-blog {background: url(/images/site/button-blog.jpg);}
a#nav-about {background: url(/images/site/button-about.jpg);}
a#nav-media {background: url(/images/site/button-media.jpg);}
a#nav-process {background: url(/images/site/button-process.jpg);}
a#nav-contact {background: url(/images/site/button-contact.jpg);}

#top-nav a:hover {
	background-position: 174px 0px;
}

#top-nav a.active {
	background-position: 87px 0px;
}

.tout-content a {
	display: block;
	margin-bottom: 10px;
}

#calendar-bottom a {
	font-size: 13px;
}

#bottom-nav a {
	padding-left: 18px;
	padding-right: 18px;
	font-size: 11px;
}	

a#a-faq {
	position: absolute;
	top: 48px;
	height: 55px;
	width: 53px;
	left: 28px;
}

a#a-media {
	position: absolute;
	top: 42px;
	height: 55px;
	width: 53px;
	left: 355px;
}

a#a-blog {
	position: absolute;
	top: 48px;
	height: 55px;
	width: 53px;
	left: 661px;
}

.title a {
	color: #404041;
}

.resultspage .title a:hover {
	color: #0F75BC;
	text-decoration: none;
}

/* STRUCTURE
_______________________________________________________*/

#container {
	margin: 20px auto 0 auto;
	min-height: 100%;
	height: auto;
	width: 960px;
	background-color: #FFFFFF;
	
}
* html #container { height: 100%;}

#header {
	margin-bottom: 30px;	
}

#content {
	margin-bottom: 78px;
}

#left-column{
	width: 682px;
	padding-right: 10px;
	float: left;
}
	
#right-column {
	float: left;
	width: 249px;
	line-height: 1.2em;
}

input.text {
	background-color: #FFFFFF;
}

/*  STYLING   */

.title {
	color: #404041;
	font-size: 20px;
	margin-bottom: 14px;
}

/* HEADER
_________________________________________________________________*/

#search-box {
	float: right;
	margin: 16px 0 0 0;
}

#search-box form {
	display: inline;
}

#search-box input.image {
	vertical-align: -15px;
	margin-right: 36px;
}

#search-box input.text {
	width: 199px;
	margin: 0 6px 0 10px;
}	

#search-box img {
	vertical-align: -10px;
}

#top-nav {
	background: url(/images/site/header-bar.jpg) bottom no-repeat;
	height: 26px;
	clear: both;	
	text-align: right;
	padding-right: 46px;
}

/* LEFT COLUMN
________________________________________________________________*/

.static-text {
	width: 611px;
	padding-left: 20px;
	font-size: 10pt;
}

.subheader {
	color: #231f20;
	font-weight: bold;
	font-size: 11pt;
	margin: 20px 0 -10px 0;
}

/* HOMEPAGE ______________________________________________*/

img#welcome {
	margin-left: 10px;
}

#hometext {
	padding: 10px 0 35px 35px;
}

#hometext-top {
	padding: 10px 0 35px 35px;
	color: #343434;
	font-size: 11pt;
}

.key-contact {
	width: 210px;
	float: left;
}

#hometext h3 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 16;
}

#hometext h1 {
	margin-bottom: 23px;
}

/* BLOG PAGES ____________________________________________ */

#blog-column {
	width: 455px;
	float: left;
	padding-right: 36px;
	padding-left: 20px;
}

#blog-nav {
	width: 150px;
	float: left;
}

#pagination {
	font-size: 13pt;
	font-weight: bold;
	color: #727070;
}

h1.blog-category {
	font-size: 20px;
	margin-bottom: 25px;
	color: #0B9444;
	font-weight: bold;
}

.blog-dateline {
	background-color: #F1F1F2;
	font-size: 11px;
	margin-bottom: 12px;
	padding: 0 5px;
}

.blog-entry {
	margin-bottom: 50px;
}

#blog-menu-top {
	background: #F1F1F2 url(/images/site/bg-blognav-top.jpg) no-repeat;
}

#blog-menu-nav {
	background: url(/images/site/bg-blognav-bottom.jpg) bottom no-repeat;
	padding: 8px 11px 17px 11px;
}

.blog-comment {
	background: #F3F3F4 url(/images/site/bg-comment-top.jpg) no-repeat;
	margin-bottom: 10px;
}

.blog-bottom {
	background: url(/images/site/bg-comment-bottom.jpg) bottom no-repeat;
	padding: 10px;
}

.blog-commentauthor {
	background: #e7f4ec url(/images/site/bg-commentauthor-top.jpg) no-repeat;
	margin-bottom: 10px;
}

.blog-commentauthor .blog-bottom {
	background: url(/images/site/bg-commentauthor-bottom.jpg) bottom no-repeat;
	padding: 10px;
}

.blog-bottom .title {
	font-size: 13px;
	margin-bottom: 0px;
	color: #0F75BC;
	font-weight: bold;
}

.blog-bottom .title a {
	color: #0F75BC;
}

.comment-dateline {
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 5px;
}

/*  CONTACT PAGE _____________________________________*/

form#contactform {
	margin: 25px 0 40px 0;
}

.required {
	font-size: 10px;
	color: #cf3f45;
}

.label {
	margin-bottom: 7px;
}

input.text, textarea {
	border: 1px solid #8C8C8C;
	background-color: #FFFFFF;
}

input.text {
	margin-bottom: 20px;
}

#contactform input.text {
	width: 320px;
}

textarea {
	width: 550px;
	height: 222px;
	margin-bottom: 20px;
}

/* SEARCH PAGE _________________________________*/

#noresults {
	vertical-align: 5px;
}

/* RIGHT COLUMN
______________________________________________________*/

.tout {
	margin-bottom: 30px;
	border-bottom: 1px solid transparent;
}

.tout-header {
	background: #0F75BC url(/images/site/bg-tout-header.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 19px;
	padding: 8px 0 5px 10px;
}

.tout-content {
	background: url(/images/site/bg-tout-lower.jpg) repeat-y;
}

.tout-middle {
	background: url(/images/site/bg-tout-middle.jpg) no-repeat;
}

.tout-bottom{ 
	padding: 9px 9px 9px 9px;
	background: url(/images/site/bg-tout-bottom.jpg) bottom no-repeat;	
}

#calendar-middle {
	background: url(/images/site/bg-calendar-middle.jpg) repeat-y;
	margin-bottom: 30px;
}

#calendar-top {
	background: url(/images/site/bg-calendar-top.jpg) no-repeat;
}

#calendar-bottom { 
	padding: 16px 10px 28px 10px;
	background: url(/images/site/bg-calendar-bottom.jpg) bottom no-repeat;
}

#calendar-title img {
	float: left;
	margin-right: 10px;
}

#calendar-title {
	font-size: 26px;
	line-height: 1em;
	color: #404041;
}

#calendar-bottom ul {
	margin: 22px 0px;
}

#calendar-bottom li {
	background: no-repeat url(/images/site/bullet-arrow.jpg);
	list-style-position: outside;
	font-size: 11px;
	padding-left: 21px;
	background-position: 0px 3px;
	margin-bottom: 10px;
}

#calendar-script {
	text-align: center;
}

/*CALENDAR
_______________________________________________________________*/

.calendarBG tr, .calendarBG th {
	padding: 4px;
}

.calendarBG {
 background-color: #000; 
 text-align: center;
}

.calendarBlank { 
 background-color: #F1F1F3;
 font-size:         11px;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #000; 
}

.calendarMonthLinks {
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #0f75bc; 
 text-align:  center;
 vertical-align: middle;
 padding: 4px;
}

.calendarToday { 
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#eee;
}

.calendarCell {
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color:  #FFF;
padding: 4px;
}

.calendarCell a {
 color:             #0B9444;
 text-decoration:   none;
 display: block;
}

.calendarCell a:hover {
 color:             #0B9444;
 text-decoration:   underline;
}

/* FOOTER
________________________________________________________________*/

#footer {
	background: no-repeat url(/images/site/bg-footer.jpg);
	width: 940px;
	height: 293px;
	padding-left: 12px;
	clear: both;
	position: relative;
	text-align: center;
}

#footer-faq {
	position: absolute;
	top: 42px;
	left: 94px;
	width: 236px;
	text-align: left;
}

#footer-media {
	position: absolute;
	top: 42px;
	left: 427px;
	width: 197px;
	text-align: left;
}

#footer-blog {
	position: absolute;
	top: 42px;
	left: 731px;
	width: 189px;
	text-align: left;
}

#supportedby {
	padding-top: 167px;
	padding-bottom: 43px;
	line-height: normal;
}

#designby { 
	color: #DDDDDF;
	font-size: 10px;
	padding-top: 7px;
	display: block;
}
