/*Main Styles Used Throughout*/

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, helvetica, Sans-serif;
	background: #ffffff;
}

#container
{
	width: 742px;
	margin: 0px auto;
}

img
{
	border: none;
}

p
{
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

li.straightlist 
{
	color: #000000;
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 10px 25px;
}

h1
{
	font-size: 1em;
	color: #08375a;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h2
{
	font-size: 0.75em;
	color: #08375a;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3
{
	font-size: 1em;
	color: #fe9c41;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h4
{
	font-size: 0.8em;
	color: #fe9c41;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h5
{
	font-size: 1em;
	color: #676767;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}

#logo
{
	float: left;
	margin: 5px 0px 7px 0px;
}

.subText
{
	color: #676767;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/*Upper Nav Styles Used Throughout*/

#upperNavContainer
{
	float: right;
	margin-top: 18px;
}

a.upperNav:link, /* unvisited link */
a.upperNav:visited, /* visited link */
a.upperNav:active /* selected link */
{
	color: #2c6da3;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}

a.upperNav:hover /* mouse over link */
{
	color: #ffa14d;
	font-size: 0.8em;
	text-decoration: underline;
	font-weight: bold;
}

.upperNavDivider
{
	margin: 0px 5px;
	color: #2c6da3;
	font-size: 0.8em;
	font-weight: bold;
}

/*Footer and Footer Nav Styles Styles Used Throughout*/

#infoTag
{
	color: #676767;
	font-size: 0.6em;
	float: right;
	width: 265px;
	margin-top: 5px;
}

a.email:link, /* unvisited link */
a.email:visited, /* visited link */
a.email:active /* selected link */
{
	color: #676767;
	text-decoration: none;
}

a.email:hover /* mouse over link */
{
	color: #ffa14d;
	text-decoration: underline;
}

#footer
{
	margin-top: 40px;
	background-color: #2c6da3;
	padding: 5px;
	clear: both;
	text-align: center;
}

#footer p
{
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

a.footerMail:link, /* unvisited link */
a.footerMail:visited, /* visited link */
a.footerMail:active /* selected link */
{
	color: #fff;
	text-decoration: none;
}

a.footerMail:hover
{
	color: #fff200;
	text-decoration: underline;
}

#bottomNav
{
	text-align: center;
	margin-top: 40px;
}

a.footerNav:link, /* unvisited link */
a.footerNav:visited, /* visited link */
a.footerNav:active /* selected link */
{
	color: #ffa14d;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}

a.footerNav:hover /* mouse over link */
{
	color: #2c6da3;
	font-size: 0.8em;
	text-decoration: underline;
	font-weight: bold;
}

.navDivider
{
	margin: 0px 10px;
	color: #ffa14d;
	font-size: 0.8em;
	font-weight: bold;
}

#copyrightText
{
	font-size: 0.7em;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 20px;
}

#copyrightText p
{
	margin: 0px;
	padding: 0px;
}

/*Shared Styles on Both Pages*/

.wrapper
{
	margin: 20px 0px;
	padding: 0px;
}

.thumbnail
{
	margin: 10px 0px;
	padding: 0px;
	float: left;
	display: inline;
}

.thumbnailText p
{
	margin: 10px 10px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
	width: 250px;
}

a.thumbnailLink:link, /* unvisited link */
a.thumbnailLink:visited, /* visited link */
a.thumbnailLink:active /* selected link */
{
	color: #464646;
	text-decoration: none;
}

a.thumbnailLink:hover /* unvisited link */
{
	color: #08375A;
	text-decoration: underline;
}

.liner
{
	border-bottom: 1px solid #08375a;
	width: 341px;
	margin-top: 2px;
	padding: 0px;
}

/*Home Page Styles*/

#tryItHeader
{
	background-image: url("../images/home/home.jpg");
	background-repeat: no-repeat;
	width: 742px;
	height: 229px;
	margin-bottom: 15px;
	clear: both;
	display: block;
}

#tryItBttn
{
	margin-top: 156px;
	margin-left: 475px;
	width: 213px;
	height: 33px;
	background-image: url(../images/home/tryIt.gif);
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	position: absolute;
}

#tryItBttn:hover
{
	background-position: bottom center;
	position: absolute;
}

.blockOne
{
	width: 361px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.blockOneContent
{
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

.blockOne ul
{
	margin: 15px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}

.blockOne li
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.blockOne li a:link,
.blockOne li a:visited,
.blockOne li a:active
{
	text-decoration: none;
	color: #08375A;
	font-size: 0.75em;
	font-weight: bold;
	background-image: url("../images/home/checkmark.gif");
	background-position: 0% 40%;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.blockOne li a:hover
{
	text-decoration: underline;
	background-image: url("../images/home/checkmarkBlue.gif");
	background-position: 0% 20%;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.blockTwo
{
	width: 361px;
	float: right;
}

.blockTwo h1
{
	margin: 0px 0px 0px 0px;
}

.blockTwo ol
{
	border-left: 1px solid #08375a;
	padding: 0px 0px 0px 10px;
	margin: 15px 0px 0px 0px;
	list-style-type: none;	
}

.blockTwo li
{
	margin: 0px 0px 10px 0px;
}

.blockTwo li h2 img
{
	vertical-align: middle;
	margin-right: 10px;
}

.blockTwo li h2 a:link, a:visited
{
	font-size: 1.00em;
	color: #08375a;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


/*Rounded Corner Box Styles for the JQuery Plug In*/

.box4
{
	width: 160px;
	height: 170px;
	float: left;
	background: url("../images/home/roundCornerBG.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #D1E5FD;
	margin: 15px 5px 15px 0px;
	padding: 10px 10px 5px 10px;
}

.box4 p
{
	margin: 10px 0px ;
}

.box4 a:link, /* unvisited link */
.box4 a:visited, /* visited link */
.box4 a:active /* selected link */
{
	color: #fe9c41;
	text-decoration: underline;
	font-size: 0.7em;
	font-weight: bold;
	background-image: url("../images/home/checkmark.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 0px 0px 0px 15px;
}

.box4 a:hover /* mouse over link */
{
	color: #08375a;
	font-size: 0.7em;
	text-decoration: underline;
	font-weight: bold;
	background-image: url("../images/home/checkmarkRoll.gif");
	background-repeat: no-repeat;
}

.box4 ul
{
	padding: 0px 0px 0px 15px;
	margin: 15px 0px 0px 0px;
	list-style-image: url("../images/home/circle.gif");
}

.box4 li
{
	margin: 0px 0px 5px 0px;
}

/*Sub Page Styles*/

.subLeftCol
{
	width: 255px;
	padding: 10px;
	float: left;
}

.subLeftCol p
{
	margin: 15px 0px;
	padding: 0px;
}

.subRightCol
{
	float: right;
	padding: 10px 0px 0px 40px;
	width: 425px;
}

.subRightCol img
{
	margin-top: 5px;
}

.subRightCol h1
{
	margin: 0px 0px 10px 0px;
}

.screenieWrapper
{
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.screenieText
{
	width: 205px;
	margin-left: 10px;
	float: left;
}

.screenieText p
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #676767;
	font-size: 0.7em;
}

.formCall a:link, /* unvisited link */
.formCall a:visited, /* visited link */
.formCall a:active /* selected link */
{
	color: #fe9c41;
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
}

.formCall a:hover /* mouse over link */
{
	color: #2c6da3;
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
}

/*Learn More Styles*/

#col1,
#col2,
#col3
{
	width: 227px;
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

#col1 p,
#col2 p,
#col3 p
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#col1 h3,
#col2 h3,
#col3 h3
{
	margin-top: 20px;
}

#col1 a:link, /* unvisited link */
#col2 a:link, /* unvisited link */
#col3 a:link, /* unvisited link */
#col3Alternate a:link, /* unvisited link */
#col1 a:visited, /* visited link */
#col2 a:visited, /* visited link */
#col3 a:visited, /* visited link */
#col3Alternate a:visited, /* visited link */
#col1 a:active, /* selected link */
#col2 a:active, /* selected link */
#col3 a:active, /* selected link */
#col3Alternate a:active /* selected link */
{
	font-size: 0.75em;
	color: #08375a;
	font-weight: bold;
	text-decoration: none;
}

#col1 a:hover, /* mouse over link */
#col2 a:hover, /* mouse over link */
#col3 a:hover, /* mouse over link */
#col3Alternate a:hover /* mouse over link */
{
	font-size: 0.75em;
	color: #08375a;
	font-weight: bold;
	text-decoration: underline;
}

/*PBL HQ Styles*/

#col1 ul
{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: disc;
}

#col1 li
{
	margin-top: 5px;
}

#col1 h2
{
	padding: 0px;
	margin: 0px;
}

#col1 span,
{
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#col2 span
{
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#colorBlock
{
	background-color: #b0d4f8;
	padding: 20px;
	text-align: right;
	margin-bottom: 10px;
}

#colorBlock h1
{
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

#col3Alternate span
{
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#col3Alternate .wrapper
{
	margin: 20px 0px;
	padding: 0px;
}

#col3Alternate .thumbnail
{
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#col3Alternate
{
	width: 217px;
	float: right;
}

/*Request/Interest Styles*/

.tryItContent
{
	margin: 10px 0px 25px 0px;
}

.requestContent
{
	margin: 10px 10px;
}

#requestSubmit
{
	margin: 5px 10px;
}

#requestSubmit input
{
	width: 150px;
}

/*Tracker Form Styles*/
fieldset
{
	border: 1px solid #2C6DA3;
	background-color: #d4e5f9;
	background-image: url("../images/sub/formBG.jpg");
	background-repeat: repeat-x;
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

fieldset p
{
	margin: 0px 20px 5px 20px;
}

fieldset a:link,
fieldset a:active,
fieldset a:visited
{
	color: #2C6DA3;
	text-decoration: none;
}

fieldset a:hover
{
	color: #fe9c41;
	text-decoration: underline;
}

fieldset h3
{
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	padding: 0px;
}

.strip
{
	background-color: #2C6DA3;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

legend
{
	margin: 0px 0px 0px 15px;
	padding: 5px;
	font-size: 1em;
	color: #2C6DA3;
	font-weight: bold;
	border: 1px solid #fe9c41;
	background-image: url("../images/sub/legendBG.jpg");
	background-repeat: repeat-x;
	background-color: #fecda0;
}

label
{
	clear: left;
	display: block;
	float: left;
	margin-bottom: 3px;
	position: relative;
	text-align: right;
	width: 475px;
	font-size: 0.8em;
}

input
{
	width: 193px;
}

select
{
	width: 196px;
}

.selectMonth
{
	width: 80px;
}

.selectDates
{
	width: 45px;
}

.selectYears
{
	width: 60px;
}

textarea
{
	width: 193px;
	overflow: auto;
	float: left;
	margin-bottom: 3px;
}

label.textareaLabel
{
	width: 255px;
	margin-right: 3px;
	float: left;
	padding-left: 20px;
}

.submitForm
{
	margin: 20px 0 0 20px;
	background-color: #2c6da3;
	color: #FFFFFF;
	border: 1px solid #fe9c41;
	font-weight: bold;
	font-size: .7em;
	padding: 3px 0px;
	text-align: center;
}
	
.desiredDate
{
	width: 475px;
	font-size: .8em;
	text-align: right;
	float: left;
	margin: 10px 0 0 0;
}
	
.desiredDate span
{
	width: 274px;
	display: block;
	float: left;
}
	
input.radio
{
	width: auto;
	float: left;
	font-size: .8em;
	margin: 1px 0 0 3px;
}
	
input.checkbox
{
	width: auto;
}
	
#purchase
{
	margin: 20px 0 0 20px;
}
	
#purchase select
{
	width: 117px;
}
	
#purchase span
{
	font-size: .8em;
}

/*Price and Sign Up*/

#footnote
{
	margin: 10px 0px;
	font-style: italic;
	font-size: 0.6em;
}

.blockTwo #priceCalculator
{
	background-color: #fff200;
	padding: 20px;
	width: 311px;
}

.blockTwo #priceCalculator label
{
	clear: left;
	display: block;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	position: relative;
	text-align: right;
	width: 292px;
	font-size: 0.8em;
}

.blockTwo #priceCalculator input
{
	width: 100px;
}

.signUpBttn
{
	margin-top: 20px;
	width: 159px;
	height: 30px;
	background-image: url(../images/signUp/signUpBttn.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	float: left;
}


.signUpBttn:hover
{
	background-position: bottom center;
	float: left;
}

.contactUs
{
	margin-top: 20px;
	margin-left: 10px;
	width: 89px;
	height: 30px;
	background-image: url(../images/signUp/contactBttn.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	float: left;
}

.contactUs:hover
{
	background-position: bottom center;
	float: left;
}

.buyNow
{
	margin-top: 20px;
	margin-left: 10px;
	width: 83px;
	height: 30px;
	background-image: url(../images/signUp/buyNow.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	float: left;
}

.buyNow:hover
{
	background-position: bottom center;
	float: left;
}	

/*Site Map Styles*/

.siteMap {
	margin-top: 25px;
	margin-left: 25px;
}

#TB_window a.sitemap:link, /* unvisited link */
#TB_window a.sitemap:visited, /* visited link */
#TB_window a.sitemap:active /* selected link */
{
	color: #2c6da3;
	text-decoration: none;
	font-size: 1m;
	font-weight: bold;
}

#TB_window a.sitemap:hover /* mouse over link */
{
	color: #ffa14d;
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
}

#TB_window a.sitemapSub:link, /* unvisited link */
#TB_window a.sitemapSub:visited, /* visited link */
#TB_window a.sitemapSub:active /* selected link */
{
	color: #2c6da3;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
}

#TB_window a.sitemapSub:hover /* mouse over link */
{
	color: #ffa14d;
	font-size: 1em;
	text-decoration: underline;
	font-weight: normal;
}

#TB_window .siteMap ul li
{
	background-image: url("../images/bttns/blueArrow.gif");
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0% 0.25em;
	padding-left: 20px;
}
#TB_window .siteMap ul li:hover
{
	background-image: url("../images/bttns/redArrow.gif");
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0% 0.25em;
	padding-left: 20px;
}