*{
	font-family: "lucida grande", verdana, arial;
}
#templateBody{
	background: #efefef;
	_text-align: center;
	margin: 20px;
}
#templateMain{
	width: 950px;
	margin: 0px auto;
	_text-align: left;
}
#templateTop{
	background: url(../images/topbg.png) repeat-y top center;
	height:27px;
}
#templateMiddle{
	background: url(../images/contentbg.png) repeat-y top center;
}
#templateContent{
	width: 650px;
	float: right;
	margin-right: 30px;
	text-align: justify;
	line-height: 30px;
	font-size: 14px;
	color:#999;
	margin-top: 15px;
}
#templateContent a{
	color:#6A9AD2;
	text-decoration: none;
}
#templateContent a:hover{
	color:#E78F08;
	text-decoration: underline;
}
#templateContent .moreInfo{
	display: block;
	font-size: 10px;
	margin-top: -10px;
	margin-bottom: 10px;
	text-decoration: none;
	float: left;
}
#templateContent ul{
	line-height: 20px;
	font-size: 12px;
}
#templateNav{
	float: left;
	width: 220px;
	margin-left:30px;
}
#templateNav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 20px;
}
#templateNav a{
	height: 70px;
	width: 220px;
	background: url(../images/navButton.gif) no-repeat bottom center;
	display: block;
	margin-bottom: 5px;
	line-height:50px;
	text-indent:12px;
	color:#E78F08;
	font-size:18px;
	text-decoration: none;
}
#templateNav a:hover{
	background-position: top center;
	color: #6A9AD2;
}
#templateNav a div{
	line-height:11px;
	font-size:11px;
	margin-top: -12px;
	text-transform: uppercase;
	color: #ccc;
}
#templateNav a:hover div{
	color: #777;
}
#templateFooter{
	clear: both;
	background: url(../images/bottombg.png) no-repeat bottom center;
	height: 52px;
}
.clear{
	clear: both;
}
#templateCopyright{
	font-size: 10px;
	color:#E78F08;
	text-align: right;
	padding: 0px 10px;
}
#templateCopyright span{
	color: #bbb;
	font-size: 10px;
	text-transform: uppercase;
}
#templateMiddle #logo{
	display: block;
	height: 108px;
	width: 108px;
	background: url(../images/logo_small.gif) center center no-repeat;
	position: relative;
	left: 90px;
	top:-10px;
}
#templateTitle{
	position: absolute;
	right:50%;
	margin-right: -430px;
	top:50px;
	font-size:60px;
	line-height: 60px;
	color:#ddd;
	letter-spacing: -10px;
}
#templateSubTitle{
	position: absolute;
	right:50%;
	margin-right: -430px;
	top:110px;
	font-size:14px;
	color:#E78F08;
	text-transform: uppercase;
}
#templateBanner{
	height: 80px;
	border: 1px solid #eee;
	margin:0px 30px;
	background: url(../images/banner01.jpg) no-repeat top left;
}
#templateBanner.products{
	background-image: url(../images/banner02.jpg);
}
#templateBanner.about{
	background-image: url(../images/banner03.jpg);
}
#templateBanner.contact{
	background-image: url(../images/banner05.jpg);
}
#templateBanner.services{
	background-image: url(../images/banner06.jpg);
}
#templateContent h2{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	clear: both;
	color:#6A9AD2;
	text-transform: uppercase;
	font-size: 14px;
}
p{
	margin-top: 0px;
	padding-top: 0px;
}
form input, form select, form textarea{
	border: 1px solid #ddd;
	font-size: 15px;
}
form br{
	display: none;
}
form input.button{
	border: none;
	padding: 5px 10px;
	border: 1px solid #aaa;
	background: #f3f3f3;
}
form input.button:hover{
	background: #ffb23d;
	color: #fff;
	border-color: #E78F08;
	cursor: pointer;
}
form input{
	margin: 0px;
}
form label{
	margin:0px;
	padding:0px;
	display: block;
}
form fieldset{
	border: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
form textarea{
	width: 100%;
	height: 90px;
}
#gmSurveyIframe{
	width: 100%;
	height: 400px;
}
#gmSurveyLink{
	float: left;
	margin-right: 10px;
}
#templateContent .ui-button{
	margin-top: 10px;
}