/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */

* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	margin:0px;
}
h2 {
	background-color:#E5F3FC;
	background-image:url(../../../img/common/bg-h1.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	border-bottom:1px solid #D3E9FB;
	clear:both;
	color:#636363;
	font-size:1.6em;
	margin-bottom:10px;
	padding:7px 0 7px 13px;
}
table{
	margin:0 0 20px 0;
}
th{
	padding:10px 0 5px 13px;
	text-align:left;
}
td{
	padding:0 0 2px 13px;
}
form{
background: url(../../../img/common/bg-form.jpg) repeat-x bottom;
border: 1px solid #DAEDFC;
padding: 10px 5px 0px;
margin-bottom:20px;
}
a img {
	border:none;
}
:focus {
	outline:none;
}
.clearer {
	clear:both;
}
div#container {
}
.left {
	float:left;
}
div#mid {
	background-image: url(../../../img/common/bg-container.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	padding: 20px 0;
	margin:0 auto;
	width:1117px;
	position: relative;
}
div#container p, h3, h4 {
	margin-bottom:20px;
	line-height:18px;
	padding: 0 10px;
}
div#content {
	float:left;
	margin:0 15px 0 96px;
	width:690px;
}
div#container a:link {
	color: #1E63B1;
	text-decoration: none;
  font-weight:bold;
}
div#container a:visited {
	text-decoration: none;
	color: #1E63B1;
}
div#container a:hover {
	text-decoration: underline;
	color: #1E63B1;
}
div#container a:active {
	text-decoration: none;
	color: #1E63B1;
}
div#sidebar {
	float:left;
	width:208px;
	margin-left:11px;
}
div.sidebar-container {
	background-image: url(../../../img/common/sidebar/bg-sidebar-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:3px;
	margin-bottom:15px;
}
div#sidebar h3 {
	background-image:url(../../../img/common/sidebar/bg-sidebar-header.png);
	background-repeat:no-repeat;
	color:#636363;
	font-size:1em;
	height:31px;
	line-height:31px;
	padding-left:13px;
	margin-bottom:0px;
}
div#secondary {
	clear:left;
}
div#footer {
	clear:both;
	width:100%;
	margin:0 auto;
	background-color:#FCFDFC;
	background-image: url(../../../img/common/bg-footer.jpg);
	background-repeat: repeat-x;
	min-height:70px;
	height:auto !important;
	height:70px;
	font-size:.85em;
	line-height:1.53em;
}
#footer-sub {
	width:100%;
	min-height:57px;
	height:auto !important;
	height:57px;
	background-color:#FCFDFC;
}
#footer *, #footer-sub * {
	color:#636363;
	line-height:1.53em;
	text-decoration: none;
  margin-bottom:4px;
}
#footer-menu-container {
	background-image:url(../../../img/common/bg-footer_menu_container.jpg);
  background-repeat:no-repeat;
  background-position: 50%;
  height:43px;
  margin:0 auto;
  padding-top:20px;
  width:923px;
}
#footer-sub div {
	padding-top:15px;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #D3D4D4;
	width:923px;
	font-size:.85em;
}
#wrapper {
	background-image: url(../../../img/common/bg-page.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.home #wrapper {
	background-image: url(../../../img/common/bg-page-home.jpg);
}
.offleft {
	position:absolute;
	left:-9000em;
}
div.edit-link {
	padding: 10px;
	background:#0D3266;
}
div.edit-link a {
	color:#FFF;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
/* Just some example content */

ul.nav {
	height:1.5em;
	margin:1em 0;
	width:100%;
}
ul.nav, ul.nav ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
ul.nav a {
	padding:0.2em 0.5em;
	text-decoration:none;
}
ul.nav ul ul a {
	font-style:italic;
}
ul.nav li ul {
	left:-999em;
	position:absolute;
}
ul.nav li:hover ul {
	left:auto;
}
.entry-meta {
	clear:both;
}
#blog-description {
	position:absolute;
	left:165px;
	top:135px;
	width:1000px;
}
.entry-title {
	position:absolute;
	color:#E3ECEE;
	font-size:2.6em;
	font-weight:normal;
	letter-spacing:1px;
}
form#commentform .form-label {
	margin:1em 0 0;
}
form#commentform span.required {
	background:#fff;
	color:#c30;
}
form#commentform, form#commentform p {
	padding:0;
}
input#author, input#email, input#url, textarea#comment {
	padding:0.2em;
}
.button{
	background:#FFF;
	height:inherit;
	line-height:inherit;
}
div.comments ol li {
	margin:0 0 3.5em;
}
textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}
.alignright, img.alignright {
	float:right;
	margin:0;
}
.alignleft, img.alignleft {
	float:left;
	margin:0;
}
.aligncenter, img.aligncenter {
	display:block;
	margin:1em auto;
	text-align:center;
}
div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%;
}
p.wp-caption-text {
	font-style:italic;
}
div.gallery dl {
	margin:1em auto;
	overflow:hidden;
	text-align:center;
}
div.gallery dl.gallery-columns-1 {
	width:100%;
}
div.gallery dl.gallery-columns-2 {
	width:49%;
}
div.gallery dl.gallery-columns-3 {
	width:33%;
}
div.gallery dl.gallery-columns-4 {
	width:24%;
}
div.gallery dl.gallery-columns-5 {
	width:19%;
}
div#nav-above {
	margin-bottom:1em;
}
div#nav-below {
	margin-top:1em;
}
div#nav-images {
	height:150px;
	margin:1em 0;
}
div.navigation {
	height:1.25em;
}
div.navigation div.nav-next {
	float:right;
	text-align:right;
}
div.sidebar h3 {
	font-size:1.2em;
}
div.sidebar input#s {
	width:7em;
}
div.sidebar li {
	list-style:none;
	margin:0 0 2em;
}
div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}
div.sidebar ul ul {
	margin:0 0 0 1em;
}
div.sidebar ul ul li {
	list-style:disc;
	margin:0;
}
div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}
div.sidebar ul ul ul li {
	list-style:circle;
}
ul.nav li, div.gallery dl, div.navigation div.nav-previous {
	display:inline;
}
div#header {
	width:1250px;
	margin:0 auto;
	height:207px;
	background-image: url(../../../img/common/bg-header.jpg);
	background-repeat: no-repeat;
	position:relative;
	color:#FFF;
}
div#header li {
}
div#header li a {
	color:#FFF;
}
div#header #blog-title {
	position:absolute;
	width:455px;
	height:51px;
	left:143px;
	top:16px;
}
div#header #nav-upper {
	float:right;
	margin-right:165px;
	height:28px;
}
div#header #nav-upper li, div#footer li {
	border-right:1px solid;
}
div#header #nav-upper li.last-item, div#footer li.last-item {
	border-right:none;
}
div#header #nav-upper-left {
	float:left;
	background-image: url(../../../img/common/nav-upper.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	width:6px;
	height:100%;
}
div#header #nav-upper-center {
	background-image:url(../../../img/common/nav-upper.png);
