@charset "utf-8";

/* --------------------------------
/  Colors
/    Yellow:     #FFD75B
/    Green:      #86A067
/    Blue-green: #00785D
/    Blue:       #5C6685
/    Light blue: #EDF3EB
/    Gray:       #333333
/    Tan:        #F2F1E2
/  --------------------------------*/

/* --------------------------------
/  Unset default browser styles
/  Adapted from: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
/  --------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1.1em;
	background-color: #FFF;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	color: #5C6685;
}

a:hover {
	color: #00785D;
}

a.alt_link_style {
color: #a71001;
}

a.alt_link_style:hover {
	color: #00785D;
	color: #5C6685;
}

hr  {
	background-color: #FFD75B;
	border: 0;
	color: ##FFD75B;
	height: 1px;
	margin-bottom: 1.6em;
}

.clear {
	clear: both;
}

br.clear {
	height: 1px;
}

.right {
	float: right;
	padding: 0 0 15px 15px;
}

.left {
	float: left;
	padding: 0 15px 15px 0;
}

.imgRight {
	float: right;
	padding: 4px 0 5px 10px;
}

.imgLeft {
	float: left;
	padding: 4px 10px 5px 0;
}

/* --------------------------------
/  Main Layout and Page Backgrounds
/  --------------------------------*/

div#pageWrapper {
	background: #fff url(/images/css/header_bg.png) left top repeat-x;
	background: #fff url(/images/css/header_bg1.png) left top repeat-x;
}

body#content div#pageWrapper {
	background: #fff url(/images/css/header_content_bg.png) left top repeat-x;
	background: #fff url(/images/css/header_content_bg1.png) left top repeat-x;
}

div#contentWrapper, div#contactInfo, div#footerNavigation, div#copyright {
	width: 775px;
	margin: 0 auto;
}

div#header {
	height: 141px;
	position: relative;
}

div#masthead {
	height: 111px;
}

div#header h1 {
	height: 96px;
	height: 111px;
	text-indent: -9999px;
	background: transparent url(/images/css/logo1.jpg) left top no-repeat;
}

div#header h1 span {
	display: block;
}

div#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* --------------------------------
/  Splash Banner and Services
/  --------------------------------*/

div#splash {
	height: 262px;
        clear: both;
}

div#headerImage {
	float: left;
	height: 225px;
	width: 529px;
	margin-top: 20px;
	margin-left: -12px;
	background: transparent url(/images/css/header_image_bg.png) left top no-repeat;
}

div#headerImage img {
	margin-top: 6px;
	margin-left: 12px;
}

div#services {
	float: left;
	width: 235px;
	margin: 20px 0 0 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body#home div#services {
	width: 240px;
	margin: 20px 0 0 3px;
}

div#services h2 {
	text-transform: uppercase;
	font-size: 1.25em;
	color: #fff;
	margin: 4px 0 10px 10px;
}

div#services p {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #fff;
margin-left: 10px;
}

div#services ul {
	height: 165px;
	width: 225px;
	padding: 60px 15px 10px;
	background: transparent url(/images/css/header_online_services.gif) left top no-repeat;
}

div#services li {
	margin: 5px 0;
}

div#services li a {
	text-decoration: none;
}

/* --------------------------------
/  Main Content
/  --------------------------------*/

div#body {
	font-size: .85em;
}

div#main{
	width: 510px;
	float: left;
	padding: 15px 0;
}

div#main.wide {
	width: 650px;
}

/*
div#feature {
	font-size: .9em;
}
*/

/* --------------------------------
/  Sidebar
/  --------------------------------*/

div#sidebar {
	width: 265px;
	float: left;
	padding-bottom: 25px;
}

div#sidebarTop {
	height: 30px;
	background: transparent url(/images/css/sidebar_top_bot_bg.png) left top no-repeat;
}

div#sidebarMid {
	background: transparent url(/images/css/sidebar_mid_bg.png) left top repeat-y;
}

div#sidebarMid div {
	padding: 0 15px 0 25px;
}

div#sidebarBot {
	height: 30px;
	background: transparent url(/images/css/sidebar_top_bot_bg.png) left bottom no-repeat;
}

