@charset "utf-8";
body {
	background-color: #888889;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
*, p {
	padding:0;
	margin:0;
}
/*Headings Begins*/

h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}
h1 {
	font-size: 35pt;
	font-style: normal;
	font-weight:normal;
}
h2 {
	font-size: 26pt;
	font-style: normal;
	font-weight:normal;
}
h3 {
	font-size: 20pt;
	font-style: normal;
	font-weight:normal;
	line-height:32px;
}
h4 {
	font-size: 14pt;
	font-style: normal;
	font-weight:normal;
}
h5 {
	font-size: 10pt;
	font-style: normal;
	font-weight:normal;
}
h6 {
	font-size: 8pt;
	font-style: normal;
	font-weight:normal;
}
/*Headings End*/

/* Text Styles Begin */
.txt-style1, .txt-style2, .txt-style3, .txt-style4, .txt-style5, .txt-style6, .txt-style7 {
	padding: 0;
	margin: 0 auto;
}
.txt-style1 {
	color: #ffffff;
}
.txt-style2 {
	color: #898989;
}
.txt-style3 {
	color: #182030;
}
.txt-style4 {
	color: #2e4060;
}
.txt-style5 {
	color: #4a4a4a;
}
.txt-style6 {
	color: #dfe3f7;
}
.txt-style7 {
	color: #777777;
}
.txt-style8 {
	color: #95b3c2;
}
/* Text Styles End */

/*Hyperlink Styles Begin*/

.link-style1 {
	color:#2e4060;
	text-decoration:none;
	padding:0;
}
.link-style1:hover {
	text-decoration:underline;
	padding:0;
}
.link-style2 {
	color:#fff;
	text-decoration:none;
	padding:2px;
}
.link-style2:hover {
	color:#fff;
	text-decoration:underline;
	padding:2px;
}
.link-style3 {
	color:#494d50;
	text-decoration:none;
	padding:0;
}
.link-style3:hover {
	color:#ffffff;
	background-color:#494d50;
	padding:0;
}
.footer-links {
	color:#ffffff;
	text-decoration:none;
	padding:0;
}
.footer-links:hover {
	color:#ffffff;
	text-decoration:underline;
	padding:0;
}
/*Hyperlink Styles End*/

#main {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}
#wrapper {
	padding:0;
	margin:0 auto;
	width:1001px;	
	height:100%;
}
#header {
	width:100%;
	height:55px;
}
#branding {
	width:100%;
	height:35px;
	clear:both;
	padding:14px 0 0 0px;
}
#branding .left {
	padding:0;
	margin:0;
	width:63%;
	height:30px;
	float:left;
}
#branding .right {
	padding:0 19px 0 0;
	margin:0;
	width:27%;
	height:30px;
	float:right;
	text-align:right;
	text-transform:uppercase;
}
#navigation {
	background:url(../images/bg-nav.gif) no-repeat left top;
	padding:0;
	margin:0;
	width:100%;
	height:35px;
}
#navigation .left {
	padding:0;
	margin:0;
	width:75%;
	height:30px;
	float:left;
}
#navigation .right {
	padding:0;
	margin:0;
	width:15%;
	height:30px;
	float:right;
	text-align:left;
}

#menu {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	float:left;
	vertical-align:bottom;
}
#menu ul {
	margin: 0;
	padding:0;
	list-style: none;
	overflow: hidden;
	float:right;
	text-align:left;
}
#menu li {
	float:left;
	font-size:10pt;
	font-weight:normal;
	color:#ffffff;
	text-transform:uppercase;
	padding: 7px 4px 0 6px; /* indent between menu items */
}
#menu li a {
	display:block;
	color:#898989;
	text-decoration:none;
	height:25px;
	padding:5px;
	margin:-5px 0 0 0;
}
#menu li a:hover {
	color:#fff;
	padding:5px;
	margin:-5px 0 0 0;
}
#menu li a:active {
	color:#fff;
	padding:5px;
	margin:-5px 0 0 0;
}
#menu li .active {
	color:#fff;
	padding:5px;
	margin:-5px 0 0 0;
}
.input-field{
	border:#a6a6a6 solid 1px;
	border-right:none;
	font-size:11px;
	padding:2px;
}
#stage {
	width:1001px;
	height:434px;
	clear:both;
	margin:0 auto;
}
#stage .left {
	padding:75px 0 0 45px;
	margin:0;
	width:27%;
	height:53px;
	float:left;
}
#stage .right {
	padding:0 10px 0 0;
	margin:0;
	width:50%;
	height:100%;
	float:right;
	text-align:left;
}

#stage-inner {
	width:1001px;
	height:154px;
	clear:both;
	background:url(../images/img-stage-inner.jpg) no-repeat left top;
	margin:0 auto;
}
#stage-inner .left {
	padding:75px 0 0 45px;
	margin:0;
	width:27%;
	height:53px;
	float:left;
}
#stage-inner .right {
	padding:0 10px 0 0;
	margin:0;
	width:50%;
	height:100%;
	float:right;
	text-align:left;
}

#content{
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
	background:#cacaca url(../images/bg-content.jpg) no-repeat left top;
}
#content .left{
	width: 33%;	
	height: auto;
	float:left;
	padding: 0 0 15px 0;
}
#content .middle{
	width: 33%;	
	height: auto;
	float:left;
}
#content .innerpage-content{
	width: 63%;	
	height: auto;
	float:left;
	padding:0 0 40px 0;
}
#content .right{
	width: 33%;	
	height: auto;
	float:left;
}
.subscribe{
	padding:18px 0 0 18px;
	text-transform:uppercase;
}
.social{
	padding:18px 0 0 18px;
	text-transform:uppercase;
	clear:left;
}
.body-content-title{
	padding:18px 8px 0 8px;
	text-transform:uppercase;
	clear:left;
}
.body-content{
	padding:8px 8px 0 8px;
	clear:left;
}
.body-contact-title{
	padding:18px 8px 0 8px;
	text-transform:uppercase;
}
.body-contact{
	padding:8px 8px 0 8px;
	clear:both;
}
.body-contact h6{
	line-height:15px;
}
#footer{
	width:100%;
	padding:8px 2px 0 2px;
	text-transform:uppercase;
}
#footer .left{
	width:30%;
	float:left;
}
#footer .right{
	width:69%;
	float:right;
	text-align:right;
	padding: 0 3px 5px 0;
}

/* forms */

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../images/formbg.gif) repeat-x left top;
}

#contentForm {
	display: block;
	width: 600px;/*this line will center the page*/
	padding: 25px;
	border: 1px solid black;
	background-color: white;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input.contact, textarea.contact, select.contact {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #999;
  margin: 5px 0;
}   

input.contact:focus, textarea.contact:focus, select.contact:focus {
  border: 1px solid #666;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

