@charset "UTF-8";
/* CSS Document */
html						{font-family:Verdana; font-size:12px;}

p							{padding-bottom:3px; padding-top:3px;}

#main-container				{margin:0 auto; width:1186px; background-repeat:no-repeat; background-position:top; background-image:url(../images_landing/bg-top.png);}

#main-img-home-container	{width:100%; text-align:center;}

#main-content				{width:862px; margin:0 auto;}

#left-column				{float:left; width:198px; text-align:center; color:#660000; font-size:10px;}

.grey-small					{color:#7a7a7a;}

#right-column				{float:left; width:664px;}

#claim						{width:100%; float:left; clear:both; text-align:center; color:#ff0000; font-size:18px; font-weight:bold; padding-bottom:10px;}
#claim span					{font-size:16px;}
.text						{width:100%; float:left; clear:both;}
.text ul li					{padding-bottom:3px;}

.p-header					{width:662px; float:left; clear:both; background-image:url(../images_landing/bg-p-header.jpg); margin-bottom:3px; margin-top:3px;
								background-repeat:no-repeat; height:22px; padding-top:5px; text-align:center; color:#FFF;}

.red-divider				{width:100%; float:left; clear:both; background-color:#5d2423; margin-top:20px; margin-bottom: 10px; height:4px;}

#external-links-container	{clear:both;}

#footer						{width:1186px; text-align:center; color:#FFF; font-size:9px; clear:both; height:37px; 
								margin-bottom:10px; background-color:#4a4a4a;}
#footer a					{color:#FFF; text-decoration:none;}
#footer	 a:hover			{color:#FFF; text-decoration:underline;}

.validation					{width:100%; text-align:right; clear:both; height:37px; margin-top:10px;}

.form-container				{width:100%; float:left; clear:both; background-image:url(../images_landing/form-bg.jpg); background-repeat:no-repeat; background-position:left; height:390px;}

.landingMenu				{padding-left:30px; float:left; clear:both;}
.landingList				{list-style:none; text-align:left; display:inline; font-size:8px;}
.landingList li				{margin-bottom:3px;  display:inline; float:left; margin-right:3px;}
.landingList a 				{color:#999; text-decoration:none;}
.landingList a:hover 		{color:#999; text-decoration:underline;}

/* CONTACT  FORM */
.form-block					{width:535px; margin-left:63px; margin-bottom:5px; float:left;}
.element-container			{float:left; width:100px; height:18px; padding-bottom:5px; text-transform:uppercase; color:#660000;}
.formelement-container		{float:left; width:422px;}
.formelement-container input{width:422px; height:24px;  border:none; background-image:url(../images_landing/bg-input.jpg); border:none;}
textarea					{width:422px; height:86px;  border:none; background-image:url(../images_landing/bg-textarea.jpg); border:none;}
.btn-contact				{cursor:pointer; height:50px !important; background-image:url(../images_landing/btn-send.png) !important; border:none;}
.errMsg						{margin-left:163px; clear:both; padding-bottom:3px; padding-top:3px; float:left; font-weight:bold; color:#900;}
.privacy-container			{float:left; width:422px; text-align:right; font-size:11px;}
.privacy-container a		{color:#000;}
.formelement-container a	{color:#000;}

