@charset "utf-8";

/*
Theme Name: MapWise Software
Description: A custom theme for MapWiseSoftware.com created by DigiSage.com
Author: DigiSage, Inc.
Author URI: http://digisage.com
Version: 1.0
*/

/* ----------------------------------------------------------------------------------------------------
		Reset Browser Styles
------------------------------------------------------------------------------------------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: 400;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

em {
   font-style: italic;
}

strong {
   font-weight: 900;
}

/* ----------------------------------------------------------------------------------------------------
		Standard Main Styles
------------------------------------------------------------------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
   background-color: #fff;
	font-family: Georgia,sans-serif;
	color: #4d4d4d;
	font-size: 12px;
   line-height: 24px;
}

html {
	overflow-y:scroll;
}

body {
	background: #fff url(images/bkg-top-gradient.jpg) top left repeat-x;
}

.show {
   display: block;
}

.hide {
   display: none;
}

.clear {
   clear: both;
}

.centered {
   text-align: center;
}

a {
	font-family: Georgia,sans-serif;
   font-style: italic;
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

ul.red li {
   color: #ef5a24;
}

#site-wrapper {
   width: 960px;
   margin: 0 auto;
   padding: 20px 0 0 0;
}

#header {
   width: 960px;
   padding-bottom: 20px;
}

#header img#logo {
   float: left;
}

#navigation-wrap {
   float: right;
   padding-top: 7px;
   width: 587px;
}

#navigation {
   width: 587px;
   height: 62px;
   background: url(images/navigation-container.jpg) top left no-repeat;
}

#navigation .nav-row ul {
	list-style: none;
}

#navigation .nav-row ul li {
	padding: 0 1px 0 0;
	float: left;
	margin: 0;
}

#navigation .nav-row ul li a {
	font-family: "Arial Bold", sans-serif;
   font-style: normal;
	font-size: 12px;
   line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 10px 8px 5px;
}

#navigation .nav-row ul.row-one li a {
   color: #fff;
}

#navigation .nav-row ul.row-one li a.selected,
#navigation .nav-row ul.row-one li a:hover {
   color: #8ac43f;
}

#navigation .nav-row ul.row-two li a {
   color: #999;
}

#navigation .nav-row ul.row-two li a.selected,
#navigation .nav-row ul.row-two li a:hover {
   color: #4d4d4d;
}

#wide-page-content {
	width: 960px;
	padding: 10px 0;
}

#wide-page-content .left-half {
   float: left;
   width: 455px;
   padding-right: 30px;
}

#wide-page-content .right-half {
   float: left;
   width: 465px;
   padding-right: 0;
}

#wide-page-content .left-half img,
#wide-page-content .right-half img {
   padding: 0 0 10px 0;
}

#calculator-page-content .left-half {
   float: left;
   width: 420px;
   padding-right: 30px;
}

#calculator-page-content .right-half {
   float: left;
   width: 500px;
   padding-right: 0;
}

#custom-maps-page-content .left-half {
   float: left;
   width: 280px;
   padding-right: 30px;
}

#custom-maps-page-content .right-half {
   float: left;
   width: 640px;
   padding-right: 0;
}

#sidebar-page-content {
   float: left;
	width: 750px;
	padding: 10px 0;
}

#sidebar-content {
   float: right;
	padding: 10px 0;
}

#sidebar-content .box {
   background: url(images/sidebar-container-bkg.jpg) top left repeat-y;
   margin: 5px 0 20px 0;
}

#sidebar-content .box .top {
   background: url(images/sidebar-container-top.jpg) top left no-repeat;
}

#sidebar-content .box .bottom {
   width: 156px;
   min-height: 200px;
   padding: 12px 17px 12px 12px;
   background: url(images/sidebar-container-bottom.jpg) bottom left no-repeat;
}

#sidebar-content .box .bottom ul {
   text-align: left;
   padding: 5px 0 0 0;
   margin-left: 10px;
}

#sidebar-content .recent-posts {
   text-align: left;
}

#sidebar-content .recent-posts h3 {
   padding: 0;
}



#footer {
	text-align: center;
	padding: 25px 0 10px 0;
	font-family: arial,sans-serif;
	color: #999;
}

#footer a {
	font-family: arial,sans-serif;
	color: #999;
   font-weight: normal;
   text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
}


.homepage-photo-general-counsel,
.homepage-photo-legal-department,
.homepage-photo-sr-management-ceo {
   float: left;
	font-family: Georgia,sans-serif;
   font-style: italic;
	font-size: 13px;
   line-height: 22px;
}

.homepage-photo-general-counsel {
   background: url(images/general-counsel.jpg) bottom left no-repeat;
   width: 190px;
   height: 217px;
   padding: 45px 35px 0 25px;
}

.homepage-photo-legal-department {
   background: url(images/legal-department.jpg) bottom left no-repeat;
   width: 190px;
   height: 252px;
   padding: 10px 35px 0 25px;
}

.homepage-photo-sr-management-ceo {
   background: url(images/sr-management-ceo.jpg) bottom left no-repeat;
   width: 190px;
   height: 244px;
   padding: 18px 35px 0 25px;
}

. {
   padding-left: 70px;
}

ul.homepage-list {
	list-style-image: url(images/green-check.jpg);
   margin-left: 40px;
   margin-top: 0;
   margin-bottom: 0;
   list-style-position: outside;
   padding-bottom: 10px;
   padding-left: 60px;
}

ul.homepage-list li {
	padding: 2px 0 8px 0;
}

.homepage-column {
   float: left;
   width: 215px;
   padding-left: 25px;
   padding-right: 10px;
	font-family: Georgia,sans-serif;
   font-style: italic;
	font-size: 13px;
}

.homepage-column .item {
   padding-bottom: 5px;
   margin-bottom: 15px;
   border-bottom: 1px solid #999;
}

h1 a,
h1 {
	font-family: Georgia,sans-serif;
	color: #4d4d4d;
   font-style: italic;
	font-size: 26px;
	font-weight: normal;
   line-height: 35px;
	padding: 5px 0;
}

h2 a,
h2 {
	font-family: Georgia,sans-serif;
	color: #4d4d4d;
   font-style: italic;
	font-weight: normal;
   font-size: 16px;
	padding: 5px 0;
}

h3 a,
h3 {
	font-family: Georgia,sans-serif;
   font-style: italic;
	padding: 5px 0 0 0;
	font-weight: normal;
   font-size: 13px;
   font-weight: bold;
   color: #2e74b7;
}

h4 a,
h4 {
	font-family: Georgia,sans-serif;
   font-style: italic;
	padding: 5px 0 0 0;
   font-size: 11px;
   font-weight: bold;
   color: #2e74b7;
}


#calculator {
   width: 496px;
   height: 386px;
   padding: 10px 0 0 12px;
   background: url(images/calculator-bkg.jpg) top left no-repeat;
	font-family: "Arial Bold", sans-serif;
   font-size: 12px;
   font-style: normal;
}

#calculator input {
   width: 63px;
   padding: 0 2px;
   border: 2px solid #999;
   text-align: right;
}

#calculator a.button {
   font-weight: normal;
   font-style: normal;
}

#calculator table {
   width: 465px;
}

#calculator table tr td.heading {
	font-family: Georgia,sans-serif;
   font-style: italic;
	padding: 5px 0 0 0;
   font-size: 18px;
   font-weight: bold;
   color: #2e74b7;
   text-align: center;
}

#calculator table tr th {
	font-family: Georgia,sans-serif;
	padding: 5px 0 0 0;
   font-size: 14px;
   font-weight: bold;
   color: #2e74b7;
}

#testimonial {
	position: relative;
	float: right;
	width: 500px;
	text-align: center;
	vertical-align: middle;
}

#testimonial #testimonial-text {
   font-family: "trebuchet MS",sans-serif;
   color: #2C73BA;
   font-size: 24px;
   font-weight: bold;
}

#testimonial #testimonial-author {
	font-family: "trebuchet MS",sans-serif;
	color: #2C73BA;
	font-size: 15px;
	font-style: italic;
}

#testimonial #testimonial-author a {
	text-decoration: none;
	font-family: "trebuchet MS",sans-serif;
	color: #2C73BA;
	font-size: 15px;
	font-style: italic;
}

formBuilderSubmit {
   text-align: left;
}


/************************************************
*	Images  					     		    *
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}

img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.wp-caption {
	margin: 0px;
	padding: 0px;
	}

.wp-caption img {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 12px;
	}


.post {
	padding: 0 10px 25px 10px;
}

.post .post-meta {
   border-bottom: 1px dashed #cccccc;
   margin-bottom: 10px;
}

.post .post-meta a {
   font-weight: normal;
}

#comment {
   width: 700px;
   height: 180px;
}

p {
	padding: 0 0 10px 0;
}

.blog-pagination {
   margin-top: 50px;
   padding-top: 10px;
   border-top: 1px solid #eeeeee;
}

.blog-previous {
	float: left;
	text-align: left;
	padding-left: 30px;
	font-size: 20px;
}

.blog-next {
	float: right;
	text-align: right;
	padding-right: 30px;
	font-size: 20px;
}



ul {
   display: block;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 20px;
   list-style-type: disc;
   list-style-position: outside;
   padding-bottom: 10px;
}

ul ul {
   display: block;
	padding: 2px 0;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 20px;
   list-style-type: disc;
   list-style-position: outside;
}

ul li {
   padding: 2px 0;
}

ul li ul li {
   padding: 2px 0;
}



ol {
   display: block;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 20px;
   list-style-position: outside;
   padding-bottom: 10px;
}

ol ol {
	display: block;
	padding: 2px 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	list-style-position: outside;
}

ol li {
   padding: 2px 0;
}

ol li ol li {
   padding: 2px 0;
}



#blog-content {
	width: 750px;
	float: left;
	padding-right: 10px;
}

#blog-sidebar  ul {
	margin-left: 0;
}

#blog-sidebar a {
	font-weight: normal;
}

#blog-sidebar  ul ul {
   display: block;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 20px;
   list-style-type: disc;
   list-style-position: outside;
   padding-bottom: 5px;
}

#blog-sidebar #feed-area
{
   font-weight: bold;
   font-size: 14px;
   vertical-align:middle;
   text-align: center;
}

#blog-sidebar #feed-area img
{
   padding: 0 5px;
   vertical-align:middle;
   text-align: center;
}


/* Comments */
#commentblock {
	width: 700px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	}

.commentleft {
	width: 150px;
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.commentright {
	width: 480px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#commentblock ol {
	margin: 0px 5px 0px 20px;
	padding: 0px 0px 10px 0px;
	}

#commentblock ol li {
	margin: 0px;
	padding: 0px;
	}

.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}

#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo {
	clear: both;
	}

#name, #email, #url {
	background: #EAEAEA !important;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}

#words {
	background: #EAEAEA !important;
	width: 460px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}


#video-sidebar {
   font-size: 20px;
}

#video-sidebar img {
   padding: 5px 0;
   border: none;
}

#video-sidebar a,
#video-sidebar a:hover {
   text-decoration: none;
}

