﻿html, form, body 
{
	background-color: Black;
	margin: 0px 0px;
	font-size: 12px;
	color: White;
	font-family: Calibri, Arial, Sans-Serif;
}

TABLE, P, UL
{
	font-family: Calibri, Arial, Sans-Serif;
}

IMG
{
	border: none 0px white
}

UL
{
	padding: 0px;
	margin: 10px 0px 10px 35px;
}

A
{
	color:#1d86b7;
}

A:Hover
{
	background-color:#7cb14a;
	color: White;
}

.Blue
{
	color: #7cb14a
}

/* INPUTS */

.TextboxBig
{
	width: 300px;
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 12px;
	padding: 2px;	
}
.Textbox
{
	width:250px;
	font-family: Calibri, Arial, Sans-Serif;
	font-size: 12px;
	padding: 2px;	
}

.Buttons
{
	padding: 2px 10px;	
}

/* TEXT HOLDERS */
.BodyHolder
{
	width: 720px;
	padding-left: 190px;
	padding-top: 10px;
}

.BodyHolder H1
{
	color: #1d86b7;
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 10px 0px; 
	font-weight: normal;
}

.BodyHolder H3
{
	color: #7cb14a;
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 10px 0px; 
	font-weight: normal;
}

.BodyHolder P
{
	color: white;
	margin: 0px;
	padding: 10px 0px 10px 0px; 
	font-weight: normal;
	font-size: 12px;
}
.BodyHolder P STRONG
{
	color: white;
	margin: 0px;
	padding: 10px 0px 10px 0px; 
	font-weight: bold;
	font-size: 13px;
}

.LeftMainHolder
{
	width: 440px;
}

.RightMainHolder
{
	float: right;
	width: 220px;
	color: white;
	margin-left: 50px;
}

/* ROTATIONS */
#s2 IMG
{
	height: 259px;
	width: 276px;
}

#s3
{
	height: 125px;
	width: 359px;
}

/* LOGO HEADER*/
.Logo
{
	display: block;
	padding: 25px 0px 0px 190px;
}

.Tel
{
	display: block;
	float: right;
	padding: 35px 75px 0px 0px;
}

/* MENU */
.MenuTop
{
	background-image: url(Images/paint-top.png);
	width: 973px;
	height: 256px;
	overflow: hidden;
	margin: 0px auto;
	background-repeat: no-repeat;
	clear: both;
}

.MenuBottom
{
	background-repeat: no-repeat;
	background-image: url(Images/paint-bottom.png);
	width: 853px;
	height: 84px;
	margin: 0px 0px 0px 40px;
}

.MenuRight
{
	position: absolute;
	left: 50%;
	top: 175px;
	overflow: hidden;
}

.MenuRightInner
{
	padding-left: 150px;
	height: 259px;
	width: 276px;
}

.MenuLeft
{
	width: 359px;
	padding: 70px 0px 0px 195px;
}

.MenuLeft H2
{
	font-size: 28px;
	background-image: url(images/blue-bg.png);
	background-repeat:repeat;
	color: Black;
	padding: 5px 0px;
	margin: 0px;
	font-weight: normal;
}

.MenuLeft P
{
	background-image: url(images/blue-bg.png);
	background-repeat:repeat;
	font-size: 18px;
	color: White;
	padding: 5px 0px;
	margin: 0px;
	width: 359px;
	text-align: justify;
}

/* FOOTER ***** */
.Footer
{
	background-image: url(images/footer.png);
	background-repeat:no-repeat;
	height: 120px;
	width: 610px;
	clear: both;
	margin-left:160px;
}

.FooterInner
{
	color: white;
	font-size: 11px;
	padding: 35px 0px 0px 35px;
	line-height: 110%;
}

.FooterInner A
{
	color: white;
	text-decoration: none;
}


/* MAIN PLACEHOLDERS */
.Main
{
	width: 973px;
	margin: 0px auto;
}


.Red
{
	color: dimgray;
}
.Error
{
	border: solid 2px crimson;
	color: crimson;
	background-color: #FCE2E8;
	padding: 10px;
	margin:5px 10px;
}
.Success
{
	border: solid 2px forestgreen;
	color: forestgreen;
	background-color: #EBFAEB;
	padding: 10px;
}
