* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

body {
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;
	color: #444;
	text-align: center;
	background: url('/Common/Images/custom/global/Body_BG.png') repeat-x top #e8e8e8;
}

.clearer {
	clear: both;
	display: block;
}

/* ------------------------- Forces an element to contain floats -------------------- */

.ClearFix:after	{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.ClearFix			{display: inline-table;}
/* Hider for IE Mac \*/
* html .ClearFix	{height: 1%;}
/* End IE Mac Hider */
.ClearFix			{display: block;}

/* ----------------------------------- Main Tag Properties --------------------------------------*/

a		{color: #0070dd;}
a:hover	{text-decoration: none;}

a.GreyLink		{color: #444; text-decoration: none;}
a.GreyLink:hover	{color: #0070dd; text-decoration: underline;}

p {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 18px;
}
strong {color: #111;}

h1 {
	color: #111;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 10px;
}

h2 {
	color: #111;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}
h2.Blue {color: #0070dd;}
h2.BigMargin {margin: 30px 0 15px;}

h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 13px;
}
h4 {
	color: #111;
	font-size: 15px;
	margin-bottom: 3px;
}

h5 {
	color: #0070dd;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

ul li {
	margin: 0 0 10px 18px;
}

ol li {
	margin: 0 0 18px 18px;
}

.Left {float: left;}
.Right {float: right;}

#container {
    text-align: left;
}

/* ------------------------------------------- Header Container & Elements ----------------------------------------- */

#header {
    background: url('/Common/Images/custom/Structure/Background-Header.png') repeat-x;
    height: 87px;
    overflow: visibile;
    min-width: 960px;
}

#header_content {
    width: 900px;
    margin: 0px auto;
    position: relative;
}

.Logo {
  position: absolute;
  left: -53px;
  top: 0px;
}

.Logo-Tip {
	position: absolute;
	top: 87px;
	left: 0;
}


/* ------------------------------------------- Product NAVIGATION ----------------------------------------- */


#ProductNavigation {
	float: right;
	position: relative;
	left: 11px;
	width: 500px;
	height: 87px;
}

#ProductNavigation a {
	display: block;
	float: right;
	height: 27px;
	text-align: center;
	color: #777;
	text-decoration: none;
	padding: 60px 0 0 2px;
	font-family: verdana, arial, san-serif;
	font-size: 11px;
	background: no-repeat top left;
}
#ProductNavigation a:hover {
	color: #fff;
	text-decoration: none;
	background-position: bottom left;
}
#ProductNavigation a.SitemapGenerator {background-image: url('/Common/Images/custom/global/Product_SitemapGenerator.png'); width: 69px;}
#ProductNavigation a.iLime {background-image: url('/Common/Images/custom/global/Product_iLime.png'); width: 57px;}
#ProductNavigation a.CMS {background-image: url('/Common/Images/custom/global/Product_CMS.png'); width: 60px;}
#ProductNavigation a.Framework {background-image: url('/Common/Images/custom/global/Product_Framework.png'); width: 77px;}
#ProductNavigation a.DigitalValet {background-image: url('/Common/Images/custom/global/Product_DigitalValet.png'); width: 80px;}

#ProductNavigation div.EndDivider {
	float: right;
	width: 12px;
	height: 87px;
	background: url('/Common/Images/custom/global/Product_EndDivider.png') no-repeat top left;
}


/* ------------------------------------------- Main NAVIGATION ----------------------------------------- */


#navigation {
    background: url('/Common/Images/custom/Structure/Background-Navigation.png') repeat-x;
    height: 25px;
    overflow: visibile;
    min-width: 960px;
}

#navigation_content {
    width: 900px;
    margin: 0px auto;
    text-align: left;
}

#main_nav {
    list-style-type: none;
    float: left;
    position: relative;
    z-index: 100;
    height: 25px;
    border-left: solid 1px #121212;
}

#main_nav li {
    display: block;
    float: left;
    border-right: solid 1px #111111;
    position: relative;
    margin: 0;
}

#main_nav li a {
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 0px 12px;
    background: url('/Common/Images/custom/global/nav_bg.gif') repeat-x left top;
}

#main_nav li a:hover, #main_nav li.hover a {
    background: url('/Common/Images/custom/global/nav_bg_hover.gif') repeat-x left top;
    color: #151515;
}

#main_nav ul {
    position: absolute;
    top: 25px;
    left: -1px;
    width: 341px;
    border-left: solid 1px #242424;
    background: url('/Common/Images/custom/global/subnav_top_round.gif') no-repeat right top;
    padding-top: 7px;
    display: none;
}



#main_nav ul ul {
    left: 344px;
}

#main_nav li.hover ul {
    display: block;
}

#main_nav ul li {
    float: none;
    border-right: solid 1px #242424;
    position: relative;
}

#main_nav ul li.bottom_round {
    background: url('/Common/Images/custom/global/subnav_bottom_round.gif') no-repeat right top;
    height: 9px;
    font-size: 0px;
    overflow: hidden;
    border-right: none;
}

