/*CSS BY PHASE NEW MEDIA*/

/* **************************************************************** */
/* ********************** universal styles ************************ */
/* **************************************************************** */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p { margin: 0px; padding: 0px; border: 0px; outline: 0px;}
* {padding:0px; margin:0px;}
/* Add scrollbars */
html { height: 101%; } /* add scrollbars to borwsers that do not have them - this eliminates page shift between long and short pages */ 
body { background-color: #232323; margin: 0px; position:relative; font-size: 1em; font-family: Arial, Helvetica, sans-serif; padding: 0;}
img { border: none; padding:0px; margin:0px; }
p {color:#BFBFBF; font-family:Arial, Helvetica, sans-serif; font-size:70%; line-height:150%; padding:15px 0 0 0;}
.clear {clear:both;}
/*#container {width:710px; z-index:1; margin:0 auto; position:relative; text-align:left;}*/

/* **************************************************************** */
/* ************************ header styles ************************* */
/* **************************************************************** */
#header { width:710px; height:100px; margin:0 auto; position:relative;}
#logo {float:left;}
#phone { float:right; position:absolute; right:0px; top:55px;}

/* **************************************************************** */
/* ************************** Hero Area **************************** */
/* **************************************************************** */
#hero {width:710px; height:270px; margin:0 auto;}
#bg {background:url(../images/bg.jpg); height:270px; width:100%; /*position:absolute; z-index:0; top:139px;*/} /* Repeats background across page */ 

/* **************************************************************** */
/* ************************  Content  ***************************** */
/* **************************************************************** */
#content {padding:15px 0 0 0; text-align:left; width:710px; margin:0 auto;}
.col1 {width:180px; height:245px; float:left; margin:0 40px 0 0; padding:30px 0 0 30px; background:#272727;}
.col2 {width:180px; height:245px; float:left; margin:0 40px 0 0; padding:30px 0 0 30px; background:#272727;}
.col3 {width:180px; height:245px; float:left; margin:0; padding:30px 0 0 30px; background:#272727;}
.btn {margin:5px 0 0 0;}



#footer {padding:20px 0 10px 0; width:710px; margin:0 auto; font-size:65%; height:20px;}
#footer a:link, #footer a:visited { text-decoration:none; font-weight:bold; margin: 0px; padding: 0px; color: #BFBFBF; border-bottom:1px dashed #BFBFBF;}
#footer a:hover, #footer a:active { text-decoration:none; font-weight:bold; margin: 0px; padding: 0px; color: #E11C25; border-bottom:1px dashed #E11C25;}
.copyright {color:#656565; float:left;}
.phase {float:right; color:#656565;}
