/*  
Theme Name: Little Stream Software
Description: Little Stream Software Web Site
Version: 1.0
Author: iDesign Studios
Author URI: http://www.idesignstudios.com


CSS Document - Table of Contents
---------------------------------------------

01 - Main Styles
02 - Navigation
03 - ID's
04 - Classes
05 - Lists, etc.
06 - Forms


Color Palette
---------------------------------------------

#000000 - Black

#CDE9F4 - Blue - Light
#C4E8F7 - Blue - Medium
#009DDC - Blue - Dark (Primary)

#F5F5F5 - Grey - Light
#C7C7C7 - Grey - Medium
#606060 - Grey - Medium Dark
#252525 - Grey - Dark (Primary)

#D6E8C7 - Green - Light
#79B04C - Green - Medium (Primary)
#589F20 - Green - Dark

#FFFFFF - White



/* 01 - Main Styles
--------------------------------------------- */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #252525;
}
html, body {
	height: 100%;
}
p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
h1,h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #009DDC;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #009DDC;
}
h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #252525;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
hr {
	border: 1px solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	height: 0px;
	width: 100%;
	border-color: #C7C7C7;
	margin: 20px 0px 20px 0px;
	clear: both;
}


/* 02 - Navigation
--------------------------------------------- */

a:link {
	text-decoration: none;
	color: #009DDC;
}
a:visited {
	text-decoration: none;
	color: #009DDC;
}
a:hover {
	text-decoration: underline;
	color: #589f20;
}
a:active {
	text-decoration: none;
	color: #009DDC;
}


a.alt:link {
	text-decoration: none;
	color: #589F20;
}
a.alt:visited {
	text-decoration: none;
	color: #589F20;
}
a.alt:hover {
	text-decoration: underline;
	color: #009DDC;
}
a.alt:active {
	text-decoration: none;
	color: #589F20;
}

a.more:link {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #009DDC;
}
a.more:visited {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #009DDC;
}
a.more:hover {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	color: #589f20;
}
a.more:active {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #009DDC;
}

/* 02a - Navigation - Header
--------------------------------------------- */

#header_navlist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#header_navlist li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
	font-size: 17px;
}
#header_navlist li a {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	display: inline-block;
}
#header_navlist li a:visited {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	display: inline-block;
}
#header_navlist li a:hover {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #009DDC;
	display: inline-block;
}
#header_navlist li a:active {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	background-color: #009DDC;
	color: #CDE9F4;
	display: inline-block;
}


#header_navlist_home ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#header_navlist_home li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
	font-size: 17px;
}
#header_navlist_home li a {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #252525;
	display: inline-block;
}
#header_navlist_home li a:visited {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #252525;
	display: inline-block;
}
#header_navlist_home li a:hover {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	background-color: #009DDC;
	color: #FFFFFF;
	display: inline-block;
}
#header_navlist_home li a:active {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #009DDC;
	display: inline-block;
}

/* 02b - Navigation - Content
--------------------------------------------- */

/* 02c - Navigation - Sidebar
--------------------------------------------- */

#sidebar_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	border: 1px solid #C7C7C7;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
#sidebar_list li {
	margin: 0px 0px 0px -40px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: block;
	font-size: 11px;
}
#sidebar_list li a {
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	color: #252525;
}
#sidebar_list li a:visited {
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	color: #252525;
}
#sidebar_list li a:hover {
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #009DDC;
	color: #FFFFFF;
}
#sidebar_list li a:active {
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #589F20;
	color: #FFFFFF;
}

.sidebar_blog_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
.sidebar_blog_list li {
	margin: 0px 0px 0px -40px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: block;
	font-size: 11px;
	border: 1px solid #C7C7C7;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
.sidebar_blog_list li a {
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	color: #589F20;
}
.sidebar_blog_list li a:visited {
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	color: #589F20;
}
.sidebar_blog_list li a:hover {
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #009DDC;
	color: #FFFFFF;
}
.sidebar_blog_list li a:active {
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #589F20;
	color: #FFFFFF;
}


/* 02d - Navigation - Footer
--------------------------------------------- */

a.footer_copyright:link {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
a.footer_copyright:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
a.footer_copyright:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}
a.footer_copyright:active {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#footer_navlist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#footer_navlist li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
	font-size: 12px;
}
#footer_navlist li a {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#footer_navlist li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#footer_navlist li a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
#footer_navlist li a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.footer_bloglist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
.footer_bloglist li {
	margin: 0px 0px 0px -40px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: block;
	font-size: 12px;
	border: 1px solid #C7C7C7;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
.footer_bloglist li a {
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	color: #252525;
}
.footer_bloglist li a:visited {
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	color: #252525;
}
#footer_bloglist li a:hover {
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #009DDC;
	color: #FFFFFF;
}
#footer_bloglist li a:active {
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #589F20;
	color: #FFFFFF;
}

