
/* CSS Document */

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

p{
	font-size:14px;	
	
}

body {
	background-color: #c4c4c4;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: 035C4D;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {outline : none;}
a img {outline : none;}
img {border : 0;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #132131;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #132131;
	/*color:black;*/
}

hr.embossed {
	display:block;
    width:100%; 
    height:0; 
    color:none; 
    background:none; 
    border:none; 
    border-top:1px solid #132131; 
    border-bottom:1px solid #fff; 
	margin: 20px auto;
}

.person {
	display:block;
	font-style:italic;
	margin-left:10px;
	margin-top:10px;
}

#wrapper {
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#logo {
	/*background-color:white;*/
	margin-top: 20px;
	margin-bottom: 0px;
}

#nav {
	/*background-image:url(images/nav-top.jpg);*/
	/*background-repeat:no-repeat;*/
	background-color: #132131;
	/*padding-top:11px;*/
	margin-top: -3px;
}

#contentWrapper {
	background-color: #FFFFFF;
	/*width:790px;*/
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 10px;
	padding-bottom: 2em;
	margin-bottom: 1em;
}

#footer {
	background-color: #4A84C4;
	margin: 0 auto;
	padding: 15px 0 5px 0;
	/*border-top: 1px solid #1b57d0;*/
	color: #FFFFFF;
	text-align: center;
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footerColor { color: #fff; }

#leftSide{
	width: 237px;
	margin: 10px 5px 10px 0;
	float: right;
}

#sideNav {
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url(../images/sideNav-bg.png);
	background-repeat: repeat-x;
	background-color: #4A84C4;
}

#sideNavList {
	margin: 0;
	padding: 15px 15px;
	z-index: 30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#sideNavList a {
	margin: 0;
	z-index: 30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#sideNavList li {
	list-style: none;
	padding-top: 2px;
}

.sideNavH1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px 0;
	margin: 0px;
	color: #FFFFFF;
}

.social {
	margin-bottom: 5px;
	margin-left: 20px;
}

.social a {
	color: white;
	font-weight: bold;
}

.social a img { margin-right: 5px; }

.valign-mid { vertical-align: middle; }

#showAreas {
	color:white;
	clear:both;
	float:left;
	width: 217px;
	margin: 12px 0;
	background-color: #808080;
	padding:0 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

#cards {
	display: block;
	padding: 0 0 0 10px;
	;
}

#cardsText {
	margin-left: 60px;
	color: white;
}

#content {
	width: 528px;
	float: right;
	position: relative;
	display: inline;
	padding: 0 10px 10px 10px;
	min-height:600px;
}

#content ul li {
	margin-bottom:10px;
}

#clear { clear: both; }

.imagewords{
	padding-top: 1em;
}

.texasMap-img{
	text-align: center;
}

#locationsHomePage { background-color: #808080; /*margin-bottom:5px;*/
	/*width:790px;*/
	/*margin-left:1px;*/
}

.location {
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #bb8126;
	margin-bottom: 5px;
	padding: 0 5px;
	padding-bottom: 5px;
}

.location h3 {
	color: #bb8126;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.location p {
	margin: 0;
	padding: 0;
}

#locationsHomePage .location {
	float: left;
	width: 180px;
}

#locationsHomePage .location h3 { color: #05483d; }

#locationsHomePage .location { border-right: 1px solid #05483d; }

.last { border: 0 !important; }

