@charset "utf-8";
/*
Theme Name: Nationwide Solutions Design
Theme URI: http://www.nationwide-solutions.com
Description: Nationwide Solutions Design for WordPress
Version: 1.0
Author: Luis Mirones
Author URL: http://www.silver-sphere.net
Tags:
*/  

/* 
	CSS Document
	Nationwide Solutions Design
	Coded By: Luis Mirones
	Coded For: http://www.nationwide-solutions.com
	Copyright -  Nationwide Solutions
*/

/*======= Global Settings =======*/

* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

a {
	color: #006699;
}

a:hover {
	color: #337ACA;
	text-decoration: none;
}

html {
	min-width: 980px;
}

body {
	background: #d5e2f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #393939;
}

/*======= Titles, Blockquote and List Settings =======*/

.titles {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
}

blockquote {
	padding-left: 30px;
}

.list {
	list-style: disc; 
	padding-left: 40px;
	font-size: 15px;
	color: #393939;
}

.list li {
	padding-left: 5px;
	font-size: 15px;
	color: #393939;
}

/*======= Headings =======*/

h2 {
	width: 100%;
	min-height: 51px;
	height: auto !important;
	height: 51px;
	margin: 0 0 25px 0;
	overflow: hidden;
	line-height: 1.111em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

h2 a {
	color: #DBDBDB;
	text-decoration: none;
}

h2 a:hover {
	color: #fff;
	text-decoration: none;
}

h2 img {
	float: left;
	margin: 0 8px 0 0;
}

h2 span {
	display: block;
	padding: 12px 0 0 0;
}

/*======= Column, Main and Header Settings =======*/

.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}

#main-tail-top {
	background: #fff url(images/tail-top.jpg) repeat-x 0% 0%;
}

#main-tail-bot {
	background: url(images/tail-bot.gif) repeat-x 0% 100%;
	width: 100%;
}

#main {
	position: relative;
	width: 918px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 352px;
}

/*======= Navigation =======*/

#navi {
	background: url(images/menu-divider.gif) no-repeat 100% 0%;
	padding: 0 2px 0 0;
	font-size: 13px;
}

#navi ul, ol {
	list-style: none;
}

#navi ul {
	background: url(images/menu-tail.gif) repeat-x 0% 0%;
	width: 100%;
	height: 43px;
	overflow: hidden;
}

#navi ul li {
	background: url(images/menu-divider.gif) no-repeat 0% 0%;
	float: left;
	padding: 0 0 0 2px;
}

#navi ul li a {
	display: block;
	width: 150px;
	height: 43px;
	overflow: hidden;
	float: left;
	text-align: center;
	line-height: 38px;
	font-size: 1.083em;
	text-decoration: none;
	color: #fff;
}

#navi ul li a:hover {
	background: url(images/menu-act.gif) repeat-x 0% 0%;
}

#navi ul li.extra a {
	width: 154px;
}

#navi ul li#menu-act a {
	background: url(images/menu-act.gif) repeat-x 0% 0%;
}

/*======= Content Settings =======*/

#content {
	background: url(images/content-tail.gif) repeat-y 1px 0%;
	padding: 0 0px 40px 0px;
}

#content p {
	font-size: 15px;
	color: #393939;
}

.row-1 {
	padding: 0 0 20px 0;
}

/*======= 4 Middle Boxes and Properties =======*/

.box {
	background: url(images/box-tail.gif) repeat 0% 0%;
}

.box .border-top {
	background: url(images/border-top.gif) repeat-x 0% 0%;
}

.box .border-bot {
	background: url(images/border-bot.gif) repeat-x 0% 100%;
}

.box .border-left {
	background: url(images/border-left.gif) repeat-y 0% 0%;
}

.box .border-right {
	background: url(images/border-right.gif) repeat-y 100% 0%;
}

.box .corner-top-left {
	background: url(images/corner-top-left.gif) no-repeat 0% 0%;
}

.box .corner-top-right {
	background: url(images/corner-top-right.gif) no-repeat 100% 0%;
}