/* 03 - ID's
--------------------------------------------- */

/* 03a - ID's - Page
--------------------------------------------- */

#page {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bk_page.gif);
	background-position: top center;
	background-repeat: repeat-x;
}	
#page_home {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bk_page_home.gif);
	background-position: top center;
	background-repeat: repeat-x;
}	
#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 950px;
}

/* 03b - ID's - Header
--------------------------------------------- */

#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	width: 950px;
	height: 140px;
}
#header_home {
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	width: 950px;
	height: 140px;
}
#header_logo {
	margin: 35px 0px 0px 60px;
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF;
	float: left;
}
#header_logo_home {
	margin: 35px 0px 0px 60px;
	padding: 0px;
	float: left;
}
#header_nav {
	margin: 87px 0px 0px 0px;
	padding: 0px;
	font-size: 17px;
	text-align: right;
	float: right;
}
#header_nav_home {
	margin: 100px 0px 0px 0px;
	padding: 0px;
	font-size: 17px;
	text-align: right;
	float: right;
}
#teaser {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 950px;
	clear: both;
}
#teaser img {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width: 520px;
	float: left;
}
#teaser_photo_reflection {
	margin: 0px;
	padding: 0px;
	width: 520px;
	float: left;
}
#teaser p, #teaser h1 {
	margin: 65px 20px 0px 30px;
	padding: 0px;
	width: 380px;
	float: right;
}
#teaser h1 {
	color: #FFFFFF;
  font-size: 30px;
  text-align: center;
}

#teaser p {
	font-size: 16px;
	color: #CDE9F4;
    margin: 20px;
}

#teaser p a {
	color: #CDE9F4;
	font-weight: bold;
}

/* 03b - ID's - Content
--------------------------------------------- */
#content_container {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	width: 950px;
	clear: both;
}
#content_container_home {
	margin: 0px;
	padding: 0px;
	width: 950px;
	clear: both;
}
#content {
	margin: 0px;
	padding: 0px 50px 40px 60px;
	width: 530px;
	float: left;
}
#content_home {
	margin: 0px;
	padding: 0px 100px 40px 60px;
	width: 480px;
	float: left;
}
#content_narrow {
	margin: 0px;
	padding: 0px 10px 0px 60px;
	width: 420px;
	float: left;
}
#content_wide {
	margin: 0px;
	padding: 0px 60px 0px 60px;
	width: 830px;
}
#content_wide h3 {
	margin: 0px;
	padding: 10px 0px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #252525;
}
/* 03b - ID's - Sidebar
--------------------------------------------- */

#sidebar {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	width: 250px;
	float: left;
}
#sidebar_small {
	margin: 40px 0px 40px 15px;
	padding: 0px;
	width: 250px;
	float: left;
}
#sidebar_home {
	margin: -40px 0px 40px 0px;
	padding: 0px;
	width: 250px;
	float: left;
	position: relative;
}
#sidebar_home_reflection {
	margin: -80px 0px 40px 0px;
	padding: 0px;
	width: 250px;
	float: left;
	position: relative;
}
#sidebar_blog {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	width: 250px;
	float: left;
	position: relative;
}
#sidebar_top {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bk_sidebar_top-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 250px;
	height: 20px;
}
#sidebar_blog_top {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bk_sidebar_blog_top-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 250px;
	height: 20px;
}
#sidebar_content {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	background-color: #D6E8C7;
	width: 190px;
	min-height: 210px;
	font-size: 12px;
}
#sidebar_small_content {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	background-color: #D6E8C7;
	width: 190px;
	min-height: 100px;
	font-size: 12px;
}
#sidebar_content ul { padding-left: 15px; }
#sidebar_blog_content {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	background-color: #F5F5F5;
	width: 190px;
	min-height: 210px;
	font-size: 12px;
}

#sidebar_bottom {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bk_sidebar_bttm-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 250px;
	height: 20px;
}
#sidebar_blog_bottom {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bk_sidebar_blog_bttm-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 250px;
	height: 20px;
}
#sidebar_wide {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	width: 425px;
	float: left;
	position: relative;
}
#sidebar_wide_top {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bk_sidebar_wide_top-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 425px;
	height: 25px;
}
#sidebar_wide_content {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	background-color: #D6E8C7;
	width: 365px;
	min-height: 210px;
	font-size: 12px;
}
#sidebar_wide_bottom {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bk_sidebar_wide_bttm-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 425px;
	height: 25px;
}
#sidebar_shadow {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/shadow_top_right-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 35px;
	height: 210px;
	float: left;
}
#sidebar_small_shadow {
	margin: 40px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/shadow_top_right-small-trans.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 35px;
	height: 100px;
	float: left;
}
#sidebar_shadow_home {
	margin: -40px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/shadow_top_right-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 35px;
	height: 210px;
	float: left;
}
#sidebar_shadow_home_reflection {
	margin: -80px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/shadow_top_right-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 35px;
	height: 210px;
	float: left;
}
#sidebar h3 {
	font-size: 24px;
}
#sidebar_home h3 {
	font-size: 24px;
}
#sidebar_blog h3 {
	margin: 0px;
	padding: 10px 0px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #252525;
}
#sidebar_wide h3 {
	margin: 0px;
	padding: 10px 0px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #252525;
}
/* 03b - ID's - Footer
--------------------------------------------- */