#main_nav ul li a, #main_nav li.hover ul li a {
    float: none;
    font-weight: normal;
    background: #aaaaaa url('/Common/Images/custom/global/subnav_bg.gif') repeat-y left top;
    color: #181818;
    font-size: 12px;
    padding-left: 7px;
    border-top: solid 1px #c3c3c3;
    border-bottom: solid 1px #adadad;
    height: 21px;
    line-height: 21px;
}

#main_nav ul li a:hover, #main_nav li.hover ul li a:hover {
    background: #181818 url('/Common/Images/custom/global/subnav_bg_hover.gif') repeat-y left top;
    color: #dddddd;
    border-top: solid 1px #444444;
    border-bottom: solid 1px #252525;
}

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


#main_content {
    background: url('/Common/Images/custom/global/main_shadow.png') repeat-y center top;
    width: 914px;
    margin: 0px auto;
}

#bottom_shadow {
	background: url('/Common/Images/custom/global/BodyBottom_BG.png') no-repeat bottom center;
	padding: 0px 7px 6px;
}

#main_shadow {
	
}

/* ------------------------------------------- Page BANNER Content ----------------------------------------- */

#Banner {
	background: #000;
	padding: 20px 40px 20px;
	color: #fff;
}
#Banner h1 {
	margin: 0 0 10px;
	color: #fff;
}

#Banner.Portfolio {
	padding: 20px 0 0 40px;
}

#Banner.Portfolio div {
	float: left; 
	width: 84px;
	height: 122px;
	margin-right: 21px;
	text-align: center;
}
#Banner.Portfolio a {float: left; border: 2px solid #000;}
#Banner.Portfolio a:hover {border: 2px solid #0070dd;}
#Banner.Portfolio img {float: left;}

#Banner.Portfolio div.Placeholder {background: url('/Common/Images/custom/global/Portfolio_Placeholder_ThumbBG.png');}
#Banner.Portfolio div.AdamForIllinois {background: url('/Common/Images/custom/global/Portfolio_AdamForIllinois_ThumbBG.png');}
#Banner.Portfolio div.BillRancic {background: url('/Common/Images/custom/global/Portfolio_BillRancic_ThumbBG.png');}
#Banner.Portfolio div.CutAboveLandscaping {background: url('/Common/Images/custom/global/Portfolio_CutAboveLandscaping_ThumbBG.png');}
#Banner.Portfolio div.CarlucciRestaurant {background: url('/Common/Images/custom/global/Portfolio_CarlucciRestaurant_ThumbBG.png');}
#Banner.Portfolio div.Allstate {background: url('/Common/Images/custom/global/Portfolio_Allstate_ThumbBG.png');}
#Banner.Portfolio div.TheSecret {background: url('/Common/Images/custom/global/Portfolio_TheSecret_ThumbBG.png');}
#Banner.Portfolio div.JointCommission {background: url('/Common/Images/custom/global/Portfolio_JointCommission_ThumbBG.png');}
#Banner.Portfolio div.UniversalInsurance {background: url('/Common/Images/custom/global/Portfolio_UniversalInsurance_ThumbBG.png');}
#Banner.Portfolio div.BuyersProducts {background: url('/Common/Images/custom/global/Portfolio_BuyersProducts_ThumbBG.png');}
#Banner.Portfolio div.SloanValve {background: url('/Common/Images/custom/global/Portfolio_SloanValve_ThumbBG.png');}

/* ------------------------------------------- No Column Container STYLES --------------------------------------------------- */

#ColumnBG_None {
	float: left;
	width: 100%;
}

.NoBannerContent {padding: 20px 40px;}

.NoBannerContent #map {width: 500px; height: 350px; float: right; border: 1px solid #999; margin: 20px 0 35px;}
.NoBannerContent #mapnavMap a {
	width: 24px;
	height: 86px;
	float: right;
	border: 0;
	margin: 30px 0 0;
	background: url('/Common/Images/custom/global/Tab_MapView.png') no-repeat left top;
}
.NoBannerContent #mapnavMap a:hover, .NoBannerContent #mapnavStreet a:hover {
	background-position: right top;
}
.NoBannerContent #mapnavStreet a {
	width: 24px;
	height: 98px;
	float: right;
	margin: 124px -24px 0 0;
	background: url('/Common/Images/custom/global/Tab_StreetView.png') no-repeat left top;
}

.IconLeft {margin: 30px 0; position: relative; padding-left: 45px; width: 240px;}
.IconLeft img {position: absolute; left: 0px;}

.HomeColumn1 {
	float: left;
	width: 240px;
	padding: 0 20px 0 40px;
}
.HomeColumn2 {
	float: left;
	width: 255px;
	padding: 0 15px 0 25px;
	background: url('/Common/Images/custom/global/ColumnDividerShadow.png') no-repeat center left
}
.HomeColumn3 {
	float: left;
	width: 240px;
	padding: 0 40px 0 25px;
	background: url('/Common/Images/custom/global/ColumnDividerShadow.png') no-repeat center left
}

.HomeColumn1 h1, .HomeColumn2 h1, .HomeColumn3 h1 {
	margin-top: 15px;
	color: #444;
}

