/* CSS Document Classes */
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/burnside.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}
/* Links */
A:link {
	color:#0000CC;
	text-decoration: underline;
	font-size: 14px;
}
A:visited {
	color:#000;
	text-decoration: underline;
	font-size: 14px;
}
A:active {
	color:#000;
	text-decoration:underline;
	font-size: 14px;
}
A:hover {
	text-decoration:underline;
	color:#FF0000;
	font-size: 14px;
}
/* Small Links */
.LinkSmall A:link {
	color:#0000CC;
	text-decoration: underline;
	font-size: 12px;
}
.LinkSmall A:visited {
	color:#000;
	text-decoration: underline;
	font-size: 12px;
}
.LinkSmall A:active {
	color:#000;
	text-decoration:underline;
	font-size: 12px;
}
.LinkSmall A:hover {
	text-decoration:underline;
	color:#FF0000;
	font-size: 12px;
}
/* Small Links White*/
.LinkSmallWhite A:link {
	color:#fff;
	text-decoration: underline;
	font-size: 12px;
}
.LinkSmallWhite A:visited {
	color:#fff;
	text-decoration: underline;
	font-size: 12px;
}
.LinkSmallWhite A:active {
	color:#fff;
	text-decoration:underline;
	font-size: 12px;
}
.LinkSmallWhite A:hover {
	text-decoration:underline;
	color:#FF0000;
	font-size: 12px;
}

/* Headings */
h1 {
	display: inline;
	font-size: 18px;
}
h2 {
	font-size: 16px;
	display: inline;
	color: #FF0000;
}
h3 {
	font-size: 14px;
	display: inline;
	font-style: italic;
}
h4 {
	font-size: 12px;
	display: inline;
}
h5 {
	font-size: 10px;
	display: inline;
}
h6 {
	font-size: 8px;
	display: inline;
}
.TariffCol {
	float: left;
	height: 365px;
	width: 380px;
	position: relative;
	font-size: 14px;
}
.TariffColInsert {
	float: left;
	height: 120px;
	width: 380px;
	position: relative;
	font-size: 14px;
}
.InfoCol {
	float: left;
	height: 360px;
	width: 210px;
	position: relative;
	font-size: 14px;
	background-color: #CCCCCC;
	border: thin dashed #000000;
}

.text12I {
	font-size: 12px;
	font-style: italic;
}
.text10Red {
	font-size: 10px;
	color: #FF0000;
}
.textRed {
	color: #FF0000;
	font-weight: bold;
}
p {
	display: inline;
}
.formdropdown {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #ff0000;
	background-color: #336699;
	color: #FFFFFF;
}
/* form fields */

#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(imgs/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
	z-index:999999;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}

