html, body{
	height: 100%;
	z-index: 0;
	position: relative;
	font-size: 14px;
	color: #4e4e4e;
	font-family:Arial, Helvetica, sans-serif;

}


#wrapper{
	min-height: 100%;
	z-index: 0;
	position: relative;
	text-align: center;
	width: 100%;
	background: #000 url('../images/backgrounds/body.png') repeat-x top left;
}
.page-template-home-page-php #wrapper {
	background-position: 0px 270px !important;
}


#main-content{
	/*background-color: #f9f9f9;*/
	padding-bottom: 367px;
	z-index: 20;
	position: relative;
	margin-top: -140px;
	text-align: center;
	width: 100%;
}
.page-template-home-page-php #main-content {
	margin-top: 90px;
}



#main-content .container{
	margin: auto;
	width: 912px;
	text-align: left;
}

#main-content .container .content-container-top{
	background: transparent url('../images/backgrounds/content_top.png') no-repeat top left;
	width: 912px;
	height: 13px;
	font-size: 1px;
}
.page-template-home-page-php #main-content .container .content-container-top{
	background: transparent url('../images/backgrounds/content_top_home.png') no-repeat top left;
	width: 912px;
	height: 38px;
	font-size: 1px;
}

#main-content .container .content-container-body{
	background: transparent url('../images/backgrounds/content_body.png') repeat-y top left;
	width: 912px;
	min-height: 350px;
}
.page-template-home-page-php #main-content .container .content-container-body{
	padding-top: 60px;
}

#main-content .container .content-container-bottom{
	background: transparent url('../images/backgrounds/content_bottom.png') no-repeat top left;
	width: 912px;
	height: 25px;
}



/**********************************
*  GENERIC
**********************************/

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child{
	margin-top: 0px !important;
}

h1{
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0px;
	text-decoration: none;
}

h2{
	font-size: 19px;
	font-weight: bold;
	margin: 14px 0px;
	text-decoration: none;
}

h3{
	font-size: 16px;
	font-weight: bold;
	color: #00355f;
	margin: 20px 0px;
	text-decoration: none;
}


#secondary-column h3{
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	color: #444;
}

p{
	margin: 14px 0px;
	line-height: 135%;
}
.page-template-home-page-php .entry-content {
	font-size: 14px;
}

a{
	color: #558cb7;
	text-decoration:underline;
}

a.name{
	text-decoration: none !important;
	color: #00355f;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

blockquote{
	color:#9b9b9b;
	font-size: 11px;
}
blockquote.quote {
	font-size: 14px;
	padding: 0 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color:#f5f5f5;
    border: 1px solid #ddd;
    font-style: italic;
    color: #4e4e4e;
}

sup{
	font-size: 8px;
}



ol li{
	list-style-type: upper-roman;
}

img.isolate{
	border: 3px solid #ececec;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}

img.integrate{
	margin-left: 20px;
	margin-bottom: 10px;
	float:right;
}


/**********************************
*  HEADER
**********************************/

#header{
	z-index: 10;
	position: relative;
	text-align: center;
	height: 248px;
}
.page-template-home-page-php #header {
	background: #fff;
}


#header .container{
	position: relative;
	height: 248px;
	background: transparent url('../images/backgrounds/header.png') no-repeat;
	width: 910px;
	margin: auto;
	text-align: left;
}
.page-template-landing-page-php #header .container {
	height: 220px;
}

#header .logo{
	position: absolute;
	width: 228px;
	height: 60px;
	top: 6px;
	left: 15px;
}

#header .content{
	position: absolute;
	top: -10px;
	right: 6px;
	text-align: right;
	width: 350px;
}

#header .content .phone{
	font-size: 18px;
	position: relative;

}

#header .content .phone .icon{
	font-size: 18px;
	position: relative;
	top: 11px;
	left: -2px;
}

#header .content .social-icons{

}

#header .content .social-icons img{
	width: 25px;
	margin-bottom: -5px;
}

#header .content .tagline{
	font-size: 11px;
	color: #6d6d6d;
	margin-top: 4px;
}

/* navigation */

#header .nav{
	position: absolute;
	right: 0px;
	top: 67px;
	text-align: center;
}
.page-template-landing-page-php #header .nav {
	display: none;
}