.HomeColumn1 p, .HomeColumn2 p, .HomeColumn3 p {
	font-size: 14px;
	color: #777;
	line-height: 22px;
}
.HomeSeparation {
	width: 830px;
	position: relative;
	left: -7px;
	background: url('/Common/Images/custom/global/BodyBottomBGHome.png') no-repeat top;
	padding: 34px 47px 0 37px;
}
.HomeSeparation img {
	float: left;
	margin: 0 15px 0 0;
}
.HomeSeparation .Blog, .HomeSeparation .CaseStudy {
	float: left;
	width: 340px;
}
.HomeSeparation h4 {
	margin: 0 0 4px;
}
.HomeSeparation a {
	font-weight: bold;
	text-decoration: none;
}
.HomeSeparation h4 a {
	font-size: 13px;
	color: #444;
}
.HomeSeparation a:hover {
	text-decoration: underline;
}
.HomeSeparation h4 a:hover {
	color: #0070dd;
}
.HomeSeparation p {
	color: #777;
	line-height: 17px;
	margin-bottom: 4px;
}

/* ------------------------------------------- Column Right THIN Container STYLES ----------------------------------------- */

.MainBodyPaddingOn {
	padding: 20px 40px;
	float: left;
	width: 580px;
}
.MainBodyPaddingOff {
	padding: 0;
	float: left;
	width: 660px;
}
.MainBodyPadding {
	padding: 20px 40px;
}
.MainBodyPadding h1 {
	margin: 0;
}

#ColumnBG_RightThin {
	background: url('/Common/Images/custom/global/ColumnBG_Right.png') repeat-y top right;
	float: left;
	width: 100%;
}

#ColumnBG_RightThin .LeftColumn {
	float: left;
	width: 580px;
	padding: 20px 40px 20px 40px;
}

#ColumnBG_RightThin .LeftColumn h1 span {
	display: block;
	font-weight: normal;
	font-size: 22px;
	color: #707070;
	padding-bottom: 25px;
}
#ColumnBG_RightThin .RightColumn {
	margin-left: 660px;
	padding: 0 0 20px;
	color: #777;
}
#ColumnBG_RightThin .RightColumn h3 {
	color: #444;
	margin-top: 4px;
}
#ColumnBG_RightThin .RightColumn h3 a {
	color: #444;
	text-decoration: none;
}

#ColumnBG_RightThin .RightColumn h3 a:hover {
	color: #0070dd;
	text-decoration: underline;
}
#ColumnBG_RightThin .RightColumn p {
	line-height: 16px;
}

#ColumnBG_RightThin .RightColumn ul.BoldLinks li {list-style-type: none; margin-top: 7px;}
#ColumnBG_RightThin .RightColumn ul.BoldLinks li a {font-weight: normal; text-decoration: none;}
#ColumnBG_RightThin .RightColumn ul.BoldLinks li a:hover {text-decoration: underline;}

#BlogsByCategory {padding: 10px 20px;}
#BlogsByMonth {padding: 10px 20px;}

#ColumnBG_RightThin .GreyBG {padding: 10px 20px;}

#ColumnBG_RightThin .GreenBG {padding: 10px 20px; background: url('/Common/Images/custom/global/ColumnBG_Green.png') repeat-y;}
#ColumnBG_RightThin .GreenBG h3 {color: #561;}
#ColumnBG_RightThin .GreenBG p {color: #707860;}
#ColumnBG_RightThin .GreenBG div {
	text-align: right;
	margin-bottom: 10px;
}
#ColumnBG_RightThin .GreenBG input.TextBox {
	border: 1px solid #cacdbc;
	background-color: #fff;
	height: 20px;
	font-size: 11px;
	color: #707070;
	width: 125px;
	margin-top: 2px;
}
#ColumnBG_RightThin .GreenBG div span {
	display: block;
	float: left;
	line-height: 23px;
	font-weight: bold;
	font-size: 12px;
	color: #444b33;
}