#footer {
	margin: 40px auto 40px auto;
	padding: 0px;
	background-image: url(../images/bk_footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	width: 950px;
	min-height: 150px;
	clear: both;
}
#footer_col1 {
	margin: 0px;
	padding: 30px 40px 40px 30px;
	width: 250px;
	float: left;
}
#footer_col2 {
	margin: 0px;
	padding: 30px 40px 40px 40px;
	width: 250px;
	float: left;
}
#footer_col3 {
	margin: 0px;
	padding: 30px 30px 40px 40px;
	width: 230px;
	float: left;
}
#footer_bottom_container {
	margin: 0px;
	padding: 0px;
	height: 55px;
	background-color: #79B04C;
	clear: both;
}
#footer_bottom {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 950px;
}
#footer_nav {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	float: left;
}
#footer_copyright {
	margin: 0px;
	padding: 21px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
	float: right;
}




/* 04 - Classes
--------------------------------------------- */

.imgborder {
	margin: 0px;
	padding: 3px;
	border-width: 1px;
	border-color: #C7C7C7;
	border-style: solid;
}
img.centered {
	padding: 3px;
	margin: 10px 0px 10px 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-color: #C7C7C7;
	border-style: solid;
}
img.alignright {
	padding: 3px;
	margin: 0px 0px 10px 20px;
	display: inline;
	border-width: 1px;
	border-color: #C7C7C7;
	border-style: solid;
}
img.alignleft {
	padding: 3px;
	margin: 0px 20px 10px 0px;
	display: inline;
	border-width: 1px;
	border-color: #C7C7C7;
	border-style: solid;
}
.portfolio_main {
	margin: 0px 0px 10px 0px;
	padding: 3px;
	border-width: 1px;
	border-color: #C7C7C7;
	border-style: solid;
}
.portfolio_thumb {
	margin: 0px 13px 0px 0px;
	padding: 3px;
	border-width: 1px;
	border-color: #C7C7C7;
	border-style: solid;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

.small {
	font-size: 10px;
}
.clear {
	clear: both;
}
.intro_text {
	font-size: 15px;
}
.intro_subtext {
	font-size: 14px;
}
.portfolio_intro_image {
	margin: 0px;
	padding: 0px 10px 20px 10px;
	width: 345px;
	float: left;
}
.portfolio_text {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 460px;
	float: left;
}


/* 04 - Classes - Blog
--------------------------------------------- */

.post_title {
}
.postmetadata {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #606060;
}
.entry {
}
.tags {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-style: italic;
	color: #606060;
}
.byline {
	margin: 20px 0px 20px 0px;
	padding: 20px;
	background-color: #F5F5F5;
	min-height: 86px;
}
.byline_title {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
}
.comments {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	clear: both;
}
.comment {
	margin: 3px 0px 0px 0px;
	padding: 20px;
	background-color: #F5F5F5;
	font-size: 11px;
	clear: both;
}
.author_comment {
	margin: 3px 0px 0px 0px;
	padding: 20px;
	background-color: #C4E8F7;
	font-size: 11px;
	clear: both;
}
.comment_name {
	font-size: 14px;
	font-weight: bold;
}
.comment_date {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #606060;
}
.gravatar {
	margin: 0px 20px 10px 0px;
	padding: 3px;
	background-color: #FFFFFF;
	float: left;
}
.icon_rss {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 16px;
	height: 16px;
}
.icon_rss_big {
	margin: -50px -40px 0px 0px;
	padding: 0px;
}

/* 05 - Lists, etc.
--------------------------------------------- */

blockquote {
	margin-left: 50px;
}
ul {
	margin-top: 0px;
}
li {
	margin-top: 0px;
}


/* 06 - Forms
--------------------------------------------- */

#form_container {
	padding-left: 150px;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
	float: left;
	width: 150px;
}
input, textarea {
	width: 180px;
	margin-bottom: 5px;
} 
input[type=checkbox] { width: auto; }
input[type=radio] { width: auto; }

