@charset "utf-8";
/* CSS Document */

a:link { text-decoration:none;}


*{
padding:0px;
margin:0px;
padding-bottom:0px;
margin-bottom:0px;
}


body{
font-family: 'Rationale', sans-serif;
background:url(images/backgroundslice.png);
background-position:center;
background-repeat:repeat-y;
background-color:#CCC;
}


#wrapper{
width:940px;
height:auto;
background-color:#530505;
margin:0 auto;
overflow:hidden;
}



#header{
width:940px;
height:100px;
background-color:#fff;	
}

#nav{
width:940px;
height:	58px;
background:url(images/navbar.png);
clear:both;	
}

#NavButtonWrapper{
margin-left:300px;	
}

/*
@font-face{
font-family:AGENCYR;
src:url(AGENCYR.eot);

}
*/

@font-face {
font-family: 'AGENCYR';
src: url('AGENCYR.eot?#iefix') format('embedded-opentype'),
url('AGENCYR.woff') format('woff'),
url('AGENCYR.TTF') format('truetype'),
url('../electriciansmitch/AGENCYR.svg#svgFontName') format('svg');
}

.NavButton{
height:35px;
width:110px;	
float:left;
text-align:center;
padding-top:20px;
color:#fff;
font-family:AGENCYR;
font-size:20px;
}

.NavButton { text-shadow: 1px 1px 5px #000; }

.NavButton:hover{
color:#CCC;
cursor:pointer;	
}
	
#logo{
height:70px;
width:400px;
float: left;
font-family:AGENCYR;	
text-shadow: 1px 1px 5px #000;
color:#681414;
margin-left:10px;
margin-top:20px;
}


#phone{
height:100px;
width:225px;
float: right;
font-family:AGENCYR;
font-size:42px;	
}

#bar{
width:940px;
height:50px;
background:url(images/bar.png);	
}
.banner{
width:310px;
height:30px;
float:left;
text-align:center;
font-family:AGENCYR;
font-size:20px;
color:#FFF;	
text-shadow: 1px 1px 5px #000;
padding-top:10px;
text-shadow: 1px 1px 5px #000;
margin-top:5px;
}


#content{
min-height:500px;
height:auto;
width:915px;
font-family:Tahoma, Geneva, sans-serif;
color:#FFF;
padding:10px;
clear:both;	
}

#welcome{
width:311px;
height:auto;
float:left;
background:#480505;
text-align:justify;
padding:10px;
line-height:20px;
}

#WhatWeDo{
width:230px;
height:480px;
float:left;
margin-left:30px;
background:#480505;
padding:10px;
line-height:40px;
}

#WhatWeOffer{
width:250px;
height:480px;
float:left;
list-style:square;
background:#480505;
padding:10px;
line-height:40px;
margin-left:30px;

}

#WhatWeDo, ul{
	list-style:square;
	list-style-position:inside;

}


#WhatWeOffer, ul{
	list-style:square;
	list-style-position:inside;


}


#footer{
margin:0 auto;
height:50px;
width:940px;
background:#480505;
clear:both;
margin-top:20px;
}

#copyright{
height:30px;
width:200px;
float:left;	
padding-top:15px;
color:#FFF;
margin-left:10px;	
}

#FooterLinksWrapper{
height:30px;
width:800px;
margin-left:320px;
padding-top:15px;
color:#FFF;		
}

.FooterLinks{
height:30px;
width:120px;
float:left;	
color:#FFF;	
}