a.whiteLink { color: #FFFFFF; }

a.mainColorLink { color: #132131; }

a {
	text-decoration: none;
	color: #132131;
}

a:hover { text-decoration: underline; }

.site-navigation {
    display: block;
    font-size: 14px;
    font-weight: bold;

}

.site-navigation ul {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  background: #132131;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.site-navigation li {
    color: #fff;
  background: #132131;
    display: block;
    float: left;
    margin: 0 2px 0 0;
    padding: 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
  
.site-navigation li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.site-navigation li:hover {
    @include transition(background, 1.65s);
    background: #666;
    cursor: pointer;
}

.site-navigation ul li ul {
    background: #666;
    visibility: hidden;
    float: left;
    min-width: 150px;
    position: absolute;
    margin-top:12px;
    left: 0;
	  transition: visibility 0.65s ease-in;
    z-index: 999;
}

.site-navigation ul li:hover > ul,
.site-navigation ul li ul:hover {
   visibility: visible;
}

.site-navigation ul li ul li {
    clear: both;
    padding: 5px 0 5px 18px;
  width: 100%;
}

.site-navigation ul li ul li:hover {
    background: #666;
	@include transition(background, 1.65s);
}

#topNav {
	position: absolute;
	text-align: right;
	top: 10px;
	right: 15px;
	color: black;
	width: 400px;
	height: auto;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
}

.style2 {
	color: #008080;
	font-weight: bold;
	font-size: 20px;
}

.style3 { color: #4E4E4E }

.style9 { font-size: 16px }

#hirepi {
	border: 1px solid #008080;
	border-radius: 10px;
	width:225px;
	float:right;
	background-color:#f3f3f3;
	margin:10px 3px 0 15px;
}

#hirepi h3 {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	margin: 0;
	background-color:#008080;
	color:white;
	padding:10px;
	border-radius: 9px 9px 0 0;
}

#hirepi p {
	padding: 0 10px;
}

/* EQUIPMENT RENTALS */

#rentalWrapper{
	width:523px;
}

#rentalWrapper h4{
	margin: 10px 0;
	padding:5px;
	background-color: black;
	color: white;
}

#rentalWrapper ul{
	padding:0 0 0 15px;
}

#rentalWrapper ul li{
	width: 95%;
}

#order{
	background-color:#e2e2e2;
	padding:10px;
}

#gps{
	width: 200px;
	float:left;
}

#about{
	width: 313px;
	float: left;
	padding-left:10px;
}

#alerts{
	width: 313px;
	float:left;
	padding-left:10px;
}

#how{
	width: 313px;
	float:left;
	padding-left:10px;
}

#orderInfo {
	float:left;
	width:320px;
	/*background-color:red;*/
}

#orderForm {
	float:right;
	width:165px;
	/*background-color:orange;*/
}

.map-words p{
	font-size: 16px !important;
}

.call-me{
	display: grid;
}

.call-me span{
	padding-left: 1em;
}

.address-p{
	padding-top: 1em;
}

form.email p {
padding: 0 0 3px 0;
margin: 0;
}

form.email input, form.email textarea {
font-family: Arial;
margin: 0 0 5px 0;
}

form.email input {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
border-radius: 5px;
}

form.email textarea {
background: #f5f5f5;
padding: 5px;
border: 1px solid #bbb;
border-radius: 5px;
width: 400px;
height: 250px;
}

form.email input.send {
color: #fff;
background: #000;
border: #000;
padding: 10px 15px;
margin-top:5px;
cursor: pointer;
}

/* MEDIA / PRESS */

.media_press ul {
	list-style-type:none;
	padding:0 0 20px 0;
	margin-bottom:20px;
	border-bottom:1px solid #0043C6;
	
}

.media_press ul li {
	float: left;
	margin:5px 5px 5px 15px;
	border:1px solid #0043C6;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.media_press h2 {
	margin:0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~MENU BELOW~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sddm
{
	margin:0;
	padding:0;
	z-index:30;
	/*font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;*/
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

#sddm li
{	
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	/*background-color: white;*/
}

#sddm li a
{	
	display:block;
	/*margin-bottom:10px;*/
	padding:8px 4px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
}
#sddm li a.normal
{	
	padding-left:9px;
	padding-right:9px;
}

#sddm li a:hover
{
	text-decoration:underline;
}

#sddm div
{	
	position:absolute;
	visibility:hidden;
	margin:0;
	padding:0;
	background:#EAEBD8;
	border:1px solid #C4C4C4;
	z-index:30;
}

#sddm div a
{	
	position:relative;
	display:block;
	margin:0;
	padding:5px 10px;
	width:auto;
	white-space:nowrap;
	text-align:left;
	text-decoration:none;
	background:#FFFFFF;
	color:#075C78;
	z-index:30;
}

#sddm div a:hover
{
	background:#020B48;
	color:#FFFFFF;
	z-index:30;
}

.services{
	border: 1px solid #4882C2;
}

