@charset "UTF-8";

/*Global styles --------*/

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	/*font: inherit;*/
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

#pageHeader h1 {
	display: none;
}

#main_nav h1 {
	display: none;
}

article h2 {margin-top:10px;} 

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	font-weight:normal; 
}

h1 {font-size:1.8em;}

h2 {color:#cc0000;background-color:transparent;margin-bottom:1px;}

p, ul {font-size:1.3em;}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;/* darker grey */
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;/* lighter grey */
	text-decoration: underline/*none*/;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

html {background: #cc0000;}

body {font-style:normal;font-weight:normal;font-size: 10px;line-height:1.3; font-family:Arial, Helvetica, sans-serif;background: #fff;margin: 0;padding: 0;color: #000;}

/*header styles*/

.link {}

/*nav styles*/
nav {clear: both;}
/*#main_nav {padding-left:12%;background-color:#ffffff;width: 80%;
	}*/
	
.btn_home {
width: 79px; height: 108px; display: block; font-size: 10px; text-decoration:none; background-repeat:no-repeat; background-image: url(../gifs/home.gif);float:left;
}

.btn_home_on {
width: 79px; height: 108px; display: block; font-size: 10px; text-decoration:none; background-repeat:no-repeat; background-image: url(../gifs/home.gif);
background-position:right;float:left;
}

.btn_home:hover {
background-position:right;
}	
	
.btn_services {
width: 79px; height: 108px; display: block; font-size: 10px; text-decoration:none; background-repeat:no-repeat; background-image: url(../gifs/services.gif);float:left;
}

.btn_services_on {
width: 79px; height: 108px; display: block; font-size: 10px; text-decoration:none; background-repeat:no-repeat; background-image: url(../gifs/services.gif);
background-position:right;float:left;
}

.btn_services:hover {
background-position:right;
}

.btn_about {
width: 79px; height: 108px; display: block; font-size: 10px; text-decoration:none; background-repeat:no-repeat; background-image: url(../gifs/about.gif);float:left;
}

.btn_about_on {
width: 79px; height: 108px; display: block; font-size: 10px; text-decoration:none; background-repeat:no-repeat; background-image: url(../gifs/about.gif);
background-position:right;float:left;
}

.btn_about:hover {
background-position:right;
}

.btn_projects {
width: 79px; height: 108px; display: block; font-size: 10px; text-decoration:none; background-repeat:no-repeat; background-image: url(../gifs/projects.gif);float:left;
}

.btn_projects_on {
width: 79px; height: 108px; display: block; font-size: 10px; text-decoration:none; background-repeat:no-repeat; background-image: url(../gifs/projects.gif);
background-position:right;float:left;
}

.btn_projects:hover {
background-position:right;
}

.btn_contact {
width: 79px; height: 108px; display: block; font-size: 10px; text-decoration:none; background-repeat:no-repeat; background-image: url(../gifs/contact.gif);float:left;
}

.btn_contact_on {
width: 79px; height: 108px; display: block; font-size: 10px; text-decoration:none; background-repeat:no-repeat; background-image: url(../gifs/contact.gif);
background-position:right;float:left;
}

.btn_contact:hover {
background-position:right;
}

aside {clear: both;float: left;/*width: 15%;*/background: #fff;margin-top:10px;margin-bottom:2em;}

#content {	}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

 .services {margin-bottom:10px;}
 
 p.services {width:95%;margin-bottom:10px;} 

#side_nav { }

#side_nav_header {font-size:1.4em;color:#cc0000;background-color:transparent;padding-bottom:3px;}	
	
.on {font-weight:bold;color:#cc0000;}
	
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none;font-size:1em;line-height:1.5em; 
}
ul.nav li {
	list-style: none;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	/*padding: 5px 5px 5px 15px;*/
	/*display: block;*/ /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #fff;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #fff;
	color: #cc0000;
}



/* ~~ The footer ~~ */
.footer {
	padding:15px 0;color:#fff;background:#cc0000;position:relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

a.footer:link {color:#fff; text-decoration: none; background-color:#cc0000;} 
a.footer:active {text-decoration: none } 
a.footer:visited {color: #fff; text-decoration: none;  background-color:#cc0000;} 
a.footer:hover {color:#ccc; text-decoration: none }

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/*mobile styles*/
@media only screen and (max-width:480px) {
/*disable text sizing on orientation change*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {-webkit-text-size-adjust:none;}

body {width: 90%;margin: 0 auto;min-width: 320px;max-width: 480px;}

#pageHeader {background-color:#ffffff;display: block;padding-left:10%;}

header {height:258px;width:90%;overflow:hidden;}

#logo {width:261px;height:150px;background-repeat:no-repeat; background-image: url(../gifs/logo-s.gif);float:left;}

/*#logo-desk {display:none;}

#logo-mobile {width:261px;height:150px;background-repeat:no-repeat; background-image: url(../gifs/logo-s.gif);float:left;}*/

#main_nav {/*margin-top:93px;*/margin-left:-38px;background-color:#ffffff;width:316px;}

#masthead-home {width:300px;padding-left:3%;/*text-align:center;*/margin-bottom: 5px;padding-bottom: 10px;}

#masthead {/*text-align:center;margin-bottom: 5px;padding-bottom: 10px; width:481;overflow:hidden;margin-left:-30px; */display:none;}

aside li {display:inline;}

/*aside a::after {content: "/" ; }*/
	
#side_nav {padding:0 0px 15px;margin:15px 0px 15px 15px;font-size:1.3em;/*word-spacing:.2em;*/line-height:1.8em;text-align:left;width:92%;border-bottom:#cc0000 2px solid;display:inline;}

#side_nav_header {text-align:center;}

aside p {font-size:1.1em;line-height:1.6em; margin-bottom:1em;}

ul.nav a, ul.nav a:visited {text-decoration:underline;background:#fff;color:#000;}

h1 {font-size:2.2em;font-weight:bold}
	
#content {padding:15px;width:97%;}

/*article styles*/

.rule {
	border-bottom: 2px solid #cc0000;
	margin-bottom: 1.2em;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	margin-right: 15px;}

article img {width:240px;margin-top:15px;}

article p {width:100%;}

article.about {display:none;}

h2 {color:#cc0000;background-color:transparent;font-size: 2.4em;/*line-height:2.2em;*/margin-bottom:1px;}

li a, p a {font-size: 1.4em;line-height:2.2em;}

.on {/*font-size: 1.4em;line-height:2.2em;*/}

li {list-style:disc;}

ul.services {list-style-type: square;list-style-position:outside;margin-left:1em;font-size:1.4em;line-height:1.5em;}

ul.services li {list-style-type: square;/*margin-left:1em;*/}

.column-head {color:#cc0000;background-color:transparent;margin-bottom:0px;font-size:1.6em;line-height:1.3em;}

.footer_nav {text-align:center;color:#fff;background:transparent;font-size:100%;}

.footer_nav ul{color:#fff;background:#cc0000;}

.footer_nav li {list-style:none;margin:0 auto;line-height:1.75em;display:block;}

#better-business {text-align:center;background:#cc0000;}
}

/*tablet styles*/
@media only screen and (min-width:481px) and (max-width:768px) {
body {width:90% /*768px*/;margin: 0 auto;min-width: 500px;max-width: 768px;}

header {height:201px;width:90%;overflow: hidden;margin-top:1em;}

#pageHeader {background-color:#ffffff;display: block;padding-left:7%;/*margin-top:1em;*/}

#logo {width:497px;height:93px;background-repeat:no-repeat; background-image: url(../gifs/logo.gif);float:left;}

/*#logo-desk {width:497px;height:93px;background-repeat:no-repeat; background-image: url(../gifs/logo.gif);float:left;}

#logo-mobile {display:none;}*/

#main_nav {padding-left:12%;background-color:#ffffff;width: 80%;}
	
#masthead-home {display:none;}	
	
#masthead {text-align:center;margin-bottom: 5px;padding-bottom: 10px; width:481;overflow:hidden;/*margin-left:-8%;*/}
	
aside {clear: both;float:left;width:35%;background:#fff;margin-top:10px;}


#side_nav {margin-left:2%;margin-top:15px;border-right:#cc0000 1px solid;font-size:1.6em;list-style:none;line-height:1.8em;}

/*aside p {font-size:.9em; margin-bottom:1em;line-height:1.3em;}*/

aside p {font-size:.85em;line-height:1.6em; margin-bottom:1em;}
	
#content {padding: 15px 0;width: 60%;float: right;/*overflow: hidden;*/}

.rule {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.2em;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	margin-right: 15px;}

article h2 {width:50%;}

article img {float:right; clear:right;width:240px;/*overflow: hidden;*/}

article p {float:left; clear:both;width:30%;}

p a {font-size: 1em;line-height:1.4em;}

h1.services {margin-bottom:12px;}

h1.home {margin-bottom:12px;}

.column-head {color:#cc0000;background-color:transparent;margin-bottom:0px;font-size:1.5em;line-height:1.2em;}

.column1 {float:left;width:25%;}

.column2-3 {float:right;width:70%;}

.column2 {float:left;width:45%;}

.column3 {float:right;width:45%;}

/*2 column format*/
div.right { width:50%; float:right; clear:right; }
div.left { width:50%; float:left; clear:left;}

ul.services {list-style-type: square;font-size:1.3em;line-height:1.4em;}

ul.services li {list-style-type: square;margin-left:1em;}


.footer_nav {text-align:center;color:#fff;background:transparent;font-size:100%;}

.footer_nav ul{color:#fff;background:#cc0000;}

.footer_nav li {list-style:none;margin:0 auto;line-height:1.75em;display:block;}

#better-business {text-align:center;background:#cc0000;}
}


/*desktop styles*/
@media only screen and (min-width:769px) {
body {width: 90%;margin: 0 auto;min-width: 780px;max-width: 1260px;}

#pageHeader {background-color:transparent/*#ffffff*/;display: block;/*text-align:center;*/padding-left:22%;margin-top:1em;padding-top:1.5em;}

header {height:201px;width:80%;overflow: hidden;/*margin-top:1em;*/}

#logo-desk {width:497px;height:93px;/*background-repeat:no-repeat; background-image: url(../gifs/logo.gif);*/float:left;}

#logo-mobile {display:none;}

#logo {width:497px;height:93px;background-repeat:no-repeat; background-image: url(../gifs/logo.gif);float:left;}

#main_nav {padding-left:12%;background-color:#ffffff;width: 80%;}

#masthead-home {display:none;}

#masthead {text-align:center;margin-bottom: 5px;padding-bottom: 10px;}

aside {width:40%;}

aside p {font-size:.95em;line-height:1.6em; margin-bottom:1em;}

#side_nav {float:left;clear: both; margin-left:6%/* 23px*/;margin-top:15px;border-right:#cc0000 1px solid;font-size:1.4em;list-style: none;}

#content {padding: 15px 0;width:50% /*60%*/;float: right;}

.rule {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.2em;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	margin-right: 15px;}

article img {float:right; clear:right;width:240px;}

article p {float:left; clear:left;width:55%;}

services p {float:left; clear:left;width:70%;}

h1.services {margin-bottom:12px;}

h1.home {display:none;/*margin-bottom:12px;*/}

.column-head {color:#cc0000;background-color:transparent;margin-bottom:0px;font-size:1.5em;line-height:1.2em;}

/*2 column format*/
div.right { width:50%; float:right; clear:right; }
div.left { width:50%; float:left; clear:left;}

ul.services {list-style-type: square;list-style-position:outside;margin-left:1em;font-size:1.3em;line-height:1.4em;}

ul.services li {list-style-type: square;list-style-position:outside;margin-left:0em;}

.footer_nav {text-align:center;}

.footer_nav ul{color:#fff;background:#cc0000;}

.footer_nav li {list-style: none;line-height:1.75em;display:block;}

/*.footer_nav {margin-left:20%;width:80%;}

.footer_nav li {list-style: none;display:inline;margin-right:3%;}*/

#better-business {text-align:center;background:#cc0000;}
}