background-position:0 -28px;
background-repeat:repeat-x;
float:left;
font-size:0.92em;
height:28px;
}
div#header #nav-upper-center ul.nav {
  margin-top: 7px;
}
div#header #nav-upper-center ul.nav li {

}
div#header #nav-upper-center ul.nav li a {
  padding:0 1em;
}
div#header #nav-upper-right {
	float:left;
	background-image: url(../../../img/common/nav-upper.png);
	background-repeat: no-repeat;
	background-position:0px -56px;
	width:6px;
	height:100%;
}
div#header #nav-main {
	position:absolute;
	text-align:center;
	top:78px;
	width:1250px;
}
div#header #nav-main ul.nav {
	display:inline-block;
}
div#header #nav-main ul.nav a {
	padding: 0.2em 2em;
}
input#author, input#email, input#url, div.navigation div {
	width:50%;
}
div.gallery *, div.sidebar div, div.sidebar h3, div.sidebar ul {
	margin:0;
	padding:0;
}
.home #header {
	height: 341px;
	background-image: url(../../../img/common/bg-header-home.jpg);
}
.home #blog-description {
	position: absolute;
	left: -9000em;
}
.home .mid {
	position:relative;
	border-bottom:1px solid #F6F7F9;
	clear:both;
}
.home #mid-header {
	height:350px;
	margin:-243px auto 0;
	width:928px;
}
.home #mid-header-copy {
	color: #FFF;
	height:160px;
	padding-bottom:10px;
	padding-right:0;
	padding-top:40px;
	width:513px;
}
.home #mid-header-copy h2 {
	font-size: 2.4em;
	background: none;
	border:none;
	padding: 0;
	margin: 0;
	color:inherit;
}
.home #mid-header-copy p {
	font-size:1.2em;
	line-height:1.5em;
	margin:20px 47px 0 0;
	padding:0;
	text-align:justify;
}
.home #mid-header #buttons {
	margin-top: 245px;
}
.home #mid-header #buttons * {
	float:left;
}
.home #mid-content, .home #mid-bottom {
	margin:0 auto;
	padding:5px 0;
	width:928px;
}
.home #mid-content img {
	float:left;
}
.home #mid-content p {
	float:right;
	font-size:0.84em;
	padding-right:15px;
	width:671px;
	margin-bottom: 10px;
}
.home #mid-lower {
	height:334px;
	margin:0 auto;
	width:988px;
  padding-bottom: 10px;
}
.home #mid-lower * {
	float:left;
}
.home #mid-bottom img.alignleft {
  margin: 10px 20px;
}
.home #mid-bottom p {
	font-size:0.84em;
  margin-bottom: 1em;
}
#tml-main ul li{
	border:none;
}
#rememberme-tml-main{
float:left;
margin-right:10px;
}
#content ul {
	margin:0 0 28px 38px;
}
#content ul li {
	list-style-image:url(../../../img/common/check.jpg);
	list-style-position:outside;
	padding:5px 0;
}

