html
{
	overflow-x:hidden;
}
body
{
	margin:0;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:normal;
	text-align:left;
}
.topbg
{
	background-image:url(images/topheadbg.jpg);
	background-repeat:repeat-x;
}
.nav ul
{
	width:540px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	float:right;
}
.nav ul li
{
	list-style:none;
	float:left;
	margin-right:10px;
}
.nav ul li a
{
	color:#FFF;
	text-decoration:none;
	padding:6px;
	text-align:center;
}
.nav ul li a:hover
{
	color:#000;
	text-decoration:none;
	background-color:#fff202;
}
.nav ul li a.active
{
	color:#000;
	text-decoration:none;
	background-color:#fff202;
}
.bodybg
{
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#e1e0de;
}
h1
{
	font-family: 'Lato', sans-serif;
	font-weight:900;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffb401;
	text-shadow: 1px 1px 1px rgba(255,255,255,.75);
	margin-bottom:10px;
}
h2
{
	font-family: 'Lato', sans-serif;
	font-weight:900;
	font-size:34px;
	text-transform: uppercase;
	color: #000000;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	margin-bottom:10px;
	text-align:center;
}
h3
{
	font-family: 'Lato', sans-serif;
	font-weight:450;
	font-size:16px;
	text-transform: uppercase;
	color: #7c7c7c;
	text-shadow: 1px 1px 1px rgba(255,255,255,.75);
	margin-bottom:10px;
	text-align:center;
}

h4
{
	font-family: 'Lato', sans-serif;
	font-weight:450;
	font-size:15px;
	text-transform: uppercase;
	color: #7c7c7c;
	text-shadow: 1px 1px 1px rgba(255,255,255,.75);
	margin-bottom:4px;
	text-align:left;
}
h5
{
	font-family: 'Lato', sans-serif;
	font-weight:450;
	font-size:14px;
	text-transform: uppercase;
	color: #7c7c7c;
	text-shadow: 1px 1px 1px rgba(255,255,255,.75);
	margin-bottom:5px;
	text-align:left;
}
h6
{
	font-family: 'Lato', sans-serif;
	font-weight:450;
	font-size:12px;
	text-transform: uppercase;
	color: #7c7c7c;
	text-shadow: 1px 1px 1px rgba(255,255,255,.75);
	margin-bottom:10px;
	text-align:left;
}
.service-box
{
	background-color:#ffffff;
	padding:10px;
	width:255px;
	height:273px;
	max-height:273px;
	float:left;
}
.service-box:hover
{
	-webkit-box-shadow:  0px 0px 10px 2px #c9c9c9;
	box-shadow:  0px 0px 10px 2px #c9c9c9;
}
.service-box p
{
	font-size:14px;
	color:#565656;
	margin-top:5px;
	margin-bottom:8px;
	line-height:22px;
}
.learnmore
{
	width:87px;
	padding-bottom:6px;
	border-bottom:solid 3px #ff2400;
	cursor:pointer;
	text-transform:uppercase;
	color:#565656;
	font-size:12px;
	text-align:center;
	float:right;
}
.learnmore:hover
{
	border-bottom:solid 3px #393939;
}
.bodytext
{
	font-size:14px;
	color:#666;
	text-align:left;
	line-height:21px;
}
.subbanner-bg
{
	background-image:url(images/subbanner-bg.jpg);
	background-repeat:repeat-x;
}
.input
{
	background-color:#FFF;
	border:solid 1px #FFF;
	height:30px;
	line-height:30px;
	text-indent:6px;
	font-size:13px;
	margin:0;
	padding:0;
}
.textarea
{
	background-color:#FFF;
	border:solid 1px #FFF;
	line-height:30px;
	font-size:13px;
	margin:0;
	padding:0;
}
.listmenu
{
	background-color:#FFF;
	border:solid 1px #FFF;
	font-size:13px;
	padding:6px;
	margin:0;
	padding:0;
}
.btn
{
	background-color:#f69600;
	border:none;
	padding:8px;
	color:#000;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.footer
{
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	font-size: 14px;
	color: #4f4f4f;
	line-height:22px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.75);
}

.footer-link
{
	
	font-size: 14px;
	color: #4f4f4f;
	line-height:22px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.75);
}