p.SocialIcon {margin-bottom: 11px; line-height: 15px;}
p.SocialIcon img {float: left; margin: 5px 7px 0 0;}
p.SocialIcon strong {color: #444;}
p.SocialIcon a {text-decoration: none; color: #777;}
p.SocialIcon a:hover {text-decoration: underline; color: #0070dd;}
p.SocialIcon a:hover strong {color: #0070dd;}

#Sources {margin: 25px 0 0 11px;}

#Sources p {
	font: 11px/13px Verdana, Arial, san-serif;
	color: #777;
	position: relative;
	margin: 0 0 5px;
}

#Sources sup {
	vertical-align: top;
	position: absolute;
	left: -11px;
	top: -1px;
}

#Sources a {color: #777;}

.TwoColumns, .ThreeColumns, .FourColumns {
	float: left;
	margin: 0 0 20px;
	width: 100%;
}

.TwoColumns li {
	list-style-type: none;
	float: left;
	width: 48%;
	margin: 0 0 0 4%;
}

.ThreeColumns li {
	list-style-type: none;
	float: left;
	width: 31%;
	margin: 0 0 0 3.5%;
}

.FourColumns li {
	list-style-type: none;
	float: left;
	width: 22%;
	margin: 0 0 0 4%;
}

.TwoColumns li:first-child, .ThreeColumns li:first-child, .FourColumns li:first-child {margin: 0;}

.TwoColumns li li, .ThreeColumns li li, .FourColumns li li, .TwoColumns li li:first-child, .ThreeColumns li li:first-child, .FourColumns li li:first-child {
	float: none;
	width: 100%;
	margin: 0 0 10px 18px;
	list-style-type: disc;
}

.BottomAlign {position: relative;}
.BottomAlign span {position: absolute; bottom: 0;}

/* ------------------------------------------- Column Right WIDE Container STYLES ---------------------------------------- */

#ColumnBG_RightWide {
/*	background: url('/Common/Images/custom/global/Column_WideBG.png') repeat-y top right; */
	float: left;
	width: 100%;
}

#ColumnBG_RightWide .LeftColumn {
	float: left;
	width: 280px;
	padding: 20px 30px 20px 40px;
}

#ColumnBG_RightWide .RightColumn {
	margin-left: 350px;
	padding: 20px 0;
}
#ColumnBG_RightWide .RightColumn .Portfolio_Thumbnails {
	text-align: center;
	height: 29px;
}
#ColumnBG_RightWide .RightColumn .Portfolio_Thumbnails a {
	margin-right: 5px;
}
#ColumnBG_RightWide .RightColumn .Portfolio_Thumbnails a img {border: 2px solid #bbb;}
#ColumnBG_RightWide .RightColumn .Portfolio_Thumbnails a:hover img {border: 2px solid #0070dd;}

#ColumnBG_RightWide .RightColumn div.Portfolio_Images {
/*	background: url('/Common/Images/custom/global/Portfolio_ShadowTop.png') no-repeat top; */
	padding-top: 22px;
}
#ColumnBG_RightWide .RightColumn div.Portfolio_Images div {
/*	background: url('/Common/Images/custom/global/Portfolio_ShadowBottom.png') no-repeat bottom; */
	padding: 0 0 22px;
}
#ColumnBG_RightWide .RightColumn div.Portfolio_ImagesOnly {
	width: 512px;
}

#ColumnBG_RightWide .RightColumn div.Portfolio_BrowserWindow {
	background: url('/Common/Images/custom/global/Portfolio_BrowserWindow.png') no-repeat top left;
	width: 512px;
	height: 410px;
	padding: 34px 1px 0;
	margin: 6px 0 17px;
}
#ColumnBG_RightWide .RightColumn div.Portfolio_BrowserWindow div {
	width: 510px;
	height: 401px;
	overflow: auto;
}

/* ------------------------------------------- No Column SECTIONS --------------------------------------------------- */

.NoBannerContent .HalfColumnLeft {
	float: left;
	width: 390px;
}
.NoBannerContent .HalfColumnRight {
	margin-left: 430px;
}
.NoBannerContent .HalfColumnLeft img, .HalfColumnRight img {
	float: right;
	margin: 5px 0 0 12px;
}
.NoBannerContent h3 a {text-decoration: none;}
.NoBannerContent h3 a:hover {text-decoration: underline;}

.ThreeColumnSection, .ThreeColumnSectionLast {
	width: 250px;
	float: left;
	margin: 15px 30px 0 0;
}

.ThreeColumnSection img {
	float: left;
	margin-right: 15px;
}

.ThreeColumnSection h3 {
	color: #111;
	margin: 31px 0 10px;
	line-height: 20px;
}

.ThreeColumnSectionLast {
	margin: 15px 0 0 0;
}


/* ------------------------------------------- Left Column SECTIONS ----------------------------------------- */

.EmployeeHeader {
	background: url('/Common/Images/custom/global/EmployeeBackground.jpg') no-repeat left top;
	font-family: 'Chaparral Pro', Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
	color: #fff;
	text-shadow: 2px 1px 5px #333;
    height: 233px;
}

.EmployeeHeader img.Employee {float: left;}

.EmployeeHeader span {
	float: right;
	width: 345px;
	text-align: center;
	padding: 40px 40px 0 0;
	position: relative;
	left: -20px;
}

.EmployeeHeader span span {
	padding: 0;
	left: 0;
}

.EmployeeHeader p {
	font-size: 14px;
	line-height: 38px;
	font-family: Tahoma, Arial, sans-serif;
	color: #949da6;
	letter-spacing: 1px;
}


.Left_SmallColumn_Container {
	padding: 0 0 10px;
}
.Left_Column_Container {
	padding: 0 0 15px;
}

.Column_SmallLeft {
	width: 275px;
	float: left;
	margin-right: 30px;
}
.Column_SmallLeft div, .Column_SmallRight div {
	float: right;
	margin: 6px 0 0 15px;
	width: 100px;
	
}
.Column_SmallLeft img, .Column_SmallRight img {
	margin-bottom: 10px;
	border: 0;	
}