.pageid-products-and-services #content ul {
	margin-left:13px;
}
.pageid-products-and-services #content ul li {
	list-style-position:inside;
	/*clear:right;*/
	float:left;
	width:330px;
	white-space:nowrap;
	line-height:31px;
	height:31px;
	padding-left:0px;
	border-bottom:1px solid #DFDFDF;
}
.pageid-contact-us div#container p{
  line-height:21px;
}
.pageid-contact-us p.contact-note{
  color: #636363;
  font-style: italic;
  font-size: .923em;
  line-height: 18px;
}
.rates-table {
border-collapse:collapse;
margin:0 10px 20px;
}
.rates-table th {
text-align:center;
}
.rates-table td {
padding:4px;
text-align:center;
width:10%;
}
.rates-table td.alt {
background-color:#f8fcfe;
}
.rates-table th.id, .rates-table td.id, .rates-table th.updated, .rates-table td.updated {
display:none;
}
.rates-table th.AccountType, .rates-table td.Type {
text-align:left;
white-space:nowrap;
}
div.yui-skin-sam th.yui-dt-hidden, div.yui-skin-sam td.yui-dt-hidden {
display:none;
}
div.yui-skin-sam .yui-dt th yui-dt-label {
}
div.yui-skin-sam .yui-dt th {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
border:0 none #565656;
font-size:0.92em;
margin:0;
padding:0;
text-align:center;
}
div.yui-skin-sam .yui-dt th .yui-dt-liner {
white-space:nowrap;
}
div.yui-skin-sam .yui-dt th, .yui-skin-sam .yui-dt th a {
color:inherit;
font-weight:normal;
text-decoration:none;
vertical-align:bottom;
}
#s-404{
  float:left;
  margin-right:20px;
  margin-top:6px;
}
