@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
 box-shadow:#333 3px 3px 3px;
	border:1px solid #cc1920;
	border-radius:8px;
	background:#FFF;
}
input[type=text] {
	font-size: 13px;
	padding: 5px;
	border: solid 1px #cc1920;
	margin: 0 0 5px 0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow:#0f7edb 2px 2px 2px;
	-webkit-box-shadow:#0f7edb 2px 2px 2px;
	box-shadow:#0f7edb 2px 2px 2px;
}
input[type=submit] {
	background-color:#cc1920;
	border:0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width:142px;
	height:33px;
	font-size:12px;
	font-weight:550;
}
input[type=button] {
	background-color:#cc1920;
	border:0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width:142px;
	height:33px;
	font-size:12px;
	font-weight:550;
	margin:2px 0 0 0;
}
h1 {
	font-size:18px;
	line-height:18px;
	text-shadow: #0f7edb 1px 1px 1px;
}
h2 {
	font-size:22px;
	line-height:18px;
	text-shadow: #0f7edb 1px 1px 1px;
	margin: 5px 0;
}
h3 {
	font-size:16px;
	line-height:16px;
	color:#cc1920;
	margin:0;
}
h4 {
	color:#cc1920;
	font-size:1.1em;
	margin-top:1%;
}
h5 {
	color:#0f7edb;
	font-size:20px;
	line-height:18px;
	margin:0;
}
#headerWrapper {
}
#logo {
width: 100%;
}
#address {
width: 100%;
margin-left: 0;
clear: both;
text-align:center;
}
#phoneWrapper {
}
#phone {
}
#fax {
}
#faxWrapper {
	display:none;
}
#Navigation {
	background:url(../images/navbg.png);
	border-radius:8px;
}
.clear {
	padding:0.2% 0 0.2% 0;
}
#contentWrapper {
	text-align:center;
		padding:1% 0 1% 0;
}
#rightColumn {
}
#leftColumn {

}
#MainContent {
}
#contentLeft {
	display:none;
}
#contentRight {
	
}
.displayImg {
	border:1px solid #cc1920;
	border-radius:8px;
}
#formWrap {
}
#formTitle {
}
#formInput {
}
#footer {
	display:none;
padding: 10px 10px 10px 10px;
  margin-right:5px;
  text-align:center;
}
#footer a:link {
	color: #333;
	padding: 0 50px;
	font-weight: bold;
	border-left: solid 1px #cc1920;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover {
	color: #cc1920;
	text-decoration: none;
}
#footer a.first {
  padding-left: 0;
  border-left: 0;
}
#footerBottom {
		margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#copy {
}
#design {
}
#serviceimg {
	display:none;
}
#serviceMenu {
}
#blockWrapper {
}
#block1 {
	border-radius:8px;
	width: 100%;
	clear: both;
	margin-left: 0%;
	text-align:center;
	padding-top:1%;
	margin-bottom:2%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
h1 {
	font-size:15px;
	line-height:15px;
	text-shadow: #0f7edb 1px 1px 1px;
}
h2 {
	font-size:15px;
	line-height:18px;
	text-shadow: #0f7edb 1px 1px 1px;
}
h3 {
	font-size:15px;
	line-height:15px;
	color:#cc1920;
	margin:0;
}
#headerWrapper {
}
#logo {
width: 60%;
}
#address {
width: 38%;
clear: none;
margin-left: 2%;
text-align:right;
}
#phoneWrapper {
}
#phone {
width: 50%;	
}
#fax {
width: 49%;
clear: none;
margin-left: 1%;
}
#faxWrapper {
	display:block;
}
#Navigation {
}
.clear {
}
#contentWrapper {
	text-align:left;

}
#leftColumn {
width: 73%;
}
#rightColumn {
width: 24%;
clear: none;
margin-left: 2.5%;
margin-right: 0.5%;
text-align:center;
}
#MainContent {
}
#contentLeft {
	display:none;
width: 38%;
margin-right: 1%;
}
#contentRight {
	width: 100%;
clear: none;
margin-left: 1%;
text-align:left;
}
#formWrap {
}
#formTitle {
width: 38%;
margin-right: 1%;
}
#formInput {
width: 60%;
clear: none;
margin-left: 1%;
text-align:left;
}
#footer {
	display:block;
padding: 10px 10px 10px 10px;
  margin-right:5px;
  text-align:center;
}
#footer a:link {
	color: #333;
	padding: 0 50px;
	font-weight: bold;
	border-left: solid 1px #cc1920;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover {
	color: #cc1920;
	text-decoration: none;
}
#footer a.first {
  padding-left: 0;
  border-left: 0;
}
#footerBottom {
		width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#copy {
width: 49%;
margin-right: 1%;
}
#design {
width: 49%;
clear: none;
margin-left: 1%;
text-align:right;
}
#serviceMenu {
	width: 49%;
margin-right: 1%;
}
#serviceimg {
width: 49%;
clear: none;
margin-left: 1%;
text-align:right;
display:none;
}
#blockWrapper {
	
}
#blockWrapper {
	
}
#block1 {
	border:1px solid #C3C3C3;
	box-shadow:1px 1px 1px #333;
	border-radius:8px;
	width: 22%;
	clear: none;
	margin-top:1%;
	margin-right:1%;
	text-align:center;
	padding:0.8% 0.8% 0.8% 0.8%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1150px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
h1 {
	font-size:18px;
	line-height:18px;
	text-shadow: #0f7edb 1px 1px 1px;
}
h2 {
	font-size:20px;
	line-height:18px;
	text-shadow: #0f7edb 1px 1px 1px;
}
h3 {
	font-size:24px;
	line-height:24px;
	color:#cc1920;
	margin:0;
}
#headerWrapper {
}
#logo {
width: 70%;
}
#address {
width: 28%;
clear: none;
margin-left: 1%;
padding-top:2%;
}
#phoneWrapper {
}
#phone {
width: 35%;	
}
#fax {
width: 63%;
clear: none;
margin-left: 1%;
}
#Navigation {
}
.clear {
}
#contentWrapper {

}
#leftColumn {
}
#rightColumn {
}
#MainContent {
}
#contentLeft {
	display:block;
width: 38%;
margin-right: 1%;
}
#contentRight {
	width: 60%;
clear: none;
margin-left: 1%;
text-align:left;
}
#formWrap {
}
#formTitle {
}
#formInput {
}
#footer {
padding: 10px 10px 10px 10px;
  margin-right:5px;
  text-align:center;
}
#footer a:link {
	color: #333;
	padding: 0 50px;
	font-weight: bold;
	border-left: solid 1px #cc1920;
	text-decoration: none;
	text-transform: uppercase;
}
#footer a:hover {
	color: #cc1920;
	text-decoration: none;
}
#footer a.first {
  padding-left: 0;
  border-left: 0;
}
#footerBottom {
	width: 88.5%;
	max-width: 1150px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#copy {
}
#design {
}
#serviceimg {
	display:block;
	text-align:center;
	min-height:300px;
}
#serviceMenu {
}
#blockWrapper {
}
#block1 {
	border:1px solid #C3C3C3;
	box-shadow:1px 1px 1px #333;
	border-radius:8px;
	width: 17%;
	clear: none;
	margin-top:1%;
	margin-right:1%;
	text-align:center;
	padding:0.8% 0.8% 0.8% 0.8%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}