.QuoteBlock {
	width: 300px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 36px;
	text-align: center;
	color: #111;
	margin-bottom: 10px;
}



/* ------------------------------------------- Right Grey Column SECTIONS ----------------------------------------- */

#ColumnBG_RightThin .ExtraTopPadding {padding-top: 20px;}

.DividerTop {background: url('/Common/Images/custom/global/Divider_ShadowTop.png') no-repeat top;}
.DividerBottom {background: url('/Common/Images/custom/global/Divider_ShadowBottom.png') no-repeat bottom;}
.DividerBottom-ShadowDown {background: url('/Common/Images/custom/global/Divider_ShadowTop.png') no-repeat bottom;}
.DividerBottom-ShadowUp {background: url('/Common/Images/custom/global/Divider_ShadowBottom.png') no-repeat bottom;}
.DividerThin {background: url('/Common/Images/custom/global/Divider_ShadowThin.png') no-repeat bottom;}

#home_subheader {
    width: 600px;
    float: left;
    color: #707070;
}

.small_col {
    width: 280px;
}

.profile {margin-bottom: 20px;}
.profile img {float: left; border: 1px solid #999; margin-top: 5px;}
.profile div {margin-left: 90px;}
.profile h3 {font-size: 20px; font-weight: bold; color: #111;}
.profile h4 {color: #0070dd; font-weight: bold; margin: 0px 0 10px;}

div.FlickrSection h4 {color: #444; font-weight: bold; margin: 0 0 8px;}
div.FlickrSection p {margin: 10px 0 25px;}

div.FlickrSection a {text-decoration: none;}
div.FlickrSection a:hover {text-decoration: underline;}
#latest-flickr-images {float: left; height: 46px;}
#latest-flickr-images ul li {list-style-type: none; margin: 0;}

li.FlickrImages {
	width: 47px;
	float: left;
}

li.FlickrImages a img {
	width: 35px;
	height: 35px;
	border: solid 1px #808080;
}
li.FlickrImages a:hover img {
	border: solid 1px #0070dd;
}


/* ---------------------------------------------------- BUTTONS -------------------------------------------------------------- */

.Button {
	display: block;
	float: left;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	padding-right: 12px;
}

.Green				{background: url('/Common/Images/custom/global/Button_GreenRight.png') no-repeat right top;}
.Orange				{background: url('/Common/Images/custom/global/Button_OrangeRight.png') no-repeat right top;}
.OrangeDarkBG		{background: url('/Common/Images/custom/global/Button_OrangeDarkRight.png') no-repeat right top;}
a.Blue				{background: url('/Common/Images/custom/global/Button_BlueRight.png') no-repeat right top;}

.Green span			{background: url('/Common/Images/custom/global/Button_GreenBG.png') no-repeat left top;}
.Orange span			{background: url('/Common/Images/custom/global/Button_OrangeBG.png') no-repeat left top;}
.OrangeDarkBG span	{background: url('/Common/Images/custom/global/Button_OrangeDarkBG.png') no-repeat left top;}
a.Blue span			{background: url('/Common/Images/custom/global/Button_BlueBG.png') no-repeat left top;}

.Green:hover			{background: url('/Common/Images/custom/global/Button_OrangeRight.png') no-repeat right top;}
.Orange:hover		{background: url('/Common/Images/custom/global/Button_BlueRight.png') no-repeat right top;}
.OrangeDarkBG:hover	{background: url('/Common/Images/custom/global/Button_BlueRight.png') no-repeat right top;}
a.Blue:hover			{background-position: right bottom;}

.Green:hover span	{background: url('/Common/Images/custom/global/Button_OrangeBG.png') no-repeat left top;}
.Orange:hover span	{background: url('/Common/Images/custom/global/Button_BlueBG.png') no-repeat left top;}
.OrangeDarkBG:hover span	{background: url('/Common/Images/custom/global/Button_BlueBG.png') no-repeat left top;}
a.Blue:hover span		{background-position: left bottom;}

.Button span {
    display: block;
    float: left;
    text-decoration: none;
    color: #000;
    padding: 0 0 0 12px;
    cursor: pointer; /* IE Fix */
    height: 29px;
    line-height: 25px;
}

div.BlogSearch input.searchButton {
	display: block;
	float: right;
	background-color: none;
	border: 0;
	cursor: pointer;
	width: 74px;
	height: 29px;
	margin: 0;
	padding: 0;
	background: url('/Common/Images/custom/global/Button_Search.png') no-repeat left top;
}
div.BlogSearch input.searchButton:hover {background-position: left bottom;}
.searchResults input.searchButton {
	display: block;
	float: right;
	background-color: none;
	border: 0;
	cursor: pointer;
	width: 74px;
	height: 29px;
	margin: 0;
	padding: 0;
	background: url('/Common/Images/custom/global/Button_Search.png') no-repeat left top;
}
.searchResults input.searchButton:hover {background-position: left bottom;}



div input#btnSubmit {
	background: url(/Common/Images/custom/global/Button_Subscribe.png) no-repeat top left;
	cursor: pointer;
	width: 90px;
	height: 29px;
	border: 0;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
	position: relative;
	left: 2px;
}
div input#btnSubmit:hover {background-position: bottom left; color: #000;}

a.GreyArrow {
	display: block;
	background: url('/Common/Images/custom/global/Button_Arrow.png') no-repeat right top;
	line-height: 23px;
	padding-right: 31px;
	color: #707070;
	text-decoration: none;
	white-space: no-wrap;
	height: 27px;
	float: left;
	width: auto;
}

a.GreyArrow:hover {
	color: #0070dd;
	text-decoration: underline;
	background-position: right bottom;
}
a.BlueArrow {
	background-position: right bottom;
	color: #0070dd;
}

a.BlueArrow:hover {
	color: #777;
	background-position: right top;
}

a.Right {float: right; margin-right: 40px;}


.subscribe_form {
    padding-top: 8px;
}

.subscribe_form .text_input {
    border: solid 1px #b4b4b4;
    padding: 3px;
    color: #c1c1c1;
    font-size: 11px;
    width: 130px;
    margin-bottom: 13px;
}

.subscribe_form .submit_button {
    width: 90px;
    height: 27px;
    text-align: center;
    background: url('/Common/Images/custom/global/green_button.gif') no-repeat left top;
    border: none;
    margin: 0px;
    padding: 0 0 6px 0;
    font-weight: bold;
    cursor: pointer;
	font-size: 13px;
}

.connect a {
    text-decoration: none;
    color: #707070;
}

.connect a:hover {
    color: #0070dd;
}

.connect a img {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
}

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

#footer {
	width: 900px;
	margin: 0px auto 20px;
	color: #999;
	font-size: 12px;
	position: relative;
	line-height: 16px;
}
#footer span {
	display: block;
	width: 900px;
	height: 8px;
	background: url('/Common/Images/custom/global/BodyBottom_CornerRight.png') no-repeat right top;
	position: absolute;
	top: -14px;
}
#footer span span {
	background: url('/Common/Images/custom/global/BodyBottom_CornerLeft.png') no-repeat left top;
	position: relative;
	top: 0;
}