#header div.menu-primary-container {
	margin: 0;
}

#header ul#menu-primary{
	margin: 0;
	clear: both;
}

#header ul#menu-primary li{
	float: left;
	height: 24px;
	font-family: arial;
	text-align: center;
	margin-left: 6px;
}

#header ul#menu-primary li a{
	line-height: 24px;
	font-size: 16px;
	height: 24px;
	display: block;
	color: #444;
	text-decoration: none;
	padding: 1px 9px;
}

#header ul#menu-primary li a:hover{
	color: #165b91;
}


/* select */

#header .current-page-ancestor a, #header .current-menu-item a{
	background: rgba(240, 240, 240, 0.6);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    -moz-box-shadow: inset 0 1px 1px #dcdcdc;
	-webkit-box-shadow: inset 0 1px 1px #dcdcdc;
    box-shadow: inset 0 1px 1px #dcdcdc;
    padding: 0 8px !important;
    color: #000 !important;
}


/**********************************
*  FOOTER
**********************************/

#footer{
	background: #2b2b2b url('../images/backgrounds/footer.png') repeat-x top left;
	margin-top: -367px;
	clear: both;
	color: #a2a2a2;
	font-size: 12px;
	position: relative;
	z-index: 50;
	width: 100%;
}

#footer .container{
	background: #2b2b2b url('../images/backgrounds/footer_graphic.png') no-repeat 0px 0px;
	width: 900px;
	margin: auto;
	height: 367px;
	position: relative;
}

#footer a{
	color: #a2a2a2;
	text-decoration: none;
}

#footer a:hover{
	color: #ddd;
}

#footer h3{
	color: #ececec;
	font-size: 13px;
	font-weight:bold;
	margin: 13px 0px;
	font-family: arial;
}

#footer .columns{
	width: 900px;
	margin: auto;
	padding-top: 66px;
}

#footer .link-column{
	padding: 20px 0 0 30px;
	width: 120px;
	height: 140px;
	float: left;
}

#footer .link-column:first-child{
	padding-left: 0px;
}

#footer .socials{
	padding-top: 20px;
	float: right;
	width: 200px;
	text-align: right;
}

#footer .socials .logo{
	margin-top: 20px;
}

#footer .socials .copyright{
	margin-top: 40px;
	color: #525151;
	font-size: 11px;
}


/**********************************
*  SLIDES
**********************************/

#slides-wrapper{
	height: 230px;
	position: relative;
	background: #eff9fd;
	text-align: left;
	margin: -134px auto 0;
	z-index: 11;
	color: #00355f;
}
#slides {
	width: 898px;
	height: 230px;
	margin: 0 auto;
	position: relative;
}
.slides_container {

}
.slides_container .slide {
	width: 898px;
	height: 230px;
	display: block;
}

#slide-1 { background: url(../images/slideshow/slide_1_bg.png) right bottom no-repeat; }
#slide-2 { background: url(../images/slideshow/slide_2_bg.png) right bottom no-repeat; }
#slide-3 { background: url(../images/slideshow/slide_3_bg.png) right bottom no-repeat; }
#slide-4 { background: url(../images/slideshow/slide_4_bg.png) right bottom no-repeat; }
#slide-5 { background: url(../images/slideshow/slide_5_bg.png) right bottom no-repeat; }
#slide-6 { background: url(../images/slideshow/slide_6_bg.png) right bottom no-repeat; }

.slide p {
	width: 500px;
	font-size: 14px;
	margin: 0;
	line-height: 1.1em;
}
.slide .p1 { font-size: 26px; font-weight: bold; margin-top: 20px; }
.slide .p2 { font-size: 34px; font-weight: bold; }
.slide .p3 { font-size: 16px; margin-top: 10px; }
.slide .p4 { line-height: 31px; margin-top: 10px; }
.slide p a.learn-more {
	display: inline-block;
	width: 109px;
	height: 31px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/buttons/learn_more_small.png) left top no-repeat;
}
.slide p a.contact-us {
	display: inline-block;
	width: 109px;
	height: 31px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/buttons/contact_us_small.png) left top no-repeat;
}

