﻿@import url(admin.css);
@import url(MegaMenu.css);
@import url(pages.css);

/*Reset*/
body {
	line-height: 1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #444;
	background-repeat: repeat-x;
	background-image: url(../images/grayBG.jpg);
    PADDING: 0px; 
    MARGIN: 0px;
}

div{float:none;
	left: 0px;
}

a, a:link, a:visited{text-decoration: none; color: Navy;}
a:hover{text-decoration: none; color: #09F;}

p.Text {
	margin: 20px 0 0 10px;
}
p.RedText {
	margin: 5px 0 0 30px;
	color: Red;
	font-family: Calibri;
	font-size: x-large;
}
/*Master Page Classes*/
table.MainTable{width:950px;height: 100%;}
td.Logo{ width: 196px;}
td.Menu{}
td.Feature
{
	background-color: #E9EDEC;
}
td.Body
{
	background-color: #F9F9F9;
	padding: 5px;
}
img.LogoImage{width: 182px; height: 117px;}
.clear {
	clear:both;
}

.replacetext { }
.replacetext2 { }

/*Footer*/
td.footer {
	height: 35px;
	width: 971px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	color: #333333;
	margin: 0 0 0 0;
}

td.footer p {
	margin: 0 0 0 0;
	padding: 9px 0 0 25px;
}

td.footer a:link {
	color: #333333;
	text-decoration: underline;
	font-weight:bold;
}

td.footer a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight:bold;
}

td.footer a:hover {
	color: #666666;
}

/* Contact Form */
table.CF-Table
{
	width: 950px;
	height: 100%;	
	border-bottom: 2px solid #C2C2C2;
}
td.CF-Table-header{
	background-image: url(/images/cf-header.jpg);
	width: 498px;
	height: 79px;
	border-top: 2px solid #C2C2C2;
	border-right: 2px solid #C2C2C2;
	padding-right: 2px;
}
td.CF-Table-leftcolumn{
	padding-left: 10px;
	border-left: 2px solid #C2C2C2;
}
td.CF-Table-rightcolumn{
	padding-right: 10px;
	border-right: 2px solid #C2C2C2;
}
td.CF-Table-singlecolumn{
	padding-right: 10px;
	border-right: 2px solid #C2C2C2;
	border-left: 2px solid #C2C2C2;
}