#footer a {color: #999; text-decoration: none;}
#footer a:hover {color: #0070dd; text-decoration: underline;}

.footer_left {float: left; margin: 2px 0 0 15px;}
.footer_right {
	float: right;
	margin: 6px 15px 0 0;
	line-height: 18px;
}
.footer_right img {
	float: left;
	margin: 0 6px 0 14px;
}
#footer div.footer_right a {	float: left; color: #777;}
#footer div.footer_right a:hover {color: #0070dd;}


/*---------------------------loopedslider----------------------------------------*/
#loopedSlider 
{ 
	margin:0 auto; 
	width:900px; 
	position:relative; 
	clear:both; 
}

#loopedSlider .container
{ 
	width:900px; 
	height:275px; 
	overflow:hidden; 
	position:relative; 
}

#loopedSlider .BannerSize {
	width: 900px;
	height: 275px;
}

#loopedSlider p {
	color: #e0e0e0;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
position: absolute;
}
#loopedSlider p a {
	position: relative;
	top: 7px;
}


#loopedSlider .WebDevelopment {
	background: url('/Common/Images/custom/global/Banner_WebDevelopment.jpg') no-repeat top left;
}
#loopedSlider .WebDevelopment p {
	padding: 100px 50px 0 397px;
}

#loopedSlider .iLime {
	background: url('/Common/Images/custom/global/Banner_iLime.jpg') no-repeat top left;
}
#loopedSlider .iLime p {
	padding: 105px 50px 0 360px;
}

#loopedSlider .SitemapGenerator {
	background: url('/Common/Images/custom/global/Banner_SitemapGenerator.jpg') no-repeat top left;
}
#loopedSlider .SitemapGenerator p {
	padding: 101px 50px 0 395px;
}

#loopedSlider .GoogleLocal {
	background: url('/Common/Images/custom/global/Banner_Google_Local.jpg') no-repeat top left;
}
#loopedSlider .GoogleLocal p {
	padding: 115px 50px 0 475px;
}

#loopedSlider .PopsBeef {
	background: url('/Common/Images/custom/global/Banner_PopsBeef.jpg') no-repeat top left;
}
#loopedSlider .PopsBeef p {
	padding: 130px 50px 0 520px;
}

#loopedSlider .iPadiPhone {
	background: url('/Common/Images/custom/global/Banner_iPad_iPhone_Dev.jpg') no-repeat top left;
}
#loopedSlider .iPadiPhone p {
	padding: 85px 50px 0 475px
}

#loopedSlider .previous, #loopedSlider .next {
	visibility: hidden;
	display: block;
	position: absolute;
	top: 96px;
	width: 41px;
	height: 83px;
}
#loopedSlider .previous {
	background: url('/Common/Images/custom/KLT/Banner_LeftArrow.png') no-repeat top left;
	right: 859px;
}
#loopedSlider .next {
	background: url('/Common/Images/custom/KLT/Banner_RightArrow.png') no-repeat top left;
	left: 859px;
}

