/** global/reset **/

body {
	width: 100%;
	margin: 0 auto;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/header-bg.jpg) repeat-x #ffffff;
	font-size: .90em;
}
h1, h2, h3, h4, h5, h6, p, form{
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 1.4em;
    color: #a30404;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
    padding: 5px 0;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: .95em;
}

h6 {
    font-size: .90em;
}

a:link, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}
.formrequired {
    display: none;
}

textarea {
    font-family: sans-serif;
}
/* site specific styles */
#container {
	width: 100%;
	min-width: 320px;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
}
#logo {
	margin: 0 auto;
	width: 320px;
	height: 82px;
	background: none;
}
#slogan {
	font-size: 1.3em;
}
#content {
	width: 100%;
	height: 305px;
	margin: 0 auto;
	background: url(../images/contentbg.jpg) top left repeat-x;
}
.spacer {
	width: 100%;
	height: 5px;
	margin: 0 auto;
	background: none;
}
#nav {
	width: 320px;
    height:62px;
    margin: 0 auto;
    font-weight:bold;
    font-size:12px;
    text-transform: uppercase;
}
#nav ul {
    margin:0;
    padding:0;
    overflow:hidden;
    height:62px;
}
#nav ul li {
    width:88px;
    height:62px;
    float:left;
    list-style:none;
    margin:0;
    padding:0 8px;
    /*overflow:hidden;*/
    text-align: center;
    background: url(../images/nav-bg.jpg) top center no-repeat;
}
#nav ul li a {
    padding: 5px 0;
    display:block;
    color:#fff;
    text-decoration:none;
}
#nav ul li.last a {
    background: none;
}
#nav ul li.active a, #nav ul li a:hover {
	padding: 5px 0;
    display:block;
    color:#d30000;
}
#banner {
	width: 320px;
	height: auto;
	margin: 0 auto;
}
.call-wrap {
	position: relative;
	top: -3px;
	width: 288px;
	height: 20px;
	margin: 0 auto;
	background: #d30000;
}
.call-header {
	position: relative;
	top: 0;
	width:288px;
	height: 20px;
	margin: 0 auto;
	background: #464646;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.call-header p{
	text-align: center;
	font-size: .90em;
	color: #00ccff;
}
.call-box {
	position: relative;
	top: -3px;
	width: 288px;
	height: 44px;
	margin: 0 auto;
	background: url(../images/button.jpg) top center repeat-x;
	-webkit-border-bottom-right-radius: 5px;
 	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.call-box p{
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	font-size: 1.9em;
	font-weight: bold;
}
#subcontent {
	width:100%;
	min-width: 320px;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
}
.sub-header {
	width: 90%;
	height: 20px;
	color: #ffffff;
	background: #393939;
	margin: 5px auto;
}
#footer {
	width: 100%;
	height: 184px;
	margin: 0 auto;
	background: url(../images/footerbg.jpg) repeat-x;

}
.socialnav {
	position: relative;
	top: 11px;
	width: 166px;
	height: 31px;
	margin: 0 auto;
	background: url(../images/shadow.jpg) no-repeat;
}
.socialnav img {
	position: relative;
	top: -11px;
	left: 30px;
	width: 32px;
	height: 32px;
}
#services {
	width: 100%;
	height: auto;
	margin: 0 auto;
	line-height: 20px;
}
#services p{
	padding: 0 10px 0 7px;
}
#services ul {
	font-weight: bold;
	padding: 0 10px 0 20px;
}
#services ul li {
	list-style: disc;
	padding: 0 0 0 5px;
	font-weight: normal;
}
#full-site{
	width: 100px;
	height: 18px;
	margin: 0 auto 10px;
	padding: 2px 0 2px 0;
	font-size: 85%;
	text-align: center;
	color: #ffffff;
	background: #d30000;
	border: 2px solid #494949;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future use*/
}
#full-site a {
	color: #ffffff;
	text-decoration: none;
}
#full-site a:hover {
	color: #333300;
	text-decoration: none;
}
.copyright {
	width: 100%;
	height: 41px;
	font-size: .90em;
	font-weight: bold;
	color: #494949;
	text-align: center;
	padding: 30px 0 10px 0;
	background: url(../images/footer-bg.jpg) repeat-x;
}
iframe {
	padding: 0 0 0 10px;
}