@charset "utf-8";
/* CSS Document */

body
{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #1c5db7;*/
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p
{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

P.blocktext {
    margin-left: auto;
    margin-right: auto;
    /*width: 6em*/
}

main
{
	/*background-color: #82E0C4;*/
}

.pricing_main
{
	margin-left:auto;
    margin-right:auto;
}

a img
{
	border: none;	
}

a:link {
	color: #42413C;
	text-decoration: underline;
}

a:visited
{
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus
{
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	/*background-color: #1c5db7;*/
	background-color: #ffffff;
	margin: 0 auto;
}

.header {
	background-color: #000000;
	font-family: Times new "Times New Roman", Times, serif;
	color: white;
	/*font-size:20px;*/
}

/* ~~ These are the columns for the layout. ~~ */
.sidebar1
{
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding-bottom: 10px;
}

.content
{

	padding: 10px 0;
	width: 600px;
	float: left;
	/*background-color: #82E0C4*/
}

.sidebar2
{
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding: 10px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol
{ 
	padding: 0 15px 15px 40px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav
{
	list-style-type: none;
    margin: 0;
    padding: 0;
	overflow: hidden;
    background-color: #333;
}

ul.nav li
{
	float: left;
	border-right: 1px solid #bbb;
}

ul.nav li:last-child
{
	/*To remove the last border of the list (the grey line)*/
    /*border-right: none;*/
}

ul.nav a, ul.nav a:visited
{
	display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.nav a:hover, ul.nav a:focus
{
	/* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #111;
}

ul.nav a:active
{
	background-color: #4CAF50;
}

/* ~~ The footer styles ~~ */
.footer
{
	padding: 10px 0;
	background-color: #CCC49F;
	position: relative;
	clear: both;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt
{
	float: right;
	margin-left: 8px;
}

.fltlft
{
	float: left;
	margin-right: 8px;
}

.clearfloat
{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}