#slides .pagination {
	position: absolute;
	z-index: 12;
	right: 2px;
	top: 20px;
}
#slides .pagination li {
	float: left;
	margin-left: 3px;
}
#slides .pagination li a {
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/slideshow/silde-nav.png) 0px 0px no-repeat;
}
#slides .pagination li.current a {
	background: url(../images/slideshow/silde-nav.png) 0px -15px no-repeat;
}

#slides-wrapper .shadow-top {
	height: 5px;
	position: absolute;
	background: url(../images/slideshow/shadow_top.png) left top repeat-x;
	top: 0px;
	left: 0px;
	z-index: 11;
	width: 100%;
	opacity: 0.8;
}
#slides-wrapper .shadow-bottom {
	height: 5px;
	position: absolute;
	background: url(../images/slideshow/shadow_bottom.png) left top repeat-x;
	bottom: 0px;
	left: 0px;
	z-index: 11;
	width: 100%;
	opacity: 0.8;
}


/**********************************
*  PRODUCT FEATURES
**********************************/

#product-features {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	top: 6px;
}
#product-features ul {

}
#product-features ul li {
	display: inline-block;
	position: relative;
	width: 108px;
	height: 100px;
	margin: 0 40px;
}
#product-features ul li.current {
	background: url(../images/features/banner.png) left top no-repeat;
}
#product-features ul li .icon,
#product-features ul li .icon span {
	text-decoration: none;
	display: block;
	position: absolute;
}

#product-features ul li#tab-counting .icon,
#product-features ul li#tab-counting .icon span {
	width: 127px;
	height: 104px;
	top: -70px;
	left: -4px;
	background: url(../images/features/scanner3.png) left top no-repeat;
}
#product-features ul li#tab-deployment .icon,
#product-features ul li#tab-deployment .icon span {
	width: 105px;
	height: 102px;
	top: -72px;
	left: 2px;
	background: url(../images/features/monitor.png) left top no-repeat;
}
#product-features ul li#tab-visibility .icon,
#product-features ul li#tab-visibility .icon span {
	width: 93px;
	height: 95px;
	top: -66px;
	left: 8px;
	background: url(../images/features/glass.png) left top no-repeat;
}
#product-features ul li#tab-profit .icon,
#product-features ul li#tab-profit .icon span {
	width: 121px;
	height: 83px;
	top: -48px;
	left: -6px;
	background: url(../images/features/money.png) left top no-repeat;
}
#product-features ul li .icon span {
	background-position: right top !important;
	top: 0px !important;
	left: 0px !important;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

#product-features ul li:hover .icon {

}
#product-features ul li:hover .icon span {
	opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	transition: opacity .25s linear;
}
#product-features ul li .name {
	position: absolute;
	text-decoration: none;
	text-align: center;
	width: 96px;
	color: #aaa;
	display: block;
	top: 38px;
	padding: 0 6px;
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	transition: color .25s linear;
	font-size: 14px;
	font-weight: bold;
}
#product-features ul li.current .name {
	color: #83b3da !important;
	text-shadow: 0 -1px 0 #00192d;
}
#product-features ul li:hover .name {
	color: #666;
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	transition: color .25s linear;
}

.page-template-home-page-php .entry-content > div {
	display: none;
}
.page-template-home-page-php .entry-content > div:first-child {
	display: block;
}


/**********************************
*  COLUMNS
**********************************/

#columns{
	padding: 20px 34px 20px 34px;
}
.page-template-home-page-php #columns {
	padding: 20px 44px;
}

#secondary-column{
	width: 300px;
	float: left;
}


/**********************************
*  PRIMARY COLUMN
**********************************/

#primary-column{
	width: 670px;
	float: right;
}

#primary-column ul, #primary-column ol{
	background-color:#f5f5f5;
	border: 1px solid #ddd;
	padding: 15px 15px 15px 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#primary-column ul ul {
	background-color: transparent;
	border: none;
	padding: 0 0 0 20px;
}

#primary-column li:last-child h3, #primary-column li:last-child h3 {
	margin-bottom: 0;
}

#primary-column ul li{
	list-style-type: disc;
	margin: 3px 0;
}

#primary-column.full{
	float: left !important;
	/*width: 640px;*/
	width: 100%;
}


#primary-column .sub-cols{

}