div#facebookFan p {

}
div#youShouldKnow {
	font-size: .8em;
}

body#content div#youShouldKnow {
	/*margin-top: 25px;*/
}

div#youShouldKnow h3 {
	padding: 5px 0 5px 35px;
	font-size: 1.5em;
	background: transparent url(/images/css/icon_question.gif) left top no-repeat;
}

div#youShouldKnow h4 {
	text-transform: uppercase;
	margin-bottom: 1em;
}

div#youShouldKnow ul {
	/*bringing lists on to the page with breathing room */
	margin-left: 1.5em;
	list-style-type: disc;
	line-height: 1.5em;
}

div#youShouldKnow ol {
	/*bringing lists on to the page with breathing room */
	margin-left: 2.5em;
	list-style-type: decimal;
	line-height: 1.5em;
}

div#youShouldKnow ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}

body#home div#sidebar, body#landing div#sidebar {
	margin-top: -18px;
}

/* --------------------------------
/  Home Page More Info - 3 boxes above footer
/  --------------------------------*/

div#moreInfo {
	clear: both;
	border-top: 1px solid #FFD75B;
	padding: 10px 0;
	font-size: .9em;
}

div#moreInfo div {
	float: left;
	width: 200px;
	padding: 0 10px 0 40px;
	margin-left: 10px;
	border-right: 1px solid #FFD75B;
	background: transparent url(/images/css/moreinfo_icon_monitor.gif) left top no-repeat;
}

div#moreInfo div.first {
	margin-left: 0;
	background: transparent url(/images/css/moreinfo_icon_hands.gif) left top no-repeat;
}

div#moreInfo div.last {
	border-right: none;
	background: transparent url(/images/css/moreinfo_icon_info.gif) left top no-repeat;
}

div#moreInfo h3 {
	color: #5C6685;
	text-transform: uppercase;
}


/* --------------------------------
/  Footer
/  --------------------------------*/

div#footer {
	clear: both;
	margin-top: 20px;
	background: #fff url(/images/css/footer_bg.png) left top repeat-x;
	font-size: .75em;
}

div#contactInfo {
	width: 800px;
	height: 45px;
	line-height: 30px;
	font-size: .8em;
}

div#contactInfo div {
	display: inline;
}

div#contactInfo div.org {
	color: #00785D;
	text-transform: uppercase;
}

div#contactInfo span.country-name {
	display: none;
}

div#contactInfo div.org, div#contactInfo div.street-address, div#contactInfo span.postal-code, div#contactInfo div.tel {
	padding: 0 3px;
	border-right: 1px solid #FFD75B;
}

div#contactInfo div.org {
	padding-left: 0;
	text-transform: uppercase;
}

div#contactInfo a {
	color: #00785D;
	text-decoration: none;
}

div#copyright {
	text-align: right;
	font-size: 11px;
}

div#copyright .footer_pipe {
	color: #ffd75b;
	padding: 0 8px;
	font-weight: bold;
}

div#copyright a, div#copyright a:visited {
	color: #333;
	text-decoration: none;
}

div#copyright a:hover {
	text-decoration: underline;
}

div#footerNavigation {
	text-align: right;
	padding: 10px 0 20px 0;
	font-size: 11px;
}

div#footerNavigation a, div#footerNavigation a:visited {
	text-decoration: none;
}

div#footerNavigation a:hover, div#footerNavigation a:visited:hover {
	text-decoration: underline;
}

div#footerNavigation .footer_pipe {
	color: #ffd75b;
	padding: 0 8px;
	font-weight: bold;
}

/* --------------------------------
/  Blog
/  --------------------------------*/

.post {
	border-bottom: 3px solid #FFD75B;
	margin-bottom: 2em;
}

.lastPost {
	border-bottom: none;
}

div#main .post h2 {
	margin-bottom: 0;
}

.post .date {
	font-size: .8em;
	color: #666;
	margin-bottom: 1.5em;
}

div.comment_credits {
font-size: .86em;
}
/* --------------------------------
/  Headers
/  --------------------------------*/

h1 {
        font-size: 1.4em;
	color: #86A067;
}

div#main h1  {
	margin-bottom: .5em;
}

div#main h2 {
	font-size: 1em;
	color: #5C6685;
	text-transform: uppercase;
}

