@charset "UTF-8";

/*  GLOBAL STYLES   */

html,body,ul,ol,li,div,p,span,h1,h2,h3,h4,img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,li {
	list-style-type: none;
}

a {
	outline: none;
	text-decoration: none;
	color:#FFFFFF;
}

a:visited {
	outline: none;
	text-decoration: none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:none;
	color:#5297D3;
}

button span {
	display: none;
}

p {
	margin: 12px 0 0 0;
}

br	{
  clear: left;
}

h1  {
 	font: normal  1.6em/2em 'Helvetica Neue', Arial, sans-serif, sans-serif;
  	color: #5297D3;
}

h2  {
 	font: normal  1.1em/2em 'Helvetica Neue', Arial, sans-serif, sans-serif;
  	color: #5297D3;
}



form {
    margin: 0;
}

h1 span {display: none;}


/*  LAYOUT STYLES  */


#container {
 	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#header #logo {
    width: 307px;
    height: 111px;
    padding: 0px 0 0 0px;
    float: left;
}

#header h1 {
    display: block;
    text-indent: -9999px;
    height: 56px;
    cursor: pointer;
}

#header h1 a {
      display: block;
      width: 265px;
      height: 85px;
   	 padding: 20px;
}

#header .contact {
    font-size: 12px;
    padding: 25px;
    float: right;
    text-align: right;
}

#body {
 	margin: 0 auto;
	text-align: left;
	width: 940px;
   	padding: 20px;
	clear: both;
}

#body #about {
    width: 580px;
    padding: 0px 0 0 0px;
    float: left;
 	border-right: #26272B solid 1px;
   	padding: 0px 20px 0px 0px;
}

#body .vertline {
	float: left;
 	border-right: #26272B solid 1px;
   	height: 150px;
   	margin: 10px 20px 0px 20px;
}

#body #personnel {
	width: 315px;
	text-align: left;
    margin: 0px 0 0 0px;
   	float: right;
}

#body #contactus {
    width: 580px;
    margin: 10px 0 0 0px;
    float: left;
 	border-right: #26272B solid 1px;
   	padding: 0px 20px 0px 0px;
}


#body #hoursofoperation {
	width: 315px;
	text-align: left;
    margin: 10px 0 0 0px;
   	float: right;
}


#body #contact {
    width: 644px;
    margin: 10px 0 0 0px;
    float: left;
}

#body #operation {
    width: 200px;
    margin: 10px 0 0 0px;
    float: left;
}

#body #phone {
    width: 230px;
    float: left;
}

#body #email {
    width: 300px;
    float: left;
}

#body #hours {
    width: 302px;
    margin: 10px 0px 10px 0px;
    float: left;
}

#footer {
 	margin: 0 auto;
	text-align: left;
	width: 940px;
	height: 70px;
	font-size: 11px;
	clear: both;
}

#footer #smlogo {
    width: 151px;
    height: 53px;
    float: left;
}

#footer h1 {
    display: block;
    background: url(../images/sm-dauphinais-concrete.gif) 0 0 no-repeat;
    text-indent: -9999px;
    height: 53px;
    cursor: pointer;
}

#footer h1 a {
      display: block;
      width: 151px;
      height: 53px;
}


.line {
	width: 916px;
   	padding: 12px;
	border-bottom: #26272B solid 1px;
	clear: both;
}

.clear {
	clear: both;
}


.button {
	float: left;
	background: #26272B;
	border: #444444 solid 1px;
   	margin: 10px 10px 0px 0;
	font-size: 11px;
	width: 150px;
	text-align:center;
}

.button a {
	color: #5297D3;
	display:block;
   	padding: 6px;
}

.button a:link {
	color: #5297D3;
}

.button a:visited {
	color: #5297D3;
}

.button a:hover {
	color: #FFFFFF;
	background: #5297D3;
}

.bold  {
  	color: #5297D3;
}

.largeContact  {
 	font: normal  1.7em/1.1em 'Helvetica Neue', Arial, sans-serif, sans-serif;
  	color: #FFFFFF;
  	display: #block;
}


