﻿h1
{
	color: #8cc63f;
	font-size: 30px;
}

body
{
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 13px; /*line-height: 19px;*/
	color: #2d2f2f;
	height:100%;
}

blockquote
{
	font-size: 24px;
	color: #00a9e8;
	line-height: 26px;
	text-align: center;
	width: 500px;
	margin: 40px auto 15px auto;
}

a, a:visited, a:active
{
	color: #144e61;
}
a, img
{
	border: 0;
}
.postquote
{
	text-align: right;
	width: 300px;
	margin: 0 0 30px 200px;
	color: #9fa0a0;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
	line-height: normal;
	margin-bottom: 0;
}
h2
{
	font-size: 18px;
	color: #144E61;
}

#container
{
	border-left: solid 1px #005089;
	border-right: solid 1px #005089;
	width: 995px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/gradient.jpg) repeat-y;
	
}

.nav
{
	float: left;
	padding: 0 25px;
	margin: 0 0 15px 0;
	width: 259px;
}

.nav_plans
{
	float: left;
	padding: 0 25px;
	margin: 0 0 15px 0;
}

.content
{
	position: relative;
	top: -60px;
	float: left;
	width: 540px;
	min-height:400px;
}


.clear
{
	clear: both;
}

.button
{
	margin: 0 0 10px 0;
}

.definition
{
	width: 140px;
}

.pr
{
	font-style: italic;
}

.footer
{
	text-align: center;
}



hr
{
	width: 960px;
	color: #8cc63f;
	height: 1px;
	border: 1px solid #8cc63f;
	clear: both;
}

#container_outer_top
{
	background: url(../images/greenbar.jpg) repeat-x;
	height:100%;
}
#container_outer_bottom
{
	background: url(../images/greenbar.jpg) repeat-x 0 100%;
	height:100%;
}

.press_article
{
	margin:20px 0;
}

.press_article p
{
	margin: 5px 0;
}

.piro_overlay 
{
	background:#000;
}


/* FOOTER */

#navcontainer
{
	margin-left: 30px;
	padding-top: 20px;
}
#navcontainer a
{
	color: #999999;
	text-decoration: none;
}

#navcontainer a:hover
{
	text-decoration: underline;
}

/*Fat Erik's Pipelist*/
#navlist
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navlist li
{
	display: inline;
	padding: 0;
	margin: 0px;
}

#navlist li:before
{
	content: " | ";
}
#navlist li:first-child:before
{
	content: "";
}


/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist
{
	height: 1%;
}

* html #navlist li
{
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child
{
	border-left: 0;
}

