﻿.MenuBackground
{
	background-image: url(../../images/menu/menu.png); 
	background-repeat: repeat-x; 
	background-position: center;	 
}

.Header
{
	background-image: url(../../images/menu/Header.png); 
	background-repeat: repeat-x; 
	background-position: center;
}

.MenuItem
{
	text-align: center;
	color: White;
	font-family: Verdana;
	font-variant:small-caps;
	font-weight: bold;
	font-size: 12px;
}

.MenuItem:hover
{
	background-image: url(../../images/menu/menuItemHover.png); 
	background-repeat: repeat-x; 
	background-position: center;
	text-align: center;
	color: White;
	font-family: Verdana;
	font-variant:small-caps;
	font-weight: bold;
	font-size: 12px;
	border: inset 1px #857b6f;
	cursor: pointer;
}

.MenuItemSelected
{
	background-image: url(../../images/menu/menuItemSelected.png);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	color: #fab548;
	font-family: Verdana;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	border: 1px inset #857b6f;
	cursor: pointer;
}

.link
{
	color: Navy;
	font-variant:small-caps;
	font-size:8pt; 
	cursor : hand ;
	text-decoration: none;
}

.link:hover
{
	color: green;
	font-variant:small-caps;
	font-size:8pt; 
	cursor : hand ;
	text-decoration: none;
}

.faqHeading
{
	font-weight: bold;
	text-align: justify;
	font-size: 11px;
	font-family: Verdana;
}

.faqContent
{
	padding-left: 40px; 
	font-size: 11px;
	text-align: justify;
	font-family: Verdana;
}

.commentHeading
{
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	font-size: 11px;
	font-family: Verdana;
}

.commentContent
{
	font-size: 11px;
	text-align: left;
	padding-left: 4px;
	font-family: Verdana;
}

.linkBtn
{
	color: Navy;
	font-family: Verdana;
	font-variant:small-caps;
	font-size:8pt; 
	cursor : hand ;
	text-decoration: none;
	border: solid 1px gray;
	width: 130px;
	text-align: center;
	vertical-align: middle;
}

.linkBtn:hover
{
	color: Green;
	font-family: Verdana;
	font-variant:small-caps;
	font-size:8pt; 
	cursor : hand ;
	text-decoration: none;
	border: solid 1px gray;
	width: 130px;
	text-align: center;
	vertical-align: middle;
}




.curvy 
{
	 position:relative; 
	 width:250px; 
	 background:#96b8a0; 
	 color:#000; 
	 margin:5em auto;
}

#ctl, #cbl, #ctr, #cbr 
{
	position:absolute; 
	width:20px; 
	height:20px; 
	color:#96b8a0; 
	background:#fff; 
	overflow:hidden; 
	font-style:normal; 
	z-index:1;}
#ctl {top:0; left:0;}
#cbl {bottom:0; left:0;}
#ctr {top:0; right:0;}
#cbr {bottom:0; right:0;}
.curvy em b 
{
	position:absolute; 
	font-size:150px; 
	font-family:arial; 
	color:#96b8a0; 
	line-height:40px; 
	font-weight:normal;
}
#ctl b {left:-8px;}
#ctr b {left:-25px;}
#cbl b {left:-8px; top:-17px;}
#cbr b {left:-25px; top:-17px;}
.curvy p {position:relative; z-index:100; padding:5px 10px;}

.borderUSA
{
	border: solid 1px #cbc2f4;
}

.HeaderBackgroundUSA
{
	background-image: url(../../images/usa/headerBlue2.png); 
	background-repeat: repeat-x; 
	background-position: center;
}