#loopedSlider:hover .previous, #loopedSlider:hover .next {
	visibility: visible;
}

#loopedSlider:hover .previous:hover { 
	background: url('/Common/Images/custom/KLT/Banner_LeftArrow_over.png');
}

#loopedSlider:hover .next:hover { 
	background: url('/Common/Images/custom/KLT/Banner_RightArrow_over.png');
}
#loopedSlider .SwooshBottom {
	width: 900px;
	height: 63px;
	background: url('/Common/Images/custom/global/Banner_SwooshBottom.png') no-repeat;
	position: absolute;
	bottom: 0;
}
	
#loopedSlider .slides 
{ 
	position:absolute; 
	top:0; 
	left:0; 
}

#loopedSlider .slides div
{ 

	position:absolute; 
	top:0; 
	width:900px; 
	display:none; 
	padding:0; 
	margin:0; 
}


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

.BlogPosting img {
	float: right;
	margin: 0 0 10px 20px;
}

.BlogHeader {
	width: 587px;
	background: url('/Common/Images/custom/global/Blog_Title-Bottom.png') no-repeat bottom left;
	padding-bottom: 22px;
	position: relative;
	left: -4px;
	margin: 0 0 10px;
}


.BlogHeader .BlogHeaderInner {
	background: url('/Common/Images/custom/global/Blog_Title-Top.png') no-repeat top left;
	padding: 26px 15px 0 18px;
}

.BlogHeader h2 {
	font-size: 21px;
	line-height: 24px;
	color: #111;
	margin-bottom: 4px;
}
.BlogHeader img {
	float: left;
	margin: 3px 13px 2px 0;
	border: solid 1px #bbb;
}

.BlogHeader p {
	margin-bottom: 8px;
}

.BlogHeader .BlogRetweet {
	float: right;
	text-decoration: none;
	padding: 6px 3px 0 0;
	margin: 2px 0 4px;
}

/* Next 3 a.BlogRetweet not used anymore */
.BlogHeader a.BlogRetweet {
	background: url('/Common/Images/custom/global/Blog_Retweet.png') no-repeat top right;
	width: 50px;
	height: 59px;
	float: right;
	text-decoration: none;
	color: #777;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	padding: 6px 3px 0 0;
	margin: 2px 0 4px;
}

.BlogHeader a.BlogRetweet strong {
	color: #444;
	font-size: 16px;
}

.BlogHeader a.BlogRetweet:hover {
	background: url('/Common/Images/custom/global/Blog_Retweet.png') no-repeat bottom right;
}

.BlogFooter {
	background: url('/Common/Images/custom/global/Blog_CommentsIcon.png') no-repeat;
	background-position: 0 18px;
	height: 36px;
	padding: 18px 5px 0 45px;
	line-height: 26px;
	margin-bottom: 35px;
}

.BlogFooter strong {
	color: #111;
}

.BlogFooter a.BlogEmail, .BlogFooter a.BlogPrint, .BlogFooter a.BlogDigg, .BlogFooter a.BlogShare {
	display: block;
	height: 24px;
	float: right;
	line-height: 19px;
	text-decoration: none;
	color: #444;
	padding: 2px 0 0 31px;
	background: no-repeat top left;
	margin: 2px 0 0 6px;
}
.BlogFooter a.BlogEmail {
	width: 43px;
	background: url('/Common/Images/custom/global/Blog_Button-Email.png');
}
.BlogFooter a.BlogPrint {
	width: 38px;
	background: url('/Common/Images/custom/global/Blog_Button-Print.png');
}
.BlogFooter a.BlogDigg {
	width: 36px;
	background: url('/Common/Images/custom/global/Blog_Button-Digg.png');
}
.BlogFooter a.BlogShare {
	width: 48px;
	background: url('/Common/Images/custom/global/Blog_Button-Share.png');
	font-weight: bold;
}

.BlogFooter a.BlogEmail:hover, .BlogFooter a.BlogPrint:hover, .BlogFooter a.BlogDigg:hover, .BlogFooter a.BlogShare:hover {
	background-position: bottom left;
}

.BlogSearch {
	margin: 16px 0 0;
}

.BlogSearch input {
	border: solid 1px #bbb;
	width: 112px;
	height: 16px;
	padding: 3px 0 0 3px;
	margin: 3px 7px 0 0;
	color: #777;
	background-color: #fff;
	float: left;
}
.BlogPosting input.LeaveComment {
	display: block;
	background-color: none;
	border: 0 !important;
	cursor: pointer;
	width: 136px;
	height: 29px;
	margin: 8px 0 0 7px;
	padding: 0;
	background: url('/Common/Images/custom/global/Button_LeaveComment.png') no-repeat left top;
}
.BlogPosting input.LeaveComment:hover {background-position: left bottom;}

/* ------------- BLOG Images --------------*/

div.BlogImageLeft, div.BlogImageRight, div.BlogImageCenter {
	text-align: center;
	color: #444;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 13px;
}

div.BlogImageLeft {
	float: left;
	margin-right: 20px;
}

div.BlogImageRight {
	float: right;
	margin: 0 5px 0 20px;
}

