@charset "UTF-8";
/* CSS Document */



body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: rgba(53,59,69,1.00);
	border: 0px;
	font-size: 12px;
	z-index: 0;
	position: relative;
	background-image: url(../Images/DesertStormBackground.jpg);
	background-repeat: repeat-x;
}

a:link  {
	text-decoration: none;
	color: rgba(72,88,115,1.00);
}

a:visited {
	text-decoration: none;
	color: rgba(119,125,135,1.00);
}

a:hover  {
	text-decoration: none;
	color: rgba(129,153,200,1.00);
}



.Container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	position: relative;
	visibility: visible;
	overflow-y: visible;
	overflow-x: visible;
}
.Feature {
	width: 980px;
	float: left;
	margin-top: 20px;
	position: relative;
}
.FeatureCaption {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	position: relative;
}
.FeatureCaption2 {
	width: 100%;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	position: relative;
	float: left;
	margin-top: 20px;
}
.FeatureImage {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
}

#FeatureImage {
	float: left;
	position: relative;
	height: auto;
	margin-top: 10px;
	width: auto;
	margin-left: 40px;
}
#UnderConstructionSign {
	float: left;
	position: relative;
	width: 400px;
	height: 460px;
	margin-left: 290px;
	margin-top: 10px;
	background-image: url(../Images/Common/WorkingSign.png);
	text-align: center;
}
#UnderConstructionText {
	float: left;
	position: relative;
	width: 400px;
	height: auto;
	margin-left: 290px;
	margin-top: 10px;
	color: rgba(119,125,135,1.00);
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}
#Header {
	width: 100%;
	float: right;
	position: relative;
	text-align: center;
	margin-top: 10px;
}
#Menu {
	width: 100%;
	float: right;
	text-align: center;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #CBD5E5;
	font-size: 20px;
}
.MenuItem {
	float: left;
	text-align: center;
	width: auto;
	margin-left: 100px;
}
.MenuItem1 {
    float: left;
    text-align: center;
    width: 100%;
}
#Footer {
	width: 100%;
	float: right;
	text-align: center;
	color: #444547;
	margin-top: 60px;
	margin-bottom: 100px;
	font-size: 14px;
	line-height: 22px;
}
#FreeHeading {
	width: 100%;
	float: left;
	font-size: 26px;
	text-align: center;
	margin-top: 10px;
	line-height: 32px;
}
#FeatureLeft {
	float: left;
	position: relative;
	text-align: center;
	width: 800px;
	margin-left: 120px;
}
