@font-face {
    font-family: 'HelveticaLight';
    src: url('../fonts/helvetica-light/HelveticaLight.eot');
    src: url('../fonts/helvetica-light/HelveticaLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-light/HelveticaLight.woff') format('woff'),
         url('../fonts/helvetica-light/HelveticaLight.ttf') format('truetype'),
         url('../fonts/helvetica-light/HelveticaLight.svg#HelveticaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: HelveticaLight, Helvetica, "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #5E5E5E;
	background-color: #FFF;
	margin:0px 0px 0px 0px;
	line-height:1.2;
}
p {
	margin:0 0 .6em 0;
	text-align: left;
	}
a{
	outline:none; /* This removes annoying ouline around the elements when colorbox is used */
}
a:link {
	color: #7EB2D3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7EB2D3;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration:underline;
}

.copyrightText {
	color: #666;
	font-size: 11px;
}
.picBorder {
	border: 1px solid #333333;
}
.comingSoon {
	font-size: 14px;
	letter-spacing: 0.5em;
	text-align: center;
}
.title {
	font-size:17px;
	letter-spacing: 0.2em;
	text-align: left;
}
h1 {
	font-size:17px;
	font-weight:lighter;
	letter-spacing: 0.2em;
	text-align: left;
}
.title2 {
	font-size:15px;
		text-align: left;
}
.subTitle {
	font-size:13px;
	text-align: left;
}
.contactText {
	font-size:14px;
	color: #999;
}
.descriptionText {
	font-size:11px;
	text-align: left;
	color: #999;
}
.descriptionTextCenter {
	font-size:11px;
	text-align: left;
	color: #999;
	text-align:center;
}

.disclaimerText{
	font-size:11px;
	text-align: left;
	color: #4A4A4A;
}
.descriptionTextBig {
	font-size:14px;
	text-align: left;
	color: #CCC;
	letter-spacing: 0.1em;
}
h2 {
	font-size:14px;
	font-weight:lighter;
	text-align: left;
	color: #CCC;
	letter-spacing: 0.1em;
}
.titleBig {
	font-size:20px;
	letter-spacing: 0.1em;
	text-align:center;
}
.phoneNubmerText {
	font-size:18px;
	text-align: left;
	color: #FFF;
}
.menuHead {
}
.menuChoices { background-color: #DCDCDC;
}
.menu a {color: #000000; text-decoration: none;
}
.menu a:hover {text-decoration: underline;
} 
#menu1 {position: absolute; top:94px; left: 2px; width: 178px;
}
#menu2 {position: absolute; top:94px; left: 184px; width: 178px;
}
#menu3 {position: absolute; top:94px; left: 366px; width: 178px;
}
#menu4 {position: absolute; top:94px; left: 548px; width: 178px;
}
#menu5 {position: absolute; top:94px; left: 730px; width: 178px;
}
#header {
	position: absolute;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	width:914px;
	height:148px;
	top:6px;
	margin-left:2px;
}
#smHeaderLogo{
	position: relative;
	top:0px;
	margin-right:auto;
	margin-left:auto;
}
#formName{
	width:200px;
	height:34px;
	font-size:14px;
}
#formEmail{
	width:200px;
	height:34px;
	font-size:14px;
}
#formPhone{
	width:200px;
	height:34px;
	font-size:14px;
}
#formMessage{
	width:200px;
	height:114px;
	resize:none;
	font-size:12px;
}
.focusField{
	background-color:rgba(0,0,0,0.246094);
	border: solid 1px #666666;
	color:#FFF;
	outline:none;
	padding:5px;
}
.idleField{
	background-color:rgba(0,0,0,0.246094);
    color: #FFFFFF;
	border: solid 1px #333333;
	padding:5px;
}
#formbox1{
	position:absolute;
	left:20px;
	top:20px;
}
#formbox2{
	position:absolute;
	left:20px;
	top:60px;
}
#formbox3{
	position:absolute;
	left:20px;
	top:100px;
}
#areatext1{
	position:absolute;
	left:226px;
	top:20px;
}
#formsendbutton{
	position:absolute;
	left:226px;
	top:140px;
	border: solid 1px #333333;
}
#formcancelbutton{
	position:absolute;
	width:87px;
	height:26px;
	left:131px;
	top:140px;
	border: solid 1px #333333;
	background-image:url(../../images/btn-form-cancel.png)
}
form p { position:relative }
form div { position:relative }
label  { position:absolute; top:8; left:6; font-size:14px; color:#595959}

.slider-wrapper { 
	width: 100%;
	margin: 1px auto;
}

.theme-default #slider {
    margin:0px auto 0 auto;
	height:160px;
}
.list {
	font-size:14px;
	text-align: left;
	color: #999;
	list-style-type: square;
	margin-left:30px;
	margin-top:15px;
}

@-moz-document url-prefix() {
    .sendUsAMessage {
		
		position:absolute; 
		margin:0px 0px;
		padding:0px 0px;
		top:2px;
		left:291px;
		

    }
}