﻿/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:
author:
email:
website:
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Class for clearing floats */
.clear {
	clear: both;
}

html {min-height: 101%;} /*sroll is visible always*/
/* =Typography
-----------------------------------------------------------------------------*/

body {
  font-size: 62.5%;
  font-family:  Verdana, Arial,  sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/
.headerWrpr {
	width: 800px;
	height: 127px;
	background: url("images/headerBckg.png") left top no-repeat;
}
.headerWrpr .goHomeWrpr {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 127px;
	text-indent: -9999px;
}
	.headerWrpr .goHomeWrpr a {
		display: block;
		width: 100%;
		height: 100%;
	}
.phonesWrpr {
	position: absolute;
	right: 80px;
	top: 4px;
}
.phonesWrpr dt{
	width: 85px;
	text-align: right;
	float: left;
	clear: both;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 4px;
}
.phonesWrpr dd{
	float: left;
}
.phonesWrpr dd{
	float: none !important!;
}
.phonesWrpr bbb {
	color: #fff;
	font-weight: bold;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
.mainMenuWrpr {
	float: left;
	width: 151px;
	background: url("images/mainMenuBckg.png") right top no-repeat;
	min-height: 567px; /* (531 + 36) */
}

.mainMenuWrpr  ul {	
	border-bottom: 1px solid #ccc;
	float: right;
}
.mainMenuWrpr  li {
	width: 103px;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 1px 5px;
	font-size: 11px;
	line-height: 115%;
	position: relative;
	
}
.mainMenuWrpr  li {float: left !important!;}
.mainMenuWrpr  li a {
	text-decoration: none;
	color: #000;
	display: block;
}
.mainMenuWrpr  li ul {
	display: none;
}
.mainMenuWrpr  li:hover  {
	background: yellow;
}
.mainMenuWrpr  li:hover ul {
	display: block;
	position: absolute;
	right: -115px;
	top: -1px;
}
/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

.pageWrpr {
	width: 800px;
	margin: 0 auto;

	position: relative;
}

.mainContentWrpr {
	width: 100%;
	position: relative;
	background: url("images/colmnBckg.png") 151px top repeat-y;
	overflow: hidden;
}
	
.infoColumnWrpr {
	float: left;
	width: 148px;
	padding: 250px 3px 0px 3px;
	background: url("images/infoColmnBckg.png") left top no-repeat;
}
	.infoColumnWrpr q {
		color: #fff;
		font-weight: bold;
		line-height: 140%;
	}
	.infoColumnWrpr cite {
		color: #fff;
		font-weight: bold;
		line-height: 140%;
		display: block;
		font-style: normal;
	}
	.infoColumnWrpr .moreComments {
		color: #fff;
		display: block;
		margin-top: 15px;
		font-weight: bold;
	}
	.infoColumnWrpr .actNow {
		color: #fff;
		font-weight: bold;
		display: block;
		margin-top: 15px;
		text-transform: uppercase;
	}

.contentWrpr {
	float: left;
	width: 423px; /* (493) */
	padding: 10px 60px 0 10px;
	background: url("images/mainContentBckg.png") left top no-repeat;
	min-height: 573px;
}
.contentWrpr a {
	color: #000;
}
.contentWrpr hr {
	margin-bottom: 16px;
}
.contentWrpr h1 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 140%;
}
.contentWrpr h2 {
	text-align: center;
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 140%;
}
.contentWrpr h3 {
	text-align: center;
	font-size: 12px;
	margin-bottom: 16px;
	line-height: 140%;
}
.contentWrpr h4 {
	font-size: 12px;
	margin-bottom: 16px;
	line-height: 140%;
}
.contentWrpr p {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 16px;
}
.contentWrpr .emphasis {
	font-weight: bold;
	text-align: center;
}
.contentWrpr ul,
.contentWrpr ol {
	font-size: 12px;
	line-height: 130%;
	padding-left: 30px;
}
.contentWrpr ul li {
	display: list-item;
	list-style: disc;
	margin-bottom: 16px;
}
/* .contentWrpr ul.intoText {
	margin-bottom: 16px;
}
.contentWrpr ul.intoText li {
	margin-bottom: 0px;
} */

.contentWrpr ol li {
	display: list-item;
	list-style: decimal;
	margin-bottom: 16px;
}

.contentWrpr ol ul li,
.contentWrpr ul ul li {
	display: list-item;
	list-style: circle;
	margin-top: 5px;
	margin-bottom:0;
}

.contentWrpr form label {
	font-size:12px;
	display: block;
	line-height: 140%;
}
.contentWrpr form .submitBtns {
	text-align: center;
}
.contentWrpr form input,
.contentWrpr form textarea {
	margin-bottom:16px;
}

.contentWrpr dl  {
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 140%;
	overflow: hidden;
}
.contentWrpr dl dt {
	width: 33%;
	font-weight: bold;
	color: #555;
	float: left;
	clear: both;
	margin-bottom: 3px;
}
.contentWrpr dl dd {
	width: 67%;
	float: left;
	margin-bottom: 3px;
	
}


.contentWrpr .paypalLogoWrpr{
	text-align: center;
	margin-top: 30px;
}
.contentWrpr .paypalLogoWrpr table{
	width: 100%;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
.copyrightWrpr {
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
	line-height: 130%;
}


/* =Forms
-----------------------------------------------------------------------------*/


/* =Tables
-----------------------------------------------------------------------------*/



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/