#primary-column.full .sub-col-1{
	float:left;
	width: 500px;
}

#primary-column.full .sub-col-2{
	float:right;
	width: 340px;
}


#primary-column.full .sub-col-2 img{
	float: right;
}

/*
#contact #primary-column.full .sub-col-2 p{
	float: right;
	width: 220px;
	display: block;
}
*/



/**********************************
*  HOME PAGE
**********************************/

.page-template-home-page-php #primary-column {
	float: left;
	width: 520px;
}
.page-template-home-page-php #secondary-column {
	float: right;
	width: 250px;
}
.page-template-home-page-php #secondary-column .container1 {
	padding: 10px;
}
.page-template-home-page-php #secondary-column .container1 #slideshare img {
	width: 226px;
	border: 1px solid #ccc;
}
.page-template-home-page-php #secondary-column p {
	font-weight: bold;
	margin: 0 0 4px;
	font-size: 16px;
}

#home-modules {
	clear: both;
	margin-right: -4px;
}
#home-modules .mod {
	display: block;
	float: left;
	width: 248px;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
	margin-left: 37px;
	text-decoration: none;
	color: #4e4e4e;
	-webkit-transition: -webkit-box-shadow .25s linear;
	-moz-transition: -moz-box-shadow .25s linear;
	transition: box-shadow .25s linear;
	height: 240px;
}
#home-modules .mod:hover {
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.35);
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.35);
	-webkit-transition: -webkit-box-shadow .25s linear;
	-moz-transition: -moz-box-shadow .25s linear;
	transition: box-shadow .25s linear;
}
#home-modules .mod:first-child {
	margin-left: 0px;
}
#home-modules .mod h2,
#home-modules .mod p {
	margin-left: 14px;
	margin-right: 14px;
}
#home-modules .mod .rm {
	color: #558CB7;
	text-decoration: underline;
}


/**********************************
*  CONTACT
**********************************/

#contact #primary-column.full .sub-col-1{
	width: 530px;
}

#contact #primary-column.full .sub-col-2{
	width: 250px;
}

#primary-column input[type="text"], #primary-column textarea{
	width: 350px;
	border: 1px solid #bbb;
	padding:5px;
	color: #444;
}
.page-template-landing-page-php #primary-column input[type="text"], .page-template-landing-page-php #primary-column textarea{
	width: 195px;
}
.page-template-landing-page-php #primary-column textarea{
	height: 60px;
}
.page-template-landing-page-php div.contact_form h2 {
	font-size: 14px;
}

div.contact_form {
	margin-top: 26px;
}
.page-template-landing-page-php div.contact_form {
    margin-top: 0;
}

div.contact_form div.field {
	margin-bottom: 20px;
}
.page-template-landing-page-php div.contact_form div.field {
	margin-bottom: 10px;
}

div.contact_form div.field * {
	float: left;
}

div.contact_form label {
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
.page-template-landing-page-php div.contact_form label {
	width: 100px;
	padding-top: 5px;
}
.page-template-landing-page-php select {
	margin: 0;
	width: 207px;
}

div.contact_form div.submit {
	padding-left: 100px;
	margin-top: -2px;
}
.page-template-landing-page-php div.contact_form div.submit {
	text-align: right;
	padding-top: 10px;
}

div.wpcf7-validation-errors, span.wpcf7-not-valid-tip, div.wpcf7-mail-sent-ok  {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:9px !important;
}

div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
	background-color:#FFACAC !important;
	border:1px solid #f08a8a !important;
	color:#921C1C;
	margin-top:0px;
}

span.wpcf7-not-valid-tip {
	top: 6px !important;
}

div.wpcf7-mail-sent-ok {
	background-color:#E2F4FC;
	border:1px solid #BEDFEB !important;
	color:#00576C;
	margin-top:20px;
	padding:9px !important;
}



/**********************************
*  NEWS & EVENTS
**********************************/