.box .corner-bot-left {
	background: url(images/corner-bot-left.gif) no-repeat 0% 100%;
}

.box .corner-bot-right {
	background: url(images/corner-bot-right.gif) no-repeat 100% 100%;
	width: 100%;
}

.box .inner {
	min-height: 152px;
	height: auto !important;
	height: 152px;
	padding: 8px 20px 20px 20px;
}

.box .inner-1 {
	min-height: 152px;
	height: auto !important;
	height: 152px;
	padding: 8px 20px 23px 20px;
}

.box p {
	padding: 0 0 21px 0 !important;
	line-height: 1.385em !important;
	font-size: 1.083em !important;
	color: #c8d6ea !important;
}

.box p.extra {
	padding: 0 0 18px 0 !important;
}

.box p.extra1 {
	padding: 0 0 1px 0 !important;
}

.box .indent {
	padding: 0 0 0 0px;
}

.box-1 .border-top {
	background: #edf3fc url(images/border-top.jpg) repeat-x 0% 0%;
}

.box-1 .border-bot {
	background: url(images/border-bot.jpg) repeat-x 0% 100%;
}

.box-1 .border-left {
	background: url(images/border-left.jpg) repeat-y 0% 0%;
}

.box-1 .border-right {
	background: url(images/border-right.jpg) repeat-y 100% 0%;
}

.box-1 .corner-top-left {
	background: url(images/corner-top-left.jpg) no-repeat 0% 0%;
}

.box-1 .corner-top-right {
	background: url(images/corner-top-right.jpg) no-repeat 100% 0%;
}

.box-1 .corner-bot-left {
	background: url(images/corner-bot-left.jpg) no-repeat 0% 100%;
}

.box-1 .corner-bot-right {
	background: url(images/corner-bot-right.jpg) no-repeat 100% 100%;
	width: 100%;
}

.box-1 .inner {
	min-height: 152px;
	height: auto !important;
	height: 152px;
	padding: 26px 21px 20px 24px;
}

.box-1 .inner-1 {
	min-height: 152px;
	height: auto !important;
	height: 152px;
	padding: 26px 21px 20px 22px;
}

.box-1 p {
	padding: 0 0 17px 0 !important;
	line-height: 1.385em !important;
	font-size: 1.083em !important;
	color: #575963 !important;
}

.box-1 p.extra {
	padding: 0 0 31px 0 !important;
}

.box-1 p.extra1 {
	padding: 0 0 14px 0 !important;
}

/*======= Indents =======*/

.indent-bot {
	margin: 0 0 28px 0;
}

.indent-left {
	padding: 0 0 0 8px;
}

/*======= Footer =======*/

#footer {
	height: 62px;
	overflow: hidden;
}

#footer p {
	padding: 0 4px 0 4px;
	line-height: 60px;
	text-align: center;
	color: #575963;
}

#footer p span {
	margin: 0 4px 0 4px;
}

#footer p a {
	margin: 0 4px 0 4px;
	color: #575963;
}

/*======= Form and Table Forms for Calculators =======*/

.errorMessage {
	font-weight: bold;
	color: #FF0000;
}

.error {
	color: #FF0000;
	text-align: right;
}

.errorInput {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid #000000;
}

.formTable {
	width: 100%;
	text-indent: 5px;
}

.worksheet {
	border: 1px solid #C8D9F2;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.worksheetHead {
	font-weight: bold;
	color: #000000;
	background-color: #C8D9F2;	
}

.worksheetTD {
	background-color: #C8D9F2;
}

.savings {
	background-color: #C8D9F2 !important;
}
.saveHigh {
	background-color: #C8D9F2 !important;
	color: #000000;
}

/*======= Global Column and Row Settings =======*/

#global .row-1 .col-1 {width: 228px;}
#global .row-1 .col-2 {width: 229px;}
#global .row-1 .col-3 {width: 229px;}
#global .row-1 .col-4 {width: 229px;}

#global .row-2 .col-1 {width: 880px; padding: 0px 0px 0px 20px;}