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

html * {margin:0;padding:0}

/*html {background: #400 url(../img/bg-page.jpg) 0 -100px repeat-x}*/

html {height:100%}

body {font: normal normal .625em/2 Arial, Helvetica, sans-serif;/*float:left;width:100%;*/ color: #333;padding:0;background: #700000
/*
background-image: -moz-linear-gradient(top, #700000, #400000); /* FF3.6 */
		/*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #700000),color-stop(1, #400000)); /* Saf4+, Chrome */
		/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#700000', endColorstr='#400000'); /* IE6,IE7 */
		/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#700000', endColorstr='#400000')"; /* IE8 */
}
/*body * {margin:.5em 0}*/

strong {background: #FFC; letter-spacing:.125em; word-spacing:.5em; padding:0 .25em}

a {color:  #666}

h1 {font-size:2em; margin:0 0 .5em}
h2, dt {font-size: 1.6em; font-weight: bold;margin:.5em 0; text-transform:uppercase;text-shadow: #999 1px 1px 1px}
p,dd {margin:1em 0}
li {margin-left: 1.25em}

.txtR {text-align: right}

/*#wrapper {width:100%; height:100%;float:left}*/

#wrapper {background: url(../img/01-alt.png) 0 -110px no-repeat;}

#content {width:75em;font-size:1.2em;margin: 0 auto; height:100%;padding-top:1em}

#container {padding: 2.5em 5em; border:1px solid; border-color: #000; width:64.5em;float: left;background: #EEE;

/* Gradient */
background-image: -moz-linear-gradient(left top 315deg, #FFF, #FFF 60%, #EEE 75%, #DDDDDD 85%, #BBBBBB 95%); /* FF3.6 */
background-image: -webkit-gradient(linear, left top, right bottom, from(#FFF), color-stop(60%, #EEE), color-stop(75%, #EEE), color-stop(85%, #DDDDDD), color-stop(95%,#BBBBBB));  /* Saf4+, Chrome */

/* border-radius */
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
	}

#jobs {float: left; width:60%}

#location {float: right; width:35%;}

#map {height:250px;border:1px solid #DDD}

address {display:none}

#contact {width:60%}
.contactList {width:50%; float: left}
.contactList li {margin:0;list-style:none}

#footer {text-align:center;color: #FFF;margin:0; padding: .5em 0 2em}