textarea {
	width: 180px;
	height: 150px;
}
.boxes {
	width: 1em;
}
.submitbutton {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}
.searchbutton {
	margin: 0px;
	padding: 3px;
	background-color: #009DDC;
	font-size: 11px;
	color: #FFFFFF;
	width: 25px;
	border: 0px;
}
.searchfield {
	margin: 0px;
	padding: 3px;
	background-color: #C4E8F7;
	font-size: 11px;
	width: 100px;
	border: 0px;
}

br {
	clear: left;
}

/*   Custom    */

#full_portfolio #portfolio_headers { font-size: 16pt; padding: 0 10px; text-align: center;}
#full_portfolio #portfolio_headers a { padding: 0 15px; }
#full_portfolio h1.portfolio_type { font-size: 18pt; border-bottom: 1px solid #C7C7C7; padding-bottom: 0; margin-bottom: 10px;}

.portfolio_item h1 { font-size: 16pt; }

/* Green links in green sidebar */

.green_sidebar a:link {
	text-decoration: none;
	color: #589F20;
}
.green_sidebar a:visited {
	text-decoration: none;
	color: #589F20;
}
.green_sidebar a:hover {
	text-decoration: underline;
	color: #009DDC;
}
.green_sidebar a:active {
	text-decoration: none;
	color: #589F20;
}

.bold { font-weight: bold; }

/* Services */

.services_title {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #009DDC;
	font-size: 24px;
}
.services_subhead {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #009DDC;
	font-size: 16px;
}
.services_price {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #009DDC;
	font-size: 20px;
}
.services_qty {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #009DDC;
	font-size: 14px;
}
.services_info {
	margin: 10px 0px 10px 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #252525;
}

.services_info li {
    padding: 3px 0;
}
/* Nested list */
.services_info li ul {
    padding-left: 15px;
}
#services_1a {
	margin: 12px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_1a-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 180px;
	height: 180px;
	float: left;
	display: block;
}
#services_1a:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}
#services_1b {
	margin: 12px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_1b-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 180px;
	height: 180px;
	float: left;
	display: block;
}
#services_1b:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}
#services_1c {
	margin: 12px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_1c-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 180px;
	height: 180px;
	float: left;
	display: block;
}
#services_1c:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}
#services_1d {
	margin: 12px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_1a-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 180px;
	height: 180px;
	float: left;
	display: block;
}
#services_1d:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}
#services_1e {
	margin: 12px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_1b-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 180px;
	height: 180px;
	float: left;
	display: block;
}
#services_1e:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}
#services_1f {
	margin: 12px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_1c-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 180px;
	height: 180px;
	float: left;
	display: block;
}
#services_1f:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}

#services_3a {
	margin: 10px 5px 10px 5px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_3a-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 220px;
	height: 520px;
	float: left;
	display: block;
}
#services_3a:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}
#services_3b {
	margin: 10px 5px 10px 5px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_3b-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 220px;
	height: 520px;
	float: left;
	display: block;
}
#services_3b:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}
#services_3c {
	margin: 10px 5px 10px 5px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_3c-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 220px;
	height: 520px;
	float: left;
	display: block;
}
#services_3c:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}

#services_5a {
	margin: 10px 5px 10px 5px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_5a-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 110px;
	height: 450px;
	float: left;
	display: block;
}
#services_5a:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}
#services_5b {
	margin: 10px 5px 10px 5px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_5b-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 110px;
	height: 450px;
	float: left;
	display: block;
}
#services_5b:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}
#services_5c {
	margin: 10px 5px 10px 5px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_5c-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 110px;
	height: 450px;
	float: left;
	display: block;
}
#services_5c:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}
#services_5d {
	margin: 10px 5px 10px 5px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_5d-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 110px;
	height: 450px;
	float: left;
	display: block;
}
#services_5d:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}
#services_5e {
	margin: 10px 5px 10px 5px;
	padding: 20px;
	border: 3px solid #FFFFFF;
	background-color: #E6E6E6;
	background-image: url(../images/bk_services_5e-trans.png);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: 110px;
	height: 450px;
	float: left;
	display: block;
}
#services_5e:hover {
	border: 3px solid #009DDC;
	text-decoration: none;
}

#sidebar_wide ul li p { padding: 0; }

/* Feedback tab */
/* * Ported from uservoice */
a#feedback-tab {
    position: fixed;
    right: 0;
    top: 40%;
    display: block;
    background: #009ddc url(/images/feedback_tab.png) -2px 50% no-repeat;
    width: 25px;
    height: 90px;
    margin-top: -45px;
    border: outset 1px #009ddc;
    border-right: none;
    z-index: 100001;
}

a#feedback-tab:hover {
    background-color: #06c;
    border: outset 1px #06c;
    border-right: none;
    cursor: pointer;
}