div.BlogImageCenter img {
	float: none;
	margin-left: 0;
}

input.PreviousPage {
	display: block;
	background-color: none;
	border: 0;
	cursor: pointer;
	width: 123px;
	height: 29px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	background: url('/Common/Images/custom/global/Button_PreviousPage.png') no-repeat left top;
}
input.PreviousPage:hover {background-position: left bottom;}

input.NextPage {
	display: block;
	background-color: none;
	border: 0;
	cursor: pointer;
	width: 98px;
	height: 29px;
	padding: 0;
	background: url('/Common/Images/custom/global/Button_NextPage.png') no-repeat left top;
}
input.NextPage:hover {background-position: left bottom;}

td input, td textarea {border: 1px solid #bbb; height: 20px; margin: 6px 0 4px 10px}

ul.NoIndentNoBullet {
	margin: 0 0 10px;
}
ul.NoIndentNoBullet li {
	margin: 0 0 3px;
	list-style-type: none;
}
ul.LongListItems {
	margin: 12px 0 18px;
}
ul.LongListItems li {
	line-height: 15px;
	margin: 0 0 10px 26px;
}

ul.List_NoIndent, ul.List_IndentBullet {
	margin-top: 11px;
}

ul.List_NoIndent li {
	line-height: 18px;
	color: #777;
	list-style-type: none;
	margin: 0;
}
ul.List_NoIndent li span {
	color: #444;
}



ul.List_IndentBullet li a {
	font-weight: bold;
	text-decoration: none;
}

ul.List_IndentBullet li a:hover {
	text-decoration: underline;
}

ul.List_IndentBullet li {
	line-height: 18px;
	color: #777;
	list-style-type: none;
	margin: 0;
}

ul.List_IndentBullet  {
	margin: 0;
padding:0;
}

.categoryitems   {
	margin:5px 0 5px 0;
padding:0;
}

.categoryitems li
{
margin:0 0 0 18px;
padding:0;
}

ul.List_IndentBullet li span {
	color: #444;
}

ul.List_IndentBullet li li a {
	font-weight: normal;
	text-decoration: underline;
}
ul.List_IndentBullet li li a:hover {
	font-weight: normal;
	text-decoration: none;
}

ul.List_IndentBullet li li {
	list-style: disc;
	margin-left: 25px;
	color: #777;
}

/* ------------------------------------------------------- Overriders ---------------------------------------------------------- */

.left, .FloatLeft {
    float: left;
}

.right, .FloatRight {
    float: right;
}






a.ServicesLink, span.ServicesLinkDead {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #111;
	text-decoration: none;
	position: relative;
	top: 7px;
	left: 13px;
	display: inline;
}

a.ServicesLink:hover {
	color: #07d;
}

/* ------------------------------------------- Press ----------------------------------------- */

ul.Press-list  li {
    list-style-type: none;
    margin: 0 0 20px;
    padding-left: 40px;
    background-position: 0 4px;
    background-repeat: no-repeat;
}

ul.Press-list li.blog{
    background-image: url('/Common/Images/custom/icon-press-blog.png');
}

ul.Press-list li.magazine{
    background-image: url('/Common/Images/custom/icon-press-magazine.png');
}

ul.Press-list li.newspaper{
    background-image: url('/Common/Images/custom/icon-press-newspaper.png');
}


/* ------------------------------------------- Downloadable Logos ----------------------------------------- */


ul.logos li {
   margin: 0 20px 0 0;
   float: left;
   width: 220px;
   list-style: none;
}

ul.logos img {
   margin: 10px 0;
}

ul.logos li li  {
   float: left;
   width: 50%;
   margin: 0;
}

ul.logos li li li {
   float: none;
   width: 100%;
   list-style-type: disc;
   list-style-position: inside;
}

ul.logos li li li:first-child {
   list-style: none;
}

/* ------------------------------------------- Email Section ----------------------------------------- */
.emailSignUpForm {
	margin-left: 20px;
}

.emailSignUpForm h1 {
	font: bold 18px tahoma;
	color: #565656;
	margin: 20px 20px 15px 0px;
}
.emailSignUpForm p{
	font: 13px tahoma;
	color: #888a8a;
	margin: 0 30px 0 0px;
}


.emailSignUpForm td input, .emailSignUpForm td textarea {
    border: 1px solid #BBBBBB;
    height: 21px;
    margin: 6px 0 8px 0;
    width: 200px;
    color: #b6b6b6;
	 background-color: #fff;
	 text-indent: 6px;
	 font-size: 13px;
}

.emailSignUpForm td .Error {
	color: #bfacac;
	border-color: #ff0502;
	background-color: #fef4f4;
}

.emailSignUpForm td .Typing {
	color: #666;
}

.emailSignUpForm .Error-Message {color: #f00;}
.emailSignUpForm .Success-Message {color: #45a301;}

.radioRow input
{
	vertical-align:middle;
	margin-top: 4px;
	margin-right: 3px;
	
}

.searchCat #Blog
{
	margin-bottom: 5px;
	display:inline-block;
}