div.press_release_listing {
	border-bottom: #ddd 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

div.press_release_listing h3 {
	margin-bottom: 0px;
}

div.press_release_listing p {
	margin-top: 10px;
}

div.press_release_listing span.date {
	display: block;
	margin-bottom: 5px;
}

/**********************************
*  CUSTOM POST DISPLAY PAGE
**********************************/

div.custom_post_info {
	border-bottom: #ddd 1px dotted;
	padding-bottom: 5px;
}

div.custom_post_info span.date, div.custom_post_info span.date {
	color: #999;
	font-style: italic;
}

div.custom_post_info a.pdf {
	position: relative;
	top: -6px;
	float: right;
	padding: 2px 0 0 27px;
	height: 19px;
	background: url('../images/icons/file_pdf.png') no-repeat;
}


/**********************************
*  PARTNERS
**********************************/

table.partners {
	margin-top: 20px;
}

table.partners tr td {
	vertical-align: top;
	padding: 0 0 30px 30px;
}

table.partners tr td:first-child {
	padding: 0 0 30px 0px;
	text-align: right;
}

/**********************************
*  Leadership
**********************************/

div.leader div {
	float: left;
	width: 460px;
}

div.leader img {
	float: right;
	border: #eee 4px solid;
}

/**********************************
*  SUPPORT
**********************************/

.support-info {
	padding: 0 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color:#f5f5f5;
    border: 1px solid #ddd;
    color: #4e4e4e;
}
.support-info h3 {
	margin-top: 15px !important;
	margin-bottom: 14px;
}

/**********************************
*  SECONDARY COLUMN
**********************************/


#secondary-column{
	width: 140px;
	float: left;
}

#secondary-column ul li{
	border-top: 1px dotted #ddd;
	padding: 5px 0px 5px 0px;
}

#secondary-column ul li a{
	text-decoration: none;
	color: #666;
}

#secondary-column ul li a:hover{
	color: #333;
}

#secondary-column ul{
	border-bottom: 1px dotted #ddd;
	font-size: 12px;
}

#secondary-column .current_page_item a{
	color: #416888;
	font-weight:bold;
}

#secondary-column .current_page_item a{
	background: transparent url('../images/backgrounds/arrow.png') no-repeat 0px 5px;
	padding-left: 10px;
}


.blog {
	float: left !important;
	width: 530px !important;
}

#primary-column.blog .post {
	margin-bottom: 20px;
}

#primary-column.blog .post h2 {
	margin-bottom: 3px;
}

#primary-column.blog .post h2 a {
	color: #00355F;
	text-decoration: none;
}

#primary-column.blog .post h2 a:hover {
	color: #416888;
}

#primary-column.blog .post .entry-meta {
	margin-bottom: 14px;
	color: #aaaaaa;
}

#primary-column.blog .post .entry-utility {
	margin-top: 14px;
	background-color: #e2f4fc;
	border: #bedfeb 1px solid;
	padding: 20px;
	color: #666666 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 3px !important;
}

#sidebar_right #secondary-column {
	float: right;
	width: 250px;
}

#sidebar_right #secondary-column li.widget-container {
	background-color: #e2f4fc;
	border: #bedfeb 1px solid;
	padding: 20px;
	margin-bottom: 20px;
	color: #18465a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: .95em;
}

#sidebar_right #secondary-column li.widget-container h3 {
	font-weight: bold;
	color: #18465a;
	font-size: 1.4em;
}

#sidebar_right #secondary-column ul {
	border: none;
}

#sidebar_right #secondary-column li.widget-container ul {
	padding: 0;
}

#sidebar_right #secondary-column li.widget-container ul li {
	border: none;
	padding: 5px 0;
	list-style-type: none;
}

#sidebar_right #secondary-column li.widget-container a {
	color: #558CB7;
	text-decoration: underline;
}

#sidebar_right #secondary-column #searchform .screen-reader-text {
	display: none;
}

#sidebar_right #secondary-column #searchform input[type=text]  {
	width: 142px;
	padding: 3px;
}

#sidebar_right #secondary-column #searchform input[type=submit]  {
	padding: 3px;
}



/**********************************
*  SINGLE POST
**********************************/

#primary-column.single .post {
	margin-bottom: 20px;
	padding-bottom: 0px;
	border: none;
}

.single .entry-title {
	margin-top: 20px !important;
	margin-bottom: 3px;
}

.single .entry-meta {
	margin-bottom: 24px;
	color: #aaaaaa;
}

.single #comments,
.single #respond {
	margin-top: 40px;
}