div#sidebar h3, div#sidebar h3 a {
	color: #86A067;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
	text-decoration: none;
}

div#sidebar h3 a {
       font-size: 1.2em;
}

/* --------------------------------
/  Body Text
/  --------------------------------*/

div#main p {
	line-height: 1.5em;
	margin-bottom: 1.6em;
	margin-bottom: 1.2em;
}


div#main ul {
	/*bringing lists on to the page with breathing room */
	list-style-type: disc;
	line-height: 1.5em;
	margin-bottom: 1.2em;
	margin-left: 1.5em;
}

div#main ol {
	/

*bringing lists on to the page with breathing room */
	margin-left: 2.5em;
	list-style-type: decimal;
	line-height: 1.5em;
	margin-bottom: 1.6em;
}

div#main ol li {
	

/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}

/* --------------------------------
/  Lists
/  --------------------------------*/
div#sidebar li {
	padding: 3px 0;
}

div#sidebar ul li a {
      color: #333;
      text-decoration: none;
}

div#sidebar ul li a:hover,
div#sidebar ul li a.selected {
color: #5C6685;
}


div#sidebarMid div#sectionNavigation {
padding-bottom: 25px;
}


div#sidebarMid div#sectionNavigation h3 {1.5em;}

div#sidebar ul ul {
        padding: 0 0 0 15px;
}

/*
div#sidebarMid div#sectionNavigation ul li a {
      color: #333;
      text-decoration: none;
}

div#sidebarMid div#sectionNavigation ul li a:hover,
div#sidebarMid div#sectionNavigation ul li a.selected {
color: #5C6685;
}
*/
/*

/* --------------------------------
/  Site Map
/  --------------------------------*/

/*
body#home div.sitemap div#main{
	width: 775px;
}

body#home div.sitemap div.column {
	float: left;
	width: 40%;
}

body#home div.sitemap h1, body#home div.sitemap h2 {
	margin-top: 2em;
}
*/

div.c50l {
        width: 50%;
        float: left;
        display: inline;
}

div#main div.c50l div.subcl {
        padding-right: 20px;
}

div#main div.c50l div.subcl ul, div#main div.c50r div.subcr ul {
        list-style: none;
        margin-left: 0;
}

div#main div.c50l div.subcl ul ul, div#main div.c50r div.subcr ul ul {
        margin-left: 1.5em;
}

div.c50r {
        width: 46%;
        float: left;
        display: inline;
}

/* --------------------------------
/  Search
/  --------------------------------*/

div#header div#search {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 2;
	font-size: .8em;
}

div#search a {
	text-decoration: none;
}

div#search input {
	width: 115px;
}

/*
body#content div.search_results div#main{
	width: 775px;
}

table#search {
	padding-right: 10px;
}

table#search th {
	font-weight: bold;
	padding-bottom: 10px;
}
*/

/* --------------------------------
/  Forms
/  --------------------------------*/

div.form div.field, 
div.form div.type-text,
div.form div.type-check,
div.form div.type-button {
	clear: both;
	margin-bottom: 10px;
}

div.form legend {
	font-size: 1em;
	color: #5C6685;
	text-transform: uppercase;
}

div.form div.column {
        width: 200px;
        float: left;
        display: inline;
        margin-bottom: 10px;
}

div.form label {
	display: block;
        margin-bottom: 2px;
}

div.form label.inline {
	display: inline;
}

div.form input.text {
	width: 380px;
}

div.form div.column input.text {
       width: 180px;
}

div.form div.column div {
        margin-bottom: 10px;
}

div.form textarea {
	width: 380px;
	height: 200px;
}

div.form div.submit, div.form div.type-button {
        clear: both;
        padding-top: 15px;
}

div.form span.required {
	font-weight: bold;
	color: #a71001;
}

div.form h2, div.form h3 {
	margin-bottom: 1em;
	font-weight: bold;
}

div.form table {
margin-bottom: 10px;
}

div.form table td {
width: 210px;
padding-bottom: 5px;
}

div.form table td label {
display: inline;
float: none;
width: auto;
text-align: left;
margin-right: 0;
}


div.generic_dialog_popup {
width: 225px;

}