﻿@import url("layout.css");

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:justify;
	color: #003366;
}

 
body 
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:  small;
	margin:0 auto; 
	text-align:left;
}
 

.h1
{
	font-weight:bold; 
	font-size: medium; 
	text-decoration: underline
}

.h2
{
	font-weight:bold; 
	font-size: medium; 
	text-decoration: none;
}

.h3
{
	font-weight:bold; 
	font-size: large; 
	text-decoration: nonw
}

.menu a:link
{
	font-size: large;
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.menu a:hover
{
	font-size:large;
	color: yellow;
	font-weight: normal;
	text-decoration: none;
}
	
.menu a:visited
{
	font-size:large;
	color: white;
	font-weight: normal;
	text-decoration: none;
}

/* Navigation Styles */
#divMenu li {
	float: right;
}

#divMenu a {
	text-decoration: none;
	color: #fff8dc;
	display:  block;
	margin: 0 1px;
	padding: 5px;
	/*background-image: url('.././images/MenuNormal.gif');
	border: 1px solid 1px solid #708090;
	background-color: #6699CC;*/
	font-size: small;
	font-weight: bold;
}

#divMenu a:hover 
{
	text-decoration: none;
	color: #336699;
	font-weight: bold;
	/*background-color: #6699CC;
	background-image: url('.././images/MenuSelected.gif');*/
}

a:link
{
	font-size: small;
	color: blue;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	font-size: small;
	color: Black;
	font-weight: normal;
	text-decoration: none;
}
	
a:visited
{
	font-size :small;
	color: blue;
	font-weight: normal;
	text-decoration: none;
}

.button_properties
{
	width: 191px;
	height: 53px;
	background-color: White;
	border: none;
	font-size: medium;
	font-weight: bold;
	vertical-align: middle;
	text-align:center;
	cursor: pointer;
}

.button0
{
	background-image: url('.././images/Button0.png');
	width: 150px;
	height: 42px;
	background-color: Transparent;
	border: none;
	font-size: small;
	font-weight: bold;
	color: White;
	vertical-align: middle;
	text-align:center;
	cursor: pointer;
}

.button1
{
	background-image: url('.././images/Button1.png');
	width: 150px;
	height: 42px;
	background-color: Transparent;
	border: none;
	font-size: small;
	font-weight: bold;
	color: White;
	vertical-align: middle;
	cursor: pointer;
}

.button2
{
	background-image: url('.././images/Button2.png');
	width: 150px;
	height: 42px;
	background-color: Transparent;
	border: none;
	font-size: small;
	font-weight: bold;
	color: Blue;
	vertical-align: middle;
	cursor: pointer;
}

.button3
{
	background-image: url('.././images/Button3.png');
	width: 150px;
	height: 42px;
	background-color: Transparent;
	border: none;
	font-size: small;
	font-weight: bold;
	color: #666633;
	vertical-align: middle;
	cursor: pointer;
}

.button4
{
	background-image: url('.././images/Button4.png');
	width: 150px;
	height: 42px;
	background-color: Transparent;
	border: none;
	font-size: small;
	font-weight: bold;
	color: #333300;
	vertical-align: middle;
	cursor: pointer;
}

.CollapsePanel
{
	height: 0px;
	overflow: hidden;
	background-color: Transparent;
	float: left;
	padding: 10px;
}

.CollapsePanelHeader 
{
	background-color: Transparent;
	float: left;
	padding: 10px;
	cursor: pointer;
	vertical-align: top;
	color: Blue;
}

.PricingTable
{
	border: solid 1px silver;
	margin: 0px;
	padding: 10px;
	border-collapse: collapse
}
	
.PricingTable td
{
	border: solid 1px silver;
	border-collapse: collapse;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.PricingTableHeader
{
	background-color: Silver;
	font-weight: bold;
	border: solid 1px black;
}

.FooterLinks
{
	width: 100%;
	border-collapse: collapse;
}

.FooterLinks td
{
	font-size: xx-small;
	padding-left: 15px;
	padding-right: 15px;
}

.HomePageTable          {   border: none; font-size: small; padding: 10px; vertical-align: top; text-align: justify; width: 1000px }
.HomePageTable td       {   vertical-align:top; padding: 10px; text-align: justify  }
.HomePagePictureCell    {   text-align: right;  width: 60px   }
.HomePageTableTextCell  {   width: 300px;    }
.HomePageTableSpacer    {   width: 10px;  width: 30px     }
.HomePageTableSideMenu  {   text-align: center; vertical-align: top; width: 250px }