.single #comments ol,
.single #comments ul {
	padding: 15px;
}

.single #comments ul.children {
	margin-top: 15px;
}

.single #comments ol li {
	list-style-type: none;
}

.single .comment .comment-author {
	font-size: 14px;
	margin-bottom: 3px;
}

.single .comment .comment-author a {
	font-weight: bold;
	text-decoration: none;
}

.single .comment .comment-author img {
	float: left;
	padding: 0 10px 10px 0;
}

.single .comment .comment-body {
	clear: both;
}

.single #commentform p {
	clear: both;
}

.single #commentform p label,
.single #commentform span.required {
	font-weight: bold;
}

.single #commentform p input,
.single #commentform p textarea {
	width: 518px;
}

.single ol.commentlist #commentform p input,
.single ol.commentlist #commentform p textarea {
	width: 486px;
}

.single #commentform p.form-submit {
	height: 26px;
}

.single #commentform p input#submit {
	padding: 4px 6px;
	width: 120px;
	float: right;
}



/* =Social links
-------------------------------------------------------------- */

div.social_links {
	margin: 14px 0;
}



/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 530px;
	width: auto;
}
#content img.featured-image {
	max-width: 844px;
	margin-top: -14px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	background: #000000;
	padding: 10px 10px 10px 10px;
	border: 1px solid #444444;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}



/**********************************
*  TERTIARY COLUMN
**********************************/


#tertiary-column{
	width: 140px;
	float: left;
}


/**********************************
*  CONTAINERS
**********************************/

div.container1 {
	background-color: #e2f4fc;
	border: #bedfeb 1px solid;
	padding: 20px;
	margin-bottom: 20px;
	color: #18465a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: .95em;
}

div.container1 h2, div.container1 h3 {
	font-weight: bold;
	color: #18465a;
}

div.container1 h2 {
	font-size: 1.4em;
}

div.container1 h3 {
	margin-bottom: 6px;
}

div.container1 ul {
	background-color:inherit !important;
	border:none !important;
	padding: 5px 15px !important;
}

.container1 ul, .container1 ol{
	background-color: transparent !important;
}

.container2 {
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/**********************************
*  LANDING PAGE
**********************************/

.lp-3-col .lp-col1,
.lp-3-col .lp-col2,
.lp-3-col .lp-col3 {
	float: left;
	margin-left: 20px;
}
.lp-3-col .lp-col1 {
	width: 304px;
	margin-left: 0;
}
.lp-3-col .lp-col2 {
	width: 250px;
}
.lp-3-col .lp-col3 {
	width: 250px;
}

.lp-3-col .lp-col2-span2 {
	width: 520px;
}

.tc-features-list {
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 15px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.tc-features-list h2 {
	font-size: 14px;
}
.tc-features-list img {
	float: left;
}
.tc-features-list .desc {
	margin: 6px 0 0 58px;
}
.lp-3-col .lp-col2 .tc-features-list {
	font-size: 11px;
}


/**********************************
*  ATTACHED
**********************************/

.attached {
	border: 1px solid #e3e3e3;
	background: #fff;
	position: relative;
	margin: 0 -40px 20px 0;
	padding: 10px 50px 10px 20px;
	-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 2px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-border-radius:4px;
	border-radius:4px;
	z-index: 0;
	font-size: 14px;
}
.attached .paperclip {
	background: url(../images/misc/paperclip.png) left top no-repeat;
	width: 42px;
	height: 78px;
	position: absolute;
	right: 2px;
	top: -21px;
}
.attached .shadow {
	background: url(../images/misc/attached_shadow.png) center top no-repeat;
	width: 100%;
	height: 12px;
	position: absolute;
	left: 0px;
	top: 100%;
	opacity: 0.8;
}



/**********************************
*  BUTTONS
**********************************/

a.image_button {
	display: block;
	margin: 11px 0 22px 0;
	text-decoration: none;
}
.page-template-home-page-php a.image_button {
	margin: 16px 0 22px 0;
}


/**********************************
*  CLEARFIX
**********************************/

* html .clearfix {
	height: 1%; /* IE5-6 */
}
* + html .clearfix {
	display: inline-block; /* IE7not8 */
}
.clearfix:after { /* FF, IE8, O, S, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
